Class InstructionSet.I_TABLESWITCH

Enclosing class:
InstructionSet

public static class InstructionSet.I_TABLESWITCH extends InstructionSet.Switch
  • Field Details

    • high

      private final int high
    • low

      private final int low
  • Constructor Details

    • I_TABLESWITCH

      public I_TABLESWITCH(MethodModel _methodPoolEntry, ByteReader _byteReader, boolean _wide)
  • Method Details

    • getDescription

      public String getDescription()
      Specified by:
      getDescription in class Instruction
    • getHigh

      public int getHigh()
    • getLow

      public int getLow()