scala.tools.nsc.symtab.classfile.Pickler

PicklePhase

class PicklePhase extends StdPhase

Source
Pickler.scala
Linear Supertypes
StdPhase, GlobalPhase, Phase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. PicklePhase
  2. StdPhase
  3. GlobalPhase
  4. Phase
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PicklePhase(prev: Phase)

Type Members

  1. type Id = Int

    Definition Classes
    Phase

Value Members

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

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

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

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

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

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

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

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

    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. final def eq(arg0: AnyRef): Boolean

    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. final def getClass(): java.lang.Class[_]

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

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

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

    Definition Classes
    Any
  23. def keepsTypeParams: Boolean

    Definition Classes
    Phase
  24. def name: String

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

    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. final def notify(): Unit

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

    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. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from StdPhase

Inherited from GlobalPhase

Inherited from Phase

Inherited from AnyRef

Inherited from Any