class SkipPhase extends StdPhase
- Alphabetic
- By Inheritance
- SkipPhase
- StdPhase
- GlobalPhase
- Phase
- Ordered
- Comparable
- AnyRef
- Any
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (SkipPhase, B)
- 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
- def apply(unit: Global.CompilationUnit): Unit
- Definition Classes
- SkipPhase → GlobalPhase
- final def applyPhase(unit: Global.CompilationUnit): Unit
- Definition Classes
- GlobalPhase
- 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?
Is current phase cancelled on this unit?
- Definition Classes
- GlobalPhase
- 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: (SkipPhase) => Boolean, msg: => Any): SkipPhase
- def ensuring(cond: (SkipPhase) => Boolean): SkipPhase
- def ensuring(cond: Boolean, msg: => Any): SkipPhase
- def ensuring(cond: Boolean): SkipPhase
- 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
- def name: String
- Definition Classes
- StdPhase → Phase
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newFlags: Long
- Definition Classes
- StdPhase → Phase
- def next: reflect.internal.Phase
- Definition Classes
- Phase
- def nextFlags: Long
- Definition Classes
- StdPhase → 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
- Definition Classes
- GlobalPhase
- 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: SkipPhase): Boolean
- Implicit
- This member is added by an implicit conversion from SkipPhase tomath.Ordered[SkipPhase] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[SkipPhase] 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:(skipPhase: math.Ordered[SkipPhase]).<(that)
- Definition Classes
- Ordered
- def <=(that: SkipPhase): Boolean
- Implicit
- This member is added by an implicit conversion from SkipPhase tomath.Ordered[SkipPhase] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[SkipPhase] 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:(skipPhase: math.Ordered[SkipPhase]).<=(that)
- Definition Classes
- Ordered
- def >(that: SkipPhase): Boolean
- Implicit
- This member is added by an implicit conversion from SkipPhase tomath.Ordered[SkipPhase] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[SkipPhase] 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:(skipPhase: math.Ordered[SkipPhase]).>(that)
- Definition Classes
- Ordered
- def >=(that: SkipPhase): Boolean
- Implicit
- This member is added by an implicit conversion from SkipPhase tomath.Ordered[SkipPhase] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[SkipPhase] 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:(skipPhase: math.Ordered[SkipPhase]).>=(that)
- Definition Classes
- Ordered
- def compare(that: SkipPhase): Int
- Implicit
- This member is added by an implicit conversion from SkipPhase tomath.Ordered[SkipPhase] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[SkipPhase] 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:(skipPhase: math.Ordered[SkipPhase]).compare(that)
- Definition Classes
- Ordered
- def compareTo(that: SkipPhase): Int
- Implicit
- This member is added by an implicit conversion from SkipPhase tomath.Ordered[SkipPhase] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[SkipPhase] 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:(skipPhase: math.Ordered[SkipPhase]).compareTo(that)
- Definition Classes
- Ordered → Comparable
Deprecated Value Members
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from SkipPhase toStringFormat[SkipPhase] 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
- 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
- def →[B](y: B): (SkipPhase, B)
- Implicit
- This member is added by an implicit conversion from SkipPhase toArrowAssoc[SkipPhase] 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.