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. 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. class LazyJump extends Instruction

    Base class for branch instructions that take addresses.

Value Members

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

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

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

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

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

    Attributes
    final
    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. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  11. def clone (): AnyRef

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

  13. var containsNEW : Boolean

  14. def emit (i: Instruction): Unit

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

    add a method param with the given index.

  16. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  17. def equals (arg0: Any): Boolean

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

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

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

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

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

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

  22. def hashCode (): Int

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

  24. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  25. var jmpTargets : Set[Int]

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

  27. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  28. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  29. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  30. def resolveDups (): Unit

  31. def resolveNEWs (): Unit

    Recover def-use chains for NEW and initializers.

  32. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  33. def toBasicBlock : Code

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

  34. def toString (): String

    Definition Classes
    LinearCode → AnyRef → Any
  35. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any