public final class org.objectweb.asm.util.TraceMethodVisitor extends org.objectweb.asm.MethodVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.objectweb.asm.util.TraceMethodVisitor
  super_class: org.objectweb.asm.MethodVisitor
{
  public final org.objectweb.asm.util.Printer p;
    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.TraceMethodVisitor this
        start local 1 // org.objectweb.asm.util.Printer p
         0: .line 50
            aload 0 /* this */
            aconst_null
            aload 1 /* p */
            invokespecial org.objectweb.asm.util.TraceMethodVisitor.<init>:(Lorg/objectweb/asm/MethodVisitor;Lorg/objectweb/asm/util/Printer;)V
         1: .line 51
            return
        end local 1 // org.objectweb.asm.util.Printer p
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    2     1     p  Lorg/objectweb/asm/util/Printer;
    MethodParameters:
      Name  Flags
      p     final

  public void <init>(org.objectweb.asm.MethodVisitor, org.objectweb.asm.util.Printer);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;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.TraceMethodVisitor this
        start local 1 // org.objectweb.asm.MethodVisitor mv
        start local 2 // org.objectweb.asm.util.Printer p
         0: .line 54
            aload 0 /* this */
            ldc 262144
            aload 1 /* mv */
            invokespecial org.objectweb.asm.MethodVisitor.<init>:(ILorg/objectweb/asm/MethodVisitor;)V
         1: .line 55
            aload 0 /* this */
            aload 2 /* p */
            putfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
         2: .line 56
            return
        end local 2 // org.objectweb.asm.util.Printer p
        end local 1 // org.objectweb.asm.MethodVisitor mv
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    3     1    mv  Lorg/objectweb/asm/MethodVisitor;
            0    3     2     p  Lorg/objectweb/asm/util/Printer;
    MethodParameters:
      Name  Flags
      mv    final
      p     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=4, locals=5, args_size=3
        start local 0 // org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // java.lang.String desc
        start local 2 // boolean visible
         0: .line 61
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            aload 1 /* desc */
            iload 2 /* visible */
            invokevirtual org.objectweb.asm.util.Printer.visitMethodAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/util/Printer;
            astore 3 /* p */
        start local 3 // org.objectweb.asm.util.Printer p
         1: .line 62
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnonnull 2
            aconst_null
            goto 5
      StackMap locals: org.objectweb.asm.util.Printer
      StackMap stack:
         2: aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* desc */
         3: .line 63
            iload 2 /* visible */
         4: .line 62
            invokevirtual org.objectweb.asm.MethodVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
      StackMap locals:
      StackMap stack: org.objectweb.asm.AnnotationVisitor
         5: astore 4 /* av */
        start local 4 // org.objectweb.asm.AnnotationVisitor av
         6: .line 64
            new org.objectweb.asm.util.TraceAnnotationVisitor
            dup
            aload 4 /* av */
            aload 3 /* p */
            invokespecial org.objectweb.asm.util.TraceAnnotationVisitor.<init>:(Lorg/objectweb/asm/AnnotationVisitor;Lorg/objectweb/asm/util/Printer;)V
            areturn
        end local 4 // org.objectweb.asm.AnnotationVisitor av
        end local 3 // org.objectweb.asm.util.Printer p
        end local 2 // boolean visible
        end local 1 // java.lang.String desc
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    7     1     desc  Ljava/lang/String;
            0    7     2  visible  Z
            1    7     3        p  Lorg/objectweb/asm/util/Printer;
            6    7     4       av  Lorg/objectweb/asm/AnnotationVisitor;
    MethodParameters:
         Name  Flags
      desc     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.TraceMethodVisitor this
        start local 1 // org.objectweb.asm.Attribute attr
         0: .line 69
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            aload 1 /* attr */
            invokevirtual org.objectweb.asm.util.Printer.visitMethodAttribute:(Lorg/objectweb/asm/Attribute;)V
         1: .line 70
            aload 0 /* this */
            aload 1 /* attr */
            invokespecial org.objectweb.asm.MethodVisitor.visitAttribute:(Lorg/objectweb/asm/Attribute;)V
         2: .line 71
            return
        end local 1 // org.objectweb.asm.Attribute attr
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    3     1  attr  Lorg/objectweb/asm/Attribute;
    MethodParameters:
      Name  Flags
      attr  final

  public org.objectweb.asm.AnnotationVisitor visitAnnotationDefault();
    descriptor: ()Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.objectweb.asm.util.TraceMethodVisitor this
         0: .line 75
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            invokevirtual org.objectweb.asm.util.Printer.visitAnnotationDefault:()Lorg/objectweb/asm/util/Printer;
            astore 1 /* p */
        start local 1 // org.objectweb.asm.util.Printer p
         1: .line 76
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: org.objectweb.asm.util.Printer
      StackMap stack:
         2: aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            invokevirtual org.objectweb.asm.MethodVisitor.visitAnnotationDefault:()Lorg/objectweb/asm/AnnotationVisitor;
      StackMap locals:
      StackMap stack: org.objectweb.asm.AnnotationVisitor
         3: astore 2 /* av */
        start local 2 // org.objectweb.asm.AnnotationVisitor av
         4: .line 77
            new org.objectweb.asm.util.TraceAnnotationVisitor
            dup
            aload 2 /* av */
            aload 1 /* p */
            invokespecial org.objectweb.asm.util.TraceAnnotationVisitor.<init>:(Lorg/objectweb/asm/AnnotationVisitor;Lorg/objectweb/asm/util/Printer;)V
            areturn
        end local 2 // org.objectweb.asm.AnnotationVisitor av
        end local 1 // org.objectweb.asm.util.Printer p
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            1    5     1     p  Lorg/objectweb/asm/util/Printer;
            4    5     2    av  Lorg/objectweb/asm/AnnotationVisitor;

  public org.objectweb.asm.AnnotationVisitor visitParameterAnnotation(int, java.lang.String, boolean);
    descriptor: (ILjava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int parameter
        start local 2 // java.lang.String desc
        start local 3 // boolean visible
         0: .line 83
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            iload 1 /* parameter */
            aload 2 /* desc */
            iload 3 /* visible */
            invokevirtual org.objectweb.asm.util.Printer.visitParameterAnnotation:(ILjava/lang/String;Z)Lorg/objectweb/asm/util/Printer;
            astore 4 /* p */
        start local 4 // org.objectweb.asm.util.Printer p
         1: .line 84
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnonnull 2
            aconst_null
            goto 5
      StackMap locals: org.objectweb.asm.util.Printer
      StackMap stack:
         2: aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
         3: .line 85
            iload 1 /* parameter */
            aload 2 /* desc */
            iload 3 /* visible */
         4: .line 84
            invokevirtual org.objectweb.asm.MethodVisitor.visitParameterAnnotation:(ILjava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
      StackMap locals:
      StackMap stack: org.objectweb.asm.AnnotationVisitor
         5: astore 5 /* av */
        start local 5 // org.objectweb.asm.AnnotationVisitor av
         6: .line 86
            new org.objectweb.asm.util.TraceAnnotationVisitor
            dup
            aload 5 /* av */
            aload 4 /* p */
            invokespecial org.objectweb.asm.util.TraceAnnotationVisitor.<init>:(Lorg/objectweb/asm/AnnotationVisitor;Lorg/objectweb/asm/util/Printer;)V
            areturn
        end local 5 // org.objectweb.asm.AnnotationVisitor av
        end local 4 // org.objectweb.asm.util.Printer p
        end local 3 // boolean visible
        end local 2 // java.lang.String desc
        end local 1 // int parameter
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    7     1  parameter  I
            0    7     2       desc  Ljava/lang/String;
            0    7     3    visible  Z
            1    7     4          p  Lorg/objectweb/asm/util/Printer;
            6    7     5         av  Lorg/objectweb/asm/AnnotationVisitor;
    MethodParameters:
           Name  Flags
      parameter  final
      desc       final
      visible    final

  public void visitCode();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.util.TraceMethodVisitor this
         0: .line 91
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            invokevirtual org.objectweb.asm.util.Printer.visitCode:()V
         1: .line 92
            aload 0 /* this */
            invokespecial org.objectweb.asm.MethodVisitor.visitCode:()V
         2: .line 93
            return
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/util/TraceMethodVisitor;

  public void visitFrame(int, int, java.lang.Object[], int, java.lang.Object[]);
    descriptor: (II[Ljava/lang/Object;I[Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int type
        start local 2 // int nLocal
        start local 3 // java.lang.Object[] local
        start local 4 // int nStack
        start local 5 // java.lang.Object[] stack
         0: .line 98
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            iload 1 /* type */
            iload 2 /* nLocal */
            aload 3 /* local */
            iload 4 /* nStack */
            aload 5 /* stack */
            invokevirtual org.objectweb.asm.util.Printer.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
         1: .line 99
            aload 0 /* this */
            iload 1 /* type */
            iload 2 /* nLocal */
            aload 3 /* local */
            iload 4 /* nStack */
            aload 5 /* stack */
            invokespecial org.objectweb.asm.MethodVisitor.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
         2: .line 100
            return
        end local 5 // java.lang.Object[] stack
        end local 4 // int nStack
        end local 3 // java.lang.Object[] local
        end local 2 // int nLocal
        end local 1 // int type
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    3     1    type  I
            0    3     2  nLocal  I
            0    3     3   local  [Ljava/lang/Object;
            0    3     4  nStack  I
            0    3     5   stack  [Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      type    final
      nLocal  final
      local   final
      nStack  final
      stack   final

  public void visitInsn(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int opcode
         0: .line 104
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            iload 1 /* opcode */
            invokevirtual org.objectweb.asm.util.Printer.visitInsn:(I)V
         1: .line 105
            aload 0 /* this */
            iload 1 /* opcode */
            invokespecial org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         2: .line 106
            return
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    3     1  opcode  I
    MethodParameters:
        Name  Flags
      opcode  final

  public void visitIntInsn(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int opcode
        start local 2 // int operand
         0: .line 110
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            iload 1 /* opcode */
            iload 2 /* operand */
            invokevirtual org.objectweb.asm.util.Printer.visitIntInsn:(II)V
         1: .line 111
            aload 0 /* this */
            iload 1 /* opcode */
            iload 2 /* operand */
            invokespecial org.objectweb.asm.MethodVisitor.visitIntInsn:(II)V
         2: .line 112
            return
        end local 2 // int operand
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    3     1   opcode  I
            0    3     2  operand  I
    MethodParameters:
         Name  Flags
      opcode   final
      operand  final

  public void visitVarInsn(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int opcode
        start local 2 // int var
         0: .line 116
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            iload 1 /* opcode */
            iload 2 /* var */
            invokevirtual org.objectweb.asm.util.Printer.visitVarInsn:(II)V
         1: .line 117
            aload 0 /* this */
            iload 1 /* opcode */
            iload 2 /* var */
            invokespecial org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         2: .line 118
            return
        end local 2 // int var
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    3     1  opcode  I
            0    3     2     var  I
    MethodParameters:
        Name  Flags
      opcode  final
      var     final

  public void visitTypeInsn(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int opcode
        start local 2 // java.lang.String type
         0: .line 122
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            iload 1 /* opcode */
            aload 2 /* type */
            invokevirtual org.objectweb.asm.util.Printer.visitTypeInsn:(ILjava/lang/String;)V
         1: .line 123
            aload 0 /* this */
            iload 1 /* opcode */
            aload 2 /* type */
            invokespecial org.objectweb.asm.MethodVisitor.visitTypeInsn:(ILjava/lang/String;)V
         2: .line 124
            return
        end local 2 // java.lang.String type
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    3     1  opcode  I
            0    3     2    type  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      opcode  final
      type    final

  public void visitFieldInsn(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=5, locals=5, args_size=5
        start local 0 // org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int opcode
        start local 2 // java.lang.String owner
        start local 3 // java.lang.String name
        start local 4 // java.lang.String desc
         0: .line 129
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            iload 1 /* opcode */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* desc */
            invokevirtual org.objectweb.asm.util.Printer.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 130
            aload 0 /* this */
            iload 1 /* opcode */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* desc */
            invokespecial org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         2: .line 131
            return
        end local 4 // java.lang.String desc
        end local 3 // java.lang.String name
        end local 2 // java.lang.String owner
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    3     1  opcode  I
            0    3     2   owner  Ljava/lang/String;
            0    3     3    name  Ljava/lang/String;
            0    3     4    desc  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      opcode  final
      owner   final
      name    final
      desc    final

  public void visitMethodInsn(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=5, locals=5, args_size=5
        start local 0 // org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int opcode
        start local 2 // java.lang.String owner
        start local 3 // java.lang.String name
        start local 4 // java.lang.String desc
         0: .line 136
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            iload 1 /* opcode */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* desc */
            invokevirtual org.objectweb.asm.util.Printer.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 137
            aload 0 /* this */
            iload 1 /* opcode */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* desc */
            invokespecial org.objectweb.asm.MethodVisitor.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         2: .line 138
            return
        end local 4 // java.lang.String desc
        end local 3 // java.lang.String name
        end local 2 // java.lang.String owner
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    3     1  opcode  I
            0    3     2   owner  Ljava/lang/String;
            0    3     3    name  Ljava/lang/String;
            0    3     4    desc  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      opcode  final
      owner   final
      name    final
      desc    final

  public void visitInvokeDynamicInsn(java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Handle;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String desc
        start local 3 // org.objectweb.asm.Handle bsm
        start local 4 // java.lang.Object[] bsmArgs
         0: .line 143
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            aload 1 /* name */
            aload 2 /* desc */
            aload 3 /* bsm */
            aload 4 /* bsmArgs */
            invokevirtual org.objectweb.asm.util.Printer.visitInvokeDynamicInsn:(Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Handle;[Ljava/lang/Object;)V
         1: .line 144
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* desc */
            aload 3 /* bsm */
            aload 4 /* bsmArgs */
            invokespecial org.objectweb.asm.MethodVisitor.visitInvokeDynamicInsn:(Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Handle;[Ljava/lang/Object;)V
         2: .line 145
            return
        end local 4 // java.lang.Object[] bsmArgs
        end local 3 // org.objectweb.asm.Handle bsm
        end local 2 // java.lang.String desc
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    3     1     name  Ljava/lang/String;
            0    3     2     desc  Ljava/lang/String;
            0    3     3      bsm  Lorg/objectweb/asm/Handle;
            0    3     4  bsmArgs  [Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      name     
      desc     
      bsm      
      bsmArgs  

  public void visitJumpInsn(int, org.objectweb.asm.Label);
    descriptor: (ILorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int opcode
        start local 2 // org.objectweb.asm.Label label
         0: .line 149
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            iload 1 /* opcode */
            aload 2 /* label */
            invokevirtual org.objectweb.asm.util.Printer.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
         1: .line 150
            aload 0 /* this */
            iload 1 /* opcode */
            aload 2 /* label */
            invokespecial org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
         2: .line 151
            return
        end local 2 // org.objectweb.asm.Label label
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    3     1  opcode  I
            0    3     2   label  Lorg/objectweb/asm/Label;
    MethodParameters:
        Name  Flags
      opcode  final
      label   final

  public void visitLabel(org.objectweb.asm.Label);
    descriptor: (Lorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // org.objectweb.asm.Label label
         0: .line 155
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            aload 1 /* label */
            invokevirtual org.objectweb.asm.util.Printer.visitLabel:(Lorg/objectweb/asm/Label;)V
         1: .line 156
            aload 0 /* this */
            aload 1 /* label */
            invokespecial org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
         2: .line 157
            return
        end local 1 // org.objectweb.asm.Label label
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    3     1  label  Lorg/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      label  final

  public void visitLdcInsn(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // java.lang.Object cst
         0: .line 161
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            aload 1 /* cst */
            invokevirtual org.objectweb.asm.util.Printer.visitLdcInsn:(Ljava/lang/Object;)V
         1: .line 162
            aload 0 /* this */
            aload 1 /* cst */
            invokespecial org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
         2: .line 163
            return
        end local 1 // java.lang.Object cst
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    3     1   cst  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      cst   final

  public void visitIincInsn(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int var
        start local 2 // int increment
         0: .line 167
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            iload 1 /* var */
            iload 2 /* increment */
            invokevirtual org.objectweb.asm.util.Printer.visitIincInsn:(II)V
         1: .line 168
            aload 0 /* this */
            iload 1 /* var */
            iload 2 /* increment */
            invokespecial org.objectweb.asm.MethodVisitor.visitIincInsn:(II)V
         2: .line 169
            return
        end local 2 // int increment
        end local 1 // int var
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    3     1        var  I
            0    3     2  increment  I
    MethodParameters:
           Name  Flags
      var        final
      increment  final

  public void visitTableSwitchInsn(int, int, org.objectweb.asm.Label, org.objectweb.asm.Label[]);
    descriptor: (IILorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int min
        start local 2 // int max
        start local 3 // org.objectweb.asm.Label dflt
        start local 4 // org.objectweb.asm.Label[] labels
         0: .line 174
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            iload 1 /* min */
            iload 2 /* max */
            aload 3 /* dflt */
            aload 4 /* labels */
            invokevirtual org.objectweb.asm.util.Printer.visitTableSwitchInsn:(IILorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V
         1: .line 175
            aload 0 /* this */
            iload 1 /* min */
            iload 2 /* max */
            aload 3 /* dflt */
            aload 4 /* labels */
            invokespecial org.objectweb.asm.MethodVisitor.visitTableSwitchInsn:(IILorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V
         2: .line 176
            return
        end local 4 // org.objectweb.asm.Label[] labels
        end local 3 // org.objectweb.asm.Label dflt
        end local 2 // int max
        end local 1 // int min
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    3     1     min  I
            0    3     2     max  I
            0    3     3    dflt  Lorg/objectweb/asm/Label;
            0    3     4  labels  [Lorg/objectweb/asm/Label;
    MethodParameters:
        Name  Flags
      min     final
      max     final
      dflt    final
      labels  final

  public void visitLookupSwitchInsn(org.objectweb.asm.Label, int[], org.objectweb.asm.Label[]);
    descriptor: (Lorg/objectweb/asm/Label;[I[Lorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // org.objectweb.asm.Label dflt
        start local 2 // int[] keys
        start local 3 // org.objectweb.asm.Label[] labels
         0: .line 181
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            aload 1 /* dflt */
            aload 2 /* keys */
            aload 3 /* labels */
            invokevirtual org.objectweb.asm.util.Printer.visitLookupSwitchInsn:(Lorg/objectweb/asm/Label;[I[Lorg/objectweb/asm/Label;)V
         1: .line 182
            aload 0 /* this */
            aload 1 /* dflt */
            aload 2 /* keys */
            aload 3 /* labels */
            invokespecial org.objectweb.asm.MethodVisitor.visitLookupSwitchInsn:(Lorg/objectweb/asm/Label;[I[Lorg/objectweb/asm/Label;)V
         2: .line 183
            return
        end local 3 // org.objectweb.asm.Label[] labels
        end local 2 // int[] keys
        end local 1 // org.objectweb.asm.Label dflt
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    3     1    dflt  Lorg/objectweb/asm/Label;
            0    3     2    keys  [I
            0    3     3  labels  [Lorg/objectweb/asm/Label;
    MethodParameters:
        Name  Flags
      dflt    final
      keys    final
      labels  final

  public void visitMultiANewArrayInsn(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // java.lang.String desc
        start local 2 // int dims
         0: .line 187
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            aload 1 /* desc */
            iload 2 /* dims */
            invokevirtual org.objectweb.asm.util.Printer.visitMultiANewArrayInsn:(Ljava/lang/String;I)V
         1: .line 188
            aload 0 /* this */
            aload 1 /* desc */
            iload 2 /* dims */
            invokespecial org.objectweb.asm.MethodVisitor.visitMultiANewArrayInsn:(Ljava/lang/String;I)V
         2: .line 189
            return
        end local 2 // int dims
        end local 1 // java.lang.String desc
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    3     1  desc  Ljava/lang/String;
            0    3     2  dims  I
    MethodParameters:
      Name  Flags
      desc  final
      dims  final

  public void visitTryCatchBlock(org.objectweb.asm.Label, org.objectweb.asm.Label, org.objectweb.asm.Label, java.lang.String);
    descriptor: (Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // org.objectweb.asm.Label start
        start local 2 // org.objectweb.asm.Label end
        start local 3 // org.objectweb.asm.Label handler
        start local 4 // java.lang.String type
         0: .line 194
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            aload 1 /* start */
            aload 2 /* end */
            aload 3 /* handler */
            aload 4 /* type */
            invokevirtual org.objectweb.asm.util.Printer.visitTryCatchBlock:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
         1: .line 195
            aload 0 /* this */
            aload 1 /* start */
            aload 2 /* end */
            aload 3 /* handler */
            aload 4 /* type */
            invokespecial org.objectweb.asm.MethodVisitor.visitTryCatchBlock:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
         2: .line 196
            return
        end local 4 // java.lang.String type
        end local 3 // org.objectweb.asm.Label handler
        end local 2 // org.objectweb.asm.Label end
        end local 1 // org.objectweb.asm.Label start
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    3     1    start  Lorg/objectweb/asm/Label;
            0    3     2      end  Lorg/objectweb/asm/Label;
            0    3     3  handler  Lorg/objectweb/asm/Label;
            0    3     4     type  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      start    final
      end      final
      handler  final
      type     final

  public void visitLocalVariable(java.lang.String, java.lang.String, java.lang.String, org.objectweb.asm.Label, org.objectweb.asm.Label, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String desc
        start local 3 // java.lang.String signature
        start local 4 // org.objectweb.asm.Label start
        start local 5 // org.objectweb.asm.Label end
        start local 6 // int index
         0: .line 202
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            aload 1 /* name */
            aload 2 /* desc */
            aload 3 /* signature */
            aload 4 /* start */
            aload 5 /* end */
            iload 6 /* index */
            invokevirtual org.objectweb.asm.util.Printer.visitLocalVariable:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;I)V
         1: .line 203
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* desc */
            aload 3 /* signature */
            aload 4 /* start */
            aload 5 /* end */
            iload 6 /* index */
            invokespecial org.objectweb.asm.MethodVisitor.visitLocalVariable:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;I)V
         2: .line 204
            return
        end local 6 // int index
        end local 5 // org.objectweb.asm.Label end
        end local 4 // org.objectweb.asm.Label start
        end local 3 // java.lang.String signature
        end local 2 // java.lang.String desc
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    3     1       name  Ljava/lang/String;
            0    3     2       desc  Ljava/lang/String;
            0    3     3  signature  Ljava/lang/String;
            0    3     4      start  Lorg/objectweb/asm/Label;
            0    3     5        end  Lorg/objectweb/asm/Label;
            0    3     6      index  I
    MethodParameters:
           Name  Flags
      name       final
      desc       final
      signature  final
      start      final
      end        final
      index      final

  public void visitLineNumber(int, org.objectweb.asm.Label);
    descriptor: (ILorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int line
        start local 2 // org.objectweb.asm.Label start
         0: .line 208
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            iload 1 /* line */
            aload 2 /* start */
            invokevirtual org.objectweb.asm.util.Printer.visitLineNumber:(ILorg/objectweb/asm/Label;)V
         1: .line 209
            aload 0 /* this */
            iload 1 /* line */
            aload 2 /* start */
            invokespecial org.objectweb.asm.MethodVisitor.visitLineNumber:(ILorg/objectweb/asm/Label;)V
         2: .line 210
            return
        end local 2 // org.objectweb.asm.Label start
        end local 1 // int line
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    3     1   line  I
            0    3     2  start  Lorg/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      line   final
      start  final

  public void visitMaxs(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.util.TraceMethodVisitor this
        start local 1 // int maxStack
        start local 2 // int maxLocals
         0: .line 214
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            iload 1 /* maxStack */
            iload 2 /* maxLocals */
            invokevirtual org.objectweb.asm.util.Printer.visitMaxs:(II)V
         1: .line 215
            aload 0 /* this */
            iload 1 /* maxStack */
            iload 2 /* maxLocals */
            invokespecial org.objectweb.asm.MethodVisitor.visitMaxs:(II)V
         2: .line 216
            return
        end local 2 // int maxLocals
        end local 1 // int maxStack
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/objectweb/asm/util/TraceMethodVisitor;
            0    3     1   maxStack  I
            0    3     2  maxLocals  I
    MethodParameters:
           Name  Flags
      maxStack   final
      maxLocals  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.TraceMethodVisitor this
         0: .line 220
            aload 0 /* this */
            getfield org.objectweb.asm.util.TraceMethodVisitor.p:Lorg/objectweb/asm/util/Printer;
            invokevirtual org.objectweb.asm.util.Printer.visitMethodEnd:()V
         1: .line 221
            aload 0 /* this */
            invokespecial org.objectweb.asm.MethodVisitor.visitEnd:()V
         2: .line 222
            return
        end local 0 // org.objectweb.asm.util.TraceMethodVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/util/TraceMethodVisitor;
}
SourceFile: "TraceMethodVisitor.java"