public class org.springframework.asm.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.asm.Attribute
  super_class: java.lang.Object
{
  public final java.lang.String type;
    descriptor: Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  private byte[] content;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  org.springframework.asm.Attribute nextAttribute;
    descriptor: Lorg/springframework/asm/Attribute;
    flags: (0x0000) 

  protected void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.asm.Attribute this
        start local 1 // java.lang.String type
         0: .line 64
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 65
            aload 0 /* this */
            aload 1 /* type */
            putfield org.springframework.asm.Attribute.type:Ljava/lang/String;
         2: .line 66
            return
        end local 1 // java.lang.String type
        end local 0 // org.springframework.asm.Attribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/asm/Attribute;
            0    3     1  type  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      type  final

  public boolean isUnknown();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.asm.Attribute this
         0: .line 79
            iconst_1
            ireturn
        end local 0 // org.springframework.asm.Attribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/asm/Attribute;

  public boolean isCodeAttribute();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.asm.Attribute this
         0: .line 88
            iconst_0
            ireturn
        end local 0 // org.springframework.asm.Attribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/asm/Attribute;

  protected org.springframework.asm.Label[] getLabels();
    descriptor: ()[Lorg/springframework/asm/Label;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.asm.Attribute this
         0: .line 98
            iconst_0
            anewarray org.springframework.asm.Label
            areturn
        end local 0 // org.springframework.asm.Attribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/asm/Attribute;

  protected org.springframework.asm.Attribute read(org.springframework.asm.ClassReader, int, int, char[], int, org.springframework.asm.Label[]);
    descriptor: (Lorg/springframework/asm/ClassReader;II[CI[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Attribute;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=8, args_size=7
        start local 0 // org.springframework.asm.Attribute this
        start local 1 // org.springframework.asm.ClassReader classReader
        start local 2 // int offset
        start local 3 // int length
        start local 4 // char[] charBuffer
        start local 5 // int codeAttributeOffset
        start local 6 // org.springframework.asm.Label[] labels
         0: .line 128
            new org.springframework.asm.Attribute
            dup
            aload 0 /* this */
            getfield org.springframework.asm.Attribute.type:Ljava/lang/String;
            invokespecial org.springframework.asm.Attribute.<init>:(Ljava/lang/String;)V
            astore 7 /* attribute */
        start local 7 // org.springframework.asm.Attribute attribute
         1: .line 129
            aload 7 /* attribute */
            iload 3 /* length */
            newarray 8
            putfield org.springframework.asm.Attribute.content:[B
         2: .line 130
            aload 1 /* classReader */
            getfield org.springframework.asm.ClassReader.b:[B
            iload 2 /* offset */
            aload 7 /* attribute */
            getfield org.springframework.asm.Attribute.content:[B
            iconst_0
            iload 3 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 131
            aload 7 /* attribute */
            areturn
        end local 7 // org.springframework.asm.Attribute attribute
        end local 6 // org.springframework.asm.Label[] labels
        end local 5 // int codeAttributeOffset
        end local 4 // char[] charBuffer
        end local 3 // int length
        end local 2 // int offset
        end local 1 // org.springframework.asm.ClassReader classReader
        end local 0 // org.springframework.asm.Attribute this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lorg/springframework/asm/Attribute;
            0    4     1          classReader  Lorg/springframework/asm/ClassReader;
            0    4     2               offset  I
            0    4     3               length  I
            0    4     4           charBuffer  [C
            0    4     5  codeAttributeOffset  I
            0    4     6               labels  [Lorg/springframework/asm/Label;
            1    4     7            attribute  Lorg/springframework/asm/Attribute;
    MethodParameters:
                     Name  Flags
      classReader          final
      offset               final
      length               final
      charBuffer           final
      codeAttributeOffset  final
      labels               final

  protected org.springframework.asm.ByteVector write(org.springframework.asm.ClassWriter, byte[], int, int, int);
    descriptor: (Lorg/springframework/asm/ClassWriter;[BIII)Lorg/springframework/asm/ByteVector;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.springframework.asm.Attribute this
        start local 1 // org.springframework.asm.ClassWriter classWriter
        start local 2 // byte[] code
        start local 3 // int codeLength
        start local 4 // int maxStack
        start local 5 // int maxLocals
         0: .line 159
            new org.springframework.asm.ByteVector
            dup
            aload 0 /* this */
            getfield org.springframework.asm.Attribute.content:[B
            invokespecial org.springframework.asm.ByteVector.<init>:([B)V
            areturn
        end local 5 // int maxLocals
        end local 4 // int maxStack
        end local 3 // int codeLength
        end local 2 // byte[] code
        end local 1 // org.springframework.asm.ClassWriter classWriter
        end local 0 // org.springframework.asm.Attribute this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/springframework/asm/Attribute;
            0    1     1  classWriter  Lorg/springframework/asm/ClassWriter;
            0    1     2         code  [B
            0    1     3   codeLength  I
            0    1     4     maxStack  I
            0    1     5    maxLocals  I
    MethodParameters:
             Name  Flags
      classWriter  final
      code         final
      codeLength   final
      maxStack     final
      maxLocals    final

  final int getAttributeCount();
    descriptor: ()I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.springframework.asm.Attribute this
         0: .line 168
            iconst_0
            istore 1 /* count */
        start local 1 // int count
         1: .line 169
            aload 0 /* this */
            astore 2 /* attribute */
        start local 2 // org.springframework.asm.Attribute attribute
         2: .line 170
            goto 5
         3: .line 171
      StackMap locals: int org.springframework.asm.Attribute
      StackMap stack:
            iinc 1 /* count */ 1
         4: .line 172
            aload 2 /* attribute */
            getfield org.springframework.asm.Attribute.nextAttribute:Lorg/springframework/asm/Attribute;
            astore 2 /* attribute */
         5: .line 170
      StackMap locals:
      StackMap stack:
            aload 2 /* attribute */
            ifnonnull 3
         6: .line 174
            iload 1 /* count */
            ireturn
        end local 2 // org.springframework.asm.Attribute attribute
        end local 1 // int count
        end local 0 // org.springframework.asm.Attribute this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/springframework/asm/Attribute;
            1    7     1      count  I
            2    7     2  attribute  Lorg/springframework/asm/Attribute;

  final int computeAttributesSize(org.springframework.asm.SymbolTable);
    descriptor: (Lorg/springframework/asm/SymbolTable;)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.springframework.asm.Attribute this
        start local 1 // org.springframework.asm.SymbolTable symbolTable
         0: .line 187
            aconst_null
            astore 2 /* code */
        start local 2 // byte[] code
         1: .line 191
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 2 /* code */
            iconst_0
            iconst_m1
            iconst_m1
            invokevirtual org.springframework.asm.Attribute.computeAttributesSize:(Lorg/springframework/asm/SymbolTable;[BIII)I
            ireturn
        end local 2 // byte[] code
        end local 1 // org.springframework.asm.SymbolTable symbolTable
        end local 0 // org.springframework.asm.Attribute this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/springframework/asm/Attribute;
            0    2     1  symbolTable  Lorg/springframework/asm/SymbolTable;
            1    2     2         code  [B
    MethodParameters:
             Name  Flags
      symbolTable  final

  final int computeAttributesSize(org.springframework.asm.SymbolTable, byte[], int, int, int);
    descriptor: (Lorg/springframework/asm/SymbolTable;[BIII)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=8, locals=9, args_size=6
        start local 0 // org.springframework.asm.Attribute this
        start local 1 // org.springframework.asm.SymbolTable symbolTable
        start local 2 // byte[] code
        start local 3 // int codeLength
        start local 4 // int maxStack
        start local 5 // int maxLocals
         0: .line 219
            aload 1 /* symbolTable */
            getfield org.springframework.asm.SymbolTable.classWriter:Lorg/springframework/asm/ClassWriter;
            astore 6 /* classWriter */
        start local 6 // org.springframework.asm.ClassWriter classWriter
         1: .line 220
            iconst_0
            istore 7 /* size */
        start local 7 // int size
         2: .line 221
            aload 0 /* this */
            astore 8 /* attribute */
        start local 8 // org.springframework.asm.Attribute attribute
         3: .line 222
            goto 7
         4: .line 223
      StackMap locals: org.springframework.asm.ClassWriter int org.springframework.asm.Attribute
      StackMap stack:
            aload 1 /* symbolTable */
            aload 8 /* attribute */
            getfield org.springframework.asm.Attribute.type:Ljava/lang/String;
            invokevirtual org.springframework.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
         5: .line 224
            iload 7 /* size */
            bipush 6
            aload 8 /* attribute */
            aload 6 /* classWriter */
            aload 2 /* code */
            iload 3 /* codeLength */
            iload 4 /* maxStack */
            iload 5 /* maxLocals */
            invokevirtual org.springframework.asm.Attribute.write:(Lorg/springframework/asm/ClassWriter;[BIII)Lorg/springframework/asm/ByteVector;
            getfield org.springframework.asm.ByteVector.length:I
            iadd
            iadd
            istore 7 /* size */
         6: .line 225
            aload 8 /* attribute */
            getfield org.springframework.asm.Attribute.nextAttribute:Lorg/springframework/asm/Attribute;
            astore 8 /* attribute */
         7: .line 222
      StackMap locals:
      StackMap stack:
            aload 8 /* attribute */
            ifnonnull 4
         8: .line 227
            iload 7 /* size */
            ireturn
        end local 8 // org.springframework.asm.Attribute attribute
        end local 7 // int size
        end local 6 // org.springframework.asm.ClassWriter classWriter
        end local 5 // int maxLocals
        end local 4 // int maxStack
        end local 3 // int codeLength
        end local 2 // byte[] code
        end local 1 // org.springframework.asm.SymbolTable symbolTable
        end local 0 // org.springframework.asm.Attribute this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lorg/springframework/asm/Attribute;
            0    9     1  symbolTable  Lorg/springframework/asm/SymbolTable;
            0    9     2         code  [B
            0    9     3   codeLength  I
            0    9     4     maxStack  I
            0    9     5    maxLocals  I
            1    9     6  classWriter  Lorg/springframework/asm/ClassWriter;
            2    9     7         size  I
            3    9     8    attribute  Lorg/springframework/asm/Attribute;
    MethodParameters:
             Name  Flags
      symbolTable  final
      code         final
      codeLength   final
      maxStack     final
      maxLocals    final

  final void putAttributes(org.springframework.asm.SymbolTable, org.springframework.asm.ByteVector);
    descriptor: (Lorg/springframework/asm/SymbolTable;Lorg/springframework/asm/ByteVector;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // org.springframework.asm.Attribute this
        start local 1 // org.springframework.asm.SymbolTable symbolTable
        start local 2 // org.springframework.asm.ByteVector output
         0: .line 239
            aconst_null
            astore 3 /* code */
        start local 3 // byte[] code
         1: .line 243
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 3 /* code */
            iconst_0
            iconst_m1
            iconst_m1
            aload 2 /* output */
            invokevirtual org.springframework.asm.Attribute.putAttributes:(Lorg/springframework/asm/SymbolTable;[BIIILorg/springframework/asm/ByteVector;)V
         2: .line 244
            return
        end local 3 // byte[] code
        end local 2 // org.springframework.asm.ByteVector output
        end local 1 // org.springframework.asm.SymbolTable symbolTable
        end local 0 // org.springframework.asm.Attribute this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/springframework/asm/Attribute;
            0    3     1  symbolTable  Lorg/springframework/asm/SymbolTable;
            0    3     2       output  Lorg/springframework/asm/ByteVector;
            1    3     3         code  [B
    MethodParameters:
             Name  Flags
      symbolTable  final
      output       final

  final void putAttributes(org.springframework.asm.SymbolTable, byte[], int, int, int, org.springframework.asm.ByteVector);
    descriptor: (Lorg/springframework/asm/SymbolTable;[BIIILorg/springframework/asm/ByteVector;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=6, locals=10, args_size=7
        start local 0 // org.springframework.asm.Attribute this
        start local 1 // org.springframework.asm.SymbolTable symbolTable
        start local 2 // byte[] code
        start local 3 // int codeLength
        start local 4 // int maxStack
        start local 5 // int maxLocals
        start local 6 // org.springframework.asm.ByteVector output
         0: .line 271
            aload 1 /* symbolTable */
            getfield org.springframework.asm.SymbolTable.classWriter:Lorg/springframework/asm/ClassWriter;
            astore 7 /* classWriter */
        start local 7 // org.springframework.asm.ClassWriter classWriter
         1: .line 272
            aload 0 /* this */
            astore 8 /* attribute */
        start local 8 // org.springframework.asm.Attribute attribute
         2: .line 273
            goto 8
         3: .line 275
      StackMap locals: org.springframework.asm.ClassWriter org.springframework.asm.Attribute
      StackMap stack:
            aload 8 /* attribute */
            aload 7 /* classWriter */
            aload 2 /* code */
            iload 3 /* codeLength */
            iload 4 /* maxStack */
            iload 5 /* maxLocals */
            invokevirtual org.springframework.asm.Attribute.write:(Lorg/springframework/asm/ClassWriter;[BIII)Lorg/springframework/asm/ByteVector;
         4: .line 274
            astore 9 /* attributeContent */
        start local 9 // org.springframework.asm.ByteVector attributeContent
         5: .line 277
            aload 6 /* output */
            aload 1 /* symbolTable */
            aload 8 /* attribute */
            getfield org.springframework.asm.Attribute.type:Ljava/lang/String;
            invokevirtual org.springframework.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.springframework.asm.ByteVector.putShort:(I)Lorg/springframework/asm/ByteVector;
            aload 9 /* attributeContent */
            getfield org.springframework.asm.ByteVector.length:I
            invokevirtual org.springframework.asm.ByteVector.putInt:(I)Lorg/springframework/asm/ByteVector;
            pop
         6: .line 278
            aload 6 /* output */
            aload 9 /* attributeContent */
            getfield org.springframework.asm.ByteVector.data:[B
            iconst_0
            aload 9 /* attributeContent */
            getfield org.springframework.asm.ByteVector.length:I
            invokevirtual org.springframework.asm.ByteVector.putByteArray:([BII)Lorg/springframework/asm/ByteVector;
            pop
         7: .line 279
            aload 8 /* attribute */
            getfield org.springframework.asm.Attribute.nextAttribute:Lorg/springframework/asm/Attribute;
            astore 8 /* attribute */
        end local 9 // org.springframework.asm.ByteVector attributeContent
         8: .line 273
      StackMap locals:
      StackMap stack:
            aload 8 /* attribute */
            ifnonnull 3
         9: .line 281
            return
        end local 8 // org.springframework.asm.Attribute attribute
        end local 7 // org.springframework.asm.ClassWriter classWriter
        end local 6 // org.springframework.asm.ByteVector output
        end local 5 // int maxLocals
        end local 4 // int maxStack
        end local 3 // int codeLength
        end local 2 // byte[] code
        end local 1 // org.springframework.asm.SymbolTable symbolTable
        end local 0 // org.springframework.asm.Attribute this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   10     0              this  Lorg/springframework/asm/Attribute;
            0   10     1       symbolTable  Lorg/springframework/asm/SymbolTable;
            0   10     2              code  [B
            0   10     3        codeLength  I
            0   10     4          maxStack  I
            0   10     5         maxLocals  I
            0   10     6            output  Lorg/springframework/asm/ByteVector;
            1   10     7       classWriter  Lorg/springframework/asm/ClassWriter;
            2   10     8         attribute  Lorg/springframework/asm/Attribute;
            5    8     9  attributeContent  Lorg/springframework/asm/ByteVector;
    MethodParameters:
             Name  Flags
      symbolTable  final
      code         final
      codeLength   final
      maxStack     final
      maxLocals    final
      output       final
}
SourceFile: "Attribute.java"
NestMembers:
  org.springframework.asm.Attribute$Set
InnerClasses:
  final Set = org.springframework.asm.Attribute$Set of org.springframework.asm.Attribute