Class ArithmeticShiftInstruction


  • public class ArithmeticShiftInstruction
    extends Instruction
    Represents shift instructions (ISHL, LSHL, ISHR, LSHR, IUSHR, LUSHR).
    • Constructor Detail

      • ArithmeticShiftInstruction

        public ArithmeticShiftInstruction​(int opcode,
                                          int offset)
        Constructs an ArithmeticShiftInstruction.
        Parameters:
        opcode - The opcode of the instruction.
        offset - The bytecode offset of the instruction.
        Throws:
        IllegalArgumentException - if the opcode is not a shift opcode