scala.tools.nsc.backend.icode.GenICode

ICodePhase

class ICodePhase extends StdPhase

Linear Supertypes
GenICode.StdPhase, GlobalPhase, reflect.internal.Phase, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ICodePhase
  2. StdPhase
  3. GlobalPhase
  4. Phase
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ICodePhase(prev: Phase)

Type Members

  1. sealed abstract class Cleanup extends AnyRef

  2. class Context extends AnyRef

    The Context class keeps information relative to the current state in code generation

  3. class DuplicateLabels extends Global.Transformer

    Tree transformer that duplicates code and at the same time creates fresh symbols for existing labels.

  4. case class Finalizer(f: Global.Tree, ctx: Context) extends Cleanup with Product with Serializable

  5. type Id = Int

    Definition Classes
    Phase
  6. case class MonitorRelease(m: Global.icodes.Local) extends Cleanup with Product with Serializable

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

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

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

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

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

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

    Definition Classes
    Any
  9. def cancelled(unit: Global.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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def description: String

    Definition Classes
    ICodePhase → Phase
  13. def duplicateFinalizer(boundLabels: Set[Global.Symbol], targetCtx: Context, finalizer: Global.Tree): Global.Tree

  14. def ensuring(cond: (ICodePhase) ⇒ Boolean, msg: ⇒ Any): ICodePhase

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

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

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

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

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

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

    Definition Classes
    GlobalPhase → Phase
  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def findHostClass(selector: Global.Type, sym: Global.Symbol): Global.Symbol

    If the selector type has a member with the right name, it is the host class; otherwise the symbol's owner.

  23. def flagMask: Long

    Definition Classes
    Phase
  24. def flatClasses: Boolean

    Definition Classes
    GlobalPhase → Phase
  25. val fmask: Long

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

    Implicit information
    This member is added by an implicit conversion from ICodePhase to StringFormat[ICodePhase] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. def gen(tree: Global.Tree, ctx: Context): Context

  28. def gen(trees: List[Global.Tree], ctx: Context): Context

  29. def gen(tree: Global.Tree): Context

  30. def genCast(from: Global.icodes.TypeKind, to: Global.icodes.TypeKind, ctx: Context, cast: Boolean): Unit

  31. def genCoercion(tree: Global.Tree, ctx: Context, code: Int): Unit

    Generate coercion denoted by "code"

  32. def genConversion(from: Global.icodes.TypeKind, to: Global.icodes.TypeKind, ctx: Context, cast: Boolean): Unit

  33. def genEqEqPrimitive(l: Global.Tree, r: Global.Tree, ctx: Context)(thenCtx: Context, elseCtx: Context): Boolean

    Generate the "==" code for object references.

    Generate the "==" code for object references. It is equivalent of if (l eq null) r eq null else l.equals(r);

    l

    left-hand side of the '=='

    r

    right-hand side of the '=='

    ctx

    current context

    thenCtx

    target context if the comparison yields true

    elseCtx

    target context if the comparison yields false

    returns

    true if either branch can continue normally to a follow on block, false otherwise

  34. def genScalaHash(tree: Global.Tree, ctx: Context): Context

    Generate the scala ## method.

  35. def genStringConcat(tree: Global.Tree, ctx: Context): Context

    Generate string concatenation.

  36. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  37. def getMaxType(ts: List[Global.Type]): Global.icodes.TypeKind

  38. def getZeroOf(k: Global.icodes.TypeKind): Global.icodes.Instruction

  39. def hasNext: Boolean

    Definition Classes
    Phase
  40. def hashCode(): Int

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

    Definition Classes
    Phase
  42. def ifOneIsNull(l: Global.Tree, r: Global.Tree): Global.Tree

  43. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  44. def isLiteral(t: Global.Tree): Boolean

  45. def isNonNullExpr(t: Global.Tree): Boolean

  46. def isNull(t: Global.Tree): Boolean

    Some useful equality helpers.

  47. def isPrimitive(fun: Global.Symbol): Boolean

    Is the given symbol a primitive operation?

  48. def iterator: collection.Iterator[reflect.internal.Phase]

    Definition Classes
    Phase
  49. def keepsTypeParams: Boolean

    Definition Classes
    Phase
  50. def liftStringConcat(tree: Global.Tree): List[Global.Tree]

    Returns a list of trees that each should be concatenated, from left to right.

    Returns a list of trees that each should be concatenated, from left to right. It turns a chained call like "a".+("b").+("c") into a list of arguments.

  51. def mayCleanStack(tree: Global.Tree): Boolean

    Does this tree have a try-catch block?

  52. def name: String

    Definition Classes
    StdPhase → Phase
  53. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  54. def newFlags: Long

    Definition Classes
    StdPhase → Phase
  55. def next: reflect.internal.Phase

    Definition Classes
    Phase
  56. def nextFlags: Long

    Definition Classes
    StdPhase → Phase
  57. final def notify(): Unit

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

    Definition Classes
    AnyRef
  59. val prev: reflect.internal.Phase

    Definition Classes
    Phase
  60. def prune(method: Global.icodes.IMethod): Unit

    If the block consists of a single unconditional jump, prune it by replacing the instructions in the predecessor to jump directly to the JUMP target of the block.

  61. def refChecked: Boolean

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

    Definition Classes
    ICodePhaseGlobalPhase → Phase
  63. def savingCleanups[T](ctx: Context)(body: ⇒ T): T

  64. def specialized: Boolean

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

    Definition Classes
    AnyRef
  66. def toString(): String

    Definition Classes
    Phase → AnyRef → Any
  67. var unit: Global.CompilationUnit

  68. final def wait(): Unit

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

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

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

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

Inherited from GenICode.StdPhase

Inherited from GlobalPhase

Inherited from reflect.internal.Phase

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ICodePhase to any2stringadd[ICodePhase]

Inherited by implicit conversion StringFormat from ICodePhase to StringFormat[ICodePhase]

Inherited by implicit conversion Ensuring from ICodePhase to Ensuring[ICodePhase]

Inherited by implicit conversion ArrowAssoc from ICodePhase to ArrowAssoc[ICodePhase]

Ungrouped