scala.tools.nsc.backend.jvm.GenJVM

JvmPhase

class JvmPhase extends ICodePhase

JVM code generation phase

Source
GenJVM.scala
Linear Supertypes
ICodePhase, GlobalPhase, Phase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JvmPhase
  2. ICodePhase
  3. GlobalPhase
  4. Phase
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JvmPhase(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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from JvmPhase to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (JvmPhase, B)

    Implicit information
    This member is added by an implicit conversion from JvmPhase to ArrowAssoc[JvmPhase] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. def apply(cls: IClass): Nothing

    Definition Classes
    JvmPhaseICodePhase
  9. def apply(unit: CompilationUnit): Unit

    Definition Classes
    ICodePhaseGlobalPhase
  10. final def applyPhase(unit: CompilationUnit): Unit

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

    Definition Classes
    Any
  12. def cancelled(unit: CompilationUnit): Boolean

    Is current phase cancelled on this unit?

    Is current phase cancelled on this unit?

    Definition Classes
    GlobalPhase
  13. def checkable: Boolean

    Definition Classes
    Phase
  14. def clone(): AnyRef

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

    Definition Classes
    Phase
  16. def ensuring(cond: (JvmPhase) ⇒ Boolean, msg: ⇒ Any): JvmPhase

    Implicit information
    This member is added by an implicit conversion from JvmPhase to Ensuring[JvmPhase] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (JvmPhase) ⇒ Boolean): JvmPhase

    Implicit information
    This member is added by an implicit conversion from JvmPhase to Ensuring[JvmPhase] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): JvmPhase

    Implicit information
    This member is added by an implicit conversion from JvmPhase to Ensuring[JvmPhase] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): JvmPhase

    Implicit information
    This member is added by an implicit conversion from JvmPhase to Ensuring[JvmPhase] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def equals(other: Any): Boolean

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

    Definition Classes
    JvmPhaseICodePhaseGlobalPhase → Phase
  23. def finalize(): Unit

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

    Definition Classes
    Phase
  25. def flatClasses: Boolean

    Definition Classes
    GlobalPhase → Phase
  26. val fmask: Long

    Definition Classes
    Phase
  27. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from JvmPhase to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  28. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  29. def hasNext: Boolean

    Definition Classes
    Phase
  30. def hashCode(): Int

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

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

    Definition Classes
    Any
  33. def isJavaEntryPoint(clasz: IClass): Boolean

  34. def iterator: Iterator[Phase]

    Definition Classes
    Phase
  35. def keepsTypeParams: Boolean

    Definition Classes
    Phase
  36. def name: String

    Definition Classes
    JvmPhase → Phase
  37. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. def newFlags: Long

    Definition Classes
    Phase
  39. def next: Phase

    Definition Classes
    Phase
  40. def nextFlags: Long

    Definition Classes
    Phase
  41. final def notify(): Unit

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

    Definition Classes
    AnyRef
  43. def refChecked: Boolean

    Definition Classes
    GlobalPhase → Phase
  44. def run(): Unit

    Definition Classes
    JvmPhaseGlobalPhase → Phase
  45. val self: Any

    Implicit information
    This member is added by an implicit conversion from JvmPhase to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  46. val self: Any

    Implicit information
    This member is added by an implicit conversion from JvmPhase to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
  47. def specialized: Boolean

    Definition Classes
    GlobalPhase → Phase
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  53. def [B](y: B): (JvmPhase, B)

    Implicit information
    This member is added by an implicit conversion from JvmPhase to ArrowAssoc[JvmPhase] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def x: JvmPhase

    Implicit information
    This member is added by an implicit conversion from JvmPhase to ArrowAssoc[JvmPhase] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: JvmPhase

    Implicit information
    This member is added by an implicit conversion from JvmPhase to Ensuring[JvmPhase] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from ICodePhase

Inherited from GlobalPhase

Inherited from Phase

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from JvmPhase to StringAdd

Inherited by implicit conversion any2stringfmt from JvmPhase to StringFormat

Inherited by implicit conversion any2ArrowAssoc from JvmPhase to ArrowAssoc[JvmPhase]

Inherited by implicit conversion any2Ensuring from JvmPhase to Ensuring[JvmPhase]