class CLFieldInstruction extends CLInstruction
instructionInfo, localVariableIndex, mnemonic, opcode, operandCount, pc, stackUnits| Constructor and Description |
|---|
CLFieldInstruction(int opcode,
int pc,
int index,
int stackUnits)
Construct a CLFieldInstruction object.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Integer> |
toBytes()
Return the bytecode for this instruction.
|
byteAt, isValid, localVariableIndex, mnemonic, opcode, operandCount, pc, stackUnitspublic CLFieldInstruction(int opcode,
int pc,
int index,
int stackUnits)
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 contains the
name and descriptor of the field.stackUnits - words produced - words consumed from the operand stack by this
instruction.public ArrayList<Integer> toBytes()
CLInstructiontoBytes in class CLInstruction