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 printer;
    descriptor: Lorg/objectweb/asm/util/Printer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  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 53
            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 54
            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;
    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 65
            aload 0 /* this */
            ldc 589824
            aload 1 /* recordComponentVisitor */
            invokespecial org.objectweb.asm.RecordComponentVisitor.<init>:(ILorg/objectweb/asm/RecordComponentVisitor;)V
         1: .line 66
            aload 0 /* this */
            aload 2 /* printer */
            putfield org.objectweb.asm.util.TraceRecordComponentVisitor.printer:Lorg/objectweb/asm/util/Printer;
         2: .line 67
            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;
    MethodParameters:
                        Name  Flags
      recordComponentVisitor  final
      printer                 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=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 71
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceRecordComponentVisitor.printer:Lorg/objectweb/asm/util/Printer;
            aload 1 /* descriptor */
            iload 2 /* visible */
            invokevirtual org.objectweb.asm.util.Printer.visitRecordComponentAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/util/Printer;
            astore 3 /* annotationPrinter */
        start local 3 // org.objectweb.asm.util.Printer annotationPrinter
         1: .line 72
            new org.objectweb.asm.util.TraceAnnotationVisitor
            dup
         2: .line 73
            aload 0 /* this */
            aload 1 /* descriptor */
            iload 2 /* visible */
            invokespecial org.objectweb.asm.RecordComponentVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            aload 3 /* annotationPrinter */
         3: .line 72
            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    4     0               this  Lorg/objectweb/asm/util/TraceRecordComponentVisitor;
            0    4     1         descriptor  Ljava/lang/String;
            0    4     2            visible  Z
            1    4     3  annotationPrinter  Lorg/objectweb/asm/util/Printer;
    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=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 80
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceRecordComponentVisitor.printer:Lorg/objectweb/asm/util/Printer;
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            iload 4 /* visible */
            invokevirtual org.objectweb.asm.util.Printer.visitRecordComponentTypeAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/util/Printer;
         1: .line 79
            astore 5 /* annotationPrinter */
        start local 5 // org.objectweb.asm.util.Printer annotationPrinter
         2: .line 81
            new org.objectweb.asm.util.TraceAnnotationVisitor
            dup
         3: .line 82
            aload 0 /* this */
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            iload 4 /* visible */
            invokespecial org.objectweb.asm.RecordComponentVisitor.visitTypeAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            aload 5 /* annotationPrinter */
         4: .line 81
            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    5     0               this  Lorg/objectweb/asm/util/TraceRecordComponentVisitor;
            0    5     1            typeRef  I
            0    5     2           typePath  Lorg/objectweb/asm/TypePath;
            0    5     3         descriptor  Ljava/lang/String;
            0    5     4            visible  Z
            2    5     5  annotationPrinter  Lorg/objectweb/asm/util/Printer;
    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=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 87
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceRecordComponentVisitor.printer:Lorg/objectweb/asm/util/Printer;
            aload 1 /* attribute */
            invokevirtual org.objectweb.asm.util.Printer.visitRecordComponentAttribute:(Lorg/objectweb/asm/Attribute;)V
         1: .line 88
            aload 0 /* this */
            aload 1 /* attribute */
            invokespecial org.objectweb.asm.RecordComponentVisitor.visitAttribute:(Lorg/objectweb/asm/Attribute;)V
         2: .line 89
            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 visitEnd();
    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 93
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceRecordComponentVisitor.printer:Lorg/objectweb/asm/util/Printer;
            invokevirtual org.objectweb.asm.util.Printer.visitRecordComponentEnd:()V
         1: .line 94
            aload 0 /* this */
            invokespecial org.objectweb.asm.RecordComponentVisitor.visitEnd:()V
         2: .line 95
            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"