public class org.aspectj.apache.bcel.classfile.AttributeUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.aspectj.apache.bcel.classfile.AttributeUtils
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.AttributeUtils this
         0: .line 9
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.aspectj.apache.bcel.classfile.AttributeUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/apache/bcel/classfile/AttributeUtils;

  public static org.aspectj.apache.bcel.classfile.Attribute[] readAttributes(java.io.DataInputStream, org.aspectj.apache.bcel.classfile.ConstantPool);
    descriptor: (Ljava/io/DataInputStream;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)[Lorg/aspectj/apache/bcel/classfile/Attribute;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // java.io.DataInputStream dataInputstream
        start local 1 // org.aspectj.apache.bcel.classfile.ConstantPool cpool
         0: .line 13
            aload 0 /* dataInputstream */
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            istore 2 /* length */
        start local 2 // int length
         1: .line 14
            iload 2 /* length */
            ifne 4
         2: .line 15
            getstatic org.aspectj.apache.bcel.classfile.Attribute.NoAttributes:[Lorg/aspectj/apache/bcel/classfile/Attribute;
         3: areturn
         4: .line 17
      StackMap locals: int
      StackMap stack:
            iload 2 /* length */
            anewarray org.aspectj.apache.bcel.classfile.Attribute
            astore 3 /* attrs */
        start local 3 // org.aspectj.apache.bcel.classfile.Attribute[] attrs
         5: .line 18
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 9
         7: .line 19
      StackMap locals: org.aspectj.apache.bcel.classfile.Attribute[] int
      StackMap stack:
            aload 3 /* attrs */
            iload 4 /* i */
            aload 0 /* dataInputstream */
            aload 1 /* cpool */
            invokestatic org.aspectj.apache.bcel.classfile.Attribute.readAttribute:(Ljava/io/DataInputStream;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)Lorg/aspectj/apache/bcel/classfile/Attribute;
            aastore
         8: .line 18
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 2 /* length */
            if_icmplt 7
        end local 4 // int i
        10: .line 21
            aload 3 /* attrs */
        11: areturn
        end local 3 // org.aspectj.apache.bcel.classfile.Attribute[] attrs
        end local 2 // int length
        12: .line 22
      StackMap locals: java.io.DataInputStream org.aspectj.apache.bcel.classfile.ConstantPool
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
        13: .line 23
            new org.aspectj.apache.bcel.classfile.ClassFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "IOException whilst reading set of attributes: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* e */
            invokevirtual java.io.IOException.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.aspectj.apache.bcel.classfile.ClassFormatException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // org.aspectj.apache.bcel.classfile.ConstantPool cpool
        end local 0 // java.io.DataInputStream dataInputstream
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   14     0  dataInputstream  Ljava/io/DataInputStream;
            0   14     1            cpool  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            1   12     2           length  I
            5   12     3            attrs  [Lorg/aspectj/apache/bcel/classfile/Attribute;
            6   10     4                i  I
           13   14     2                e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     3      12  Class java.io.IOException
           4    11      12  Class java.io.IOException
    MethodParameters:
                 Name  Flags
      dataInputstream  
      cpool            

  public static void writeAttributes(org.aspectj.apache.bcel.classfile.Attribute[], java.io.DataOutputStream);
    descriptor: ([Lorg/aspectj/apache/bcel/classfile/Attribute;Ljava/io/DataOutputStream;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.aspectj.apache.bcel.classfile.Attribute[] attributes
        start local 1 // java.io.DataOutputStream file
         0: .line 29
            aload 0 /* attributes */
            ifnonnull 3
         1: .line 30
            aload 1 /* file */
            iconst_0
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         2: .line 31
            goto 9
         3: .line 32
      StackMap locals:
      StackMap stack:
            aload 1 /* file */
            aload 0 /* attributes */
            arraylength
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         4: .line 33
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: goto 8
         6: .line 34
      StackMap locals: int
      StackMap stack:
            aload 0 /* attributes */
            iload 2 /* i */
            aaload
            aload 1 /* file */
            invokevirtual org.aspectj.apache.bcel.classfile.Attribute.dump:(Ljava/io/DataOutputStream;)V
         7: .line 33
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            aload 0 /* attributes */
            arraylength
            if_icmplt 6
        end local 2 // int i
         9: .line 37
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.DataOutputStream file
        end local 0 // org.aspectj.apache.bcel.classfile.Attribute[] attributes
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0  attributes  [Lorg/aspectj/apache/bcel/classfile/Attribute;
            0   10     1        file  Ljava/io/DataOutputStream;
            5    9     2           i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      attributes  
      file        

  public static org.aspectj.apache.bcel.classfile.Signature getSignatureAttribute(org.aspectj.apache.bcel.classfile.Attribute[]);
    descriptor: ([Lorg/aspectj/apache/bcel/classfile/Attribute;)Lorg/aspectj/apache/bcel/classfile/Signature;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.Attribute[] attributes
         0: .line 40
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 5
         2: .line 41
      StackMap locals: int
      StackMap stack:
            aload 0 /* attributes */
            iload 1 /* i */
            aaload
            getfield org.aspectj.apache.bcel.classfile.Attribute.tag:B
            bipush 10
            if_icmpne 4
         3: .line 42
            aload 0 /* attributes */
            iload 1 /* i */
            aaload
            checkcast org.aspectj.apache.bcel.classfile.Signature
            areturn
         4: .line 40
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            aload 0 /* attributes */
            arraylength
            if_icmplt 2
        end local 1 // int i
         6: .line 45
            aconst_null
            areturn
        end local 0 // org.aspectj.apache.bcel.classfile.Attribute[] attributes
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0  attributes  [Lorg/aspectj/apache/bcel/classfile/Attribute;
            1    6     1           i  I
    MethodParameters:
            Name  Flags
      attributes  

  public static org.aspectj.apache.bcel.classfile.Code getCodeAttribute(org.aspectj.apache.bcel.classfile.Attribute[]);
    descriptor: ([Lorg/aspectj/apache/bcel/classfile/Attribute;)Lorg/aspectj/apache/bcel/classfile/Code;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.Attribute[] attributes
         0: .line 49
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 5
         2: .line 50
      StackMap locals: int
      StackMap stack:
            aload 0 /* attributes */
            iload 1 /* i */
            aaload
            getfield org.aspectj.apache.bcel.classfile.Attribute.tag:B
            iconst_2
            if_icmpne 4
         3: .line 51
            aload 0 /* attributes */
            iload 1 /* i */
            aaload
            checkcast org.aspectj.apache.bcel.classfile.Code
            areturn
         4: .line 49
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            aload 0 /* attributes */
            arraylength
            if_icmplt 2
        end local 1 // int i
         6: .line 54
            aconst_null
            areturn
        end local 0 // org.aspectj.apache.bcel.classfile.Attribute[] attributes
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0  attributes  [Lorg/aspectj/apache/bcel/classfile/Attribute;
            1    6     1           i  I
    MethodParameters:
            Name  Flags
      attributes  

  public static org.aspectj.apache.bcel.classfile.ExceptionTable getExceptionTableAttribute(org.aspectj.apache.bcel.classfile.Attribute[]);
    descriptor: ([Lorg/aspectj/apache/bcel/classfile/Attribute;)Lorg/aspectj/apache/bcel/classfile/ExceptionTable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.Attribute[] attributes
         0: .line 58
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 5
         2: .line 59
      StackMap locals: int
      StackMap stack:
            aload 0 /* attributes */
            iload 1 /* i */
            aaload
            getfield org.aspectj.apache.bcel.classfile.Attribute.tag:B
            iconst_3
            if_icmpne 4
         3: .line 60
            aload 0 /* attributes */
            iload 1 /* i */
            aaload
            checkcast org.aspectj.apache.bcel.classfile.ExceptionTable
            areturn
         4: .line 58
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            aload 0 /* attributes */
            arraylength
            if_icmplt 2
        end local 1 // int i
         6: .line 63
            aconst_null
            areturn
        end local 0 // org.aspectj.apache.bcel.classfile.Attribute[] attributes
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0  attributes  [Lorg/aspectj/apache/bcel/classfile/Attribute;
            1    6     1           i  I
    MethodParameters:
            Name  Flags
      attributes  

  public static org.aspectj.apache.bcel.classfile.ConstantValue getConstantValueAttribute(org.aspectj.apache.bcel.classfile.Attribute[]);
    descriptor: ([Lorg/aspectj/apache/bcel/classfile/Attribute;)Lorg/aspectj/apache/bcel/classfile/ConstantValue;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.Attribute[] attributes
         0: .line 67
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 5
         2: .line 68
      StackMap locals: int
      StackMap stack:
            aload 0 /* attributes */
            iload 1 /* i */
            aaload
            invokevirtual org.aspectj.apache.bcel.classfile.Attribute.getTag:()B
            iconst_1
            if_icmpne 4
         3: .line 69
            aload 0 /* attributes */
            iload 1 /* i */
            aaload
            checkcast org.aspectj.apache.bcel.classfile.ConstantValue
            areturn
         4: .line 67
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            aload 0 /* attributes */
            arraylength
            if_icmplt 2
        end local 1 // int i
         6: .line 72
            aconst_null
            areturn
        end local 0 // org.aspectj.apache.bcel.classfile.Attribute[] attributes
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0  attributes  [Lorg/aspectj/apache/bcel/classfile/Attribute;
            1    6     1           i  I
    MethodParameters:
            Name  Flags
      attributes  

  public static void accept(org.aspectj.apache.bcel.classfile.Attribute[], org.aspectj.apache.bcel.classfile.ClassVisitor);
    descriptor: ([Lorg/aspectj/apache/bcel/classfile/Attribute;Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.aspectj.apache.bcel.classfile.Attribute[] attributes
        start local 1 // org.aspectj.apache.bcel.classfile.ClassVisitor visitor
         0: .line 76
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 4
         2: .line 77
      StackMap locals: int
      StackMap stack:
            aload 0 /* attributes */
            iload 2 /* i */
            aaload
            aload 1 /* visitor */
            invokevirtual org.aspectj.apache.bcel.classfile.Attribute.accept:(Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V
         3: .line 76
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 2 /* i */
            aload 0 /* attributes */
            arraylength
            if_icmplt 2
        end local 2 // int i
         5: .line 79
            return
        end local 1 // org.aspectj.apache.bcel.classfile.ClassVisitor visitor
        end local 0 // org.aspectj.apache.bcel.classfile.Attribute[] attributes
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0  attributes  [Lorg/aspectj/apache/bcel/classfile/Attribute;
            0    6     1     visitor  Lorg/aspectj/apache/bcel/classfile/ClassVisitor;
            1    5     2           i  I
    MethodParameters:
            Name  Flags
      attributes  
      visitor     

  public static boolean hasSyntheticAttribute(org.aspectj.apache.bcel.classfile.Attribute[]);
    descriptor: ([Lorg/aspectj/apache/bcel/classfile/Attribute;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.Attribute[] attributes
         0: .line 82
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 5
         2: .line 83
      StackMap locals: int
      StackMap stack:
            aload 0 /* attributes */
            iload 1 /* i */
            aaload
            getfield org.aspectj.apache.bcel.classfile.Attribute.tag:B
            bipush 7
            if_icmpne 4
         3: .line 84
            iconst_1
            ireturn
         4: .line 82
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            aload 0 /* attributes */
            arraylength
            if_icmplt 2
        end local 1 // int i
         6: .line 87
            iconst_0
            ireturn
        end local 0 // org.aspectj.apache.bcel.classfile.Attribute[] attributes
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0  attributes  [Lorg/aspectj/apache/bcel/classfile/Attribute;
            1    6     1           i  I
    MethodParameters:
            Name  Flags
      attributes  

  public static org.aspectj.apache.bcel.classfile.SourceFile getSourceFileAttribute(org.aspectj.apache.bcel.classfile.Attribute[]);
    descriptor: ([Lorg/aspectj/apache/bcel/classfile/Attribute;)Lorg/aspectj/apache/bcel/classfile/SourceFile;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.Attribute[] attributes
         0: .line 91
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 5
         2: .line 92
      StackMap locals: int
      StackMap stack:
            aload 0 /* attributes */
            iload 1 /* i */
            aaload
            getfield org.aspectj.apache.bcel.classfile.Attribute.tag:B
            ifne 4
         3: .line 93
            aload 0 /* attributes */
            iload 1 /* i */
            aaload
            checkcast org.aspectj.apache.bcel.classfile.SourceFile
            areturn
         4: .line 91
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            aload 0 /* attributes */
            arraylength
            if_icmplt 2
        end local 1 // int i
         6: .line 96
            aconst_null
            areturn
        end local 0 // org.aspectj.apache.bcel.classfile.Attribute[] attributes
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0  attributes  [Lorg/aspectj/apache/bcel/classfile/Attribute;
            1    6     1           i  I
    MethodParameters:
            Name  Flags
      attributes  
}
SourceFile: "AttributeUtils.java"