class ParserPhase extends StdPhase
- Source
- SyntaxAnalyzer.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParserPhase
- 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
-
def
<(that: reflect.internal.Phase): Boolean
- Definition Classes
- Ordered
-
def
<=(that: reflect.internal.Phase): Boolean
- Definition Classes
- Ordered
-
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
- ParserPhase → GlobalPhase
-
final
def
applyPhase(unit: Global.CompilationUnit): Unit
- Definition Classes
- GlobalPhase
-
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
-
val
checkable: Boolean
- Definition Classes
- ParserPhase → Phase
-
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
equals(other: Any): Boolean
- Definition Classes
- Phase → AnyRef → Any
-
final
def
erasedTypes: Boolean
- Definition Classes
- Phase
-
def
flagMask: Long
- Definition Classes
- Phase
-
final
val
flatClasses: Boolean
- Definition Classes
- Phase
-
val
fmask: Long
- Definition Classes
- Phase
-
def
hasNext: Boolean
- Definition Classes
- Phase
-
def
hashCode(): Int
- Definition Classes
- Phase → AnyRef → Any
-
val
id: Id
- Definition Classes
- Phase
-
def
iterator: collection.Iterator[reflect.internal.Phase]
- Definition Classes
- Phase
-
val
keepsTypeParams: Boolean
- Definition Classes
- ParserPhase → Phase
-
def
name: String
- Definition Classes
- StdPhase → Phase
-
def
newFlags: Long
- Definition Classes
- StdPhase → Phase
-
def
next: reflect.internal.Phase
- Definition Classes
- Phase
-
def
nextFlags: Long
- Definition Classes
- StdPhase → Phase
-
val
prev: reflect.internal.Phase
- Definition Classes
- Phase
-
final
val
refChecked: Boolean
- Definition Classes
- Phase
-
def
run(): Unit
- Definition Classes
- GlobalPhase → Phase
-
final
val
specialized: Boolean
- Definition Classes
- Phase
-
def
toString(): String
- Definition Classes
- Phase → AnyRef → Any
-
final
def
withCurrentUnitNoLog(unit: Global.CompilationUnit)(task: ⇒ Unit): Unit
- Definition Classes
- GlobalPhase
- Annotations
- @inline()
Shadowed Implicit Value Members
-
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
-
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
-
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
-
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
-
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
-
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
-
final
def
withCurrentUnit(unit: Global.CompilationUnit)(task: ⇒ Unit): Unit
- Definition Classes
- GlobalPhase
- Annotations
- @deprecated
- Deprecated
The Scala compiler and reflection APIs.