Class TableSwitchInstruction


public class TableSwitchInstruction extends SwitchInstruction
This Instruction represents a table switch instruction.
  • Field Details

    • lowCase

      public int lowCase
    • highCase

      public int highCase
  • Constructor Details

    • 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.
  • Method Details