Package jminusminus
Class CLBitInstruction
java.lang.Object
jminusminus.CLInstruction
jminusminus.CLBitInstruction
Representation for BIT instructions.
-
Field Summary
Fields inherited from class jminusminus.CLInstruction
instructionInfo, localVariableIndex, mnemonic, opcode, operandCount, pc, stackUnits
-
Constructor Summary
-
Method Summary
Methods inherited from class jminusminus.CLInstruction
byteAt, isValid, localVariableIndex, mnemonic, opcode, operandCount, pc, stackUnits
-
Constructor Details
-
CLBitInstruction
public CLBitInstruction(int opcode, int pc) Constructs a CLBitInstruction object.- Parameters:
opcode
- the opcode for this instruction.pc
- index of this instruction within the code array of a method.
-
-
Method Details
-
toBytes
Returns the bytecode for this instruction.- Specified by:
toBytes
in classCLInstruction
- Returns:
- the bytecode for this instruction.
-