Class LookUpSwitchInstruction

    • Field Detail

      • cases

        public int[] cases
    • Constructor Detail

      • LookUpSwitchInstruction

        public LookUpSwitchInstruction()
        Creates an uninitialized LookUpSwitchInstruction.
      • LookUpSwitchInstruction

        public LookUpSwitchInstruction​(byte opcode,
                                       int defaultOffset,
                                       int[] cases,
                                       int[] jumpOffsets)
        Creates a new LookUpSwitchInstruction with the given arguments. All offsets are relative to this instruction's offset.