scala.tools.nsc.symtab.classfile.ICodeReader

LinearCode

class LinearCode extends AnyRef

Source
ICodeReader.scala
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 any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  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 performed by method any2stringadd 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 any2ArrowAssoc 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 containsNEW: Boolean

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

  18. 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 any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (LinearCode) ⇒ Boolean): LinearCode

    Implicit information
    This member is added by an implicit conversion from LinearCode to Ensuring[LinearCode] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. 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 any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): LinearCode

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

    add a method param with the given index.

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from LinearCode to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. 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.

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

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

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

  30. def hashCode(): Int

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

  32. final def isInstanceOf[T0]: Boolean

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

  34. var locals: Map[Int, List[(Global.icodes.Local, Global.icodes.TypeKind)]]

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

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

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

    Definition Classes
    AnyRef
  38. def resolveDups(): Unit

  39. def resolveNEWs(): Unit

    Recover def-use chains for NEW and initializers.

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

    Definition Classes
    AnyRef
  41. 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

  42. def toString(): String

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

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

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

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

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

Shadowed Implict Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from LinearCode to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (linearCode: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from LinearCode to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (linearCode: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: LinearCode

    Implicit information
    This member is added by an implicit conversion from LinearCode to ArrowAssoc[LinearCode] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (linearCode: ArrowAssoc[LinearCode]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: LinearCode

    Implicit information
    This member is added by an implicit conversion from LinearCode to Ensuring[LinearCode] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (linearCode: Ensuring[LinearCode]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from LinearCode to StringAdd

Inherited by implicit conversion any2stringfmt from LinearCode to StringFormat

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

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

Ungrouped