final class org.objectweb.asm.RecordComponentWriter extends org.objectweb.asm.RecordComponentVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.objectweb.asm.RecordComponentWriter
  super_class: org.objectweb.asm.RecordComponentVisitor
{
  private final org.objectweb.asm.SymbolTable symbolTable;
    descriptor: Lorg/objectweb/asm/SymbolTable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int accessFlags;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int nameIndex;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int descriptorIndex;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int signatureIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.AnnotationWriter lastRuntimeVisibleAnnotation;
    descriptor: Lorg/objectweb/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleAnnotation;
    descriptor: Lorg/objectweb/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.AnnotationWriter lastRuntimeVisibleTypeAnnotation;
    descriptor: Lorg/objectweb/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleTypeAnnotation;
    descriptor: Lorg/objectweb/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.Attribute firstAttribute;
    descriptor: Lorg/objectweb/asm/Attribute;
    flags: (0x0002) ACC_PRIVATE

  void <init>(org.objectweb.asm.SymbolTable, int, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Lorg/objectweb/asm/SymbolTable;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.objectweb.asm.RecordComponentWriter this
        start local 1 // org.objectweb.asm.SymbolTable symbolTable
        start local 2 // int accessFlags
        start local 3 // java.lang.String name
        start local 4 // java.lang.String descriptor
        start local 5 // java.lang.String signature
         0: .line 106
            aload 0 /* this */
            ldc 458752
            invokespecial org.objectweb.asm.RecordComponentVisitor.<init>:(I)V
         1: .line 107
            aload 0 /* this */
            aload 1 /* symbolTable */
            putfield org.objectweb.asm.RecordComponentWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
         2: .line 108
            aload 0 /* this */
            iload 2 /* accessFlags */
            putfield org.objectweb.asm.RecordComponentWriter.accessFlags:I
         3: .line 109
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 3 /* name */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            putfield org.objectweb.asm.RecordComponentWriter.nameIndex:I
         4: .line 110
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 4 /* descriptor */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            putfield org.objectweb.asm.RecordComponentWriter.descriptorIndex:I
         5: .line 111
            aload 5 /* signature */
            ifnull 7
         6: .line 112
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 5 /* signature */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            putfield org.objectweb.asm.RecordComponentWriter.signatureIndex:I
         7: .line 114
      StackMap locals: org.objectweb.asm.RecordComponentWriter org.objectweb.asm.SymbolTable int java.lang.String java.lang.String java.lang.String
      StackMap stack:
            return
        end local 5 // java.lang.String signature
        end local 4 // java.lang.String descriptor
        end local 3 // java.lang.String name
        end local 2 // int accessFlags
        end local 1 // org.objectweb.asm.SymbolTable symbolTable
        end local 0 // org.objectweb.asm.RecordComponentWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lorg/objectweb/asm/RecordComponentWriter;
            0    8     1  symbolTable  Lorg/objectweb/asm/SymbolTable;
            0    8     2  accessFlags  I
            0    8     3         name  Ljava/lang/String;
            0    8     4   descriptor  Ljava/lang/String;
            0    8     5    signature  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      symbolTable  final
      accessFlags  final
      name         final
      descriptor   final
      signature    final

  public org.objectweb.asm.AnnotationVisitor visitAnnotationExperimental(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.objectweb.asm.RecordComponentWriter this
        start local 1 // java.lang.String descriptor
        start local 2 // boolean visible
         0: .line 123
            iload 2 /* visible */
            ifeq 4
         1: .line 124
            aload 0 /* this */
         2: .line 125
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* descriptor */
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.lastRuntimeVisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            invokestatic org.objectweb.asm.AnnotationWriter.create:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;Lorg/objectweb/asm/AnnotationWriter;)Lorg/objectweb/asm/AnnotationWriter;
         3: .line 124
            dup_x1
            putfield org.objectweb.asm.RecordComponentWriter.lastRuntimeVisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            areturn
         4: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         5: .line 128
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* descriptor */
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.lastRuntimeInvisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            invokestatic org.objectweb.asm.AnnotationWriter.create:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;Lorg/objectweb/asm/AnnotationWriter;)Lorg/objectweb/asm/AnnotationWriter;
         6: .line 127
            dup_x1
            putfield org.objectweb.asm.RecordComponentWriter.lastRuntimeInvisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            areturn
        end local 2 // boolean visible
        end local 1 // java.lang.String descriptor
        end local 0 // org.objectweb.asm.RecordComponentWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/objectweb/asm/RecordComponentWriter;
            0    7     1  descriptor  Ljava/lang/String;
            0    7     2     visible  Z
    MethodParameters:
            Name  Flags
      descriptor  final
      visible     final

  public org.objectweb.asm.AnnotationVisitor visitTypeAnnotationExperimental(int, org.objectweb.asm.TypePath, java.lang.String, boolean);
    descriptor: (ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.objectweb.asm.RecordComponentWriter this
        start local 1 // int typeRef
        start local 2 // org.objectweb.asm.TypePath typePath
        start local 3 // java.lang.String descriptor
        start local 4 // boolean visible
         0: .line 135
            iload 4 /* visible */
            ifeq 5
         1: .line 136
            aload 0 /* this */
         2: .line 138
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.lastRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
         3: .line 137
            invokestatic org.objectweb.asm.AnnotationWriter.create:(Lorg/objectweb/asm/SymbolTable;ILorg/objectweb/asm/TypePath;Ljava/lang/String;Lorg/objectweb/asm/AnnotationWriter;)Lorg/objectweb/asm/AnnotationWriter;
         4: .line 136
            dup_x1
            putfield org.objectweb.asm.RecordComponentWriter.lastRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            areturn
         5: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         6: .line 142
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
         7: .line 141
            invokestatic org.objectweb.asm.AnnotationWriter.create:(Lorg/objectweb/asm/SymbolTable;ILorg/objectweb/asm/TypePath;Ljava/lang/String;Lorg/objectweb/asm/AnnotationWriter;)Lorg/objectweb/asm/AnnotationWriter;
         8: .line 140
            dup_x1
            putfield org.objectweb.asm.RecordComponentWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            areturn
        end local 4 // boolean visible
        end local 3 // java.lang.String descriptor
        end local 2 // org.objectweb.asm.TypePath typePath
        end local 1 // int typeRef
        end local 0 // org.objectweb.asm.RecordComponentWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lorg/objectweb/asm/RecordComponentWriter;
            0    9     1     typeRef  I
            0    9     2    typePath  Lorg/objectweb/asm/TypePath;
            0    9     3  descriptor  Ljava/lang/String;
            0    9     4     visible  Z
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      descriptor  final
      visible     final

  public void visitAttributeExperimental(org.objectweb.asm.Attribute);
    descriptor: (Lorg/objectweb/asm/Attribute;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.RecordComponentWriter this
        start local 1 // org.objectweb.asm.Attribute attribute
         0: .line 149
            aload 1 /* attribute */
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            putfield org.objectweb.asm.Attribute.nextAttribute:Lorg/objectweb/asm/Attribute;
         1: .line 150
            aload 0 /* this */
            aload 1 /* attribute */
            putfield org.objectweb.asm.RecordComponentWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
         2: .line 151
            return
        end local 1 // org.objectweb.asm.Attribute attribute
        end local 0 // org.objectweb.asm.RecordComponentWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/objectweb/asm/RecordComponentWriter;
            0    3     1  attribute  Lorg/objectweb/asm/Attribute;
    MethodParameters:
           Name  Flags
      attribute  final

  public void visitEndExperimental();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.objectweb.asm.RecordComponentWriter this
         0: .line 156
            return
        end local 0 // org.objectweb.asm.RecordComponentWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/RecordComponentWriter;

  int computeRecordComponentInfoSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.objectweb.asm.RecordComponentWriter this
         0: .line 171
            bipush 6
            istore 1 /* size */
        start local 1 // int size
         1: .line 172
            iload 1 /* size */
         2: .line 174
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.accessFlags:I
            ldc 131072
            iand
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.signatureIndex:I
         3: .line 173
            invokestatic org.objectweb.asm.Attribute.computeAttributesSize:(Lorg/objectweb/asm/SymbolTable;II)I
            iadd
            istore 1 /* size */
         4: .line 175
            iload 1 /* size */
         5: .line 177
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.lastRuntimeVisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
         6: .line 178
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.lastRuntimeInvisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
         7: .line 179
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.lastRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
         8: .line 180
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
         9: .line 176
            invokestatic org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;)I
            iadd
            istore 1 /* size */
        10: .line 181
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            ifnull 12
        11: .line 182
            iload 1 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.Attribute.computeAttributesSize:(Lorg/objectweb/asm/SymbolTable;)I
            iadd
            istore 1 /* size */
        12: .line 184
      StackMap locals: int
      StackMap stack:
            iload 1 /* size */
            ireturn
        end local 1 // int size
        end local 0 // org.objectweb.asm.RecordComponentWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/objectweb/asm/RecordComponentWriter;
            1   13     1  size  I

  void putRecordComponentInfo(org.objectweb.asm.ByteVector);
    descriptor: (Lorg/objectweb/asm/ByteVector;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.objectweb.asm.RecordComponentWriter this
        start local 1 // org.objectweb.asm.ByteVector output
         0: .line 194
            aload 1 /* output */
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.nameIndex:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.descriptorIndex:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         1: .line 197
            iconst_0
            istore 2 /* attributesCount */
        start local 2 // int attributesCount
         2: .line 198
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.signatureIndex:I
            ifeq 4
         3: .line 199
            iinc 2 /* attributesCount */ 1
         4: .line 201
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.accessFlags:I
            ldc 131072
            iand
            ifeq 6
         5: .line 202
            iinc 2 /* attributesCount */ 1
         6: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.lastRuntimeVisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 8
         7: .line 205
            iinc 2 /* attributesCount */ 1
         8: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.lastRuntimeInvisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 10
         9: .line 208
            iinc 2 /* attributesCount */ 1
        10: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.lastRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 12
        11: .line 211
            iinc 2 /* attributesCount */ 1
        12: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 14
        13: .line 214
            iinc 2 /* attributesCount */ 1
        14: .line 216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            ifnull 16
        15: .line 217
            iload 2 /* attributesCount */
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            invokevirtual org.objectweb.asm.Attribute.getAttributeCount:()I
            iadd
            istore 2 /* attributesCount */
        16: .line 219
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            iload 2 /* attributesCount */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        17: .line 220
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.accessFlags:I
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.signatureIndex:I
            aload 1 /* output */
            invokestatic org.objectweb.asm.Attribute.putAttributes:(Lorg/objectweb/asm/SymbolTable;IILorg/objectweb/asm/ByteVector;)V
        18: .line 222
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
        19: .line 223
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.lastRuntimeVisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        20: .line 224
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.lastRuntimeInvisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        21: .line 225
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.lastRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        22: .line 226
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        23: .line 227
            aload 1 /* output */
        24: .line 221
            invokestatic org.objectweb.asm.AnnotationWriter.putAnnotations:(Lorg/objectweb/asm/SymbolTable;Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/ByteVector;)V
        25: .line 228
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            ifnull 27
        26: .line 229
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* output */
            invokevirtual org.objectweb.asm.Attribute.putAttributes:(Lorg/objectweb/asm/SymbolTable;Lorg/objectweb/asm/ByteVector;)V
        27: .line 231
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int attributesCount
        end local 1 // org.objectweb.asm.ByteVector output
        end local 0 // org.objectweb.asm.RecordComponentWriter this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   28     0             this  Lorg/objectweb/asm/RecordComponentWriter;
            0   28     1           output  Lorg/objectweb/asm/ByteVector;
            2   28     2  attributesCount  I
    MethodParameters:
        Name  Flags
      output  final

  final void collectAttributePrototypes(org.objectweb.asm.Attribute$Set);
    descriptor: (Lorg/objectweb/asm/Attribute$Set;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.RecordComponentWriter this
        start local 1 // org.objectweb.asm.Attribute$Set attributePrototypes
         0: .line 239
            aload 1 /* attributePrototypes */
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            invokevirtual org.objectweb.asm.Attribute$Set.addAttributes:(Lorg/objectweb/asm/Attribute;)V
         1: .line 240
            return
        end local 1 // org.objectweb.asm.Attribute$Set attributePrototypes
        end local 0 // org.objectweb.asm.RecordComponentWriter this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/objectweb/asm/RecordComponentWriter;
            0    2     1  attributePrototypes  Lorg/objectweb/asm/Attribute$Set;
    MethodParameters:
                     Name  Flags
      attributePrototypes  final
}
SourceFile: "RecordComponentWriter.java"
InnerClasses:
  final Set = org.objectweb.asm.Attribute$Set of org.objectweb.asm.Attribute