com.outworkers.phantom.macros

RootMacro

trait RootMacro extends HListHelpers with WhiteboxToolbelt

Linear Supertypes
WhiteboxToolbelt, HListHelpers, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RootMacro
  2. WhiteboxToolbelt
  3. HListHelpers
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class FieldOps extends AnyRef

  2. implicit class ListMapOps[K, V, M[X] <: Traversable[X]] extends AnyRef

  3. case class MatchedField(left: Field, right: Field) extends RecordMatch with Product with Serializable

  4. trait RecordMatch extends AnyRef

  5. trait RootField extends AnyRef

  6. case class TableDescriptor(tableTpe: scala.reflect.macros.Universe.Type, recordType: scala.reflect.macros.Universe.Type, members: Seq[Field], matches: Seq[RecordMatch] = immutable.this.Nil) extends Product with Serializable

  7. case class Unmatched(field: Field, reason: String = "") extends RecordMatch with Product with Serializable

Abstract Value Members

  1. abstract val c: Context

    Definition Classes
    RootMacro → WhiteboxToolbelt → HListHelpers

Concrete 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 Column

  7. object Record

  8. object TableDescriptor extends Serializable

  9. def abort(msg: String): Nothing

    Definition Classes
    WhiteboxToolbelt
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. val builder: scala.reflect.macros.Universe.Select

    Attributes
    protected[this]
  12. val builderPkg: scala.reflect.macros.Universe.Select

    Attributes
    protected[this]
  13. def caseFields(tpe: scala.reflect.macros.Universe.Type): Seq[(scala.reflect.macros.Universe.Name, scala.reflect.macros.Universe.Type)]

  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. val colSymbol: Symbol

  16. val colType: scala.reflect.macros.Universe.Type

    Attributes
    protected[this]
  17. val collections: scala.reflect.macros.Universe.Select

    Attributes
    protected[this]
  18. def devarargify(tpe: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Type

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

    Definition Classes
    WhiteboxToolbelt
  20. val enginePkg: scala.reflect.macros.Universe.Select

    Attributes
    protected[this]
  21. final def eq(arg0: AnyRef): Boolean

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

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

    Definition Classes
    WhiteboxToolbelt
  24. def evalTree(tree: ⇒ Tree): Tree

    Definition Classes
    WhiteboxToolbelt
  25. def extractColumnMembers(table: scala.reflect.macros.Universe.Type, columns: List[Symbol]): List[Field]

  26. def extractRecordMembers(tpe: scala.reflect.macros.Universe.Type): Seq[Field]

    A "generic" type extractor that's meant to produce a list of fields from a record type.

    A "generic" type extractor that's meant to produce a list of fields from a record type. We support a narrow domain of types for automated generation, currently including: - Case classes - Tuples

    To achieve this, we simply have specific ways of extracting the types from the underlying records, and producing a Record.Field for each of the members in the product type,

    tpe

    The underlying record type that was passed as the second argument to a Cassandra table.

    returns

    An iterable of fields, each containing a TermName and a Type that describe a record member.

  27. def filterColumns(columns: Seq[scala.reflect.macros.Universe.Type], filter: scala.reflect.macros.Universe.Type): Seq[scala.reflect.macros.Universe.Type]

  28. def filterColumns[Filter](columns: Seq[scala.reflect.macros.Universe.Type])(implicit arg0: scala.reflect.macros.Universe.TypeTag[Filter]): Seq[scala.reflect.macros.Universe.Type]

  29. def filterMembers[T, Filter](exclusions: (Symbol) ⇒ Option[Symbol] = s: Symbol => Some(s))(implicit arg0: scala.reflect.macros.Universe.WeakTypeTag[T], arg1: scala.reflect.macros.Universe.TypeTag[Filter]): Seq[Symbol]

  30. def filterMembers[Filter](tpe: scala.reflect.macros.Universe.Type, exclusions: (Symbol) ⇒ Option[Symbol])(implicit arg0: scala.reflect.macros.Universe.TypeTag[Filter]): Seq[Symbol]

  31. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. val fromRowName: scala.reflect.macros.Universe.TermName

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

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

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

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

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

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

    Definition Classes
    WhiteboxToolbelt
  39. val inputTerm: macrocompat.CompatContext.TermName

    Attributes
    protected[this]
  40. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    HListHelpers
  42. val keyspaceType: scala.reflect.macros.Universe.Type

    Attributes
    protected[this]
  43. val knownList: List[String]

  44. val macroPkg: scala.reflect.macros.Universe.Select

    Attributes
    protected[this]
  45. def memoize[A, B](cache: Cache)(a: A, f: (A) ⇒ B): B

    Definition Classes
    WhiteboxToolbelt
  46. 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

    Definition Classes
    HListHelpers
  47. def mkHListType(col: List[scala.reflect.macros.Universe.Type]): scala.reflect.macros.Universe.Type

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

    Definition Classes
    AnyRef
  49. val notImplemented: Symbol

  50. val notImplementedName: scala.reflect.macros.Universe.TermName

  51. val nothingTpe: scala.reflect.macros.Universe.Type

    Attributes
    protected[this]
  52. final def notify(): Unit

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

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

    Definition Classes
    HListHelpers
  55. val primitivePkg: scala.reflect.macros.Universe.Select

    Attributes
    protected[this]
  56. def printType(tpe: scala.reflect.macros.Universe.Type): String

    Definition Classes
    HListHelpers
  57. val rootConn: Symbol

  58. val rowTerm: macrocompat.CompatContext.TermName

    Attributes
    protected[this]
  59. val rowType: scala.reflect.macros.Universe.Select

    Attributes
    protected[this]
  60. val sasiIndexTpe: scala.reflect.macros.Universe.Type

    Attributes
    protected[this]
  61. val selectTable: Symbol

  62. def showAborts: Boolean

    Definition Classes
    WhiteboxToolbelt
  63. def showAll: Boolean

    Definition Classes
    WhiteboxToolbelt
  64. def showCache: Boolean

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

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

    Definition Classes
    HListHelpers
  67. def showLogs: Boolean

    Definition Classes
    WhiteboxToolbelt
  68. def showTrees: Boolean

    Definition Classes
    WhiteboxToolbelt
  69. val strTpe: scala.reflect.macros.Universe.Select

    Attributes
    protected[this]
  70. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  71. val tableSym: Symbol

  72. val tableTerm: macrocompat.CompatContext.TermName

    Attributes
    protected[this]
  73. def toString(): String

    Definition Classes
    AnyRef → Any
  74. def tupleTerm(index: Int, aug: Int = 1): scala.reflect.macros.Universe.TermName

  75. def unpackHListTpe(tpe: scala.reflect.macros.Universe.Type): List[scala.reflect.macros.Universe.Type]

    Definition Classes
    HListHelpers
  76. final def wait(): Unit

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

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

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

    Definition Classes
    WhiteboxToolbelt

Inherited from WhiteboxToolbelt

Inherited from HListHelpers

Inherited from AnyRef

Inherited from Any

Ungrouped