Packages

c

scala.tools.nsc.Global

GlobalPhase

abstract class GlobalPhase extends Phase

Source
Global.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GlobalPhase
  2. Phase
  3. Ordered
  4. Comparable
  5. AnyRef
  6. Any
Implicitly
  1. by orderingToOrdered
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GlobalPhase(prev: Phase)

Type Members

  1. type Id = Int
    Definition Classes
    Phase

Abstract Value Members

  1. abstract def apply(unit: Global.CompilationUnit): Unit
  2. abstract def name: String
    Definition Classes
    Phase

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. 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
  4. 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()
  5. def <(that: reflect.internal.Phase): Boolean
    Definition Classes
    Ordered
  6. def <=(that: reflect.internal.Phase): Boolean
    Definition Classes
    Ordered
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def >(that: reflect.internal.Phase): Boolean
    Definition Classes
    Ordered
  9. def >=(that: reflect.internal.Phase): Boolean
    Definition Classes
    Ordered
  10. final def applyPhase(unit: Global.CompilationUnit): Unit
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. final val assignsFields: Boolean
    Definition Classes
    Phase
  13. def cancelled(unit: Global.CompilationUnit): Boolean

    Is current phase cancelled on this unit?

  14. def checkable: Boolean
    Definition Classes
    Phase
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  16. def compare(that: reflect.internal.Phase): Id
    Definition Classes
    Phase → Ordered
  17. def compareTo(that: reflect.internal.Phase): Int
    Definition Classes
    Ordered → Comparable
  18. def description: String
    Definition Classes
    Phase
  19. 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
  20. 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
  21. 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
  22. 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
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(other: Any): Boolean
    Definition Classes
    Phase → AnyRef → Any
  25. final val erasedTypes: Boolean
    Definition Classes
    Phase
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  27. def flagMask: Long
    Definition Classes
    Phase
  28. final val flatClasses: Boolean
    Definition Classes
    Phase
  29. val fmask: Long
    Definition Classes
    Phase
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def hasNext: Boolean
    Definition Classes
    Phase
  32. def hashCode(): Int
    Definition Classes
    Phase → AnyRef → Any
  33. val id: Id
    Definition Classes
    Phase
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def iterator: collection.Iterator[reflect.internal.Phase]
    Definition Classes
    Phase
  36. def keepsTypeParams: Boolean
    Definition Classes
    Phase
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def newFlags: Long
    Definition Classes
    Phase
  39. def next: reflect.internal.Phase
    Definition Classes
    Phase
  40. def nextFlags: Long
    Definition Classes
    Phase
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. val prev: reflect.internal.Phase
    Definition Classes
    Phase
  44. final val refChecked: Boolean
    Definition Classes
    Phase
  45. def run(): Unit
    Definition Classes
    GlobalPhase → Phase
  46. def shouldSkipThisPhaseForJava: Boolean
    Attributes
    protected
  47. final val specialized: Boolean
    Definition Classes
    Phase
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    Phase → AnyRef → Any
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Shadowed Implicit Value Members

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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

  1. 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 of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. final def withCurrentUnit(unit: Global.CompilationUnit)(task: => Unit): Unit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13) Unused, inlined in applyPhase

  3. final def withCurrentUnitNoLog(unit: Global.CompilationUnit)(task: => Unit): Unit
    Annotations
    @inline() @deprecated
    Deprecated

    (Since version 2.13) Unused, see withCurrentUnit

  4. 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.

Inherited from reflect.internal.Phase

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion orderingToOrdered fromGlobalPhase to math.Ordered[GlobalPhase]

Inherited by implicit conversion any2stringadd fromGlobalPhase to any2stringadd[GlobalPhase]

Inherited by implicit conversion StringFormat fromGlobalPhase to StringFormat[GlobalPhase]

Inherited by implicit conversion Ensuring fromGlobalPhase to Ensuring[GlobalPhase]

Inherited by implicit conversion ArrowAssoc fromGlobalPhase to ArrowAssoc[GlobalPhase]

Ungrouped