Class

org.scalameta.ast

RootMacros

Related Doc: package ast

Permalink

class RootMacros extends Reflection

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RootMacros
  2. Reflection
  3. Reflection
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RootMacros(c: Context)

    Permalink

Type Members

  1. abstract class Adt extends AnyRef

    Permalink
    Definition Classes
    Reflection
  2. class Branch extends Adt with NonLeafApi

    Permalink
    Definition Classes
    Reflection
  3. class Field extends AnyRef

    Permalink
    Definition Classes
    Reflection
  4. class Leaf extends Adt

    Permalink
    Definition Classes
    Reflection
  5. trait NonLeafApi extends Adt

    Permalink
    Definition Classes
    Reflection
  6. class Root extends Adt with NonLeafApi

    Permalink
    Definition Classes
    Reflection
  7. implicit class XtensionAdtSymbol extends AnyRef

    Permalink
    Definition Classes
    Reflection
  8. implicit class XtensionAstTree extends AnyRef

    Permalink
    Definition Classes
    Reflection
  9. implicit class XtensionAstType extends AnyRef

    Permalink
    Definition Classes
    Reflection

Value Members

  1. final def !=(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from RootMacros to any2stringadd[RootMacros] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (RootMacros, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from RootMacros to ArrowAssoc[RootMacros] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. lazy val AdtInternal: scala.reflect.macros.Universe.Select

    Permalink
  7. lazy val ApiNameQualifierClass: scala.reflect.macros.Universe.ClassSymbol

    Permalink
    Definition Classes
    Reflection
  8. lazy val ApiScopeClass: scala.reflect.macros.Universe.ClassSymbol

    Permalink
    Definition Classes
    Reflection
  9. lazy val ApiStatClass: scala.reflect.macros.Universe.ClassSymbol

    Permalink
    Definition Classes
    Reflection
  10. lazy val ApiTreeClass: scala.reflect.macros.Universe.ClassSymbol

    Permalink
    Definition Classes
    Reflection
  11. lazy val AstInternal: scala.reflect.macros.Universe.Select

    Permalink
  12. lazy val Data: scala.reflect.macros.Universe.Tree

    Permalink
  13. lazy val Datum: scala.reflect.macros.Universe.Select

    Permalink
  14. lazy val Denotation: scala.reflect.macros.Universe.Select

    Permalink
  15. lazy val Environment: scala.reflect.macros.Universe.Select

    Permalink
  16. lazy val Expansion: scala.reflect.macros.Universe.Select

    Permalink
  17. lazy val Flags: scala.reflect.macros.Universe.Select

    Permalink
  18. lazy val ImplQuasiClass: scala.reflect.macros.Universe.ClassSymbol

    Permalink
    Definition Classes
    Reflection
  19. lazy val ImplTreeClass: scala.reflect.macros.Universe.ClassSymbol

    Permalink
    Definition Classes
    Reflection
  20. lazy val PatClass: scala.reflect.macros.Universe.ClassSymbol

    Permalink
    Definition Classes
    Reflection
  21. lazy val PatTypeClass: scala.reflect.macros.Universe.ClassSymbol

    Permalink
    Definition Classes
    Reflection
  22. lazy val PatTypeRefClass: scala.reflect.macros.Universe.ClassSymbol

    Permalink
    Definition Classes
    Reflection
  23. def PrivateMeta(flags: scala.reflect.macros.Universe.FlagSet): scala.reflect.macros.Universe.Modifiers

    Permalink
    Definition Classes
    Reflection
  24. def PrivateMeta: scala.reflect.macros.Universe.Modifiers

    Permalink
    Definition Classes
    Reflection
  25. def Protected: scala.reflect.macros.Universe.Modifiers

    Permalink
    Definition Classes
    Reflection
  26. lazy val RegistryAnnotation: scala.reflect.macros.Universe.ClassSymbol

    Permalink
    Definition Classes
    Reflection
  27. lazy val RegistryModule: scala.reflect.macros.Universe.ModuleSymbol

    Permalink
    Definition Classes
    Reflection
  28. lazy val SemanticInternal: scala.reflect.macros.Universe.Select

    Permalink
  29. lazy val TYPECHECKED: scala.reflect.macros.Universe.Select

    Permalink
  30. lazy val Tokens: scala.reflect.macros.Universe.Select

    Permalink
  31. lazy val Tree: scala.reflect.macros.Universe.Select

    Permalink
  32. lazy val Typing: scala.reflect.macros.Universe.Select

    Permalink
  33. lazy val ZERO: scala.reflect.macros.Universe.Select

    Permalink
  34. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  35. val c: Context

    Permalink
  36. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def ensuring(cond: (RootMacros) ⇒ Boolean, msg: ⇒ Any): RootMacros

    Permalink
    Implicit information
    This member is added by an implicit conversion from RootMacros to Ensuring[RootMacros] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  38. def ensuring(cond: (RootMacros) ⇒ Boolean): RootMacros

    Permalink
    Implicit information
    This member is added by an implicit conversion from RootMacros to Ensuring[RootMacros] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  39. def ensuring(cond: Boolean, msg: ⇒ Any): RootMacros

    Permalink
    Implicit information
    This member is added by an implicit conversion from RootMacros to Ensuring[RootMacros] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  40. def ensuring(cond: Boolean): RootMacros

    Permalink
    Implicit information
    This member is added by an implicit conversion from RootMacros to Ensuring[RootMacros] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  41. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  43. def figureOutDirectSubclasses(sym: scala.reflect.macros.Universe.ClassSymbol): List[scala.reflect.macros.Universe.Symbol]

    Permalink
    Attributes
    protected
    Definition Classes
    ReflectionReflection
  44. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  45. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from RootMacros to StringFormat[RootMacros] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  46. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  48. def impl(annottees: scala.reflect.macros.Universe.Tree*): scala.reflect.macros.Universe.Tree

    Permalink
  49. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  50. lazy val mirror: scala.reflect.macros.Universe.Mirror

    Permalink
    Definition Classes
    RootMacrosReflection
  51. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  52. final def notify(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
  55. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  56. lazy val u: scala.reflect.macros.whitebox.Context.universe.type

    Permalink
    Definition Classes
    RootMacrosReflection
  57. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. def [B](y: B): (RootMacros, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from RootMacros to ArrowAssoc[RootMacros] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Reflection

Inherited from adt.Reflection

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from RootMacros to any2stringadd[RootMacros]

Inherited by implicit conversion StringFormat from RootMacros to StringFormat[RootMacros]

Inherited by implicit conversion Ensuring from RootMacros to Ensuring[RootMacros]

Inherited by implicit conversion ArrowAssoc from RootMacros to ArrowAssoc[RootMacros]

Ungrouped