scala.tools.nsc.symtab.classfile.ICodeReader

LinearCode

class LinearCode extends AnyRef

Linear Supertypes
AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LinearCode
  2. AnyRef
  3. Any
Implicitly
  1. by StringAdd
  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 LinearCode()

Type Members

  1. abstract class DupX extends Global.icodes.Instruction

    Duplicate and exchange pseudo-instruction.

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

  3. case class LCZJUMP(success: Int, failure: Int, cond: Global.icodes.TestOp, kind: Global.icodes.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 Global.icodes.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. def +(other: String): String

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

    Implicit information
    This member is added by an implicit conversion from LinearCode to ArrowAssoc[LinearCode] performed by method ArrowAssoc 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. object DUP2_X1 extends DupX with Product with Serializable

  9. object DUP2_X2 extends DupX with Product with Serializable

  10. object DUP_X1 extends DupX with Product with Serializable

  11. object DUP_X2 extends DupX with Product with Serializable

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

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

  15. var containsEHs: Boolean

  16. var containsInvokeDynamic: Boolean

  17. var containsNEW: Boolean

  18. def emit(i: Global.icodes.Instruction): Unit

  19. def ensuring(cond: (LinearCode) ⇒ Boolean, msg: ⇒ Any): LinearCode

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

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

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

    Implicit information
    This member is added by an implicit conversion from LinearCode to Ensuring[LinearCode] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def enterParam(idx: Int, kind: Global.icodes.TypeKind): Global.icodes.Local

    add a method param with the given index.

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from LinearCode to StringFormat[LinearCode] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  28. def freshLocal(kind: Global.icodes.TypeKind): Global.icodes.Local

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

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

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

  31. def getLocal(idx: Char, kind: Global.icodes.TypeKind): Global.icodes.Local

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

  32. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  33. val instrs: ListBuffer[(Int, Global.icodes.Instruction)]

  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. val jmpTargets: Set[Int]

  36. val locals: Map[Int, List[(Global.icodes.Local, Global.icodes.TypeKind)]]

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

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

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

    Definition Classes
    AnyRef
  40. def resolveDups(): Unit

  41. def resolveNEWs(): Unit

    Recover def-use chains for NEW and initializers.

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

    Definition Classes
    AnyRef
  43. def toBasicBlock: Global.icodes.Code

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

  44. def toString(): String

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from LinearCode to StringAdd[LinearCode]

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

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

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

Ungrouped