class Phase extends StdPhase
Ordering
- Alphabetic
- By Inheritance
Inherited
- 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
- All
Type Members
-
type
Id = Int
- Definition Classes
- Phase
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): (Phase, 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
- Phase → 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( ... ) @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: (Phase) ⇒ Boolean, msg: ⇒ Any): Phase
- def ensuring(cond: (Phase) ⇒ Boolean): Phase
- def ensuring(cond: Boolean, msg: ⇒ Any): Phase
- def ensuring(cond: Boolean): Phase
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- Phase → AnyRef → Any
-
final
def
erasedTypes: Boolean
- Definition Classes
- Phase
-
def
erasedTypes_=(value: Boolean): Unit
- Attributes
- protected
- 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[_]
- 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
withCurrentUnitNoLog(unit: Global.CompilationUnit)(task: ⇒ Unit): Unit
- Definition Classes
- GlobalPhase
- Annotations
- @inline()
- def →[B](y: B): (Phase, B)
Shadowed Implicit Value Members
-
def
<(that: Phase): Boolean
- Implicit
- This member is added by an implicit conversion from Phase to math.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 to math.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 to math.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 to math.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 to math.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 to math.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
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Phase to StringFormat[Phase] 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
The Scala compiler and reflection APIs.