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 finalize(): Unit

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[this]
  23. 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
  24. def memoize[A, B](cache: Cache)(a: A, f: (A) ⇒ B): B

    Permalink
    Definition Classes
    WhiteboxToolbelt
  25. 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
  26. 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
  27. def mkHListType(col: List[scala.reflect.macros.Universe.Type]): scala.reflect.macros.Universe.Type

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

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

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

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

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

    Permalink
    Definition Classes
    HListHelpers
  33. lazy val showAborts: Boolean

    Permalink
    Definition Classes
    WhiteboxToolbelt
  34. lazy val showCache: Boolean

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

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

    Permalink
    Definition Classes
    HListHelpers
  37. lazy val showLogs: Boolean

    Permalink
    Definition Classes
    WhiteboxToolbelt
  38. lazy val showTrees: Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    WhiteboxToolbelt

Inherited from WhiteboxToolbelt

Inherited from HListHelpers

Inherited from AnyRef

Inherited from Any

Ungrouped