scala.tools.nsc.backend.opt.Inliners

InliningPhase

class InliningPhase extends ICodePhase

The Inlining phase.

Source
Inliners.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. InliningPhase
  2. ICodePhase
  3. GlobalPhase
  4. Phase
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InliningPhase(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(c: IClass): Unit

    Definition Classes
    InliningPhaseICodePhase
  7. def apply(unit: CompilationUnit): Unit

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

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

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

    Is current phase cancelled on this unit?

    Is current phase cancelled on this unit?

    Definition Classes
    GlobalPhase
  11. def checkable: Boolean

    Definition Classes
    Phase
  12. def clone(): AnyRef

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

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

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

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

    Definition Classes
    ICodePhaseGlobalPhasePhase
  17. def finalize(): Unit

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

    Definition Classes
    Phase
  19. def flatClasses: Boolean

    Definition Classes
    GlobalPhasePhase
  20. final def getClass(): Class[_]

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

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

    Definition Classes
    Phase
  23. val inliner: Inliner

  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def keepsTypeParams: Boolean

    This is used only in unsafeTypeParams, and at this writing is overridden to false in namer, typer, and erasure.

    This is used only in unsafeTypeParams, and at this writing is overridden to false in namer, typer, and erasure. (And NoPhase.)

    Definition Classes
    Phase
  26. def name: String

    Definition Classes
    InliningPhasePhase
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. def newFlags: Long

    New flags visible once this phase has started

    New flags visible once this phase has started

    Definition Classes
    Phase
  29. def next: Phase

    Definition Classes
    Phase
  30. def nextFlags: Long

    New flags visible after this phase has completed

    New flags visible after this phase has completed

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

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

    Definition Classes
    AnyRef
  33. def refChecked: Boolean

    Definition Classes
    GlobalPhasePhase
  34. def run(): Unit

    Definition Classes
    InliningPhaseGlobalPhasePhase
  35. def specialized: Boolean

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

    Definition Classes
    AnyRef
  37. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ICodePhase

Inherited from GlobalPhase

Inherited from Phase

Inherited from AnyRef

Inherited from Any