scala.tools.nsc.backend.icode.Opcodes.opcodes

CJUMP

case class CJUMP(successBlock: ICodes.BasicBlock, failureBlock: ICodes.BasicBlock, cond: ICodes.TestOp, kind: ICodes.TypeKind) extends ICodes.Instruction with Product with Serializable

This class represents a CJUMP instruction It compares the two values on the stack with the 'cond' test operator Stack: ...:value1:value2 ->: ...

Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, ICodes.Instruction, Cloneable, java.lang.Cloneable, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CJUMP
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Instruction
  7. Cloneable
  8. Cloneable
  9. AnyRef
  10. 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 CJUMP(successBlock: ICodes.BasicBlock, failureBlock: ICodes.BasicBlock, cond: ICodes.TestOp, kind: ICodes.TypeKind)

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 CJUMP to any2stringadd[CJUMP] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (CJUMP, B)

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

    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def category: Int

    Definition Classes
    CJUMPInstruction
  8. def clone(): ICodes.Instruction

    Clone this instruction.

    Clone this instruction.

    Definition Classes
    Instruction → AnyRef
  9. val cond: ICodes.TestOp

  10. def consumed: Int

    This abstract method returns the number of used elements on the stack

    This abstract method returns the number of used elements on the stack

    Definition Classes
    CJUMPInstruction
  11. def consumedTypes: collection.immutable.List[ICodes.TypeKind]

    This instruction consumes these types from the top of the stack, the first element in the list is the deepest element on the stack.

    This instruction consumes these types from the top of the stack, the first element in the list is the deepest element on the stack.

    Definition Classes
    CJUMPInstruction
  12. def ensuring(cond: (CJUMP) ⇒ Boolean, msg: ⇒ Any): CJUMP

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

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

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

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

    Definition Classes
    AnyRef
  17. val failureBlock: ICodes.BasicBlock

  18. def finalize(): Unit

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

    Implicit information
    This member is added by an implicit conversion from CJUMP to StringFormat[CJUMP] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. val kind: ICodes.TypeKind

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

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

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

    Definition Classes
    AnyRef
  26. def pos: Position

    Definition Classes
    Instruction
  27. def produced: Int

    This abstract method returns the number of produced elements on the stack

    This abstract method returns the number of produced elements on the stack

    Definition Classes
    CJUMPInstruction
  28. def producedTypes: List[ICodes.TypeKind]

    This instruction produces these types on top of the stack.

    This instruction produces these types on top of the stack.

    Definition Classes
    Instruction
  29. def setPos(p: Position): CJUMP.this.type

    Definition Classes
    Instruction
  30. val successBlock: ICodes.BasicBlock

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

    Definition Classes
    AnyRef
  32. def toString(): String

    Returns a string representation of this instruction

    Returns a string representation of this instruction

    Definition Classes
    CJUMP → AnyRef → Any
  33. final def wait(): Unit

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

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

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

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

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from ICodes.Instruction

Inherited from Cloneable

Inherited from java.lang.Cloneable

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped