Trait

singleton.ops.impl

GeneralMacros

Related Doc: package impl

Permalink

trait GeneralMacros extends AnyRef

Source
GeneralMacros.scala
Linear Supertypes
Known Subclasses
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. final class MaterializeOp1AuxGen extends AnyRef

    Permalink
  2. final class MaterializeOp2AuxGen extends AnyRef

    Permalink

Abstract Value Members

  1. abstract val c: Context

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Const

    Permalink

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

  5. def abort(msg: String, usePrint: Boolean = false): Nothing

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def constantTypeAndValueOf[T](t: T)(implicit ev: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): (scala.reflect.macros.Universe.Type, scala.reflect.macros.Universe.Literal, scala.reflect.macros.Universe.TypeName, scala.reflect.macros.Universe.Type, scala.reflect.macros.Universe.Tree)

    Permalink
  9. def constantTypeAndValueOfNat(t: Int): (scala.reflect.macros.Universe.Type, scala.reflect.macros.Universe.Literal, scala.reflect.macros.Universe.TypeName, scala.reflect.macros.Universe.Type, scala.reflect.macros.Universe.Tree)

    Permalink
  10. def constantTypeOf[T](t: T): scala.reflect.macros.Universe.Type

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def evalTyped[T](expr: scala.reflect.macros.whitebox.Context.Expr[T]): T

    Permalink
  14. def extractSingletonValue[T](tpe: scala.reflect.macros.Universe.Type): T

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. implicit def fixSymbolOps(sym: scala.reflect.macros.Universe.Symbol): scala.reflect.internal.SymbolTable.Symbol

    Permalink
  17. val g: SymbolTable

    Permalink
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def materializeOp1Gen[F, N, S1](implicit ev0: scala.reflect.macros.whitebox.Context.WeakTypeTag[F], evn: scala.reflect.macros.whitebox.Context.WeakTypeTag[N], evs1: scala.reflect.macros.whitebox.Context.WeakTypeTag[S1]): MaterializeOp1AuxGen

    Permalink
  22. def materializeOp2Gen[F, N, S1, S2](implicit ev0: scala.reflect.macros.whitebox.Context.WeakTypeTag[F], evn: scala.reflect.macros.whitebox.Context.WeakTypeTag[N], evs1: scala.reflect.macros.whitebox.Context.WeakTypeTag[S1], evs2: scala.reflect.macros.whitebox.Context.WeakTypeTag[S2]): MaterializeOp2AuxGen

    Permalink
  23. def mkNatTpe(i: Int): scala.reflect.macros.Universe.Type

    Permalink
  24. def mkNatTpt(i: Int): scala.reflect.macros.Universe.Tree

    Permalink
  25. def mkNatValue(i: Int): scala.reflect.macros.Universe.Tree

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def op1Calc[T1](funcName: String, aValue: T1): scala.reflect.macros.Universe.Constant

    Permalink
  30. def op2Calc[T1, T2](funcName: String, aValue: T1, bValue: T2): scala.reflect.macros.Universe.Constant

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped