PhasesBase

trait PhasesBase
class Object
trait Matchable
class Any

Type members

Classlikes

object SomePhase extends Phase

A sentinel transformer object

A sentinel transformer object

Value members

Inherited constructors

def this()
Inherited from
ContextBase

Concrete methods

final def erasurePhase: Phase
final def flattenPhase: Phase
final def fusePhases(phasess: List[List[Phase]], phasesToSkip: List[String], stopBeforePhases: List[String], stopAfterPhases: List[String], YCheckAfter: List[String])(using Context): List[Phase]

Squash TreeTransform's beloning to same sublist to a single TreeTransformer Each TreeTransform gets own period, whereas a combined TreeTransformer gets period equal to union of periods of it's TreeTransforms

Squash TreeTransform's beloning to same sublist to a single TreeTransformer Each TreeTransform gets own period, whereas a combined TreeTransformer gets period equal to union of periods of it's TreeTransforms

final def genBCodePhase: Phase
final def gettersPhase: Phase
final def inliningPhase: Phase
final def isAfterTyper(phase: Phase): Boolean
final def patmatPhase: Phase
final def phasePlan: List[List[Phase]]
final def picklerPhase: Phase
final def setPhasePlan(phasess: List[List[Phase]]): Unit
final def typerPhase: Phase
final def usePhases(phasess: List[Phase], fuse: Boolean): Unit

Use the following phases in the order they are given. The list should never contain NoPhase. if fusion is enabled, phases in same subgroup will be fused to single phase.

Use the following phases in the order they are given. The list should never contain NoPhase. if fusion is enabled, phases in same subgroup will be fused to single phase.

Inherited methods

Add plugin phases to phase plan

Add plugin phases to phase plan

Inherited from
Plugins

Check that we are on the same thread as before

Check that we are on the same thread as before

Inherited from
ContextState
Inherited from
ContextBase
def initialize(using Context): Unit

Initializes the ContextBase with a starting context. This initializes the platform and the definitions.

Initializes the ContextBase with a starting context. This initializes the platform and the definitions.

Inherited from
ContextBase
Inherited from
ContextState

The platform

The platform

Inherited from
ContextBase

A description of all the plugins that are loaded

A description of all the plugins that are loaded

Inherited from
Plugins

Summary of the options for all loaded plugins

Summary of the options for all loaded plugins

Inherited from
Plugins
def plugins(using Context): List[Plugin]
Inherited from
Plugins
def reset(): Unit
Inherited from
ContextState

The loader that loads the members of root

The loader that loads the members of root

Inherited from
ContextBase
Inherited from
ContextState

Inherited fields

The standard definitions

The standard definitions

Inherited from
ContextBase

The initial context

The initial context

Inherited from
ContextBase

The applicable settings

The applicable settings

Inherited from
ContextBase

Sources and Files that were loaded

Sources and Files that were loaded

Inherited from
ContextState