Packages

object fields extends Fields

Source
Global.scala
Content Hierarchy
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. Protected

Type Members

  1. final type InfoPhase = Phase
    Definition Classes
    InfoTransform
    Annotations
    @nowarn()
  2. abstract class StdPhase extends GlobalPhase

    A standard phase template

    A standard phase template

    Definition Classes
    SubComponent
  3. trait AccessorTreeSynthesis extends AnyRef
    Definition Classes
    AccessorSynthesis
  4. case class BitmapInfo(symbol: Global.Symbol, mask: Global.Literal) extends Product with Serializable
    Definition Classes
    AccessorSynthesis
  5. class 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. abstract class ThicketTransformer extends TypingTransformer

    A base class for typing transformers that need to perform "thicket expansion".

    A base class for typing transformers that need to perform "thicket expansion". A thicket is the output of a transformation that is flattened into the enclosing block.

    Definition Classes
    TypingTransformers
  10. abstract class TypingTransformer extends Global.AstTransformer
    Definition Classes
    TypingTransformers

Deprecated Type Members

  1. class Phase extends InfoTransform.Phase
    Definition Classes
    InfoTransform
    Annotations
    @nowarn() @deprecated
    Deprecated

    (Since version 2.13.4) use InfoPhase instead

Value Members

  1. val EmptyThicket: Global.EmptyTree.type
    Definition Classes
    AccessorSynthesis
  2. final val TRAIT_SETTER_FLAGS: 576460752303947793L
    Definition Classes
    Fields
  3. def Thicket(trees: List[Global.Tree]): Global.TermTree with java.io.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

    The global environment; overridden by instantiation in Global.

    The global environment; overridden by instantiation in Global.

    Definition Classes
    fieldsTypingTransformersTreeDSLSubComponent
  18. def hashCode(): Int

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

    SubComponents 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]

    Names of phases that must run before this phase.

    Names of phases that must run before this phase.

    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

    Name of the phase that this phase must follow immediately.

    Name of the phase that this phase must follow immediately.

    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