class CLObjectInstruction extends CLInstruction
instructionInfo, localVariableIndex, mnemonic, opcode, operandCount, pc, stackUnits| Constructor and Description |
|---|
CLObjectInstruction(int opcode,
int pc,
int index)
Construct a CLObjectInstruction object.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Integer> |
toBytes()
Return the bytecode for this instruction.
|
byteAt, isValid, localVariableIndex, mnemonic, opcode, operandCount, pc, stackUnitspublic CLObjectInstruction(int opcode,
int pc,
int index)
opcode - the opcode for this instruction.pc - index of this instruction within the code array of a method.index - index into the constant pool, the item at which identifies the
object.public ArrayList<Integer> toBytes()
CLInstructiontoBytes in class CLInstruction