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

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.