records.AccessMacros

AccessImpls

Related Doc: package AccessMacros

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: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. object ->

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

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

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

    Definition Classes
    AnyRef → Any
  5. object Tuple2

    Extractor for the tree of a Tuple2

    Extractor for the tree of a Tuple2

    Definition Classes
    Common
  6. def accessData(receiver: scala.reflect.macros.Universe.Tree, fieldName: String, tpe: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Tree

    Generate a specialized data access on a record

    Generate a specialized data access on a record

    Definition Classes
    Common
  7. 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.

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val c: C

    Definition Classes
    AccessImplsCommonInternal210
  10. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def genRecordField(name: String, tpe: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.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.

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

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

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

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

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

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

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

    Determine the fields of a record

    Determine the fields of a record

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

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

    Definition Classes
    AnyRef
  24. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. 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