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 java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

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

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

  public java.util.List<org.objectweb.asm.tree.AnnotationNode> visibleAnnotations;
    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> invisibleAnnotations;
    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> visibleTypeAnnotations;
    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> invisibleTypeAnnotations;
    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> attrs;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Lorg/objectweb/asm/Attribute;>;

  public void <init>(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.objectweb.asm.tree.RecordComponentNode this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String descriptor
        start local 3 // java.lang.String signature
         0: .line 79
            aload 0 /* this */
            ldc 524288
            aload 1 /* name */
            aload 2 /* descriptor */
            aload 3 /* signature */
            invokespecial org.objectweb.asm.tree.RecordComponentNode.<init>:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 80
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Lorg/objectweb/asm/tree/RecordComponentNode;
            if_acmpeq 3
         2: .line 81
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 83
      StackMap locals: org.objectweb.asm.tree.RecordComponentNode java.lang.String java.lang.String java.lang.String
      StackMap stack:
            return
        end local 3 // java.lang.String signature
        end local 2 // java.lang.String descriptor
        end local 1 // java.lang.String name
        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        name  Ljava/lang/String;
            0    4     2  descriptor  Ljava/lang/String;
            0    4     3   signature  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      name        final
      descriptor  final
      signature   final

  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=2, locals=5, args_size=5
        start local 0 // org.objectweb.asm.tree.RecordComponentNode this
        start local 1 // int api
        start local 2 // java.lang.String name
        start local 3 // java.lang.String descriptor
        start local 4 // java.lang.String signature
         0: .line 95
            aload 0 /* this */
            iload 1 /* api */
            invokespecial org.objectweb.asm.RecordComponentVisitor.<init>:(I)V
         1: .line 96
            aload 0 /* this */
            aload 2 /* name */
            putfield org.objectweb.asm.tree.RecordComponentNode.name:Ljava/lang/String;
         2: .line 97
            aload 0 /* this */
            aload 3 /* descriptor */
            putfield org.objectweb.asm.tree.RecordComponentNode.descriptor:Ljava/lang/String;
         3: .line 98
            aload 0 /* this */
            aload 4 /* signature */
            putfield org.objectweb.asm.tree.RecordComponentNode.signature:Ljava/lang/String;
         4: .line 99
            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 api
        end local 0 // org.objectweb.asm.tree.RecordComponentNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/objectweb/asm/tree/RecordComponentNode;
            0    5     1         api  I
            0    5     2        name  Ljava/lang/String;
            0    5     3  descriptor  Ljava/lang/String;
            0    5     4   signature  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      api         final
      name        final
      descriptor  final
      signature   final

  public org.objectweb.asm.AnnotationVisitor visitAnnotation(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 107
            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 108
            iload 2 /* visible */
            ifeq 4
         2: .line 109
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.visibleAnnotations: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.visibleAnnotations:Ljava/util/List;
         3: .line 110
            goto 5
         4: .line 111
      StackMap locals: org.objectweb.asm.tree.AnnotationNode
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.invisibleAnnotations: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.invisibleAnnotations:Ljava/util/List;
         5: .line 113
      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 visitTypeAnnotation(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 119
            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 120
            iload 4 /* visible */
            ifeq 4
         2: .line 121
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.visibleTypeAnnotations:Ljava/util/List;
            aload 5 /* typeAnnotation */
            invokestatic org.objectweb.asm.tree.Util.add:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
            putfield org.objectweb.asm.tree.RecordComponentNode.visibleTypeAnnotations:Ljava/util/List;
         3: .line 122
            goto 5
         4: .line 123
      StackMap locals: org.objectweb.asm.tree.TypeAnnotationNode
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.invisibleTypeAnnotations:Ljava/util/List;
            aload 5 /* typeAnnotation */
            invokestatic org.objectweb.asm.tree.Util.add:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
            putfield org.objectweb.asm.tree.RecordComponentNode.invisibleTypeAnnotations:Ljava/util/List;
         5: .line 125
      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    6     0            this  Lorg/objectweb/asm/tree/RecordComponentNode;
            0    6     1         typeRef  I
            0    6     2        typePath  Lorg/objectweb/asm/TypePath;
            0    6     3      descriptor  Ljava/lang/String;
            0    6     4         visible  Z
            1    6     5  typeAnnotation  Lorg/objectweb/asm/tree/TypeAnnotationNode;
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      descriptor  final
      visible     final

  public void visitAttribute(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 130
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.attrs: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.attrs:Ljava/util/List;
         1: .line 131
            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 visitEnd();
    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 136
            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 check(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 150
            iload 1 /* api */
            ldc 524288
            if_icmpge 2
         1: .line 151
            new org.objectweb.asm.tree.UnsupportedClassVersionException
            dup
            invokespecial org.objectweb.asm.tree.UnsupportedClassVersionException.<init>:()V
            athrow
         2: .line 153
      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 accept(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 162
            aload 1 /* classVisitor */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.name:Ljava/lang/String;
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.descriptor:Ljava/lang/String;
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.signature:Ljava/lang/String;
            invokevirtual org.objectweb.asm.ClassVisitor.visitRecordComponent:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/objectweb/asm/RecordComponentVisitor;
         1: .line 161
            astore 2 /* recordComponentVisitor */
        start local 2 // org.objectweb.asm.RecordComponentVisitor recordComponentVisitor
         2: .line 163
            aload 2 /* recordComponentVisitor */
            ifnonnull 4
         3: .line 164
            return
         4: .line 167
      StackMap locals: org.objectweb.asm.RecordComponentVisitor
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.visibleAnnotations:Ljava/util/List;
            ifnull 12
         5: .line 168
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.visibleAnnotations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 4 /* n */
        start local 4 // int n
         7: goto 11
         8: .line 169
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.visibleAnnotations: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
         9: .line 170
            aload 5 /* annotation */
            aload 2 /* recordComponentVisitor */
            aload 5 /* annotation */
            getfield org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            iconst_1
            invokevirtual org.objectweb.asm.RecordComponentVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            invokevirtual org.objectweb.asm.tree.AnnotationNode.accept:(Lorg/objectweb/asm/AnnotationVisitor;)V
        end local 5 // org.objectweb.asm.tree.AnnotationNode annotation
        10: .line 168
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            iload 4 /* n */
            if_icmplt 8
        end local 4 // int n
        end local 3 // int i
        12: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.invisibleAnnotations:Ljava/util/List;
            ifnull 20
        13: .line 174
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        14: aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.invisibleAnnotations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 4 /* n */
        start local 4 // int n
        15: goto 19
        16: .line 175
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.invisibleAnnotations: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
        17: .line 176
            aload 5 /* annotation */
            aload 2 /* recordComponentVisitor */
            aload 5 /* annotation */
            getfield org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            iconst_0
            invokevirtual org.objectweb.asm.RecordComponentVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            invokevirtual org.objectweb.asm.tree.AnnotationNode.accept:(Lorg/objectweb/asm/AnnotationVisitor;)V
        end local 5 // org.objectweb.asm.tree.AnnotationNode annotation
        18: .line 174
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 3 /* i */
            iload 4 /* n */
            if_icmplt 16
        end local 4 // int n
        end local 3 // int i
        20: .line 179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.visibleTypeAnnotations:Ljava/util/List;
            ifnull 32
        21: .line 180
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        22: aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.visibleTypeAnnotations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 4 /* n */
        start local 4 // int n
        23: goto 31
        24: .line 181
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.visibleTypeAnnotations: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
        25: .line 182
            aload 5 /* typeAnnotation */
        26: .line 183
            aload 2 /* recordComponentVisitor */
        27: .line 184
            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
        28: .line 183
            invokevirtual org.objectweb.asm.RecordComponentVisitor.visitTypeAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
        29: .line 182
            invokevirtual org.objectweb.asm.tree.TypeAnnotationNode.accept:(Lorg/objectweb/asm/AnnotationVisitor;)V
        end local 5 // org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
        30: .line 180
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        31: iload 3 /* i */
            iload 4 /* n */
            if_icmplt 24
        end local 4 // int n
        end local 3 // int i
        32: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.invisibleTypeAnnotations:Ljava/util/List;
            ifnull 44
        33: .line 188
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        34: aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.invisibleTypeAnnotations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 4 /* n */
        start local 4 // int n
        35: goto 43
        36: .line 189
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.invisibleTypeAnnotations: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
        37: .line 190
            aload 5 /* typeAnnotation */
        38: .line 191
            aload 2 /* recordComponentVisitor */
        39: .line 192
            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
        40: .line 191
            invokevirtual org.objectweb.asm.RecordComponentVisitor.visitTypeAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
        41: .line 190
            invokevirtual org.objectweb.asm.tree.TypeAnnotationNode.accept:(Lorg/objectweb/asm/AnnotationVisitor;)V
        end local 5 // org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
        42: .line 188
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        43: iload 3 /* i */
            iload 4 /* n */
            if_icmplt 36
        end local 4 // int n
        end local 3 // int i
        44: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.attrs:Ljava/util/List;
            ifnull 51
        45: .line 197
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        46: aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.attrs:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 4 /* n */
        start local 4 // int n
        47: goto 50
        48: .line 198
      StackMap locals: int int
      StackMap stack:
            aload 2 /* recordComponentVisitor */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.RecordComponentNode.attrs: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.visitAttribute:(Lorg/objectweb/asm/Attribute;)V
        49: .line 197
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        50: iload 3 /* i */
            iload 4 /* n */
            if_icmplt 48
        end local 4 // int n
        end local 3 // int i
        51: .line 201
      StackMap locals:
      StackMap stack:
            aload 2 /* recordComponentVisitor */
            invokevirtual org.objectweb.asm.RecordComponentVisitor.visitEnd:()V
        52: .line 202
            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   53     0                    this  Lorg/objectweb/asm/tree/RecordComponentNode;
            0   53     1            classVisitor  Lorg/objectweb/asm/ClassVisitor;
            2   53     2  recordComponentVisitor  Lorg/objectweb/asm/RecordComponentVisitor;
            6   12     3                       i  I
            7   12     4                       n  I
            9   10     5              annotation  Lorg/objectweb/asm/tree/AnnotationNode;
           14   20     3                       i  I
           15   20     4                       n  I
           17   18     5              annotation  Lorg/objectweb/asm/tree/AnnotationNode;
           22   32     3                       i  I
           23   32     4                       n  I
           25   30     5          typeAnnotation  Lorg/objectweb/asm/tree/TypeAnnotationNode;
           34   44     3                       i  I
           35   44     4                       n  I
           37   42     5          typeAnnotation  Lorg/objectweb/asm/tree/TypeAnnotationNode;
           46   51     3                       i  I
           47   51     4                       n  I
    MethodParameters:
              Name  Flags
      classVisitor  final
}
SourceFile: "RecordComponentNode.java"