class ParserPhase extends StdPhase

Source
SyntaxAnalyzer.scala
Linear Supertypes
SyntaxAnalyzer.StdPhase, GlobalPhase, reflect.internal.Phase, math.Ordered[reflect.internal.Phase], Comparable[reflect.internal.Phase], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParserPhase
  2. StdPhase
  3. GlobalPhase
  4. Phase
  5. Ordered
  6. Comparable
  7. AnyRef
  8. 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. All

Instance Constructors

  1. new ParserPhase(prev: Phase)

Type Members

  1. type Id = Int
    Definition Classes
    Phase

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. def apply(unit: Global.CompilationUnit): Unit
    Definition Classes
    ParserPhaseGlobalPhase
  6. final def applyPhase(unit: Global.CompilationUnit): Unit
    Definition Classes
    GlobalPhase
  7. final val assignsFields: Boolean
    Definition Classes
    Phase
  8. def cancelled(unit: Global.CompilationUnit): Boolean

    Is current phase cancelled on this unit?

    Is current phase cancelled on this unit?

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

Shadowed Implicit Value Members

  1. def <(that: ParserPhase): Boolean
    Implicit
    This member is added by an implicit conversion from ParserPhase to math.Ordered[ParserPhase] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[ParserPhase] 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:
    (parserPhase: math.Ordered[ParserPhase]).<(that)
    Definition Classes
    Ordered
  2. def <=(that: ParserPhase): Boolean
    Implicit
    This member is added by an implicit conversion from ParserPhase to math.Ordered[ParserPhase] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[ParserPhase] 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:
    (parserPhase: math.Ordered[ParserPhase]).<=(that)
    Definition Classes
    Ordered
  3. def >(that: ParserPhase): Boolean
    Implicit
    This member is added by an implicit conversion from ParserPhase to math.Ordered[ParserPhase] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[ParserPhase] 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:
    (parserPhase: math.Ordered[ParserPhase]).>(that)
    Definition Classes
    Ordered
  4. def >=(that: ParserPhase): Boolean
    Implicit
    This member is added by an implicit conversion from ParserPhase to math.Ordered[ParserPhase] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[ParserPhase] 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:
    (parserPhase: math.Ordered[ParserPhase]).>=(that)
    Definition Classes
    Ordered
  5. def compare(that: ParserPhase): Int
    Implicit
    This member is added by an implicit conversion from ParserPhase to math.Ordered[ParserPhase] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[ParserPhase] 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:
    (parserPhase: math.Ordered[ParserPhase]).compare(that)
    Definition Classes
    Ordered
  6. def compareTo(that: ParserPhase): Int
    Implicit
    This member is added by an implicit conversion from ParserPhase to math.Ordered[ParserPhase] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[ParserPhase] 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:
    (parserPhase: math.Ordered[ParserPhase]).compareTo(that)
    Definition Classes
    Ordered → Comparable

Deprecated Value Members

  1. final def withCurrentUnit(unit: Global.CompilationUnit)(task: ⇒ Unit): Unit
    Definition Classes
    GlobalPhase
    Annotations
    @deprecated
    Deprecated