类 TableSwitchInstruction

    • 字段详细资料

      • lowCase

        public int lowCase
      • highCase

        public int highCase
    • 构造器详细资料

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