scala.tools.nsc.symtab.classfile.ICodeReader

LinearCode

class LinearCode extends AnyRef

Source
ICodeReader.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. LinearCode
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LinearCode()

Type Members

  1. abstract class DupX extends Instruction

    Duplicate and exchange pseudo-instruction.

  2. case class LCJUMP(success: Int, failure: Int, cond: TestOp, kind: TypeKind) extends LazyJump with Product with Serializable

  3. case class LCZJUMP(success: Int, failure: Int, cond: TestOp, kind: TypeKind) extends LazyJump with Product with Serializable

  4. case class LJUMP(pc: Int) extends LazyJump with Product with Serializable

  5. case class LSWITCH(tags: List[List[Int]], targets: List[Int]) extends LazyJump with Product with Serializable

  6. abstract class LazyJump extends Instruction

    Base class for branch instructions that take addresses.

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. object DUP2_X1 extends DupX with Product with Serializable

  7. object DUP2_X2 extends DupX with Product with Serializable

  8. object DUP_X1 extends DupX with Product with Serializable

  9. object DUP_X2 extends DupX with Product with Serializable

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. var containsDUPX: Boolean

  13. var containsEHs: Boolean

  14. var containsNEW: Boolean

  15. def emit(i: Instruction): Unit

  16. def enterParam(idx: Int, kind: TypeKind): Local

    add a method param with the given index.

  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def freshLocal(kind: TypeKind): Local

    Invent a new local, with a new index value outside the range of the original method.

  21. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  22. def getLocal(idx: Int, kind: TypeKind): Local

    Return the local at given index, with the given type.

  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. var instrs: ListBuffer[(Int, Instruction)]

  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. var jmpTargets: Set[Int]

  27. var locals: Map[Int, List[(Local, TypeKind)]]

  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

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

    Definition Classes
    AnyRef
  31. def resolveDups(): Unit

  32. def resolveNEWs(): Unit

    Recover def-use chains for NEW and initializers.

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toBasicBlock: Code

    Break this linear code in basic block representation As a side effect, it sets the 'code' field of the current

  35. def toString(): String

    Definition Classes
    LinearCode → 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 AnyRef

Inherited from Any