public class org.objectweb.asm.tree.RecordComponentNode extends org.objectweb.asm.RecordComponentVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.objectweb.asm.tree.RecordComponentNode
  super_class: org.objectweb.asm.RecordComponentVisitor
{
  public int accessExperimental;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String nameExperimental;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String descriptorExperimental;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String signatureExperimental;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.util.List<org.objectweb.asm.tree.AnnotationNode> visibleAnnotationsExperimental;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Lorg/objectweb/asm/tree/AnnotationNode;>;

  public java.util.List<org.objectweb.asm.tree.AnnotationNode> invisibleAnnotationsExperimental;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Lorg/objectweb/asm/tree/AnnotationNode;>;

  public java.util.List<org.objectweb.asm.tree.TypeAnnotationNode> visibleTypeAnnotationsExperimental;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Lorg/objectweb/asm/tree/TypeAnnotationNode;>;

  public java.util.List<org.objectweb.asm.tree.TypeAnnotationNode> invisibleTypeAnnotationsExperimental;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Lorg/objectweb/asm/tree/TypeAnnotationNode;>;

  public java.util.List<org.objectweb.asm.Attribute> attrsExperimental;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Lorg/objectweb/asm/Attribute;>;

  public void <init>(int, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.objectweb.asm.tree.RecordComponentNode this
        start local 1 // int access
        start local 2 // java.lang.String name
        start local 3 // java.lang.String descriptor
        start local 4 // java.lang.String signature
         0: .line 127
            aload 0 /* this */
            ldc 458752
            iload 1 /* access */
            aload 2 /* name */
            aload 3 /* descriptor */
            aload 4 /* signature */
            invokespecial org.objectweb.asm.tree.RecordComponentNode.<init>:(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 128
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Lorg/objectweb/asm/tree/RecordComponentNode;
            if_acmpeq 3
         2: .line 129
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 131
      StackMap locals: org.objectweb.asm.tree.RecordComponentNode int 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 // int access
        end local 0 // org.objectweb.asm.tree.RecordComponentNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/objectweb/asm/tree/RecordComponentNode;
            0    4     1      access  I
            0    4     2        name  Ljava/lang/String;
            0    4     3  descriptor  Ljava/lang/String;
            0    4     4   signature  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      access      final
      name        final
      descriptor  final
      signature   final

  public void <init>(int, int, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.objectweb.asm.tree.RecordComponentNode this
        start local 1 // int api
        start local 2 // int access
        start local 3 // java.lang.String name
        start local 4 // java.lang.String descriptor
        start local 5 // java.lang.String signature
         0: .line 152
            aload 0 /* this */
            iload 1 /* api */
            invokespecial org.objectweb.asm.RecordComponentVisitor.<init>:(I)V
         1: .line 153
            aload 0 /* this */
            iload 2 /* access */
            putfield org.objectweb.asm.tree.RecordComponentNode.accessExperimental:I
         2: .line 154
            aload 0 /* this */
            aload 3 /* name */
            putfield org.objectweb.asm.tree.RecordComponentNode.nameExperimental:Ljava/lang/String;
         3: .line 155
            aload 0 /* this */
            aload 4 /* descriptor */
            putfield org.objectweb.asm.tree.RecordComponentNode.descriptorExperimental:Ljava/lang/String;
         4: .line 156
            aload 0 /* this */
            aload 5 /* signature */
            putfield org.objectweb.asm.tree.RecordComponentNode.signatureExperimental:Ljava/lang/String;
         5: .line 157
            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 access
        end local 1 // int api
        end local 0 // org.objectweb.asm.tree.RecordComponentNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/objectweb/asm/tree/RecordComponentNode;
            0    6     1         api  I
            0    6     2      access  I
            0    6     3        name  Ljava/lang/String;
            0    6     4  descriptor  Ljava/lang/String;
            0    6     5   signature  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      api         final
      access      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=3, locals=4, args_size=3
        start local 0 // org.objectweb.asm.tree.RecordComponentNode this
        start local 1 // java.lang.String descriptor
        start local 2 // boolean visible
         0: .line 166
            new org.objectweb.asm.tree.AnnotationNode
            dup
            aload 1 /* descriptor */
            invokespecial org.objectweb.asm.tree.AnnotationNode.<init>:(Ljava/lang/String;)V
            astore 3 /* annotation */
        start local 3 // org.objectweb.asm.tree.AnnotationNode annotation
         1: .line 167
            iload 2 /* visible */
            ifeq 4
         2: .line 168
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.visibleAnnotationsExperimental:Ljava/util/List;
            aload 3 /* annotation */
            invokestatic org.objectweb.asm.tree.Util.add:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
            putfield org.objectweb.asm.tree.RecordComponentNode.visibleAnnotationsExperimental:Ljava/util/List;
         3: .line 169
            goto 5
         4: .line 170
      StackMap locals: org.objectweb.asm.tree.AnnotationNode
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.invisibleAnnotationsExperimental:Ljava/util/List;
            aload 3 /* annotation */
            invokestatic org.objectweb.asm.tree.Util.add:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
            putfield org.objectweb.asm.tree.RecordComponentNode.invisibleAnnotationsExperimental:Ljava/util/List;
         5: .line 172
      StackMap locals:
      StackMap stack:
            aload 3 /* annotation */
            areturn
        end local 3 // org.objectweb.asm.tree.AnnotationNode annotation
        end local 2 // boolean visible
        end local 1 // java.lang.String descriptor
        end local 0 // org.objectweb.asm.tree.RecordComponentNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/objectweb/asm/tree/RecordComponentNode;
            0    6     1  descriptor  Ljava/lang/String;
            0    6     2     visible  Z
            1    6     3  annotation  Lorg/objectweb/asm/tree/AnnotationNode;
    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=5, locals=6, args_size=5
        start local 0 // org.objectweb.asm.tree.RecordComponentNode 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 178
            new org.objectweb.asm.tree.TypeAnnotationNode
            dup
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            invokespecial org.objectweb.asm.tree.TypeAnnotationNode.<init>:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;)V
            astore 5 /* typeAnnotation */
        start local 5 // org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
         1: .line 179
            iload 4 /* visible */
            ifeq 6
         2: .line 180
            aload 0 /* this */
         3: .line 181
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.visibleTypeAnnotationsExperimental:Ljava/util/List;
            aload 5 /* typeAnnotation */
            invokestatic org.objectweb.asm.tree.Util.add:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
         4: .line 180
            putfield org.objectweb.asm.tree.RecordComponentNode.visibleTypeAnnotationsExperimental:Ljava/util/List;
         5: .line 182
            goto 9
         6: .line 183
      StackMap locals: org.objectweb.asm.tree.TypeAnnotationNode
      StackMap stack:
            aload 0 /* this */
         7: .line 184
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.invisibleTypeAnnotationsExperimental:Ljava/util/List;
            aload 5 /* typeAnnotation */
            invokestatic org.objectweb.asm.tree.Util.add:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
         8: .line 183
            putfield org.objectweb.asm.tree.RecordComponentNode.invisibleTypeAnnotationsExperimental:Ljava/util/List;
         9: .line 186
      StackMap locals:
      StackMap stack:
            aload 5 /* typeAnnotation */
            areturn
        end local 5 // org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
        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.tree.RecordComponentNode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lorg/objectweb/asm/tree/RecordComponentNode;
            0   10     1         typeRef  I
            0   10     2        typePath  Lorg/objectweb/asm/TypePath;
            0   10     3      descriptor  Ljava/lang/String;
            0   10     4         visible  Z
            1   10     5  typeAnnotation  Lorg/objectweb/asm/tree/TypeAnnotationNode;
    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=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.RecordComponentNode this
        start local 1 // org.objectweb.asm.Attribute attribute
         0: .line 191
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.attrsExperimental:Ljava/util/List;
            aload 1 /* attribute */
            invokestatic org.objectweb.asm.tree.Util.add:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
            putfield org.objectweb.asm.tree.RecordComponentNode.attrsExperimental:Ljava/util/List;
         1: .line 192
            return
        end local 1 // org.objectweb.asm.Attribute attribute
        end local 0 // org.objectweb.asm.tree.RecordComponentNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/objectweb/asm/tree/RecordComponentNode;
            0    2     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.tree.RecordComponentNode this
         0: .line 197
            return
        end local 0 // org.objectweb.asm.tree.RecordComponentNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/tree/RecordComponentNode;

  public void checkExperimental(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.RecordComponentNode this
        start local 1 // int api
         0: .line 212
            iload 1 /* api */
            ldc 17301504
            if_icmpeq 2
         1: .line 213
            new org.objectweb.asm.tree.UnsupportedClassVersionException
            dup
            invokespecial org.objectweb.asm.tree.UnsupportedClassVersionException.<init>:()V
            athrow
         2: .line 215
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int api
        end local 0 // org.objectweb.asm.tree.RecordComponentNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/tree/RecordComponentNode;
            0    3     1   api  I
    MethodParameters:
      Name  Flags
      api   final

  public void acceptExperimental(org.objectweb.asm.ClassVisitor);
    descriptor: (Lorg/objectweb/asm/ClassVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // org.objectweb.asm.tree.RecordComponentNode this
        start local 1 // org.objectweb.asm.ClassVisitor classVisitor
         0: .line 225
            aload 1 /* classVisitor */
         1: .line 226
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.accessExperimental:I
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.nameExperimental:Ljava/lang/String;
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.descriptorExperimental:Ljava/lang/String;
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.signatureExperimental:Ljava/lang/String;
         2: .line 225
            invokevirtual org.objectweb.asm.ClassVisitor.visitRecordComponentExperimental:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/objectweb/asm/RecordComponentVisitor;
         3: .line 224
            astore 2 /* recordComponentVisitor */
        start local 2 // org.objectweb.asm.RecordComponentVisitor recordComponentVisitor
         4: .line 227
            aload 2 /* recordComponentVisitor */
            ifnonnull 6
         5: .line 228
            return
         6: .line 231
      StackMap locals: org.objectweb.asm.RecordComponentVisitor
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.visibleAnnotationsExperimental:Ljava/util/List;
            ifnull 16
         7: .line 232
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         8: aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.visibleAnnotationsExperimental:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 4 /* n */
        start local 4 // int n
         9: goto 15
        10: .line 233
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.visibleAnnotationsExperimental:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.AnnotationNode
            astore 5 /* annotation */
        start local 5 // org.objectweb.asm.tree.AnnotationNode annotation
        11: .line 234
            aload 5 /* annotation */
        12: .line 235
            aload 2 /* recordComponentVisitor */
            aload 5 /* annotation */
            getfield org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            iconst_1
            invokevirtual org.objectweb.asm.RecordComponentVisitor.visitAnnotationExperimental:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
        13: .line 234
            invokevirtual org.objectweb.asm.tree.AnnotationNode.accept:(Lorg/objectweb/asm/AnnotationVisitor;)V
        end local 5 // org.objectweb.asm.tree.AnnotationNode annotation
        14: .line 232
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 3 /* i */
            iload 4 /* n */
            if_icmplt 10
        end local 4 // int n
        end local 3 // int i
        16: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.invisibleAnnotationsExperimental:Ljava/util/List;
            ifnull 26
        17: .line 239
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        18: aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.invisibleAnnotationsExperimental:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 4 /* n */
        start local 4 // int n
        19: goto 25
        20: .line 240
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.invisibleAnnotationsExperimental:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.AnnotationNode
            astore 5 /* annotation */
        start local 5 // org.objectweb.asm.tree.AnnotationNode annotation
        21: .line 241
            aload 5 /* annotation */
        22: .line 242
            aload 2 /* recordComponentVisitor */
            aload 5 /* annotation */
            getfield org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            iconst_0
            invokevirtual org.objectweb.asm.RecordComponentVisitor.visitAnnotationExperimental:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
        23: .line 241
            invokevirtual org.objectweb.asm.tree.AnnotationNode.accept:(Lorg/objectweb/asm/AnnotationVisitor;)V
        end local 5 // org.objectweb.asm.tree.AnnotationNode annotation
        24: .line 239
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 3 /* i */
            iload 4 /* n */
            if_icmplt 20
        end local 4 // int n
        end local 3 // int i
        26: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.visibleTypeAnnotationsExperimental:Ljava/util/List;
            ifnull 38
        27: .line 246
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        28: aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.visibleTypeAnnotationsExperimental:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 4 /* n */
        start local 4 // int n
        29: goto 37
        30: .line 247
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.visibleTypeAnnotationsExperimental:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.TypeAnnotationNode
            astore 5 /* typeAnnotation */
        start local 5 // org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
        31: .line 248
            aload 5 /* typeAnnotation */
        32: .line 249
            aload 2 /* recordComponentVisitor */
        33: .line 250
            aload 5 /* typeAnnotation */
            getfield org.objectweb.asm.tree.TypeAnnotationNode.typeRef:I
            aload 5 /* typeAnnotation */
            getfield org.objectweb.asm.tree.TypeAnnotationNode.typePath:Lorg/objectweb/asm/TypePath;
            aload 5 /* typeAnnotation */
            getfield org.objectweb.asm.tree.TypeAnnotationNode.desc:Ljava/lang/String;
            iconst_1
        34: .line 249
            invokevirtual org.objectweb.asm.RecordComponentVisitor.visitTypeAnnotationExperimental:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
        35: .line 248
            invokevirtual org.objectweb.asm.tree.TypeAnnotationNode.accept:(Lorg/objectweb/asm/AnnotationVisitor;)V
        end local 5 // org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
        36: .line 246
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        37: iload 3 /* i */
            iload 4 /* n */
            if_icmplt 30
        end local 4 // int n
        end local 3 // int i
        38: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.invisibleTypeAnnotationsExperimental:Ljava/util/List;
            ifnull 50
        39: .line 254
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        40: aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.invisibleTypeAnnotationsExperimental:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 4 /* n */
        start local 4 // int n
        41: goto 49
        42: .line 255
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.invisibleTypeAnnotationsExperimental:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.TypeAnnotationNode
            astore 5 /* typeAnnotation */
        start local 5 // org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
        43: .line 256
            aload 5 /* typeAnnotation */
        44: .line 257
            aload 2 /* recordComponentVisitor */
        45: .line 258
            aload 5 /* typeAnnotation */
            getfield org.objectweb.asm.tree.TypeAnnotationNode.typeRef:I
            aload 5 /* typeAnnotation */
            getfield org.objectweb.asm.tree.TypeAnnotationNode.typePath:Lorg/objectweb/asm/TypePath;
            aload 5 /* typeAnnotation */
            getfield org.objectweb.asm.tree.TypeAnnotationNode.desc:Ljava/lang/String;
            iconst_0
        46: .line 257
            invokevirtual org.objectweb.asm.RecordComponentVisitor.visitTypeAnnotationExperimental:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
        47: .line 256
            invokevirtual org.objectweb.asm.tree.TypeAnnotationNode.accept:(Lorg/objectweb/asm/AnnotationVisitor;)V
        end local 5 // org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
        48: .line 254
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        49: iload 3 /* i */
            iload 4 /* n */
            if_icmplt 42
        end local 4 // int n
        end local 3 // int i
        50: .line 262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.attrsExperimental:Ljava/util/List;
            ifnull 57
        51: .line 263
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        52: aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.attrsExperimental:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 4 /* n */
        start local 4 // int n
        53: goto 56
        54: .line 264
      StackMap locals: int int
      StackMap stack:
            aload 2 /* recordComponentVisitor */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.attrsExperimental:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.Attribute
            invokevirtual org.objectweb.asm.RecordComponentVisitor.visitAttributeExperimental:(Lorg/objectweb/asm/Attribute;)V
        55: .line 263
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        56: iload 3 /* i */
            iload 4 /* n */
            if_icmplt 54
        end local 4 // int n
        end local 3 // int i
        57: .line 267
      StackMap locals:
      StackMap stack:
            aload 2 /* recordComponentVisitor */
            invokevirtual org.objectweb.asm.RecordComponentVisitor.visitEndExperimental:()V
        58: .line 268
            return
        end local 2 // org.objectweb.asm.RecordComponentVisitor recordComponentVisitor
        end local 1 // org.objectweb.asm.ClassVisitor classVisitor
        end local 0 // org.objectweb.asm.tree.RecordComponentNode this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   59     0                    this  Lorg/objectweb/asm/tree/RecordComponentNode;
            0   59     1            classVisitor  Lorg/objectweb/asm/ClassVisitor;
            4   59     2  recordComponentVisitor  Lorg/objectweb/asm/RecordComponentVisitor;
            8   16     3                       i  I
            9   16     4                       n  I
           11   14     5              annotation  Lorg/objectweb/asm/tree/AnnotationNode;
           18   26     3                       i  I
           19   26     4                       n  I
           21   24     5              annotation  Lorg/objectweb/asm/tree/AnnotationNode;
           28   38     3                       i  I
           29   38     4                       n  I
           31   36     5          typeAnnotation  Lorg/objectweb/asm/tree/TypeAnnotationNode;
           40   50     3                       i  I
           41   50     4                       n  I
           43   48     5          typeAnnotation  Lorg/objectweb/asm/tree/TypeAnnotationNode;
           52   57     3                       i  I
           53   57     4                       n  I
    MethodParameters:
              Name  Flags
      classVisitor  final
}
SourceFile: "RecordComponentNode.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()