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
- All
Type Members
-
type
Id = Int
- Definition Classes
- Phase
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 to any2stringadd[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 to ArrowAssoc[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( ... ) @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 to Ensuring[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 to Ensuring[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 to Ensuring[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 to Ensuring[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
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
-
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( ... )
-
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
- Annotations
- @inline()
-
def
→[B](y: B): (GlobalPhase, B)
- Implicit
- This member is added by an implicit conversion from GlobalPhase to ArrowAssoc[GlobalPhase] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Shadowed Implicit Value Members
-
def
<(that: GlobalPhase): Boolean
- Implicit
- This member is added by an implicit conversion from GlobalPhase to math.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 to math.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 to math.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 to math.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 to math.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 to math.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 to StringFormat[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
The Scala compiler and reflection APIs.