Packages

object fields extends Fields

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. fields
  2. Fields
  3. AccessorSynthesis
  4. TypingTransformers
  5. TreeDSL
  6. InfoTransform
  7. Transform
  8. SubComponent
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class StdPhase extends GlobalPhase

    A standard phase template

    A standard phase template

    Definition Classes
    SubComponent
  2. trait AccessorTreeSynthesis extends AnyRef
    Definition Classes
    AccessorSynthesis
  3. case class BitmapInfo (symbol: Global.Symbol, mask: Global.Literal) extends Product with Serializable
    Definition Classes
    AccessorSynthesis
  4. trait CheckInitAccessorSymbolSynth extends CheckedAccessorSymbolSynth
    Definition Classes
    AccessorSynthesis
  5. trait CheckedAccessorSymbolSynth extends AnyRef
    Definition Classes
    AccessorSynthesis
  6. trait CheckedAccessorTreeSynthesis extends AccessorTreeSynthesis
    Definition Classes
    AccessorSynthesis
  7. class FieldMemoization extends AnyRef
    Definition Classes
    Fields
  8. class FieldsTransformer extends TypingTransformer with CheckedAccessorTreeSynthesis
    Definition Classes
    Fields
  9. class Phase extends InfoTransform.Phase
    Definition Classes
    InfoTransform
  10. abstract class TypingTransformer extends Global.Transformer
    Definition Classes
    TypingTransformers

Value Members

  1. val EmptyThicket: Global.EmptyTree.type
    Definition Classes
    AccessorSynthesis
  2. final val TRAIT_SETTER_FLAGS: Long
    Definition Classes
    Fields
  3. def Thicket(trees: List[Global.Tree]): Global.TermTree with Serializable
    Definition Classes
    AccessorSynthesis
  4. final def afterOwnPhase[T](op: ⇒ T): T
    Definition Classes
    SubComponent
    Annotations
    @inline()
  5. final def beforeOwnPhase[T](op: ⇒ T): T
    Definition Classes
    SubComponent
    Annotations
    @inline()
  6. def castHack(tree: Global.Tree, pt: Global.Type): Global.Tree
    Definition Classes
    Fields
  7. def checkAndClear(flag: Long)(sym: Global.Symbol): Boolean
    Definition Classes
    Fields
  8. def checkAndClearNeedsTrees(setter: Global.Symbol): Boolean
    Definition Classes
    Fields
  9. def checkAndClearOverriddenTraitSetter(setter: Global.Symbol): Boolean
    Definition Classes
    Fields
  10. def checkedAccessorSymbolSynth(clz: Global.Symbol): CheckedAccessorSymbolSynth
    Definition Classes
    AccessorSynthesis
  11. def dropFieldAnnotationsFromGetter(sym: Global.Symbol): Global.Symbol
    Definition Classes
    Fields
  12. def enabled: Boolean

    Is this component enabled? Default is true.

    Is this component enabled? Default is true.

    Definition Classes
    SubComponent
  13. def explodeThicket(tree: Global.Tree): List[Global.Tree]
    Definition Classes
    AccessorSynthesis
  14. def fieldMemoizationIn(accessorOrField: Global.Symbol, site: Global.Symbol): FieldMemoization
    Definition Classes
    Fields
  15. def fieldTypeOfAccessorIn(accessor: Global.Symbol, pre: Global.Type): Global.Type
    Definition Classes
    Fields
  16. def getterTreeAnnotationsTargetFieldAndGetter(owner: Global.Symbol, mods: Global.Modifiers): Boolean
    Definition Classes
    Fields
  17. val global: Global.this.type
    Definition Classes
    fieldsTypingTransformersTreeDSLSubComponent
  18. def hashCode(): Int

    SubComponent are added to a HashSet and two phases are the same if they have the same name

    SubComponent are added to a HashSet and two phases are the same if they have the same name

    Definition Classes
    SubComponent → AnyRef → Any
  19. val initial: Boolean

    True if this phase runs before all other phases.

    True if this phase runs before all other phases. Usually, parser.

    Definition Classes
    SubComponent
  20. val internal: Boolean

    True if this phase is not provided by a plug-in.

    True if this phase is not provided by a plug-in.

    Definition Classes
    SubComponent
  21. def lazyVarOf(sym: Global.Symbol): Global.Symbol
    Definition Classes
    Fields
  22. def matchingAccessor(pre: Global.Type, member: Global.Symbol, clazz: Global.Symbol): Global.Symbol
    Definition Classes
    Fields
  23. def mustExplodeThicket(tree: Global.Tree): Boolean
    Definition Classes
    AccessorSynthesis
  24. def newPhase(prev: nsc.Phase): StdPhase

    Create a new phase which applies transformer

    Create a new phase which applies transformer

    Definition Classes
    InfoTransformTransformSubComponent
  25. def nonStaticModuleToMethod(module: Global.Symbol): Unit
    Definition Classes
    Fields
  26. final def notDeferredOrSynthImpl(sym: Global.Symbol): Boolean
    Definition Classes
    Fields
    Annotations
    @inline()
  27. def ownPhase: nsc.Phase

    The phase corresponding to this subcomponent in the current compiler run

    The phase corresponding to this subcomponent in the current compiler run

    Definition Classes
    SubComponent
  28. val phaseName: String

    the following two members override abstract members in Transform

    the following two members override abstract members in Transform

    Definition Classes
    FieldsSubComponent
  29. def phaseNewFlags: Long

    New flags defined by the phase which are not valid before

    New flags defined by the phase which are not valid before

    Definition Classes
    FieldsSubComponent
  30. def phaseNextFlags: Long

    New flags defined by the phase which are not valid until immediately after it

    New flags defined by the phase which are not valid until immediately after it

    Definition Classes
    SubComponent
  31. val requires: List[String]

    Names of phases required by this component.

    Names of phases required by this component. Default is Nil.

    Definition Classes
    SubComponent
  32. val runsAfter: collection.immutable.List[String]
    Definition Classes
    fieldsSubComponent
  33. val runsBefore: List[String]

    Names of phases that must run after this phase.

    Names of phases that must run after this phase. Default is Nil.

    Definition Classes
    SubComponent
  34. val runsRightAfter: None.type
    Definition Classes
    fieldsSubComponent
  35. def symbolAnnotationsTargetFieldAndGetter(sym: Global.Symbol): Boolean
    Definition Classes
    Fields
  36. val terminal: Boolean

    True if this phase runs after all other phases.

    True if this phase runs after all other phases. Usually, terminal.

    Definition Classes
    SubComponent
  37. def transformInfo(sym: Global.Symbol, tp: Global.Type): Global.Type
    Definition Classes
    FieldsInfoTransform
  38. object CODE
    Definition Classes
    TreeDSL