Class InstructionSet.I_TABLESWITCH

Enclosing class:
InstructionSet

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

    • I_TABLESWITCH

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

    • getDescription

      public String getDescription()
    • getHigh

      public int getHigh()
    • getLow

      public int getLow()