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