scala.quasiquotes.QuasiquoteCompat

ReificationSupportApi

trait ReificationSupportApi extends AnyRef

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

Abstract Value Members

  1. abstract def AnnotatedType(annotations: List[reflect.api.Universe.Annotation], underlying: reflect.api.Universe.Type, selfsym: reflect.api.Universe.Symbol): reflect.api.Universe.AnnotatedType

  2. abstract def BoundedWildcardType(bounds: reflect.api.Universe.TypeBounds): reflect.api.Universe.BoundedWildcardType

  3. abstract def ClassInfoType(parents: List[reflect.api.Universe.Type], decls: reflect.api.Universe.Scope, typeSymbol: reflect.api.Universe.Symbol): reflect.api.Universe.ClassInfoType

  4. abstract def ConstantType(value: reflect.api.Universe.Constant): reflect.api.Universe.ConstantType

  5. abstract def ExistentialType(quantified: List[reflect.api.Universe.Symbol], underlying: reflect.api.Universe.Type): reflect.api.Universe.ExistentialType

  6. abstract val FlagsRepr: FlagsReprExtractor

  7. abstract val ImplicitParams: ImplicitParamsExtractor

  8. abstract def MethodType(params: List[reflect.api.Universe.Symbol], resultType: reflect.api.Universe.Type): reflect.api.Universe.MethodType

  9. abstract def NullaryMethodType(resultType: reflect.api.Universe.Type): reflect.api.Universe.NullaryMethodType

  10. abstract def PolyType(typeParams: List[reflect.api.Universe.Symbol], resultType: reflect.api.Universe.Type): reflect.api.Universe.PolyType

  11. abstract def RefinedType(parents: List[reflect.api.Universe.Type], decls: reflect.api.Universe.Scope, typeSymbol: reflect.api.Universe.Symbol): reflect.api.Universe.RefinedType

  12. abstract val ScalaDot: ScalaDotExtractor

  13. abstract def SingleType(pre: reflect.api.Universe.Type, sym: reflect.api.Universe.Symbol): reflect.api.Universe.Type

  14. abstract def SuperType(thistpe: reflect.api.Universe.Type, supertpe: reflect.api.Universe.Type): reflect.api.Universe.Type

  15. abstract val SyntacticApplied: SyntacticAppliedExtractor

  16. abstract val SyntacticAppliedType: SyntacticTypeAppliedExtractor

  17. abstract val SyntacticAssign: SyntacticAssignExtractor

  18. abstract val SyntacticBlock: SyntacticBlockExtractor

  19. abstract val SyntacticClassDef: SyntacticClassDefExtractor

  20. abstract val SyntacticDefDef: SyntacticDefDefExtractor

  21. abstract val SyntacticEmptyTypeTree: SyntacticEmptyTypeTreeExtractor

  22. abstract val SyntacticFilter: SyntacticFilterExtractor

  23. abstract val SyntacticFor: SyntacticForExtractor

  24. abstract val SyntacticForYield: SyntacticForExtractor

  25. abstract val SyntacticFunction: SyntacticFunctionExtractor

  26. abstract val SyntacticFunctionType: SyntacticFunctionTypeExtractor

  27. abstract val SyntacticIdent: SyntacticIdentExtractor

  28. abstract val SyntacticImport: SyntacticImportExtractor

  29. abstract val SyntacticMatch: SyntacticMatchExtractor

  30. abstract val SyntacticNew: SyntacticNewExtractor

  31. abstract val SyntacticObjectDef: SyntacticObjectDefExtractor

  32. abstract val SyntacticPackageObjectDef: SyntacticPackageObjectDefExtractor

  33. abstract val SyntacticPartialFunction: SyntacticPartialFunctionExtractor

  34. abstract val SyntacticPatDef: SyntacticPatDefExtractor

  35. abstract val SyntacticSelectTerm: SyntacticSelectTermExtractor

  36. abstract val SyntacticSelectType: SyntacticSelectTypeExtractor

  37. abstract val SyntacticTraitDef: SyntacticTraitDefExtractor

  38. abstract val SyntacticTry: SyntacticTryExtractor

  39. abstract val SyntacticTuple: SyntacticTupleExtractor

  40. abstract val SyntacticTupleType: SyntacticTupleExtractor

  41. abstract val SyntacticTypeApplied: SyntacticTypeAppliedExtractor

  42. abstract val SyntacticValDef: SyntacticValDefExtractor

  43. abstract val SyntacticValEq: SyntacticValEqExtractor

  44. abstract val SyntacticValFrom: SyntacticValFromExtractor

  45. abstract val SyntacticVarDef: SyntacticValDefExtractor

  46. abstract def ThisType(sym: reflect.api.Universe.Symbol): reflect.api.Universe.Type

  47. abstract def TypeBounds(lo: reflect.api.Universe.Type, hi: reflect.api.Universe.Type): reflect.api.Universe.TypeBounds

  48. abstract def TypeRef(pre: reflect.api.Universe.Type, sym: reflect.api.Universe.Symbol, args: List[reflect.api.Universe.Type]): reflect.api.Universe.Type

  49. abstract def freshTermName(prefix: String): reflect.api.Universe.TermName

  50. abstract def freshTypeName(prefix: String): reflect.api.Universe.TypeName

  51. abstract def mkAnnotation(trees: List[reflect.api.Universe.Tree]): List[reflect.api.Universe.Tree]

  52. abstract def mkAnnotation(tree: reflect.api.Universe.Tree): reflect.api.Universe.Tree

  53. abstract def mkEarlyDef(defns: List[reflect.api.Universe.Tree]): List[reflect.api.Universe.Tree]

  54. abstract def mkEarlyDef(defn: reflect.api.Universe.Tree): reflect.api.Universe.Tree

  55. abstract def mkIdent(sym: reflect.api.Universe.Symbol): reflect.api.Universe.Ident

  56. abstract def mkPackageStat(stats: List[reflect.api.Universe.Tree]): List[reflect.api.Universe.Tree]

  57. abstract def mkPackageStat(stat: reflect.api.Universe.Tree): reflect.api.Universe.Tree

  58. abstract def mkRefTree(qual: reflect.api.Universe.Tree, sym: reflect.api.Universe.Symbol): reflect.api.Universe.Tree

  59. abstract def mkRefineStat(stats: List[reflect.api.Universe.Tree]): List[reflect.api.Universe.Tree]

  60. abstract def mkRefineStat(stat: reflect.api.Universe.Tree): reflect.api.Universe.Tree

  61. abstract def mkSelect(qualifier: reflect.api.Universe.Tree, sym: reflect.api.Universe.Symbol): reflect.api.Universe.Select

  62. abstract def mkThis(sym: reflect.api.Universe.Symbol): reflect.api.Universe.Tree

  63. abstract def mkTypeTree(tp: reflect.api.Universe.Type): reflect.api.Universe.TypeTree

  64. abstract def newFreeTerm(name: String, value: ⇒ Any, flags: reflect.api.Universe.FlagSet = NoFlags, origin: String = null): reflect.api.Universe.FreeTermSymbol

    Create a fresh free term symbol.

    Create a fresh free term symbol.

    name

    the name of the free variable

    value

    the value of the free variable at runtime

    flags

    (optional) flags of the free variable

    origin

    debug information that tells where this symbol comes from

  65. abstract def newFreeType(name: String, flags: reflect.api.Universe.FlagSet = NoFlags, origin: String = null): reflect.api.Universe.FreeTypeSymbol

    Create a fresh free type symbol.

    Create a fresh free type symbol.

    name

    the name of the free variable

    flags

    (optional) flags of the free variable

    origin

    debug information that tells where this symbol comes from

  66. abstract def newNestedSymbol(owner: reflect.api.Universe.Symbol, name: reflect.api.Universe.Name, pos: reflect.api.Universe.Position, flags: reflect.api.Universe.FlagSet, isClass: Boolean): reflect.api.Universe.Symbol

    A fresh symbol with given name name, position pos and flags flags that has the current symbol as its owner.

  67. abstract def newScopeWith(elems: reflect.api.Universe.Symbol*): reflect.api.Universe.Scope

  68. abstract def selectOverloadedMethod(owner: reflect.api.Universe.Symbol, name: String, index: Int): reflect.api.Universe.MethodSymbol

    Selects overloaded method symbol with given name and index

  69. abstract def selectTerm(owner: reflect.api.Universe.Symbol, name: String): reflect.api.Universe.TermSymbol

    Selects term symbol with given name and type from the defined members of prefix type

  70. abstract def selectType(owner: reflect.api.Universe.Symbol, name: String): reflect.api.Universe.TypeSymbol

    Selects type symbol with given simple name name from the defined members of owner.

  71. abstract def setAnnotations[S <: reflect.api.Universe.Symbol](sym: S, annots: List[reflect.api.Universe.Annotation]): S

    Set symbol's annotations to given annotations annots.

  72. abstract def setInfo[S <: reflect.api.Universe.Symbol](sym: S, tpe: reflect.api.Universe.Type): S

    Set symbol's type signature to given type.

    Set symbol's type signature to given type.

    returns

    the symbol itself

  73. abstract def setSymbol[T <: reflect.api.Universe.Tree](tree: T, sym: reflect.api.Universe.Symbol): T

  74. abstract def setType[T <: reflect.api.Universe.Tree](tree: T, tpe: reflect.api.Universe.Type): T

  75. abstract def thisPrefix(sym: reflect.api.Universe.Symbol): reflect.api.Universe.Type

  76. abstract def toStats(tree: reflect.api.Universe.Tree): List[reflect.api.Universe.Tree]

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

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

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

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

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

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

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

    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  18. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped