scala.tools.nsc.transform.InfoTransform

Phase

class Phase extends Phase

The phase defined by this transform

Definition Classes
InfoTransformTransform
Source
InfoTransform.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Phase
  2. Phase
  3. StdPhase
  4. GlobalPhase
  5. Phase
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Phase (prev: Phase)

Type Members

  1. type Id = Int

    Definition Classes
    Phase

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def apply (unit: CompilationUnit): Unit

    Definition Classes
    PhaseGlobalPhase
  7. def applyPhase (unit: CompilationUnit): Unit

    Attributes
    final
    Definition Classes
    GlobalPhase
  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. def cancelled (unit: CompilationUnit): Boolean

    Is current phase cancelled on this unit?

    Is current phase cancelled on this unit?

    Definition Classes
    GlobalPhase
  10. def checkable : Boolean

    Definition Classes
    Phase
  11. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def description : String

    Definition Classes
    Phase
  13. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  14. def equals (other: Any): Boolean

    Definition Classes
    Phase → AnyRef → Any
  15. def erasedTypes : Boolean

    Definition Classes
    GlobalPhasePhase
  16. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def flagMask : Long

    Definition Classes
    Phase
  18. def flatClasses : Boolean

    Definition Classes
    GlobalPhasePhase
  19. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  20. def hashCode (): Int

    Definition Classes
    Phase → AnyRef → Any
  21. val id : Id

    Definition Classes
    Phase
  22. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  23. val keepsTypeParams : Boolean

    Definition Classes
    PhasePhase
  24. def name : String

    Definition Classes
    StdPhasePhase
  25. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  26. def newFlags : Long

    New flags visible once this phase has started

    New flags visible once this phase has started

    Definition Classes
    StdPhasePhase
  27. def next : Phase

    Definition Classes
    Phase
  28. def nextFlags : Long

    New flags visible after this phase has completed

    New flags visible after this phase has completed

    Definition Classes
    StdPhasePhase
  29. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  30. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  31. def refChecked : Boolean

    Definition Classes
    GlobalPhasePhase
  32. def run (): Unit

    Definition Classes
    GlobalPhasePhase
  33. def specialized : Boolean

    Definition Classes
    GlobalPhasePhase
  34. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  35. def toString (): String

    Definition Classes
    Phase → AnyRef → Any
  36. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  38. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Phase

Inherited from StdPhase

Inherited from GlobalPhase

Inherited from Phase

Inherited from AnyRef

Inherited from Any