class CLStackInstruction extends CLInstruction
instructionInfo, localVariableIndex, mnemonic, opcode, operandCount, pc, stackUnits| Constructor and Description |
|---|
CLStackInstruction(int opcode,
int pc)
Construct a CLStackInstruction object.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Integer> |
toBytes()
Return the bytecode for this instruction.
|
byteAt, isValid, localVariableIndex, mnemonic, opcode, operandCount, pc, stackUnitspublic CLStackInstruction(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()
CLInstructiontoBytes in class CLInstruction