com.websudos.phantom.builder.primitives

PrimitiveMacro

class PrimitiveMacro extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PrimitiveMacro
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PrimitiveMacro(c: Context)

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val bigDecimalPrimitive: Tree

  9. val bigDecimalType: Tree

  10. val bigIntPrimitive: Tree

  11. val bigIntType: scala.reflect.macros.Universe.Select

  12. val boolType: scala.reflect.macros.Universe.Select

  13. val booleanPrimitive: Tree

  14. val bufferPrimitive: Tree

  15. val bufferType: scala.reflect.macros.Universe.Select

  16. val bytePrimitive: Tree

  17. val byteType: Tree

  18. val c: Context

  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. val cql: scala.reflect.macros.Universe.Select

  21. val datePrimitive: Tree

  22. val dateTimePrimitive: Tree

  23. val dateTimeType: Tree

  24. val dateType: Tree

  25. val doublePrimitive: Tree

  26. val doubleType: Tree

  27. def enumPrimitive[T]()(implicit tag: scala.reflect.macros.Universe.WeakTypeTag[T]): Tree

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

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

    Definition Classes
    AnyRef → Any
  30. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. val floatPrimitive: Tree

  32. val floatType: Tree

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

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

    Definition Classes
    AnyRef → Any
  35. val inetPrimitive: Tree

  36. val inetType: Tree

  37. val intPrimitive: Tree

  38. val intType: Tree

  39. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  40. def listPrimitive[T]()(implicit arg0: scala.reflect.macros.Universe.WeakTypeTag[T]): Tree

  41. val localDate: Tree

  42. val localDatePrimitive: Tree

  43. val localJodaDate: Tree

  44. val localJodaDatePrimitive: Tree

  45. val longPrimitive: Tree

  46. val longType: Tree

  47. def mapPrimitive[T]()(implicit arg0: scala.reflect.macros.Universe.WeakTypeTag[T]): Tree

  48. def materializer[T](implicit arg0: macrocompat.CompatContext.WeakTypeTag[T]): macrocompat.CompatContext.Expr[Primitive[T]]

  49. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  52. def primitive(nm: String): Tree

  53. val rowType: scala.reflect.macros.Universe.Select

  54. def setPrimitive[T]()(implicit arg0: scala.reflect.macros.Universe.WeakTypeTag[T]): Tree

  55. val shortPrimitive: Tree

  56. val shortType: Tree

  57. val strType: Tree

  58. val stringPrimitive: Tree

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

    Definition Classes
    AnyRef
  60. val syntax: scala.reflect.macros.Universe.Select

  61. def toString(): String

    Definition Classes
    AnyRef → Any
  62. def tryT(x: Tree): Tree

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

  64. val uuidPrimitive: Tree

  65. val uuidType: Tree

  66. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped