trait GeneralMacros extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeneralMacros
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait Calc extends Product with Serializable
- case class CalcLit(primitive: Primitive, value: Any) extends CalcVal with Product with Serializable
- case class CalcNLit(primitive: Primitive, tree: scala.reflect.macros.Universe.Tree, tpe: scala.reflect.macros.Universe.Type) extends CalcVal with Product with Serializable
- sealed trait CalcType extends Calc
- case class CalcUnknown(tpe: scala.reflect.macros.Universe.Type, treeOption: Option[scala.reflect.macros.Universe.Tree]) extends Calc with Product with Serializable
- sealed trait CalcVal extends Calc
- final class Checked0ParamMaterializer[Chk, Cond, Msg, T] extends AnyRef
- final class Checked1ParamMaterializer[Chk, Cond, Msg, T, ParamFace, Param] extends AnyRef
- final class MaterializeOpAuxGen extends AnyRef
- sealed trait Primitive extends Product with Serializable
- final class TwoFaceMaterializer extends AnyRef
- final class TwoFaceShellMaterializer[Shell] extends AnyRef
Concrete 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 Checked0ParamMaterializer[Chk, Cond, Msg, T](implicit chk: scala.reflect.macros.whitebox.Context.WeakTypeTag[Chk], cond: scala.reflect.macros.whitebox.Context.WeakTypeTag[Cond], msg: scala.reflect.macros.whitebox.Context.WeakTypeTag[Msg], t: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): Checked0ParamMaterializer[Chk, Cond, Msg, T]
- def Checked1ParamMaterializer[Chk, Cond, Msg, T, ParamFace, Param](implicit chk: scala.reflect.macros.whitebox.Context.WeakTypeTag[Chk], cond: scala.reflect.macros.whitebox.Context.WeakTypeTag[Cond], msg: scala.reflect.macros.whitebox.Context.WeakTypeTag[Msg], t: scala.reflect.macros.whitebox.Context.WeakTypeTag[T], paramFace: scala.reflect.macros.whitebox.Context.WeakTypeTag[ParamFace], p: scala.reflect.macros.whitebox.Context.WeakTypeTag[Param]): Checked1ParamMaterializer[Chk, Cond, Msg, T, ParamFace, Param]
- def TwoFaceMaterializer: TwoFaceMaterializer
- def TwoFaceShellMaterializer[Shell](implicit shell: scala.reflect.macros.whitebox.Context.WeakTypeTag[Shell]): TwoFaceShellMaterializer[Shell]
- def abort(msg: String, annotatedSym: Option[scala.reflect.macros.Universe.TypeSymbol] = defaultAnnotatedSym): Nothing
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildWarningMsg(msg: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
- def buildWarningMsg(msg: String): String
- def buildWarningMsgLoc: String
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def constantTreeOf(t: Any): scala.reflect.macros.Universe.Tree
- def constantTypeOf(t: Any): scala.reflect.macros.Universe.Type
- val defaultAnnotatedSym: Option[scala.reflect.macros.Universe.TypeSymbol]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def extractFromArg(argIdx: Int, lhs: Boolean): Calc
- def extractValueFromNumTree(numValueTree: scala.reflect.macros.whitebox.Context.Tree): CalcVal
- def extractValueFromOpTree(opTree: scala.reflect.macros.whitebox.Context.Tree): CalcVal
- def extractValueFromTwoFaceTree(tfTree: scala.reflect.macros.whitebox.Context.Tree): CalcVal
- def extractionFailed(tree: scala.reflect.macros.Universe.Tree): Nothing
- def extractionFailed(tpe: scala.reflect.macros.Universe.Type): Nothing
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def genOpTreeLit(opTpe: scala.reflect.macros.Universe.Type, t: Any): scala.reflect.macros.Universe.Tree
- def genOpTreeNLit(opTpe: scala.reflect.macros.Universe.Type, calc: CalcNLit): scala.reflect.macros.Universe.Tree
- def genOpTreeNat(opTpe: scala.reflect.macros.Universe.Type, t: Int): scala.reflect.macros.Universe.Tree
- def genOpTreeUnknown(opTpe: scala.reflect.macros.Universe.Type, calc: CalcUnknown): scala.reflect.macros.Universe.Tree
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def materializeOpGen[F](implicit ev0: scala.reflect.macros.whitebox.Context.WeakTypeTag[F]): MaterializeOpAuxGen
- def mkNatTpe(i: Int): scala.reflect.macros.Universe.Type
- def mkNatTpt(i: Int): scala.reflect.macros.Universe.Tree
- def mkNatValue(i: Int): scala.reflect.macros.Universe.Tree
-
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 opCalc(funcType: scala.reflect.macros.Universe.TypeSymbol, aCalc: ⇒ Calc, bCalc: ⇒ Calc, cCalc: ⇒ Calc): Calc
- def setAnnotation(msg: String, annotatedSym: scala.reflect.macros.Universe.TypeSymbol): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def wideTypeName(tpe: scala.reflect.macros.Universe.Type): String
- object Calc extends Serializable
- object CalcCache
- object CalcLit extends Serializable
- object CalcNLit extends Serializable
- object CalcType extends Serializable
- object CalcVal extends Serializable
- object ConstantCalc
- object GetArgTree
- object HasOutValue
- object NonLiteralCalc
- object Primitive extends Serializable
-
object
TypeCalc
Typecheck singleton types so as to obtain indirectly available known-at-compile-time values.
- object VerboseTraversal
- object funcTypes