public abstract class org.objectweb.asm.RecordComponentVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.objectweb.asm.RecordComponentVisitor
  super_class: java.lang.Object
{
  protected final int api;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  org.objectweb.asm.RecordComponentVisitor delegate;
    descriptor: Lorg/objectweb/asm/RecordComponentVisitor;
    flags: (0x0000) 

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.RecordComponentVisitor this
        start local 1 // int api
         0: .line 61
            aload 0 /* this */
            iload 1 /* api */
            aconst_null
            invokespecial org.objectweb.asm.RecordComponentVisitor.<init>:(ILorg/objectweb/asm/RecordComponentVisitor;)V
         1: .line 62
            return
        end local 1 // int api
        end local 0 // org.objectweb.asm.RecordComponentVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/RecordComponentVisitor;
            0    2     1   api  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      api   final

  public void <init>(int, org.objectweb.asm.RecordComponentVisitor);
    descriptor: (ILorg/objectweb/asm/RecordComponentVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.objectweb.asm.RecordComponentVisitor this
        start local 1 // int api
        start local 2 // org.objectweb.asm.RecordComponentVisitor recordComponentVisitor
         0: .line 74
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            iload 1 /* api */
            ldc 458752
            if_icmpeq 7
         2: .line 77
            iload 1 /* api */
            ldc 393216
            if_icmpeq 7
         3: .line 78
            iload 1 /* api */
            ldc 327680
            if_icmpeq 7
         4: .line 79
            iload 1 /* api */
            ldc 262144
            if_icmpeq 7
         5: .line 80
            iload 1 /* api */
            ldc 17301504
            if_icmpeq 7
         6: .line 81
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unsupported api "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* api */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 83
      StackMap locals: org.objectweb.asm.RecordComponentVisitor int org.objectweb.asm.RecordComponentVisitor
      StackMap stack:
            iload 1 /* api */
            ldc 17301504
            if_icmpne 9
         8: .line 84
            aload 0 /* this */
            invokestatic org.objectweb.asm.Constants.checkAsm8Experimental:(Ljava/lang/Object;)V
         9: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* api */
            putfield org.objectweb.asm.RecordComponentVisitor.api:I
        10: .line 87
            aload 0 /* this */
            aload 2 /* recordComponentVisitor */
            putfield org.objectweb.asm.RecordComponentVisitor.delegate:Lorg/objectweb/asm/RecordComponentVisitor;
        11: .line 88
            return
        end local 2 // org.objectweb.asm.RecordComponentVisitor recordComponentVisitor
        end local 1 // int api
        end local 0 // org.objectweb.asm.RecordComponentVisitor this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   12     0                    this  Lorg/objectweb/asm/RecordComponentVisitor;
            0   12     1                     api  I
            0   12     2  recordComponentVisitor  Lorg/objectweb/asm/RecordComponentVisitor;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                        Name  Flags
      api                     final
      recordComponentVisitor  final

  public org.objectweb.asm.RecordComponentVisitor getDelegateExperimental();
    descriptor: ()Lorg/objectweb/asm/RecordComponentVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.RecordComponentVisitor this
         0: .line 98
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentVisitor.delegate:Lorg/objectweb/asm/RecordComponentVisitor;
            areturn
        end local 0 // org.objectweb.asm.RecordComponentVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/RecordComponentVisitor;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  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=3, args_size=3
        start local 0 // org.objectweb.asm.RecordComponentVisitor this
        start local 1 // java.lang.String descriptor
        start local 2 // boolean visible
         0: .line 113
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentVisitor.delegate:Lorg/objectweb/asm/RecordComponentVisitor;
            ifnull 2
         1: .line 114
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentVisitor.delegate:Lorg/objectweb/asm/RecordComponentVisitor;
            aload 1 /* descriptor */
            iload 2 /* visible */
            invokevirtual org.objectweb.asm.RecordComponentVisitor.visitAnnotationExperimental:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            areturn
         2: .line 116
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // boolean visible
        end local 1 // java.lang.String descriptor
        end local 0 // org.objectweb.asm.RecordComponentVisitor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/objectweb/asm/RecordComponentVisitor;
            0    3     1  descriptor  Ljava/lang/String;
            0    3     2     visible  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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=5, args_size=5
        start local 0 // org.objectweb.asm.RecordComponentVisitor 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 138
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentVisitor.delegate:Lorg/objectweb/asm/RecordComponentVisitor;
            ifnull 2
         1: .line 139
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentVisitor.delegate:Lorg/objectweb/asm/RecordComponentVisitor;
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            iload 4 /* visible */
            invokevirtual org.objectweb.asm.RecordComponentVisitor.visitTypeAnnotationExperimental:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            areturn
         2: .line 141
      StackMap locals:
      StackMap stack:
            aconst_null
            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.RecordComponentVisitor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/objectweb/asm/RecordComponentVisitor;
            0    3     1     typeRef  I
            0    3     2    typePath  Lorg/objectweb/asm/TypePath;
            0    3     3  descriptor  Ljava/lang/String;
            0    3     4     visible  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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.RecordComponentVisitor this
        start local 1 // org.objectweb.asm.Attribute attribute
         0: .line 152
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentVisitor.delegate:Lorg/objectweb/asm/RecordComponentVisitor;
            ifnull 2
         1: .line 153
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentVisitor.delegate:Lorg/objectweb/asm/RecordComponentVisitor;
            aload 1 /* attribute */
            invokevirtual org.objectweb.asm.RecordComponentVisitor.visitAttributeExperimental:(Lorg/objectweb/asm/Attribute;)V
         2: .line 155
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.objectweb.asm.Attribute attribute
        end local 0 // org.objectweb.asm.RecordComponentVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/objectweb/asm/RecordComponentVisitor;
            0    3     1  attribute  Lorg/objectweb/asm/Attribute;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      attribute  final

  public void visitEndExperimental();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.RecordComponentVisitor this
         0: .line 165
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentVisitor.delegate:Lorg/objectweb/asm/RecordComponentVisitor;
            ifnull 2
         1: .line 166
            aload 0 /* this */
            getfield org.objectweb.asm.RecordComponentVisitor.delegate:Lorg/objectweb/asm/RecordComponentVisitor;
            invokevirtual org.objectweb.asm.RecordComponentVisitor.visitEndExperimental:()V
         2: .line 168
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.objectweb.asm.RecordComponentVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/RecordComponentVisitor;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
}
SourceFile: "RecordComponentVisitor.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()