abstract class GlobalPhase extends Phase
Ordering
- Alphabetic
- By Inheritance
Inherited
- GlobalPhase
- Phase
- Ordered
- Comparable
- AnyRef
- Any
Implicitly
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def apply(unit: Global.CompilationUnit): Unit
- abstract def name: String
- Definition Classes
- Phase
Concrete 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
- final def applyPhase(unit: Global.CompilationUnit): Unit
- final val assignsFields: Boolean
- Definition Classes
- Phase
- def cancelled(unit: Global.CompilationUnit): Boolean
Is current phase cancelled on this unit?
- def checkable: Boolean
- Definition Classes
- 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
- def keepsTypeParams: Boolean
- Definition Classes
- Phase
- def newFlags: Long
- Definition Classes
- Phase
- def next: reflect.internal.Phase
- Definition Classes
- Phase
- def nextFlags: Long
- Definition Classes
- 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: GlobalPhase): Boolean
- Implicit
- This member is added by an implicit conversion from GlobalPhase tomath.Ordered[GlobalPhase] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[GlobalPhase] 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:(globalPhase: math.Ordered[GlobalPhase]).<(that)
- Definition Classes
- Ordered
- def <=(that: GlobalPhase): Boolean
- Implicit
- This member is added by an implicit conversion from GlobalPhase tomath.Ordered[GlobalPhase] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[GlobalPhase] 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:(globalPhase: math.Ordered[GlobalPhase]).<=(that)
- Definition Classes
- Ordered
- def >(that: GlobalPhase): Boolean
- Implicit
- This member is added by an implicit conversion from GlobalPhase tomath.Ordered[GlobalPhase] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[GlobalPhase] 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:(globalPhase: math.Ordered[GlobalPhase]).>(that)
- Definition Classes
- Ordered
- def >=(that: GlobalPhase): Boolean
- Implicit
- This member is added by an implicit conversion from GlobalPhase tomath.Ordered[GlobalPhase] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[GlobalPhase] 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:(globalPhase: math.Ordered[GlobalPhase]).>=(that)
- Definition Classes
- Ordered
- def compare(that: GlobalPhase): Int
- Implicit
- This member is added by an implicit conversion from GlobalPhase tomath.Ordered[GlobalPhase] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[GlobalPhase] 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:(globalPhase: math.Ordered[GlobalPhase]).compare(that)
- Definition Classes
- Ordered
- def compareTo(that: GlobalPhase): Int
- Implicit
- This member is added by an implicit conversion from GlobalPhase tomath.Ordered[GlobalPhase] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[GlobalPhase] 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:(globalPhase: math.Ordered[GlobalPhase]).compareTo(that)
- Definition Classes
- Ordered → Comparable
Deprecated Value Members
- final def withCurrentUnit(unit: Global.CompilationUnit)(task: => Unit): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 2.13) Unused, inlined in applyPhase
- final def withCurrentUnitNoLog(unit: Global.CompilationUnit)(task: => Unit): Unit
- Annotations
- @inline() @deprecated
- Deprecated
(Since version 2.13) Unused, see withCurrentUnit
The Scala compiler and reflection APIs.