Package jminusminus
Class CLMiscInstruction
java.lang.Object
jminusminus.CLInstruction
jminusminus.CLMiscInstruction
Representation for MISC instructions.
- 
Field SummaryFields inherited from class jminusminus.CLInstructioninstructionInfo, localVariableIndex, mnemonic, opcode, operandCount, pc, stackUnits
- 
Constructor SummaryConstructorsConstructorDescriptionCLMiscInstruction(int opcode, int pc) Constructs a CLMiscInstruction object.
- 
Method SummaryMethods inherited from class jminusminus.CLInstructionbyteAt, isValid, localVariableIndex, mnemonic, opcode, operandCount, pc, stackUnits
- 
Constructor Details- 
CLMiscInstructionpublic CLMiscInstruction(int opcode, int pc) Constructs a CLMiscInstruction object.- Parameters:
- opcode- the opcode for this instruction.
- pc- index of this instruction within the code array of a method.
 
 
- 
- 
Method Details- 
toBytesReturns the bytecode for this instruction.- Specified by:
- toBytesin class- CLInstruction
- Returns:
- the bytecode for this instruction.
 
 
-