dotty.tools.dotc.core.Phases

PhasesBase

Related Doc: package Phases

trait PhasesBase extends AnyRef

Self Type
ContextBase
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PhasesBase
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class TerminalPhase extends DotClass with DenotTransformer

    A sentinel transformer object

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. object NoPhase extends DotClass with Phase

  5. object SomePhase extends DotClass with Phase

  6. def allPhases: Array[Phase]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def elimErasedValueTypePhase: Phase

  10. def elimRepeatedPhase: Phase

  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  13. def erasurePhase: Phase

  14. def explicitOuterPhase: Phase

  15. def extensionMethodsPhase: Phase

  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def flattenPhase: Phase

  18. def genBCodePhase: Phase

  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def gettersPhase: Phase

  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def isAfterTyper(phase: Phase): Boolean

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def lambdaLiftPhase: Phase

  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. def patmatPhase: Phase

  29. def phaseOfClass(pclass: Class[_]): Phase

  30. def phasePlan: List[List[Phase]]

  31. def picklerPhase: Phase

  32. def refchecksPhase: Phase

  33. def setPhasePlan(phasess: List[List[Phase]]): Unit

  34. def squashPhases(phasess: List[List[Phase]], phasesToSkip: List[String], stopBeforePhases: List[String], stopAfterPhases: List[String], YCheckAfter: List[String]): 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

  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. def typerPhase: Phase

  38. def usePhases(phasess: List[Phase], squash: Boolean = true): Unit

    Use the following phases in the order they are given.

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

  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped