public class org.apache.bcel.classfile.BootstrapMethods extends org.apache.bcel.classfile.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.bcel.classfile.BootstrapMethods
  super_class: org.apache.bcel.classfile.Attribute
{
  private org.apache.bcel.classfile.BootstrapMethod[] bootstrapMethods;
    descriptor: [Lorg/apache/bcel/classfile/BootstrapMethod;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.apache.bcel.classfile.BootstrapMethods);
    descriptor: (Lorg/apache/bcel/classfile/BootstrapMethods;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.BootstrapMethods this
        start local 1 // org.apache.bcel.classfile.BootstrapMethods c
         0: .line 42
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.BootstrapMethods.getNameIndex:()I
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.BootstrapMethods.getLength:()I
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.BootstrapMethods.getBootstrapMethods:()[Lorg/apache/bcel/classfile/BootstrapMethod;
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.BootstrapMethods.getConstantPool:()Lorg/apache/bcel/classfile/ConstantPool;
            invokespecial org.apache.bcel.classfile.BootstrapMethods.<init>:(II[Lorg/apache/bcel/classfile/BootstrapMethod;Lorg/apache/bcel/classfile/ConstantPool;)V
         1: .line 43
            return
        end local 1 // org.apache.bcel.classfile.BootstrapMethods c
        end local 0 // org.apache.bcel.classfile.BootstrapMethods this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/BootstrapMethods;
            0    2     1     c  Lorg/apache/bcel/classfile/BootstrapMethods;
    MethodParameters:
      Name  Flags
      c     final

  public void <init>(int, int, org.apache.bcel.classfile.BootstrapMethod[], org.apache.bcel.classfile.ConstantPool);
    descriptor: (II[Lorg/apache/bcel/classfile/BootstrapMethod;Lorg/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.apache.bcel.classfile.BootstrapMethods this
        start local 1 // int name_index
        start local 2 // int length
        start local 3 // org.apache.bcel.classfile.BootstrapMethod[] bootstrapMethods
        start local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 53
            aload 0 /* this */
            bipush 20
            iload 1 /* name_index */
            iload 2 /* length */
            aload 4 /* constant_pool */
            invokespecial org.apache.bcel.classfile.Attribute.<init>:(BIILorg/apache/bcel/classfile/ConstantPool;)V
         1: .line 54
            aload 0 /* this */
            aload 3 /* bootstrapMethods */
            putfield org.apache.bcel.classfile.BootstrapMethods.bootstrapMethods:[Lorg/apache/bcel/classfile/BootstrapMethod;
         2: .line 55
            return
        end local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
        end local 3 // org.apache.bcel.classfile.BootstrapMethod[] bootstrapMethods
        end local 2 // int length
        end local 1 // int name_index
        end local 0 // org.apache.bcel.classfile.BootstrapMethods this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lorg/apache/bcel/classfile/BootstrapMethods;
            0    3     1        name_index  I
            0    3     2            length  I
            0    3     3  bootstrapMethods  [Lorg/apache/bcel/classfile/BootstrapMethod;
            0    3     4     constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
    MethodParameters:
                  Name  Flags
      name_index        final
      length            final
      bootstrapMethods  final
      constant_pool     final

  void <init>(int, int, java.io.DataInput, org.apache.bcel.classfile.ConstantPool);
    descriptor: (IILjava/io/DataInput;Lorg/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // org.apache.bcel.classfile.BootstrapMethods this
        start local 1 // int name_index
        start local 2 // int length
        start local 3 // java.io.DataInput input
        start local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 67
            aload 0 /* this */
            iload 1 /* name_index */
            iload 2 /* length */
            aconst_null
            aload 4 /* constant_pool */
            invokespecial org.apache.bcel.classfile.BootstrapMethods.<init>:(II[Lorg/apache/bcel/classfile/BootstrapMethod;Lorg/apache/bcel/classfile/ConstantPool;)V
         1: .line 69
            aload 3 /* input */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            istore 5 /* num_bootstrap_methods */
        start local 5 // int num_bootstrap_methods
         2: .line 70
            aload 0 /* this */
            iload 5 /* num_bootstrap_methods */
            anewarray org.apache.bcel.classfile.BootstrapMethod
            putfield org.apache.bcel.classfile.BootstrapMethods.bootstrapMethods:[Lorg/apache/bcel/classfile/BootstrapMethod;
         3: .line 71
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         4: goto 7
         5: .line 72
      StackMap locals: org.apache.bcel.classfile.BootstrapMethods int int java.io.DataInput org.apache.bcel.classfile.ConstantPool int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethods.bootstrapMethods:[Lorg/apache/bcel/classfile/BootstrapMethod;
            iload 6 /* i */
            new org.apache.bcel.classfile.BootstrapMethod
            dup
            aload 3 /* input */
            invokespecial org.apache.bcel.classfile.BootstrapMethod.<init>:(Ljava/io/DataInput;)V
            aastore
         6: .line 71
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 6 /* i */
            iload 5 /* num_bootstrap_methods */
            if_icmplt 5
        end local 6 // int i
         8: .line 74
            return
        end local 5 // int num_bootstrap_methods
        end local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
        end local 3 // java.io.DataInput input
        end local 2 // int length
        end local 1 // int name_index
        end local 0 // org.apache.bcel.classfile.BootstrapMethods this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    9     0                   this  Lorg/apache/bcel/classfile/BootstrapMethods;
            0    9     1             name_index  I
            0    9     2                 length  I
            0    9     3                  input  Ljava/io/DataInput;
            0    9     4          constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
            2    9     5  num_bootstrap_methods  I
            4    8     6                      i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      name_index     final
      length         final
      input          final
      constant_pool  final

  public final org.apache.bcel.classfile.BootstrapMethod[] getBootstrapMethods();
    descriptor: ()[Lorg/apache/bcel/classfile/BootstrapMethod;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.BootstrapMethods this
         0: .line 80
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethods.bootstrapMethods:[Lorg/apache/bcel/classfile/BootstrapMethod;
            areturn
        end local 0 // org.apache.bcel.classfile.BootstrapMethods this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/classfile/BootstrapMethods;

  public final void setBootstrapMethods(org.apache.bcel.classfile.BootstrapMethod[]);
    descriptor: ([Lorg/apache/bcel/classfile/BootstrapMethod;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.BootstrapMethods this
        start local 1 // org.apache.bcel.classfile.BootstrapMethod[] bootstrapMethods
         0: .line 87
            aload 0 /* this */
            aload 1 /* bootstrapMethods */
            putfield org.apache.bcel.classfile.BootstrapMethods.bootstrapMethods:[Lorg/apache/bcel/classfile/BootstrapMethod;
         1: .line 88
            return
        end local 1 // org.apache.bcel.classfile.BootstrapMethod[] bootstrapMethods
        end local 0 // org.apache.bcel.classfile.BootstrapMethods this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/apache/bcel/classfile/BootstrapMethods;
            0    2     1  bootstrapMethods  [Lorg/apache/bcel/classfile/BootstrapMethod;
    MethodParameters:
                  Name  Flags
      bootstrapMethods  final

  public void accept(org.apache.bcel.classfile.Visitor);
    descriptor: (Lorg/apache/bcel/classfile/Visitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.BootstrapMethods this
        start local 1 // org.apache.bcel.classfile.Visitor v
         0: .line 95
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface org.apache.bcel.classfile.Visitor.visitBootstrapMethods:(Lorg/apache/bcel/classfile/BootstrapMethods;)V
         1: .line 96
            return
        end local 1 // org.apache.bcel.classfile.Visitor v
        end local 0 // org.apache.bcel.classfile.BootstrapMethods this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/BootstrapMethods;
            0    2     1     v  Lorg/apache/bcel/classfile/Visitor;
    MethodParameters:
      Name  Flags
      v     final

  public org.apache.bcel.classfile.BootstrapMethods copy(org.apache.bcel.classfile.ConstantPool);
    descriptor: (Lorg/apache/bcel/classfile/ConstantPool;)Lorg/apache/bcel/classfile/BootstrapMethods;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.apache.bcel.classfile.BootstrapMethods this
        start local 1 // org.apache.bcel.classfile.ConstantPool _constant_pool
         0: .line 103
            aload 0 /* this */
            invokevirtual org.apache.bcel.classfile.BootstrapMethods.clone:()Ljava/lang/Object;
            checkcast org.apache.bcel.classfile.BootstrapMethods
            astore 2 /* c */
        start local 2 // org.apache.bcel.classfile.BootstrapMethods c
         1: .line 104
            aload 2 /* c */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethods.bootstrapMethods:[Lorg/apache/bcel/classfile/BootstrapMethod;
            arraylength
            anewarray org.apache.bcel.classfile.BootstrapMethod
            putfield org.apache.bcel.classfile.BootstrapMethods.bootstrapMethods:[Lorg/apache/bcel/classfile/BootstrapMethod;
         2: .line 106
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 107
      StackMap locals: org.apache.bcel.classfile.BootstrapMethods int
      StackMap stack:
            aload 2 /* c */
            getfield org.apache.bcel.classfile.BootstrapMethods.bootstrapMethods:[Lorg/apache/bcel/classfile/BootstrapMethod;
            iload 3 /* i */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethods.bootstrapMethods:[Lorg/apache/bcel/classfile/BootstrapMethod;
            iload 3 /* i */
            aaload
            invokevirtual org.apache.bcel.classfile.BootstrapMethod.copy:()Lorg/apache/bcel/classfile/BootstrapMethod;
            aastore
         5: .line 106
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethods.bootstrapMethods:[Lorg/apache/bcel/classfile/BootstrapMethod;
            arraylength
            if_icmplt 4
        end local 3 // int i
         7: .line 109
            aload 2 /* c */
            aload 1 /* _constant_pool */
            invokevirtual org.apache.bcel.classfile.BootstrapMethods.setConstantPool:(Lorg/apache/bcel/classfile/ConstantPool;)V
         8: .line 110
            aload 2 /* c */
            areturn
        end local 2 // org.apache.bcel.classfile.BootstrapMethods c
        end local 1 // org.apache.bcel.classfile.ConstantPool _constant_pool
        end local 0 // org.apache.bcel.classfile.BootstrapMethods this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lorg/apache/bcel/classfile/BootstrapMethods;
            0    9     1  _constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
            1    9     2               c  Lorg/apache/bcel/classfile/BootstrapMethods;
            3    7     3               i  I
    MethodParameters:
                Name  Flags
      _constant_pool  final

  public final void dump(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.apache.bcel.classfile.BootstrapMethods this
        start local 1 // java.io.DataOutputStream file
         0: .line 121
            aload 0 /* this */
            aload 1 /* file */
            invokespecial org.apache.bcel.classfile.Attribute.dump:(Ljava/io/DataOutputStream;)V
         1: .line 123
            aload 1 /* file */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethods.bootstrapMethods:[Lorg/apache/bcel/classfile/BootstrapMethod;
            arraylength
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         2: .line 124
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethods.bootstrapMethods:[Lorg/apache/bcel/classfile/BootstrapMethod;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 6
      StackMap locals: org.apache.bcel.classfile.BootstrapMethods java.io.DataOutputStream top int int org.apache.bcel.classfile.BootstrapMethod[]
      StackMap stack:
         3: aload 5
            iload 3
            aaload
            astore 2 /* bootstrap_method */
        start local 2 // org.apache.bcel.classfile.BootstrapMethod bootstrap_method
         4: .line 125
            aload 2 /* bootstrap_method */
            aload 1 /* file */
            invokevirtual org.apache.bcel.classfile.BootstrapMethod.dump:(Ljava/io/DataOutputStream;)V
        end local 2 // org.apache.bcel.classfile.BootstrapMethod bootstrap_method
         5: .line 124
            iinc 3 1
      StackMap locals:
      StackMap stack:
         6: iload 3
            iload 4
            if_icmplt 3
         7: .line 127
            return
        end local 1 // java.io.DataOutputStream file
        end local 0 // org.apache.bcel.classfile.BootstrapMethods this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    8     0              this  Lorg/apache/bcel/classfile/BootstrapMethods;
            0    8     1              file  Ljava/io/DataOutputStream;
            4    5     2  bootstrap_method  Lorg/apache/bcel/classfile/BootstrapMethod;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  final

  public final java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // org.apache.bcel.classfile.BootstrapMethods this
         0: .line 134
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* buf */
        start local 1 // java.lang.StringBuilder buf
         1: .line 135
            aload 1 /* buf */
            ldc "BootstrapMethods("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 136
            aload 1 /* buf */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethods.bootstrapMethods:[Lorg/apache/bcel/classfile/BootstrapMethod;
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
         3: .line 137
            aload 1 /* buf */
            ldc "):"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 138
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: goto 18
         6: .line 139
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 1 /* buf */
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 140
            aload 1 /* buf */
            invokevirtual java.lang.StringBuilder.length:()I
            istore 3 /* start */
        start local 3 // int start
         8: .line 141
            aload 1 /* buf */
            ldc "  "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         9: .line 142
            aload 1 /* buf */
            invokevirtual java.lang.StringBuilder.length:()I
            iload 3 /* start */
            isub
            istore 4 /* indent_count */
        start local 4 // int indent_count
        10: .line 143
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethods.bootstrapMethods:[Lorg/apache/bcel/classfile/BootstrapMethod;
            iload 2 /* i */
            aaload
            aload 0 /* this */
            invokespecial org.apache.bcel.classfile.Attribute.getConstantPool:()Lorg/apache/bcel/classfile/ConstantPool;
            invokevirtual org.apache.bcel.classfile.BootstrapMethod.toString:(Lorg/apache/bcel/classfile/ConstantPool;)Ljava/lang/String;
            ldc "\\r?\\n"
            invokevirtual java.lang.String.split:(Ljava/lang/String;)[Ljava/lang/String;
            astore 5 /* lines */
        start local 5 // java.lang.String[] lines
        11: .line 144
            aload 1 /* buf */
            aload 5 /* lines */
            iconst_0
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        12: .line 145
            iconst_1
            istore 6 /* j */
        start local 6 // int j
        13: goto 16
        14: .line 146
      StackMap locals: org.apache.bcel.classfile.BootstrapMethods java.lang.StringBuilder int int int java.lang.String[] int
      StackMap stack:
            aload 1 /* buf */
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "          "
            iconst_0
            iload 4 /* indent_count */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 5 /* lines */
            iload 6 /* j */
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        15: .line 145
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
        16: iload 6 /* j */
            aload 5 /* lines */
            arraylength
            if_icmplt 14
        end local 6 // int j
        end local 5 // java.lang.String[] lines
        end local 4 // int indent_count
        end local 3 // int start
        17: .line 138
            iinc 2 /* i */ 1
      StackMap locals: org.apache.bcel.classfile.BootstrapMethods java.lang.StringBuilder int
      StackMap stack:
        18: iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.BootstrapMethods.bootstrapMethods:[Lorg/apache/bcel/classfile/BootstrapMethod;
            arraylength
            if_icmplt 6
        end local 2 // int i
        19: .line 149
            aload 1 /* buf */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder buf
        end local 0 // org.apache.bcel.classfile.BootstrapMethods this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   20     0          this  Lorg/apache/bcel/classfile/BootstrapMethods;
            1   20     1           buf  Ljava/lang/StringBuilder;
            5   19     2             i  I
            8   17     3         start  I
           10   17     4  indent_count  I
           11   17     5         lines  [Ljava/lang/String;
           13   17     6             j  I

  public org.apache.bcel.classfile.Attribute copy(org.apache.bcel.classfile.ConstantPool);
    descriptor: (Lorg/apache/bcel/classfile/ConstantPool;)Lorg/apache/bcel/classfile/Attribute;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.apache.bcel.classfile.BootstrapMethods.copy:(Lorg/apache/bcel/classfile/ConstantPool;)Lorg/apache/bcel/classfile/BootstrapMethods;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "BootstrapMethods.java"