com.outworkers.phantom.builder.primitives

PrimitiveMacro

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PrimitiveMacro(c: Context)

Type Members

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object Symbols

  7. def abort(msg: String): Nothing

    Definition Classes
    BlackboxToolbelt
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val c: Context

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

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

  12. def echo(msg: String): Unit

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

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

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

  16. final def eq(arg0: AnyRef): Boolean

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

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

    Definition Classes
    BlackboxToolbelt
  19. def evalTree(tree: ⇒ Tree): Tree

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

  21. def finalize(): Unit

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

  23. final def getClass(): Class[_]

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

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

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

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

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

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

  30. def mapPrimitive(tpe: scala.reflect.macros.Universe.Type): Tree

  31. def materializer[T](implicit arg0: macrocompat.CompatContext.WeakTypeTag[T]): Tree

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

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

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

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

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

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

  39. lazy val showAborts: Boolean

    Definition Classes
    BlackboxToolbelt
  40. lazy val showCache: Boolean

    Definition Classes
    BlackboxToolbelt
  41. lazy val showLogs: Boolean

    Definition Classes
    BlackboxToolbelt
  42. lazy val showTrees: Boolean

    Definition Classes
    BlackboxToolbelt
  43. val sourceTerm: macrocompat.CompatContext.TermName

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

    Definition Classes
    AnyRef
  45. def toString(): String

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

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

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

  49. def typed[A](implicit arg0: macrocompat.CompatContext.WeakTypeTag[A]): Symbol

  50. final def wait(): Unit

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

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

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

    Definition Classes
    BlackboxToolbelt

Inherited from BlackboxToolbelt

Inherited from AnyRef

Inherited from Any

Ungrouped