Instruction

trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Enum entries

case bipush(byte: Byte)
case d2f extends Instruction
case d2i extends Instruction
case d2l extends Instruction
case dup extends Instruction
case f2d extends Instruction
case f2i extends Instruction
case f2l extends Instruction
case goto(offset: Offset)
case goto_w(offset: OffsetWide)
case i2b extends Instruction
case i2c extends Instruction
case i2d extends Instruction
case i2f extends Instruction
case i2l extends Instruction
case i2s extends Instruction
case if_acmpeq(offset: Offset)
case if_acmpne(offset: Offset)
case if_icmpeq(offset: Offset)
case if_icmpge(offset: Offset)
case if_icmpgt(offset: Offset)
case if_icmple(offset: Offset)
case if_icmplt(offset: Offset)
case if_icmpne(offset: Offset)
case ifeq(offset: Offset)
case ifge(offset: Offset)
case ifgt(offset: Offset)
case ifle(offset: Offset)
case iflt(offset: Offset)
case ifne(offset: Offset)
case ifnonnull(offset: Offset)
case ifnull(offset: Offset)
case iinc(index: LocalVariableIndex, const: Byte)
case ior extends Instruction
case jsr(offset: Offset)
case jsr_w(offset: OffsetWide)
case l2d extends Instruction
case l2f extends Instruction
case l2i extends Instruction
case lor extends Instruction
case multianewarray(index: ConstantIndex, dimensions: Short)
case nop extends Instruction
case pop extends Instruction
case sipush(short: Int)