Package jminusminus
Class CLConversionInstruction
java.lang.Object
jminusminus.CLInstruction
jminusminus.CLConversionInstruction
Representation for CONVERSION instructions.
- 
Field SummaryFields inherited from class jminusminus.CLInstructioninstructionInfo, localVariableIndex, mnemonic, opcode, operandCount, pc, stackUnits
- 
Constructor SummaryConstructorsConstructorDescriptionCLConversionInstruction(int opcode, int pc) Constructs a CLConversionInstruction object.
- 
Method SummaryMethods inherited from class jminusminus.CLInstructionbyteAt, isValid, localVariableIndex, mnemonic, opcode, operandCount, pc, stackUnits
- 
Constructor Details- 
CLConversionInstructionpublic CLConversionInstruction(int opcode, int pc) Constructs a CLConversionInstruction 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.
 
 
-