Package jminusminus
Class CLObjectInstruction
java.lang.Object
jminusminus.CLInstruction
jminusminus.CLObjectInstruction
Representation for OBJECT instructions.
- 
Field SummaryFields inherited from class jminusminus.CLInstructioninstructionInfo, localVariableIndex, mnemonic, opcode, operandCount, pc, stackUnits
- 
Constructor SummaryConstructorsConstructorDescriptionCLObjectInstruction(int opcode, int pc, int index) Constructs a CLObjectInstruction object.
- 
Method SummaryMethods inherited from class jminusminus.CLInstructionbyteAt, isValid, localVariableIndex, mnemonic, opcode, operandCount, pc, stackUnits
- 
Constructor Details- 
CLObjectInstructionpublic CLObjectInstruction(int opcode, int pc, int index) Constructs a CLObjectInstruction object.- Parameters:
- 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.
 
 
- 
- 
Method Details- 
toBytesReturns the bytecode for this instruction.- Specified by:
- toBytesin class- CLInstruction
- Returns:
- the bytecode for this instruction.
 
 
-