Packages

t

singleton.ops.impl

GeneralMacros

trait GeneralMacros extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeneralMacros
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Calc extends AnyRef
  2. sealed trait CalcLit extends CalcVal
  3. sealed trait CalcNLit extends CalcVal
  4. sealed trait CalcTFType extends Calc
  5. sealed trait CalcType extends Calc
  6. sealed trait CalcUBType extends Calc
  7. case class CalcUnknown(t: scala.reflect.macros.Universe.Type) extends Calc with Product with Serializable
  8. sealed trait CalcVal extends Calc
  9. final class Checked0ParamMaterializer[Chk, Cond, Msg, T] extends AnyRef
  10. final class Checked1ParamMaterializer[Chk, Cond, Msg, T, ParamFace, Param] extends AnyRef
  11. final class MaterializeOpAuxGen extends AnyRef
  12. final class TwoFaceMaterializer extends AnyRef
  13. final class TwoFaceShellMaterializer[Shell] extends AnyRef

Abstract Value Members

  1. abstract val c: Context

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. 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]
  5. 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]
  6. val SymTpe: scala.reflect.macros.Universe.Type
  7. def TwoFaceMaterializer: TwoFaceMaterializer
  8. def TwoFaceShellMaterializer[Shell](implicit shell: scala.reflect.macros.whitebox.Context.WeakTypeTag[Shell]): TwoFaceShellMaterializer[Shell]
  9. def abort(msg: String)(implicit annotatedSym: scala.reflect.macros.Universe.TypeSymbol): Nothing
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def buildWarningMsg(msg: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
  12. def buildWarningMsg(msg: String): String
  13. def buildWarningMsgLoc: String
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. def constantTreeOf[T](t: T): scala.reflect.macros.Universe.Tree
  16. def constantTypeOf[T](t: T): scala.reflect.macros.Universe.Type
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def extractFromArg(argIdx: Int, lhs: Boolean)(implicit annotatedSym: scala.reflect.macros.Universe.TypeSymbol): CalcVal
  20. def extractValueFromNumTree(numValueTree: scala.reflect.macros.whitebox.Context.Tree)(implicit annotatedSym: scala.reflect.macros.Universe.TypeSymbol): CalcVal
  21. def extractValueFromOpTree(opTree: scala.reflect.macros.whitebox.Context.Tree)(implicit annotatedSym: scala.reflect.macros.Universe.TypeSymbol): CalcVal
  22. def extractValueFromTwoFaceTree(tfTree: scala.reflect.macros.whitebox.Context.Tree)(implicit annotatedSym: scala.reflect.macros.Universe.TypeSymbol): CalcVal
  23. def extractionFailed(tree: scala.reflect.macros.Universe.Tree)(implicit annotatedSym: scala.reflect.macros.Universe.TypeSymbol): Nothing
  24. def extractionFailed(tpe: scala.reflect.macros.Universe.Type)(implicit annotatedSym: scala.reflect.macros.Universe.TypeSymbol): Nothing
  25. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  26. def genOpTreeLit[T](opTpe: scala.reflect.macros.Universe.Type, t: T)(implicit annotatedSym: scala.reflect.macros.Universe.TypeSymbol): scala.reflect.macros.Universe.Tree
  27. def genOpTreeNLit(opTpe: scala.reflect.macros.Universe.Type, calc: CalcNLit)(implicit annotatedSym: scala.reflect.macros.Universe.TypeSymbol): scala.reflect.macros.Universe.Tree
  28. def genOpTreeNat(opTpe: scala.reflect.macros.Universe.Type, t: Int): scala.reflect.macros.Universe.Tree
  29. def genOpTreeSymbol(opTpe: scala.reflect.macros.Universe.Type, t: String): scala.reflect.macros.Universe.Tree
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def materializeOpGen[F](implicit ev0: scala.reflect.macros.whitebox.Context.WeakTypeTag[F]): MaterializeOpAuxGen
  34. def mkNatTpe(i: Int): scala.reflect.macros.Universe.Type
  35. def mkNatTpt(i: Int): scala.reflect.macros.Universe.Tree
  36. def mkNatValue(i: Int): scala.reflect.macros.Universe.Tree
  37. def mkSingletonSymbol(s: String): scala.reflect.macros.Universe.Tree
  38. def mkSingletonSymbolWide(s: String): scala.reflect.macros.Universe.Tree
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. def opCalc(funcType: scala.reflect.macros.Universe.TypeSymbol, aCalc: => Calc, bCalc: => Calc, cCalc: => Calc)(implicit annotatedSym: scala.reflect.macros.Universe.TypeSymbol): Calc
  43. def setAnnotation(msg: String)(implicit annotatedSym: scala.reflect.macros.Universe.TypeSymbol): Unit
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. def wideTypeName(tpe: scala.reflect.macros.Universe.Type): String
  50. object CalcLit
  51. object CalcNLit
  52. object CalcTFType
  53. object CalcType
  54. object CalcUBType
  55. object CalcVal
  56. object GetArgTree
  57. object MaterializeGetArg
  58. object NonLiteralCalc
  59. object SingletonSymbolType
  60. object TypeCalc

    Typecheck singleton types so as to obtain indirectly available known-at-compile-time values.

  61. object VerboseTraversal
  62. object funcTypes

Inherited from AnyRef

Inherited from Any

Ungrouped