Class

org.scalameta.ast

BranchMacros

Related Doc: package ast

Permalink

class BranchMacros extends Reflection

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BranchMacros
  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 BranchMacros(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 BranchMacros to any2stringadd[BranchMacros] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (BranchMacros, B)

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. 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. val AstInternal: scala.reflect.macros.Universe.Select

    Permalink
  12. val FfiInternal: scala.reflect.macros.Universe.Select

    Permalink
  13. val FlagsPackage: scala.reflect.macros.Universe.Select

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  25. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  26. val c: Context

    Permalink
  27. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  40. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    BranchMacrosReflection
  42. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    BranchMacrosReflection
  48. final def wait(): Unit

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from BranchMacros to ArrowAssoc[BranchMacros] 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 BranchMacros to any2stringadd[BranchMacros]

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

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

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

Ungrouped