public class com.sun.tools.classfile.BootstrapMethods_attribute extends com.sun.tools.classfile.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.classfile.BootstrapMethods_attribute
  super_class: com.sun.tools.classfile.Attribute
{
  public final com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier[] bootstrap_method_specifiers;
    descriptor: [Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  void <init>(com.sun.tools.classfile.ClassReader, int, int);
    descriptor: (Lcom/sun/tools/classfile/ClassReader;II)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.sun.tools.classfile.BootstrapMethods_attribute this
        start local 1 // com.sun.tools.classfile.ClassReader cr
        start local 2 // int name_index
        start local 3 // int length
         0: .line 44
            aload 0 /* this */
            iload 2 /* name_index */
            iload 3 /* length */
            invokespecial com.sun.tools.classfile.Attribute.<init>:(II)V
         1: .line 45
            aload 1 /* cr */
            invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
            istore 4 /* bootstrap_method_count */
        start local 4 // int bootstrap_method_count
         2: .line 46
            aload 0 /* this */
            iload 4 /* bootstrap_method_count */
            anewarray com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier
            putfield com.sun.tools.classfile.BootstrapMethods_attribute.bootstrap_method_specifiers:[Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;
         3: .line 47
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 7
         5: .line 48
      StackMap locals: com.sun.tools.classfile.BootstrapMethods_attribute com.sun.tools.classfile.ClassReader int int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.classfile.BootstrapMethods_attribute.bootstrap_method_specifiers:[Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;
            iload 5 /* i */
            new com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier
            dup
            aload 1 /* cr */
            invokespecial com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier.<init>:(Lcom/sun/tools/classfile/ClassReader;)V
            aastore
         6: .line 47
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            aload 0 /* this */
            getfield com.sun.tools.classfile.BootstrapMethods_attribute.bootstrap_method_specifiers:[Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;
            arraylength
            if_icmplt 5
        end local 5 // int i
         8: .line 49
            return
        end local 4 // int bootstrap_method_count
        end local 3 // int length
        end local 2 // int name_index
        end local 1 // com.sun.tools.classfile.ClassReader cr
        end local 0 // com.sun.tools.classfile.BootstrapMethods_attribute this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    9     0                    this  Lcom/sun/tools/classfile/BootstrapMethods_attribute;
            0    9     1                      cr  Lcom/sun/tools/classfile/ClassReader;
            0    9     2              name_index  I
            0    9     3                  length  I
            2    9     4  bootstrap_method_count  I
            4    8     5                       i  I
    Exceptions:
      throws java.io.IOException, com.sun.tools.classfile.AttributeException
    MethodParameters:
            Name  Flags
      cr          
      name_index  
      length      

  public void <init>(int, com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier[]);
    descriptor: (I[Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.BootstrapMethods_attribute this
        start local 1 // int name_index
        start local 2 // com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier[] bootstrap_method_specifiers
         0: .line 52
            aload 0 /* this */
            iload 1 /* name_index */
            aload 2 /* bootstrap_method_specifiers */
            invokestatic com.sun.tools.classfile.BootstrapMethods_attribute.length:([Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;)I
            invokespecial com.sun.tools.classfile.Attribute.<init>:(II)V
         1: .line 53
            aload 0 /* this */
            aload 2 /* bootstrap_method_specifiers */
            putfield com.sun.tools.classfile.BootstrapMethods_attribute.bootstrap_method_specifiers:[Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;
         2: .line 54
            return
        end local 2 // com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier[] bootstrap_method_specifiers
        end local 1 // int name_index
        end local 0 // com.sun.tools.classfile.BootstrapMethods_attribute this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    3     0                         this  Lcom/sun/tools/classfile/BootstrapMethods_attribute;
            0    3     1                   name_index  I
            0    3     2  bootstrap_method_specifiers  [Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;
    MethodParameters:
                             Name  Flags
      name_index                   
      bootstrap_method_specifiers  

  public static int length(com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier[]);
    descriptor: ([Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier[] bootstrap_method_specifiers
         0: .line 57
            iconst_2
            istore 1 /* n */
        start local 1 // int n
         1: .line 58
            aload 0 /* bootstrap_method_specifiers */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier[] int top int int com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* b */
        start local 2 // com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier b
         3: .line 59
            iload 1 /* n */
            aload 2 /* b */
            invokevirtual com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier.length:()I
            iadd
            istore 1 /* n */
        end local 2 // com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier b
         4: .line 58
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 2
         6: .line 60
            iload 1 /* n */
            ireturn
        end local 1 // int n
        end local 0 // com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier[] bootstrap_method_specifiers
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    7     0  bootstrap_method_specifiers  [Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;
            1    7     1                            n  I
            3    4     2                            b  Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;
    MethodParameters:
                             Name  Flags
      bootstrap_method_specifiers  

  public <R, P> R accept(com.sun.tools.classfile.Attribute$Visitor<R, P>, );
    descriptor: (Lcom/sun/tools/classfile/Attribute$Visitor;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.BootstrapMethods_attribute this
        start local 1 // com.sun.tools.classfile.Attribute$Visitor visitor
        start local 2 // java.lang.Object p
         0: .line 65
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* p */
            invokeinterface com.sun.tools.classfile.Attribute$Visitor.visitBootstrapMethods:(Lcom/sun/tools/classfile/BootstrapMethods_attribute;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object p
        end local 1 // com.sun.tools.classfile.Attribute$Visitor visitor
        end local 0 // com.sun.tools.classfile.BootstrapMethods_attribute this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/tools/classfile/BootstrapMethods_attribute;
            0    1     1  visitor  Lcom/sun/tools/classfile/Attribute$Visitor<TR;TP;>;
            0    1     2        p  TP;
    Signature: <R:Ljava/lang/Object;P:Ljava/lang/Object;>(Lcom/sun/tools/classfile/Attribute$Visitor<TR;TP;>;TP;)TR;
    MethodParameters:
         Name  Flags
      visitor  
      p        
}
SourceFile: "BootstrapMethods_attribute.java"
NestMembers:
  com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier
InnerClasses:
  public abstract Visitor = com.sun.tools.classfile.Attribute$Visitor of com.sun.tools.classfile.Attribute
  public BootstrapMethodSpecifier = com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier of com.sun.tools.classfile.BootstrapMethods_attribute