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