class RefineMacro extends MacroUtils with LiteralMatchers
- Annotations
- @bundle()
- Source
- RefineMacro.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RefineMacro
- LiteralMatchers
- MacroUtils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def abort(msg: String): Nothing
- Definition Classes
- MacroUtils
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val c: Context
- Definition Classes
- RefineMacro → LiteralMatchers → MacroUtils
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws(classOf[java.lang.CloneNotSupportedException])
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def eval[T](t: scala.reflect.macros.blackbox.Context.Expr[T]): T
- Definition Classes
- MacroUtils
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def impl[F[_, _], T, P](t: scala.reflect.macros.blackbox.Context.Expr[T])(rt: scala.reflect.macros.blackbox.Context.Expr[RefType[F]], v: scala.reflect.macros.blackbox.Context.Expr[Validate[T, P]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[P]): scala.reflect.macros.blackbox.Context.Expr[F[T, P]]
- def implApplyRef[FTP, F[_, _], T, P](t: scala.reflect.macros.blackbox.Context.Expr[T])(ev: scala.reflect.macros.blackbox.Context.Expr[=:=[F[T, P], FTP]], rt: scala.reflect.macros.blackbox.Context.Expr[RefType[F]], v: scala.reflect.macros.blackbox.Context.Expr[Validate[T, P]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[P]): scala.reflect.macros.blackbox.Context.Expr[FTP]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def refTypeInstance[F[_, _]](rt: scala.reflect.macros.blackbox.Context.Expr[RefType[F]]): RefType[F]
- Attributes
- protected
- Definition Classes
- MacroUtils
- final def synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tryN[T](n: Int, t: ⇒ T): T
- Definition Classes
- MacroUtils
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws(classOf[java.lang.InterruptedException])