Class

com.outworkers.phantom.macros

SingleGenericMacro

Related Doc: package macros

Permalink

class SingleGenericMacro extends HListHelpers with WhiteboxToolbelt

Linear Supertypes
WhiteboxToolbelt, HListHelpers, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SingleGenericMacro
  2. WhiteboxToolbelt
  3. HListHelpers
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SingleGenericMacro(c: Context)

    Permalink

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. def abort(msg: String): Nothing

    Permalink
    Definition Classes
    WhiteboxToolbelt
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val c: Context

    Permalink
    Definition Classes
    SingleGenericMacro → WhiteboxToolbelt → HListHelpers
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def devarargify(tpe: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    HListHelpers
  9. def echo(msg: String): Unit

    Permalink
    Definition Classes
    WhiteboxToolbelt
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def error(msg: String): Unit

    Permalink
    Definition Classes
    WhiteboxToolbelt
  13. def evalTree(tree: ⇒ scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    WhiteboxToolbelt
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hconsTpe: scala.reflect.macros.Universe.Type

    Permalink
    Attributes
    protected[this]
    Definition Classes
    HListHelpers
  18. def hlistTpe: scala.reflect.macros.Universe.Type

    Permalink
    Attributes
    protected[this]
    Definition Classes
    HListHelpers
  19. def hnilTpe: scala.reflect.macros.Universe.Type

    Permalink
    Attributes
    protected[this]
    Definition Classes
    HListHelpers
  20. def info(msg: String, force: Boolean = false): Unit

    Permalink
    Definition Classes
    WhiteboxToolbelt
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def isVararg(tpe: scala.reflect.macros.Universe.Type): Boolean

    Permalink
    Definition Classes
    HListHelpers
  23. val macroPkg: scala.reflect.macros.Universe.Select

    Permalink
    Attributes
    protected[this]
  24. def materialize[T, Store, HL](implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T], arg1: scala.reflect.macros.whitebox.Context.WeakTypeTag[Store], arg2: scala.reflect.macros.whitebox.Context.WeakTypeTag[HL]): scala.reflect.macros.Universe.Tree

    Permalink
  25. def memoize[A, B](cache: Cache)(a: A, f: (A) ⇒ B): B

    Permalink
    Definition Classes
    WhiteboxToolbelt
  26. def mkCompoundTpe(nil: scala.reflect.macros.Universe.Type, cons: scala.reflect.macros.Universe.Type, items: List[scala.reflect.macros.Universe.Type]): scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    HListHelpers
  27. def mkGeneric(tpe: scala.reflect.macros.Universe.Type, store: scala.reflect.macros.Universe.Type, generic: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Tree

    Permalink
  28. def mkHListType(col: List[scala.reflect.macros.Universe.Type]): scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    HListHelpers
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  32. def prefix(tpe: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    HListHelpers
  33. def printType(tpe: scala.reflect.macros.Universe.Type): String

    Permalink
    Definition Classes
    HListHelpers
  34. def showAborts: Boolean

    Permalink
    Definition Classes
    WhiteboxToolbelt
  35. def showAll: Boolean

    Permalink
    Definition Classes
    WhiteboxToolbelt
  36. def showCache: Boolean

    Permalink
    Definition Classes
    WhiteboxToolbelt
  37. def showCollection[M[X] <: TraversableOnce[X]](traversable: M[scala.reflect.macros.Universe.Type], sep: String = ", "): String

    Permalink
    Definition Classes
    HListHelpers
  38. def showHList(tpe: scala.reflect.macros.Universe.Type): String

    Permalink
    Definition Classes
    HListHelpers
  39. def showLogs: Boolean

    Permalink
    Definition Classes
    WhiteboxToolbelt
  40. def showTrees: Boolean

    Permalink
    Definition Classes
    WhiteboxToolbelt
  41. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  43. def unpackHListTpe(tpe: scala.reflect.macros.Universe.Type): List[scala.reflect.macros.Universe.Type]

    Permalink
    Definition Classes
    HListHelpers
  44. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def warning(msg: String): Unit

    Permalink
    Definition Classes
    WhiteboxToolbelt

Inherited from WhiteboxToolbelt

Inherited from HListHelpers

Inherited from AnyRef

Inherited from Any

Ungrouped