类 LookUpSwitchInstruction

    • 字段详细资料

      • cases

        public int[] cases
    • 构造器详细资料

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