Class

com.outworkers.phantom.builder.primitives

PrimitiveMacro

Related Doc: package primitives

Permalink

class PrimitiveMacro extends BlackboxToolbelt

Linear Supertypes
BlackboxToolbelt, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrimitiveMacro
  2. BlackboxToolbelt
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PrimitiveMacro(c: Context)

    Permalink

Type Members

  1. case class TupleType(term: scala.reflect.macros.Universe.TermName, cassandraType: scala.reflect.macros.Universe.Tree, extractor: scala.reflect.macros.Universe.Tree, serializer: scala.reflect.macros.Universe.Tree, tpe: scala.reflect.macros.Universe.Type) extends Product with Serializable

    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. object Symbols

    Permalink
  5. def abort(msg: String): Nothing

    Permalink
    Definition Classes
    BlackboxToolbelt
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val c: Context

    Permalink
    Definition Classes
    PrimitiveMacro → BlackboxToolbelt
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def derivePrimitive(sourceTpe: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Tree

    Permalink
  10. def echo(msg: String): Unit

    Permalink
    Definition Classes
    BlackboxToolbelt
  11. def elTerm(i: Int): scala.reflect.macros.Universe.TermName

    Permalink
  12. def enumPrimitive(tpe: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Tree

    Permalink
  13. def enumValuePrimitive(tpe: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Tree

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

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

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

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

    Permalink
    Definition Classes
    BlackboxToolbelt
  18. def fieldTerm(i: Int): scala.reflect.macros.Universe.TermName

    Permalink
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def fqTerm(i: Int): scala.reflect.macros.Universe.TermName

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def info(msg: String, force: Boolean = false): Unit

    Permalink
    Definition Classes
    BlackboxToolbelt
  24. final def isInstanceOf[T0]: Boolean

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

    Permalink
  26. def isTuple(tpe: scala.reflect.macros.Universe.Type): Boolean

    Permalink
  27. def listPrimitive(tpe: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Tree

    Permalink
  28. def materializer[T](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.Universe.Tree

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

    Permalink
    Definition Classes
    BlackboxToolbelt
  30. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def optionPrimitive(tpe: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Tree

    Permalink
  34. def printType(tpe: scala.reflect.macros.Universe.Type): String

    Permalink
  35. def setPrimitive(tpe: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Tree

    Permalink
  36. lazy val showAborts: Boolean

    Permalink
    Definition Classes
    BlackboxToolbelt
  37. lazy val showCache: Boolean

    Permalink
    Definition Classes
    BlackboxToolbelt
  38. lazy val showLogs: Boolean

    Permalink
    Definition Classes
    BlackboxToolbelt
  39. lazy val showTrees: Boolean

    Permalink
    Definition Classes
    BlackboxToolbelt
  40. val sourceTerm: scala.reflect.macros.Universe.TermName

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

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

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

    Permalink
  44. def tuplePrimitive(tpe: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Tree

    Permalink
  45. def tupleTerm(index: Int, aug: Int = 1): scala.reflect.macros.Universe.TermName

    Permalink
  46. def typed[A](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A]): scala.reflect.macros.Universe.Symbol

    Permalink
  47. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    BlackboxToolbelt

Inherited from BlackboxToolbelt

Inherited from AnyRef

Inherited from Any

Ungrouped