public class org.objectweb.asm.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.objectweb.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.objectweb.asm.Attribute nextAttribute;
    descriptor: Lorg/objectweb/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.objectweb.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.objectweb.asm.Attribute.type:Ljava/lang/String;
         2: .line 66
            return
        end local 1 // java.lang.String type
        end local 0 // org.objectweb.asm.Attribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/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.objectweb.asm.Attribute this
         0: .line 79
            iconst_1
            ireturn
        end local 0 // org.objectweb.asm.Attribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/Attribute;

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

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

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

  protected org.objectweb.asm.ByteVector write(org.objectweb.asm.ClassWriter, byte[], int, int, int);
    descriptor: (Lorg/objectweb/asm/ClassWriter;[BIII)Lorg/objectweb/asm/ByteVector;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.objectweb.asm.Attribute this
        start local 1 // org.objectweb.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.objectweb.asm.ByteVector
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.Attribute.content:[B
            invokespecial org.objectweb.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.objectweb.asm.ClassWriter classWriter
        end local 0 // org.objectweb.asm.Attribute this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/objectweb/asm/Attribute;
            0    1     1  classWriter  Lorg/objectweb/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.objectweb.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.objectweb.asm.Attribute attribute
         2: .line 170
            goto 5
         3: .line 171
      StackMap locals: int org.objectweb.asm.Attribute
      StackMap stack:
            iinc 1 /* count */ 1
         4: .line 172
            aload 2 /* attribute */
            getfield org.objectweb.asm.Attribute.nextAttribute:Lorg/objectweb/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.objectweb.asm.Attribute attribute
        end local 1 // int count
        end local 0 // org.objectweb.asm.Attribute this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/objectweb/asm/Attribute;
            1    7     1      count  I
            2    7     2  attribute  Lorg/objectweb/asm/Attribute;

  final int computeAttributesSize(org.objectweb.asm.SymbolTable);
    descriptor: (Lorg/objectweb/asm/SymbolTable;)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.objectweb.asm.Attribute this
        start local 1 // org.objectweb.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.objectweb.asm.Attribute.computeAttributesSize:(Lorg/objectweb/asm/SymbolTable;[BIII)I
            ireturn
        end local 2 // byte[] code
        end local 1 // org.objectweb.asm.SymbolTable symbolTable
        end local 0 // org.objectweb.asm.Attribute this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/objectweb/asm/Attribute;
            0    2     1  symbolTable  Lorg/objectweb/asm/SymbolTable;
            1    2     2         code  [B
    MethodParameters:
             Name  Flags
      symbolTable  final

  final int computeAttributesSize(org.objectweb.asm.SymbolTable, byte[], int, int, int);
    descriptor: (Lorg/objectweb/asm/SymbolTable;[BIII)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=8, locals=9, args_size=6
        start local 0 // org.objectweb.asm.Attribute this
        start local 1 // org.objectweb.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.objectweb.asm.SymbolTable.classWriter:Lorg/objectweb/asm/ClassWriter;
            astore 6 /* classWriter */
        start local 6 // org.objectweb.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.objectweb.asm.Attribute attribute
         3: .line 222
            goto 7
         4: .line 223
      StackMap locals: org.objectweb.asm.ClassWriter int org.objectweb.asm.Attribute
      StackMap stack:
            aload 1 /* symbolTable */
            aload 8 /* attribute */
            getfield org.objectweb.asm.Attribute.type:Ljava/lang/String;
            invokevirtual org.objectweb.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.objectweb.asm.Attribute.write:(Lorg/objectweb/asm/ClassWriter;[BIII)Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 7 /* size */
         6: .line 225
            aload 8 /* attribute */
            getfield org.objectweb.asm.Attribute.nextAttribute:Lorg/objectweb/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.objectweb.asm.Attribute attribute
        end local 7 // int size
        end local 6 // org.objectweb.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.objectweb.asm.SymbolTable symbolTable
        end local 0 // org.objectweb.asm.Attribute this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lorg/objectweb/asm/Attribute;
            0    9     1  symbolTable  Lorg/objectweb/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/objectweb/asm/ClassWriter;
            2    9     7         size  I
            3    9     8    attribute  Lorg/objectweb/asm/Attribute;
    MethodParameters:
             Name  Flags
      symbolTable  final
      code         final
      codeLength   final
      maxStack     final
      maxLocals    final

  static int computeAttributesSize(org.objectweb.asm.SymbolTable, int, int);
    descriptor: (Lorg/objectweb/asm/SymbolTable;II)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.objectweb.asm.SymbolTable symbolTable
        start local 1 // int accessFlags
        start local 2 // int signatureIndex
         0: .line 244
            iconst_0
            istore 3 /* size */
        start local 3 // int size
         1: .line 246
            iload 1 /* accessFlags */
            sipush 4096
            iand
            ifeq 5
         2: .line 247
            aload 0 /* symbolTable */
            invokevirtual org.objectweb.asm.SymbolTable.getMajorVersion:()I
            bipush 49
            if_icmpge 5
         3: .line 249
            aload 0 /* symbolTable */
            ldc "Synthetic"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
         4: .line 250
            iinc 3 /* size */ 6
         5: .line 252
      StackMap locals: int
      StackMap stack:
            iload 2 /* signatureIndex */
            ifeq 8
         6: .line 254
            aload 0 /* symbolTable */
            ldc "Signature"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
         7: .line 255
            iinc 3 /* size */ 8
         8: .line 258
      StackMap locals:
      StackMap stack:
            iload 1 /* accessFlags */
            ldc 131072
            iand
            ifeq 11
         9: .line 260
            aload 0 /* symbolTable */
            ldc "Deprecated"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        10: .line 261
            iinc 3 /* size */ 6
        11: .line 263
      StackMap locals:
      StackMap stack:
            iload 3 /* size */
            ireturn
        end local 3 // int size
        end local 2 // int signatureIndex
        end local 1 // int accessFlags
        end local 0 // org.objectweb.asm.SymbolTable symbolTable
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0     symbolTable  Lorg/objectweb/asm/SymbolTable;
            0   12     1     accessFlags  I
            0   12     2  signatureIndex  I
            1   12     3            size  I
    MethodParameters:
                Name  Flags
      symbolTable     final
      accessFlags     final
      signatureIndex  final

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

  final void putAttributes(org.objectweb.asm.SymbolTable, byte[], int, int, int, org.objectweb.asm.ByteVector);
    descriptor: (Lorg/objectweb/asm/SymbolTable;[BIIILorg/objectweb/asm/ByteVector;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=6, locals=10, args_size=7
        start local 0 // org.objectweb.asm.Attribute this
        start local 1 // org.objectweb.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.objectweb.asm.ByteVector output
         0: .line 307
            aload 1 /* symbolTable */
            getfield org.objectweb.asm.SymbolTable.classWriter:Lorg/objectweb/asm/ClassWriter;
            astore 7 /* classWriter */
        start local 7 // org.objectweb.asm.ClassWriter classWriter
         1: .line 308
            aload 0 /* this */
            astore 8 /* attribute */
        start local 8 // org.objectweb.asm.Attribute attribute
         2: .line 309
            goto 8
         3: .line 311
      StackMap locals: org.objectweb.asm.ClassWriter org.objectweb.asm.Attribute
      StackMap stack:
            aload 8 /* attribute */
            aload 7 /* classWriter */
            aload 2 /* code */
            iload 3 /* codeLength */
            iload 4 /* maxStack */
            iload 5 /* maxLocals */
            invokevirtual org.objectweb.asm.Attribute.write:(Lorg/objectweb/asm/ClassWriter;[BIII)Lorg/objectweb/asm/ByteVector;
         4: .line 310
            astore 9 /* attributeContent */
        start local 9 // org.objectweb.asm.ByteVector attributeContent
         5: .line 313
            aload 6 /* output */
            aload 1 /* symbolTable */
            aload 8 /* attribute */
            getfield org.objectweb.asm.Attribute.type:Ljava/lang/String;
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            aload 9 /* attributeContent */
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
         6: .line 314
            aload 6 /* output */
            aload 9 /* attributeContent */
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 9 /* attributeContent */
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
         7: .line 315
            aload 8 /* attribute */
            getfield org.objectweb.asm.Attribute.nextAttribute:Lorg/objectweb/asm/Attribute;
            astore 8 /* attribute */
        end local 9 // org.objectweb.asm.ByteVector attributeContent
         8: .line 309
      StackMap locals:
      StackMap stack:
            aload 8 /* attribute */
            ifnonnull 3
         9: .line 317
            return
        end local 8 // org.objectweb.asm.Attribute attribute
        end local 7 // org.objectweb.asm.ClassWriter classWriter
        end local 6 // org.objectweb.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.objectweb.asm.SymbolTable symbolTable
        end local 0 // org.objectweb.asm.Attribute this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   10     0              this  Lorg/objectweb/asm/Attribute;
            0   10     1       symbolTable  Lorg/objectweb/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/objectweb/asm/ByteVector;
            1   10     7       classWriter  Lorg/objectweb/asm/ClassWriter;
            2   10     8         attribute  Lorg/objectweb/asm/Attribute;
            5    8     9  attributeContent  Lorg/objectweb/asm/ByteVector;
    MethodParameters:
             Name  Flags
      symbolTable  final
      code         final
      codeLength   final
      maxStack     final
      maxLocals    final
      output       final

  static void putAttributes(org.objectweb.asm.SymbolTable, int, int, org.objectweb.asm.ByteVector);
    descriptor: (Lorg/objectweb/asm/SymbolTable;IILorg/objectweb/asm/ByteVector;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.objectweb.asm.SymbolTable symbolTable
        start local 1 // int accessFlags
        start local 2 // int signatureIndex
        start local 3 // org.objectweb.asm.ByteVector output
         0: .line 335
            iload 1 /* accessFlags */
            sipush 4096
            iand
            ifeq 3
         1: .line 336
            aload 0 /* symbolTable */
            invokevirtual org.objectweb.asm.SymbolTable.getMajorVersion:()I
            bipush 49
            if_icmpge 3
         2: .line 337
            aload 3 /* output */
            aload 0 /* symbolTable */
            ldc "Synthetic"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
         3: .line 339
      StackMap locals:
      StackMap stack:
            iload 2 /* signatureIndex */
            ifeq 8
         4: .line 340
            aload 3 /* output */
         5: .line 341
            aload 0 /* symbolTable */
            ldc "Signature"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
         6: .line 342
            iconst_2
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
         7: .line 343
            iload 2 /* signatureIndex */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         8: .line 345
      StackMap locals:
      StackMap stack:
            iload 1 /* accessFlags */
            ldc 131072
            iand
            ifeq 10
         9: .line 346
            aload 3 /* output */
            aload 0 /* symbolTable */
            ldc "Deprecated"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
        10: .line 348
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.objectweb.asm.ByteVector output
        end local 2 // int signatureIndex
        end local 1 // int accessFlags
        end local 0 // org.objectweb.asm.SymbolTable symbolTable
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0     symbolTable  Lorg/objectweb/asm/SymbolTable;
            0   11     1     accessFlags  I
            0   11     2  signatureIndex  I
            0   11     3          output  Lorg/objectweb/asm/ByteVector;
    MethodParameters:
                Name  Flags
      symbolTable     final
      accessFlags     final
      signatureIndex  final
      output          final
}
SourceFile: "Attribute.java"
NestMembers:
  org.objectweb.asm.Attribute$Set
InnerClasses:
  final Set = org.objectweb.asm.Attribute$Set of org.objectweb.asm.Attribute