Class InstructionSet.I_LOOKUPSWITCH

Enclosing class:
InstructionSet

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

    • matches

      private final int[] matches
    • npairs

      private final int npairs
  • Constructor Details

    • I_LOOKUPSWITCH

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

    • getDescription

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

      public int[] getMatches()
    • getNpairs

      public int getNpairs()