Class InstructionCLV

All Implemented Interfaces:
Serializable, Cloneable, Constants

public class InstructionCLV extends InstructionLV
A small subclass of the local variable accessing instruction class InstructionLV - this subclass does not allow the index to be altered.
See Also:
Serialized Form
  • Constructor Details

    • InstructionCLV

      public InstructionCLV(short opcode)
    • InstructionCLV

      public InstructionCLV(short opcode, int localVariableIndex)
  • Method Details