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
- î
final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef â Any
- î
final def ##: Int
- Definition Classes
- AnyRef â Any
- î
def +(other: String): String
- Implicit
- This member is added by an implicit conversion from GlobalPhase toany2stringadd[GlobalPhase] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- î
def ->[B](y: B): (GlobalPhase, B)
- Implicit
- This member is added by an implicit conversion from GlobalPhase toArrowAssoc[GlobalPhase] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- î
def <(that: reflect.internal.Phase): Boolean
- Definition Classes
- Ordered
- î
def <=(that: reflect.internal.Phase): Boolean
- Definition Classes
- Ordered
- î
final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef â Any
- î
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 def asInstanceOf[T0]: T0
- Definition Classes
- Any
- î
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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- î
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 ensuring(cond: (GlobalPhase) => Boolean, msg: => Any): GlobalPhase
- Implicit
- This member is added by an implicit conversion from GlobalPhase toEnsuring[GlobalPhase] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- î
def ensuring(cond: (GlobalPhase) => Boolean): GlobalPhase
- Implicit
- This member is added by an implicit conversion from GlobalPhase toEnsuring[GlobalPhase] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- î
def ensuring(cond: Boolean, msg: => Any): GlobalPhase
- Implicit
- This member is added by an implicit conversion from GlobalPhase toEnsuring[GlobalPhase] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- î
def ensuring(cond: Boolean): GlobalPhase
- Implicit
- This member is added by an implicit conversion from GlobalPhase toEnsuring[GlobalPhase] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- î
final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- î
def equals(other: Any): Boolean
- Definition Classes
- Phase â AnyRef â Any
- î
final val erasedTypes: Boolean
- Definition Classes
- Phase
- î
def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- î
def flagMask: Long
- Definition Classes
- Phase
- î
final val flatClasses: Boolean
- Definition Classes
- Phase
- î
val fmask: Long
- Definition Classes
- Phase
- î
final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef â Any
- Annotations
- @native()
- î
def hasNext: Boolean
- Definition Classes
- Phase
- î
def hashCode(): Int
- Definition Classes
- Phase â AnyRef â Any
- î
val id: Id
- Definition Classes
- Phase
- î
final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- î
def iterator: collection.Iterator[reflect.internal.Phase]
- Definition Classes
- Phase
- î
def keepsTypeParams: Boolean
- Definition Classes
- Phase
- î
final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- î
def newFlags: Long
- Definition Classes
- Phase
- î
def next: reflect.internal.Phase
- Definition Classes
- Phase
- î
def nextFlags: Long
- Definition Classes
- Phase
- î
final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- î
final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- î
val prev: reflect.internal.Phase
- Definition Classes
- Phase
- î
final val refChecked: Boolean
- Definition Classes
- Phase
- î
def run(): Unit
- Definition Classes
- GlobalPhase â Phase
- î
def shouldSkipThisPhaseForJava: Boolean
- Attributes
- protected
- î
final val specialized: Boolean
- Definition Classes
- Phase
- î
final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- î
def toString(): String
- Definition Classes
- Phase â AnyRef â Any
- î
final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- î
final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- î
final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
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
- î
def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from GlobalPhase toStringFormat[GlobalPhase] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- î
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
- î
def â[B](y: B): (GlobalPhase, B)
- Implicit
- This member is added by an implicit conversion from GlobalPhase toArrowAssoc[GlobalPhase] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.
The Scala compiler and reflection APIs.