records.AccessMacros

AccessImpls

class AccessImpls[C <: Context] extends Common[C]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AccessImpls
  2. Common
  3. Internal210
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AccessImpls(c: C)

Type Members

  1. implicit class RichContext extends AnyRef

    Definition Classes
    Internal210
  2. implicit class RichFlag extends AnyRef

    Definition Classes
    Internal210
  3. implicit class RichMethodSymbol extends AnyRef

    Definition Classes
    Internal210
  4. implicit class RichSymbol extends AnyRef

    Definition Classes
    Internal210
  5. implicit class RichUniverse extends AnyRef

    Definition Classes
    Internal210
  6. type Schema = Seq[(String, scala.reflect.macros.Universe.Type)]

    Definition Classes
    Common

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

    Extractor for the tree of a Tuple2 in the form x -> y

  5. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  7. object Tuple2

    Extractor for the tree of a Tuple2

  8. def accessData(receiver: Tree, fieldName: String, tpe: scala.reflect.macros.Universe.Type): Tree

    Generate a specialized data access on a record

    Generate a specialized data access on a record

    Definition Classes
    Common
  9. def accessRecord[Fields](rec: C.Expr[Rec[Fields]])(implicit arg0: C.WeakTypeTag[Fields]): C.Expr[Fields]

    Prepare a record for access by exposing its fields as a structural type with macro members.

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. val c: C

    Definition Classes
    AccessImplsCommonInternal210
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def genRecordField(name: String, tpe: scala.reflect.macros.Universe.Type): Tree

    Create a tree for a 'def' of a record field.

    Create a tree for a 'def' of a record field. If a type of the field is yet another record, it will be a class type of the $​anon class (created as part of genRecord), rather than a pure RefinedType. Therefore we have to recreate it and provide an appropriate type to the macro call.

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

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

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  23. def recordFields(recType: scala.reflect.macros.Universe.Type): Schema

    Determine the fields of a record

    Determine the fields of a record

    Definition Classes
    Common
  24. def selectField[T](implicit arg0: C.WeakTypeTag[T]): C.Expr[T]

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

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Common[C]

Inherited from Internal210

Inherited from AnyRef

Inherited from Any

Ungrouped