public class org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod
  super_class: java.lang.Object
{
  private int bootstrapMethodRef;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int[] bootstrapArguments;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.io.DataInputStream);
    descriptor: (Ljava/io/DataInputStream;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod this
        start local 1 // java.io.DataInputStream file
         0: .line 107
            aload 0 /* this */
            aload 1 /* file */
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            aload 1 /* file */
            invokestatic org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod.readBootstrapArguments:(Ljava/io/DataInputStream;)[I
            invokespecial org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod.<init>:(I[I)V
         1: .line 108
            return
        end local 1 // java.io.DataInputStream file
        end local 0 // org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/aspectj/apache/bcel/classfile/BootstrapMethods$BootstrapMethod;
            0    2     1  file  Ljava/io/DataInputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  

  private static int[] readBootstrapArguments(java.io.DataInputStream);
    descriptor: (Ljava/io/DataInputStream;)[I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // java.io.DataInputStream dis
         0: .line 111
            aload 0 /* dis */
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            istore 1 /* numBootstrapMethods */
        start local 1 // int numBootstrapMethods
         1: .line 112
            iload 1 /* numBootstrapMethods */
            newarray 10
            astore 2 /* bootstrapArguments */
        start local 2 // int[] bootstrapArguments
         2: .line 113
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 114
      StackMap locals: int int[] int
      StackMap stack:
            aload 2 /* bootstrapArguments */
            iload 3 /* i */
            aload 0 /* dis */
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            iastore
         5: .line 113
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 1 /* numBootstrapMethods */
            if_icmplt 4
        end local 3 // int i
         7: .line 116
            aload 2 /* bootstrapArguments */
            areturn
        end local 2 // int[] bootstrapArguments
        end local 1 // int numBootstrapMethods
        end local 0 // java.io.DataInputStream dis
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    8     0                  dis  Ljava/io/DataInputStream;
            1    8     1  numBootstrapMethods  I
            2    8     2   bootstrapArguments  [I
            3    7     3                    i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dis   

  public void <init>(int, int[]);
    descriptor: (I[I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod this
        start local 1 // int bootstrapMethodRef
        start local 2 // int[] bootstrapArguments
         0: .line 119
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 120
            aload 0 /* this */
            iload 1 /* bootstrapMethodRef */
            putfield org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod.bootstrapMethodRef:I
         2: .line 121
            aload 0 /* this */
            aload 2 /* bootstrapArguments */
            putfield org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod.bootstrapArguments:[I
         3: .line 122
            return
        end local 2 // int[] bootstrapArguments
        end local 1 // int bootstrapMethodRef
        end local 0 // org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lorg/aspectj/apache/bcel/classfile/BootstrapMethods$BootstrapMethod;
            0    4     1  bootstrapMethodRef  I
            0    4     2  bootstrapArguments  [I
    MethodParameters:
                    Name  Flags
      bootstrapMethodRef  
      bootstrapArguments  

  public int getBootstrapMethodRef();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod this
         0: .line 125
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod.bootstrapMethodRef:I
            ireturn
        end local 0 // org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/apache/bcel/classfile/BootstrapMethods$BootstrapMethod;

  public int[] getBootstrapArguments();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod this
         0: .line 129
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod.bootstrapArguments:[I
            areturn
        end local 0 // org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/apache/bcel/classfile/BootstrapMethods$BootstrapMethod;

  public final void dump(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod this
        start local 1 // java.io.DataOutputStream file
         0: .line 133
            aload 1 /* file */
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod.bootstrapMethodRef:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         1: .line 134
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod.bootstrapArguments:[I
            arraylength
            istore 2 /* len */
        start local 2 // int len
         2: .line 135
            aload 1 /* file */
            iload 2 /* len */
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         3: .line 136
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 137
      StackMap locals: int int
      StackMap stack:
            aload 1 /* file */
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod.bootstrapArguments:[I
            iload 3 /* i */
            iaload
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         6: .line 136
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 2 /* len */
            if_icmplt 5
        end local 3 // int i
         8: .line 139
            return
        end local 2 // int len
        end local 1 // java.io.DataOutputStream file
        end local 0 // org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/aspectj/apache/bcel/classfile/BootstrapMethods$BootstrapMethod;
            0    9     1  file  Ljava/io/DataOutputStream;
            2    9     2   len  I
            4    8     3     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  

  public final int getLength();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod this
         0: .line 142
            iconst_4
         1: .line 144
            iconst_2
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod.bootstrapArguments:[I
            arraylength
            imul
         2: .line 142
            iadd
            ireturn
        end local 0 // org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/aspectj/apache/bcel/classfile/BootstrapMethods$BootstrapMethod;
}
SourceFile: "BootstrapMethods.java"
NestHost: org.aspectj.apache.bcel.classfile.BootstrapMethods
InnerClasses:
  public BootstrapMethod = org.aspectj.apache.bcel.classfile.BootstrapMethods$BootstrapMethod of org.aspectj.apache.bcel.classfile.BootstrapMethods