class Phase extends InfoPhase
- Annotations
- @nowarn() @deprecated
- Deprecated
(Since version 2.13.4) use OuterPhase instead
- Source
- ExplicitOuter.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- Phase
- Phase
- Phase
- StdPhase
- GlobalPhase
- Phase
- Ordered
- Comparable
- AnyRef
- Any
Implicitly
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def <(that: reflect.internal.Phase): Boolean
- Definition Classes
- Ordered
- def <=(that: reflect.internal.Phase): Boolean
- Definition Classes
- Ordered
- def >(that: reflect.internal.Phase): Boolean
- Definition Classes
- Ordered
- def >=(that: reflect.internal.Phase): Boolean
- Definition Classes
- Ordered
- def apply(unit: Global.CompilationUnit): Unit
- Definition Classes
- Phase → GlobalPhase
- final def applyPhase(unit: Global.CompilationUnit): Unit
- Definition Classes
- GlobalPhase
- final val assignsFields: Boolean
- Definition Classes
- Phase
- def cancelled(unit: Global.CompilationUnit): Boolean
Is current phase cancelled on this unit?
Is current phase cancelled on this unit?
- Definition Classes
- GlobalPhase
- val checkable: Boolean
- Definition Classes
- Phase → Phase
- def compare(that: reflect.internal.Phase): Id
- Definition Classes
- Phase → Ordered
- def compareTo(that: reflect.internal.Phase): Int
- Definition Classes
- Ordered → Comparable
- def description: String
- Definition Classes
- Phase
- def equals(other: Any): Boolean
- Definition Classes
- Phase → AnyRef → Any
- final val erasedTypes: Boolean
- Definition Classes
- Phase
- def flagMask: Long
- Definition Classes
- Phase
- final val flatClasses: Boolean
- Definition Classes
- Phase
- val fmask: Long
- Definition Classes
- Phase
- def hasNext: Boolean
- Definition Classes
- Phase
- def hashCode(): Int
- Definition Classes
- Phase → AnyRef → Any
- val id: Id
- Definition Classes
- Phase
- def iterator: collection.Iterator[reflect.internal.Phase]
- Definition Classes
- Phase
- val keepsTypeParams: Boolean
- Definition Classes
- Phase → Phase
- def name: String
- Definition Classes
- StdPhase → Phase
- def newFlags: Long
- Definition Classes
- StdPhase → Phase
- def next: reflect.internal.Phase
- Definition Classes
- Phase
- def nextFlags: Long
- Definition Classes
- StdPhase → Phase
- val prev: reflect.internal.Phase
- Definition Classes
- Phase
- final val refChecked: Boolean
- Definition Classes
- Phase
- def run(): Unit
- Definition Classes
- GlobalPhase → Phase
- final val specialized: Boolean
- Definition Classes
- Phase
- def toString(): String
- Definition Classes
- Phase → AnyRef → Any
Shadowed Implicit Value Members
- def <(that: Phase): Boolean
- Implicit
- This member is added by an implicit conversion from Phase tomath.Ordered[Phase] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Phase] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(phase: math.Ordered[Phase]).<(that)
- Definition Classes
- Ordered
- def <=(that: Phase): Boolean
- Implicit
- This member is added by an implicit conversion from Phase tomath.Ordered[Phase] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Phase] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(phase: math.Ordered[Phase]).<=(that)
- Definition Classes
- Ordered
- def >(that: Phase): Boolean
- Implicit
- This member is added by an implicit conversion from Phase tomath.Ordered[Phase] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Phase] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(phase: math.Ordered[Phase]).>(that)
- Definition Classes
- Ordered
- def >=(that: Phase): Boolean
- Implicit
- This member is added by an implicit conversion from Phase tomath.Ordered[Phase] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Phase] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(phase: math.Ordered[Phase]).>=(that)
- Definition Classes
- Ordered
- def compare(that: Phase): Int
- Implicit
- This member is added by an implicit conversion from Phase tomath.Ordered[Phase] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Phase] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(phase: math.Ordered[Phase]).compare(that)
- Definition Classes
- Ordered
- def compareTo(that: Phase): Int
- Implicit
- This member is added by an implicit conversion from Phase tomath.Ordered[Phase] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Phase] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(phase: math.Ordered[Phase]).compareTo(that)
- Definition Classes
- Ordered → Comparable
Deprecated Value Members
- final def withCurrentUnit(unit: Global.CompilationUnit)(task: => Unit): Unit
- Definition Classes
- GlobalPhase
- Annotations
- @deprecated
- Deprecated
(Since version 2.13) Unused, inlined in applyPhase
- final def withCurrentUnitNoLog(unit: Global.CompilationUnit)(task: => Unit): Unit
- Definition Classes
- GlobalPhase
- Annotations
- @inline() @deprecated
- Deprecated
(Since version 2.13) Unused, see withCurrentUnit
The Scala compiler and reflection APIs.