final class jdk.internal.org.objectweb.asm.RecordComponentWriter extends jdk.internal.org.objectweb.asm.RecordComponentVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.internal.org.objectweb.asm.RecordComponentWriter
  super_class: jdk.internal.org.objectweb.asm.RecordComponentVisitor
{
  private final jdk.internal.org.objectweb.asm.SymbolTable symbolTable;
    descriptor: Ljdk/internal/org/objectweb/asm/SymbolTable;
    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 jdk.internal.org.objectweb.asm.AnnotationWriter lastRuntimeVisibleAnnotation;
    descriptor: Ljdk/internal/org/objectweb/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

  void <init>(jdk.internal.org.objectweb.asm.SymbolTable, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljdk/internal/org/objectweb/asm/SymbolTable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.RecordComponentWriter this
        start local 1 // jdk.internal.org.objectweb.asm.SymbolTable symbolTable
        start local 2 // java.lang.String name
        start local 3 // java.lang.String descriptor
        start local 4 // java.lang.String signature
         0: .line 128
            aload 0 /* this */
            ldc 524288
            invokespecial jdk.internal.org.objectweb.asm.RecordComponentVisitor.<init>:(I)V
         1: .line 129
            aload 0 /* this */
            aload 1 /* symbolTable */
            putfield jdk.internal.org.objectweb.asm.RecordComponentWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
         2: .line 130
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 2 /* name */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            putfield jdk.internal.org.objectweb.asm.RecordComponentWriter.nameIndex:I
         3: .line 131
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 3 /* descriptor */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            putfield jdk.internal.org.objectweb.asm.RecordComponentWriter.descriptorIndex:I
         4: .line 132
            aload 4 /* signature */
            ifnull 6
         5: .line 133
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 4 /* signature */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            putfield jdk.internal.org.objectweb.asm.RecordComponentWriter.signatureIndex:I
         6: .line 135
      StackMap locals: jdk.internal.org.objectweb.asm.RecordComponentWriter jdk.internal.org.objectweb.asm.SymbolTable java.lang.String java.lang.String java.lang.String
      StackMap stack:
            return
        end local 4 // java.lang.String signature
        end local 3 // java.lang.String descriptor
        end local 2 // java.lang.String name
        end local 1 // jdk.internal.org.objectweb.asm.SymbolTable symbolTable
        end local 0 // jdk.internal.org.objectweb.asm.RecordComponentWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Ljdk/internal/org/objectweb/asm/RecordComponentWriter;
            0    7     1  symbolTable  Ljdk/internal/org/objectweb/asm/SymbolTable;
            0    7     2         name  Ljava/lang/String;
            0    7     3   descriptor  Ljava/lang/String;
            0    7     4    signature  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      symbolTable  final
      name         final
      descriptor   final
      signature    final

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

  public jdk.internal.org.objectweb.asm.AnnotationVisitor visitTypeAnnotation(int, jdk.internal.org.objectweb.asm.TypePath, java.lang.String, boolean);
    descriptor: (ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.RecordComponentWriter this
        start local 1 // int typeRef
        start local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        start local 3 // java.lang.String descriptor
        start local 4 // boolean visible
         0: .line 155
            iload 4 /* visible */
            ifeq 5
         1: .line 156
            aload 0 /* this */
         2: .line 158
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.lastRuntimeVisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         3: .line 157
            invokestatic jdk.internal.org.objectweb.asm.AnnotationWriter.create:(Ljdk/internal/org/objectweb/asm/SymbolTable;ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/AnnotationWriter;)Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         4: .line 156
            dup_x1
            putfield jdk.internal.org.objectweb.asm.RecordComponentWriter.lastRuntimeVisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            areturn
         5: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         6: .line 162
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.lastRuntimeInvisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         7: .line 161
            invokestatic jdk.internal.org.objectweb.asm.AnnotationWriter.create:(Ljdk/internal/org/objectweb/asm/SymbolTable;ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/AnnotationWriter;)Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         8: .line 160
            dup_x1
            putfield jdk.internal.org.objectweb.asm.RecordComponentWriter.lastRuntimeInvisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            areturn
        end local 4 // boolean visible
        end local 3 // java.lang.String descriptor
        end local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        end local 1 // int typeRef
        end local 0 // jdk.internal.org.objectweb.asm.RecordComponentWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Ljdk/internal/org/objectweb/asm/RecordComponentWriter;
            0    9     1     typeRef  I
            0    9     2    typePath  Ljdk/internal/org/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 visitAttribute(jdk.internal.org.objectweb.asm.Attribute);
    descriptor: (Ljdk/internal/org/objectweb/asm/Attribute;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.RecordComponentWriter this
        start local 1 // jdk.internal.org.objectweb.asm.Attribute attribute
         0: .line 169
            aload 1 /* attribute */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
            putfield jdk.internal.org.objectweb.asm.Attribute.nextAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
         1: .line 170
            aload 0 /* this */
            aload 1 /* attribute */
            putfield jdk.internal.org.objectweb.asm.RecordComponentWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
         2: .line 171
            return
        end local 1 // jdk.internal.org.objectweb.asm.Attribute attribute
        end local 0 // jdk.internal.org.objectweb.asm.RecordComponentWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Ljdk/internal/org/objectweb/asm/RecordComponentWriter;
            0    3     1  attribute  Ljdk/internal/org/objectweb/asm/Attribute;
    MethodParameters:
           Name  Flags
      attribute  final

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

  int computeRecordComponentInfoSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.RecordComponentWriter this
         0: .line 191
            bipush 6
            istore 1 /* size */
        start local 1 // int size
         1: .line 192
            iload 1 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.signatureIndex:I
            invokestatic jdk.internal.org.objectweb.asm.Attribute.computeAttributesSize:(Ljdk/internal/org/objectweb/asm/SymbolTable;II)I
            iadd
            istore 1 /* size */
         2: .line 193
            iload 1 /* size */
         3: .line 195
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.lastRuntimeVisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         4: .line 196
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.lastRuntimeInvisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         5: .line 197
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.lastRuntimeVisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         6: .line 198
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.lastRuntimeInvisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         7: .line 194
            invokestatic jdk.internal.org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Ljdk/internal/org/objectweb/asm/AnnotationWriter;Ljdk/internal/org/objectweb/asm/AnnotationWriter;Ljdk/internal/org/objectweb/asm/AnnotationWriter;Ljdk/internal/org/objectweb/asm/AnnotationWriter;)I
            iadd
            istore 1 /* size */
         8: .line 199
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
            ifnull 10
         9: .line 200
            iload 1 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            invokevirtual jdk.internal.org.objectweb.asm.Attribute.computeAttributesSize:(Ljdk/internal/org/objectweb/asm/SymbolTable;)I
            iadd
            istore 1 /* size */
        10: .line 202
      StackMap locals: int
      StackMap stack:
            iload 1 /* size */
            ireturn
        end local 1 // int size
        end local 0 // jdk.internal.org.objectweb.asm.RecordComponentWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Ljdk/internal/org/objectweb/asm/RecordComponentWriter;
            1   11     1  size  I

  void putRecordComponentInfo(jdk.internal.org.objectweb.asm.ByteVector);
    descriptor: (Ljdk/internal/org/objectweb/asm/ByteVector;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.RecordComponentWriter this
        start local 1 // jdk.internal.org.objectweb.asm.ByteVector output
         0: .line 212
            aload 1 /* output */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.nameIndex:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.descriptorIndex:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         1: .line 215
            iconst_0
            istore 2 /* attributesCount */
        start local 2 // int attributesCount
         2: .line 216
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.signatureIndex:I
            ifeq 4
         3: .line 217
            iinc 2 /* attributesCount */ 1
         4: .line 219
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.lastRuntimeVisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 6
         5: .line 220
            iinc 2 /* attributesCount */ 1
         6: .line 222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.lastRuntimeInvisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 8
         7: .line 223
            iinc 2 /* attributesCount */ 1
         8: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.lastRuntimeVisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 10
         9: .line 226
            iinc 2 /* attributesCount */ 1
        10: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.lastRuntimeInvisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 12
        11: .line 229
            iinc 2 /* attributesCount */ 1
        12: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
            ifnull 14
        13: .line 232
            iload 2 /* attributesCount */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
            invokevirtual jdk.internal.org.objectweb.asm.Attribute.getAttributeCount:()I
            iadd
            istore 2 /* attributesCount */
        14: .line 234
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            iload 2 /* attributesCount */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        15: .line 235
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.signatureIndex:I
            aload 1 /* output */
            invokestatic jdk.internal.org.objectweb.asm.Attribute.putAttributes:(Ljdk/internal/org/objectweb/asm/SymbolTable;IILjdk/internal/org/objectweb/asm/ByteVector;)V
        16: .line 237
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
        17: .line 238
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.lastRuntimeVisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        18: .line 239
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.lastRuntimeInvisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        19: .line 240
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.lastRuntimeVisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        20: .line 241
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.lastRuntimeInvisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        21: .line 242
            aload 1 /* output */
        22: .line 236
            invokestatic jdk.internal.org.objectweb.asm.AnnotationWriter.putAnnotations:(Ljdk/internal/org/objectweb/asm/SymbolTable;Ljdk/internal/org/objectweb/asm/AnnotationWriter;Ljdk/internal/org/objectweb/asm/AnnotationWriter;Ljdk/internal/org/objectweb/asm/AnnotationWriter;Ljdk/internal/org/objectweb/asm/AnnotationWriter;Ljdk/internal/org/objectweb/asm/ByteVector;)V
        23: .line 243
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
            ifnull 25
        24: .line 244
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* output */
            invokevirtual jdk.internal.org.objectweb.asm.Attribute.putAttributes:(Ljdk/internal/org/objectweb/asm/SymbolTable;Ljdk/internal/org/objectweb/asm/ByteVector;)V
        25: .line 246
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int attributesCount
        end local 1 // jdk.internal.org.objectweb.asm.ByteVector output
        end local 0 // jdk.internal.org.objectweb.asm.RecordComponentWriter this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   26     0             this  Ljdk/internal/org/objectweb/asm/RecordComponentWriter;
            0   26     1           output  Ljdk/internal/org/objectweb/asm/ByteVector;
            2   26     2  attributesCount  I
    MethodParameters:
        Name  Flags
      output  final

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