public class sun.jvm.hotspot.interpreter.LookupswitchPair extends sun.jvm.hotspot.interpreter.Bytecode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.interpreter.LookupswitchPair
  super_class: sun.jvm.hotspot.interpreter.Bytecode
{
  void <init>(sun.jvm.hotspot.oops.Method, int);
    descriptor: (Lsun/jvm/hotspot/oops/Method;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.interpreter.LookupswitchPair this
        start local 1 // sun.jvm.hotspot.oops.Method method
        start local 2 // int bci
         0: .line 31
            aload 0 /* this */
            aload 1 /* method */
            iload 2 /* bci */
            invokespecial sun.jvm.hotspot.interpreter.Bytecode.<init>:(Lsun/jvm/hotspot/oops/Method;I)V
         1: .line 32
            return
        end local 2 // int bci
        end local 1 // sun.jvm.hotspot.oops.Method method
        end local 0 // sun.jvm.hotspot.interpreter.LookupswitchPair this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/jvm/hotspot/interpreter/LookupswitchPair;
            0    2     1  method  Lsun/jvm/hotspot/oops/Method;
            0    2     2     bci  I
    MethodParameters:
        Name  Flags
      method  
      bci     

  public int match();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.LookupswitchPair this
         0: .line 35
            aload 0 /* this */
            iconst_0
            invokevirtual sun.jvm.hotspot.interpreter.LookupswitchPair.javaSignedWordAt:(I)I
            ireturn
        end local 0 // sun.jvm.hotspot.interpreter.LookupswitchPair this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/interpreter/LookupswitchPair;

  public int offset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.LookupswitchPair this
         0: .line 39
            aload 0 /* this */
            iconst_4
            invokevirtual sun.jvm.hotspot.interpreter.LookupswitchPair.javaSignedWordAt:(I)I
            ireturn
        end local 0 // sun.jvm.hotspot.interpreter.LookupswitchPair this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/interpreter/LookupswitchPair;
}
SourceFile: "LookupswitchPair.java"