Class TableSwitchInstruction

    • Field Detail

      • lowCase

        public int lowCase
      • highCase

        public int highCase
    • Constructor Detail

      • TableSwitchInstruction

        public TableSwitchInstruction()
        Creates an uninitialized TableSwitchInstruction.
      • TableSwitchInstruction

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