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. def <(that: reflect.internal.Phase): Boolean
    Definition Classes
    Ordered
  2. def <=(that: reflect.internal.Phase): Boolean
    Definition Classes
    Ordered
  3. def >(that: reflect.internal.Phase): Boolean
    Definition Classes
    Ordered
  4. def >=(that: reflect.internal.Phase): Boolean
    Definition Classes
    Ordered
  5. final def applyPhase(unit: Global.CompilationUnit): Unit
  6. final val assignsFields: Boolean
    Definition Classes
    Phase
  7. def cancelled(unit: Global.CompilationUnit): Boolean

    Is current phase cancelled on this unit?

  8. def checkable: Boolean
    Definition Classes
    Phase
  9. def compare(that: reflect.internal.Phase): Id
    Definition Classes
    Phase → Ordered
  10. def compareTo(that: reflect.internal.Phase): Int
    Definition Classes
    Ordered → Comparable
  11. def description: String
    Definition Classes
    Phase
  12. def equals(other: Any): Boolean
    Definition Classes
    Phase → AnyRef → Any
  13. final val erasedTypes: Boolean
    Definition Classes
    Phase
  14. def flagMask: Long
    Definition Classes
    Phase
  15. final val flatClasses: Boolean
    Definition Classes
    Phase
  16. val fmask: Long
    Definition Classes
    Phase
  17. def hasNext: Boolean
    Definition Classes
    Phase
  18. def hashCode(): Int
    Definition Classes
    Phase → AnyRef → Any
  19. val id: Id
    Definition Classes
    Phase
  20. def iterator: collection.Iterator[reflect.internal.Phase]
    Definition Classes
    Phase
  21. def keepsTypeParams: Boolean
    Definition Classes
    Phase
  22. def newFlags: Long
    Definition Classes
    Phase
  23. def next: reflect.internal.Phase
    Definition Classes
    Phase
  24. def nextFlags: Long
    Definition Classes
    Phase
  25. val prev: reflect.internal.Phase
    Definition Classes
    Phase
  26. final val refChecked: Boolean
    Definition Classes
    Phase
  27. def run(): Unit
    Definition Classes
    GlobalPhase → Phase
  28. final val specialized: Boolean
    Definition Classes
    Phase
  29. def toString(): String
    Definition Classes
    Phase → AnyRef → Any

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. final def withCurrentUnit(unit: Global.CompilationUnit)(task: => Unit): Unit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13) Unused, inlined in applyPhase

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

    (Since version 2.13) Unused, see withCurrentUnit