public final class org.objectweb.asm.util.TraceRecordComponentVisitor extends org.objectweb.asm.RecordComponentVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.objectweb.asm.util.TraceRecordComponentVisitor
  super_class: org.objectweb.asm.RecordComponentVisitor
{
  public final org.objectweb.asm.util.Printer printerExperimental;
    descriptor: Lorg/objectweb/asm/util/Printer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

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

  public void <init>(org.objectweb.asm.RecordComponentVisitor, org.objectweb.asm.util.Printer);
    descriptor: (Lorg/objectweb/asm/RecordComponentVisitor;Lorg/objectweb/asm/util/Printer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.util.TraceRecordComponentVisitor this
        start local 1 // org.objectweb.asm.RecordComponentVisitor recordComponentVisitor
        start local 2 // org.objectweb.asm.util.Printer printer
         0: .line 76
            aload 0 /* this */
            ldc 17301504
            aload 1 /* recordComponentVisitor */
            invokespecial org.objectweb.asm.RecordComponentVisitor.<init>:(ILorg/objectweb/asm/RecordComponentVisitor;)V
         1: .line 77
            aload 0 /* this */
            aload 2 /* printer */
            putfield org.objectweb.asm.util.TraceRecordComponentVisitor.printerExperimental:Lorg/objectweb/asm/util/Printer;
         2: .line 78
            return
        end local 2 // org.objectweb.asm.util.Printer printer
        end local 1 // org.objectweb.asm.RecordComponentVisitor recordComponentVisitor
        end local 0 // org.objectweb.asm.util.TraceRecordComponentVisitor this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    3     0                    this  Lorg/objectweb/asm/util/TraceRecordComponentVisitor;
            0    3     1  recordComponentVisitor  Lorg/objectweb/asm/RecordComponentVisitor;
            0    3     2                 printer  Lorg/objectweb/asm/util/Printer;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                        Name  Flags
      recordComponentVisitor  final
      printer                 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=5, locals=4, args_size=3
        start local 0 // org.objectweb.asm.util.TraceRecordComponentVisitor this
        start local 1 // java.lang.String descriptor
        start local 2 // boolean visible
         0: .line 84
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceRecordComponentVisitor.printerExperimental:Lorg/objectweb/asm/util/Printer;
            aload 1 /* descriptor */
            iload 2 /* visible */
            invokevirtual org.objectweb.asm.util.Printer.visitRecordComponentAnnotationExperimental:(Ljava/lang/String;Z)Lorg/objectweb/asm/util/Printer;
         1: .line 83
            astore 3 /* annotationPrinter */
        start local 3 // org.objectweb.asm.util.Printer annotationPrinter
         2: .line 85
            new org.objectweb.asm.util.TraceAnnotationVisitor
            dup
         3: .line 86
            aload 0 /* this */
            aload 1 /* descriptor */
            iload 2 /* visible */
            invokespecial org.objectweb.asm.RecordComponentVisitor.visitAnnotationExperimental:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            aload 3 /* annotationPrinter */
         4: .line 85
            invokespecial org.objectweb.asm.util.TraceAnnotationVisitor.<init>:(Lorg/objectweb/asm/AnnotationVisitor;Lorg/objectweb/asm/util/Printer;)V
            areturn
        end local 3 // org.objectweb.asm.util.Printer annotationPrinter
        end local 2 // boolean visible
        end local 1 // java.lang.String descriptor
        end local 0 // org.objectweb.asm.util.TraceRecordComponentVisitor this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lorg/objectweb/asm/util/TraceRecordComponentVisitor;
            0    5     1         descriptor  Ljava/lang/String;
            0    5     2            visible  Z
            2    5     3  annotationPrinter  Lorg/objectweb/asm/util/Printer;
    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=7, locals=6, args_size=5
        start local 0 // org.objectweb.asm.util.TraceRecordComponentVisitor 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 93
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceRecordComponentVisitor.printerExperimental:Lorg/objectweb/asm/util/Printer;
         1: .line 94
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            iload 4 /* visible */
         2: .line 93
            invokevirtual org.objectweb.asm.util.Printer.visitRecordComponentTypeAnnotationExperimental:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/util/Printer;
         3: .line 92
            astore 5 /* annotationPrinter */
        start local 5 // org.objectweb.asm.util.Printer annotationPrinter
         4: .line 95
            new org.objectweb.asm.util.TraceAnnotationVisitor
            dup
         5: .line 96
            aload 0 /* this */
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            iload 4 /* visible */
            invokespecial org.objectweb.asm.RecordComponentVisitor.visitTypeAnnotationExperimental:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
         6: .line 97
            aload 5 /* annotationPrinter */
         7: .line 95
            invokespecial org.objectweb.asm.util.TraceAnnotationVisitor.<init>:(Lorg/objectweb/asm/AnnotationVisitor;Lorg/objectweb/asm/util/Printer;)V
            areturn
        end local 5 // org.objectweb.asm.util.Printer annotationPrinter
        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.util.TraceRecordComponentVisitor this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    8     0               this  Lorg/objectweb/asm/util/TraceRecordComponentVisitor;
            0    8     1            typeRef  I
            0    8     2           typePath  Lorg/objectweb/asm/TypePath;
            0    8     3         descriptor  Ljava/lang/String;
            0    8     4            visible  Z
            4    8     5  annotationPrinter  Lorg/objectweb/asm/util/Printer;
    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.util.TraceRecordComponentVisitor this
        start local 1 // org.objectweb.asm.Attribute attribute
         0: .line 102
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceRecordComponentVisitor.printerExperimental:Lorg/objectweb/asm/util/Printer;
            aload 1 /* attribute */
            invokevirtual org.objectweb.asm.util.Printer.visitRecordComponentAttributeExperimental:(Lorg/objectweb/asm/Attribute;)V
         1: .line 103
            aload 0 /* this */
            aload 1 /* attribute */
            invokespecial org.objectweb.asm.RecordComponentVisitor.visitAttributeExperimental:(Lorg/objectweb/asm/Attribute;)V
         2: .line 104
            return
        end local 1 // org.objectweb.asm.Attribute attribute
        end local 0 // org.objectweb.asm.util.TraceRecordComponentVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/objectweb/asm/util/TraceRecordComponentVisitor;
            0    3     1  attribute  Lorg/objectweb/asm/Attribute;
    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.util.TraceRecordComponentVisitor this
         0: .line 108
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceRecordComponentVisitor.printerExperimental:Lorg/objectweb/asm/util/Printer;
            invokevirtual org.objectweb.asm.util.Printer.visitRecordComponentEndExperimental:()V
         1: .line 109
            aload 0 /* this */
            invokespecial org.objectweb.asm.RecordComponentVisitor.visitEndExperimental:()V
         2: .line 110
            return
        end local 0 // org.objectweb.asm.util.TraceRecordComponentVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/util/TraceRecordComponentVisitor;
}
SourceFile: "TraceRecordComponentVisitor.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()