public abstract class org.objectweb.asm.MethodVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.objectweb.asm.MethodVisitor
  super_class: java.lang.Object
{
  private static final java.lang.String REQUIRES_ASM5;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "This feature requires ASM5"

  protected final int api;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected org.objectweb.asm.MethodVisitor mv;
    descriptor: Lorg/objectweb/asm/MethodVisitor;
    flags: (0x0004) ACC_PROTECTED

  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.MethodVisitor this
        start local 1 // int api
         0: .line 70
            aload 0 /* this */
            iload 1 /* api */
            aconst_null
            invokespecial org.objectweb.asm.MethodVisitor.<init>:(ILorg/objectweb/asm/MethodVisitor;)V
         1: .line 71
            return
        end local 1 // int api
        end local 0 // org.objectweb.asm.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/MethodVisitor;
            0    2     1   api  I
    MethodParameters:
      Name  Flags
      api   final

  public void <init>(int, org.objectweb.asm.MethodVisitor);
    descriptor: (ILorg/objectweb/asm/MethodVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.objectweb.asm.MethodVisitor this
        start local 1 // int api
        start local 2 // org.objectweb.asm.MethodVisitor methodVisitor
         0: .line 82
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 83
            iload 1 /* api */
            ldc 393216
            if_icmpeq 6
         2: .line 84
            iload 1 /* api */
            ldc 327680
            if_icmpeq 6
         3: .line 85
            iload 1 /* api */
            ldc 262144
            if_icmpeq 6
         4: .line 86
            iload 1 /* api */
            ldc 17235968
            if_icmpeq 6
         5: .line 87
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         6: .line 89
      StackMap locals: org.objectweb.asm.MethodVisitor int org.objectweb.asm.MethodVisitor
      StackMap stack:
            aload 0 /* this */
            iload 1 /* api */
            putfield org.objectweb.asm.MethodVisitor.api:I
         7: .line 90
            aload 0 /* this */
            aload 2 /* methodVisitor */
            putfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
         8: .line 91
            return
        end local 2 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 1 // int api
        end local 0 // org.objectweb.asm.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lorg/objectweb/asm/MethodVisitor;
            0    9     1            api  I
            0    9     2  methodVisitor  Lorg/objectweb/asm/MethodVisitor;
    MethodParameters:
               Name  Flags
      api            final
      methodVisitor  final

  public void visitParameter(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.MethodVisitor this
        start local 1 // java.lang.String name
        start local 2 // int access
         0: .line 105
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.api:I
            ldc 327680
            if_icmpge 2
         1: .line 106
            new java.lang.UnsupportedOperationException
            dup
            ldc "This feature requires ASM5"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 4
         3: .line 109
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* name */
            iload 2 /* access */
            invokevirtual org.objectweb.asm.MethodVisitor.visitParameter:(Ljava/lang/String;I)V
         4: .line 111
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int access
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/objectweb/asm/MethodVisitor;
            0    5     1    name  Ljava/lang/String;
            0    5     2  access  I
    MethodParameters:
        Name  Flags
      name    final
      access  final

  public org.objectweb.asm.AnnotationVisitor visitAnnotationDefault();
    descriptor: ()Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.MethodVisitor this
         0: .line 122
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 2
         1: .line 123
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            invokevirtual org.objectweb.asm.MethodVisitor.visitAnnotationDefault:()Lorg/objectweb/asm/AnnotationVisitor;
            areturn
         2: .line 125
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.objectweb.asm.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/MethodVisitor;

  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=3, args_size=3
        start local 0 // org.objectweb.asm.MethodVisitor this
        start local 1 // java.lang.String descriptor
        start local 2 // boolean visible
         0: .line 137
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 2
         1: .line 138
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* descriptor */
            iload 2 /* visible */
            invokevirtual org.objectweb.asm.MethodVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            areturn
         2: .line 140
      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.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/objectweb/asm/MethodVisitor;
            0    3     1  descriptor  Ljava/lang/String;
            0    3     2     visible  Z
    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=5, args_size=5
        start local 0 // org.objectweb.asm.MethodVisitor 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 161
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.api:I
            ldc 327680
            if_icmpge 2
         1: .line 162
            new java.lang.UnsupportedOperationException
            dup
            ldc "This feature requires ASM5"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 4
         3: .line 165
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            iload 4 /* visible */
            invokevirtual org.objectweb.asm.MethodVisitor.visitTypeAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            areturn
         4: .line 167
      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.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/objectweb/asm/MethodVisitor;
            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
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      descriptor  final
      visible     final

  public void visitAnnotableParameterCount(int, boolean);
    descriptor: (IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.MethodVisitor this
        start local 1 // int parameterCount
        start local 2 // boolean visible
         0: .line 185
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 2
         1: .line 186
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* parameterCount */
            iload 2 /* visible */
            invokevirtual org.objectweb.asm.MethodVisitor.visitAnnotableParameterCount:(IZ)V
         2: .line 188
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean visible
        end local 1 // int parameterCount
        end local 0 // org.objectweb.asm.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/objectweb/asm/MethodVisitor;
            0    3     1  parameterCount  I
            0    3     2         visible  Z
    MethodParameters:
                Name  Flags
      parameterCount  final
      visible         final

  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=4, args_size=4
        start local 0 // org.objectweb.asm.MethodVisitor this
        start local 1 // int parameter
        start local 2 // java.lang.String descriptor
        start local 3 // boolean visible
         0: .line 206
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 2
         1: .line 207
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* parameter */
            aload 2 /* descriptor */
            iload 3 /* visible */
            invokevirtual org.objectweb.asm.MethodVisitor.visitParameterAnnotation:(ILjava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            areturn
         2: .line 209
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // boolean visible
        end local 2 // java.lang.String descriptor
        end local 1 // int parameter
        end local 0 // org.objectweb.asm.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/objectweb/asm/MethodVisitor;
            0    3     1   parameter  I
            0    3     2  descriptor  Ljava/lang/String;
            0    3     3     visible  Z
    MethodParameters:
            Name  Flags
      parameter   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.MethodVisitor this
        start local 1 // org.objectweb.asm.Attribute attribute
         0: .line 218
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 2
         1: .line 219
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* attribute */
            invokevirtual org.objectweb.asm.MethodVisitor.visitAttribute:(Lorg/objectweb/asm/Attribute;)V
         2: .line 221
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.objectweb.asm.Attribute attribute
        end local 0 // org.objectweb.asm.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/objectweb/asm/MethodVisitor;
            0    3     1  attribute  Lorg/objectweb/asm/Attribute;
    MethodParameters:
           Name  Flags
      attribute  final

  public void visitCode();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.MethodVisitor this
         0: .line 225
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 2
         1: .line 226
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            invokevirtual org.objectweb.asm.MethodVisitor.visitCode:()V
         2: .line 228
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.objectweb.asm.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/MethodVisitor;

  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.MethodVisitor 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 293
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 2
         1: .line 294
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* type */
            iload 2 /* nLocal */
            aload 3 /* local */
            iload 4 /* nStack */
            aload 5 /* stack */
            invokevirtual org.objectweb.asm.MethodVisitor.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
         2: .line 296
      StackMap locals:
      StackMap stack:
            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.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/objectweb/asm/MethodVisitor;
            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.MethodVisitor this
        start local 1 // int opcode
         0: .line 317
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 2
         1: .line 318
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* opcode */
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         2: .line 320
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/objectweb/asm/MethodVisitor;
            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.MethodVisitor this
        start local 1 // int opcode
        start local 2 // int operand
         0: .line 337
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 2
         1: .line 338
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* opcode */
            iload 2 /* operand */
            invokevirtual org.objectweb.asm.MethodVisitor.visitIntInsn:(II)V
         2: .line 340
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int operand
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/objectweb/asm/MethodVisitor;
            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.MethodVisitor this
        start local 1 // int opcode
        start local 2 // int var
         0: .line 352
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 2
         1: .line 353
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* opcode */
            iload 2 /* var */
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         2: .line 355
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int var
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/objectweb/asm/MethodVisitor;
            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.MethodVisitor this
        start local 1 // int opcode
        start local 2 // java.lang.String type
         0: .line 367
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 2
         1: .line 368
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* opcode */
            aload 2 /* type */
            invokevirtual org.objectweb.asm.MethodVisitor.visitTypeInsn:(ILjava/lang/String;)V
         2: .line 370
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String type
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/objectweb/asm/MethodVisitor;
            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.MethodVisitor 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 descriptor
         0: .line 384
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 2
         1: .line 385
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* opcode */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            invokevirtual org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         2: .line 387
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.String descriptor
        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.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/objectweb/asm/MethodVisitor;
            0    3     1      opcode  I
            0    3     2       owner  Ljava/lang/String;
            0    3     3        name  Ljava/lang/String;
            0    3     4  descriptor  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      opcode      final
      owner       final
      name        final
      descriptor  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=6, locals=6, args_size=5
        start local 0 // org.objectweb.asm.MethodVisitor 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 descriptor
         0: .line 403
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.api:I
            ldc 327680
            if_icmplt 6
         1: .line 404
            iload 1 /* opcode */
            sipush 185
            if_icmpne 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 5 /* isInterface */
        start local 5 // boolean isInterface
         4: .line 405
            aload 0 /* this */
            iload 1 /* opcode */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            iload 5 /* isInterface */
            invokevirtual org.objectweb.asm.MethodVisitor.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
         5: .line 406
            return
        end local 5 // boolean isInterface
         6: .line 408
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 8
         7: .line 409
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* opcode */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            invokevirtual org.objectweb.asm.MethodVisitor.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         8: .line 411
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.String descriptor
        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.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lorg/objectweb/asm/MethodVisitor;
            0    9     1       opcode  I
            0    9     2        owner  Ljava/lang/String;
            0    9     3         name  Ljava/lang/String;
            0    9     4   descriptor  Ljava/lang/String;
            4    6     5  isInterface  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      opcode      final
      owner       final
      name        final
      descriptor  final

  public void visitMethodInsn(int, java.lang.String, java.lang.String, java.lang.String, boolean);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.objectweb.asm.MethodVisitor 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 descriptor
        start local 5 // boolean isInterface
         0: .line 430
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.api:I
            ldc 327680
            if_icmpge 7
         1: .line 431
            iload 5 /* isInterface */
            iload 1 /* opcode */
            sipush 185
            if_icmpne 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack: int
         2: iconst_0
      StackMap locals: org.objectweb.asm.MethodVisitor int java.lang.String java.lang.String java.lang.String int
      StackMap stack: int int
         3: if_icmpeq 5
         4: .line 432
            new java.lang.IllegalArgumentException
            dup
            ldc "INVOKESPECIAL/STATIC on interfaces requires ASM5"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opcode */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            invokevirtual org.objectweb.asm.MethodVisitor.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         6: .line 435
            return
         7: .line 437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 9
         8: .line 438
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* opcode */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            iload 5 /* isInterface */
            invokevirtual org.objectweb.asm.MethodVisitor.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
         9: .line 440
      StackMap locals:
      StackMap stack:
            return
        end local 5 // boolean isInterface
        end local 4 // java.lang.String descriptor
        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.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lorg/objectweb/asm/MethodVisitor;
            0   10     1       opcode  I
            0   10     2        owner  Ljava/lang/String;
            0   10     3         name  Ljava/lang/String;
            0   10     4   descriptor  Ljava/lang/String;
            0   10     5  isInterface  Z
    MethodParameters:
             Name  Flags
      opcode       final
      owner        final
      name         final
      descriptor   final
      isInterface  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.MethodVisitor this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String descriptor
        start local 3 // org.objectweb.asm.Handle bootstrapMethodHandle
        start local 4 // java.lang.Object[] bootstrapMethodArguments
         0: .line 458
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.api:I
            ldc 327680
            if_icmpge 2
         1: .line 459
            new java.lang.UnsupportedOperationException
            dup
            ldc "This feature requires ASM5"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 461
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 4
         3: .line 462
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* name */
            aload 2 /* descriptor */
            aload 3 /* bootstrapMethodHandle */
            aload 4 /* bootstrapMethodArguments */
            invokevirtual org.objectweb.asm.MethodVisitor.visitInvokeDynamicInsn:(Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Handle;[Ljava/lang/Object;)V
         4: .line 464
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.Object[] bootstrapMethodArguments
        end local 3 // org.objectweb.asm.Handle bootstrapMethodHandle
        end local 2 // java.lang.String descriptor
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    5     0                      this  Lorg/objectweb/asm/MethodVisitor;
            0    5     1                      name  Ljava/lang/String;
            0    5     2                descriptor  Ljava/lang/String;
            0    5     3     bootstrapMethodHandle  Lorg/objectweb/asm/Handle;
            0    5     4  bootstrapMethodArguments  [Ljava/lang/Object;
    MethodParameters:
                          Name  Flags
      name                      final
      descriptor                final
      bootstrapMethodHandle     final
      bootstrapMethodArguments  final

  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.MethodVisitor this
        start local 1 // int opcode
        start local 2 // org.objectweb.asm.Label label
         0: .line 477
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 2
         1: .line 478
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* opcode */
            aload 2 /* label */
            invokevirtual org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
         2: .line 480
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.objectweb.asm.Label label
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/objectweb/asm/MethodVisitor;
            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.MethodVisitor this
        start local 1 // org.objectweb.asm.Label label
         0: .line 488
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 2
         1: .line 489
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* label */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
         2: .line 491
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.objectweb.asm.Label label
        end local 0 // org.objectweb.asm.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/objectweb/asm/MethodVisitor;
            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=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.MethodVisitor this
        start local 1 // java.lang.Object value
         0: .line 541
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.api:I
            ldc 327680
            if_icmpge 4
         1: .line 542
            aload 1 /* value */
            instanceof org.objectweb.asm.Handle
            ifne 3
         2: .line 543
            aload 1 /* value */
            instanceof org.objectweb.asm.Type
            ifeq 4
            aload 1 /* value */
            checkcast org.objectweb.asm.Type
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 11
            if_icmpne 4
         3: .line 544
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            ldc "This feature requires ASM5"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 546
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.api:I
            ldc 17235968
            if_icmpeq 6
            aload 1 /* value */
            instanceof org.objectweb.asm.ConstantDynamic
            ifeq 6
         5: .line 547
            new java.lang.UnsupportedOperationException
            dup
            ldc "This feature requires ASM7"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 549
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 8
         7: .line 550
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* value */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
         8: .line 552
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object value
        end local 0 // org.objectweb.asm.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/objectweb/asm/MethodVisitor;
            0    9     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  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.MethodVisitor this
        start local 1 // int var
        start local 2 // int increment
         0: .line 561
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 2
         1: .line 562
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* var */
            iload 2 /* increment */
            invokevirtual org.objectweb.asm.MethodVisitor.visitIincInsn:(II)V
         2: .line 564
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int increment
        end local 1 // int var
        end local 0 // org.objectweb.asm.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/objectweb/asm/MethodVisitor;
            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.MethodVisitor 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 577
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 2
         1: .line 578
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* min */
            iload 2 /* max */
            aload 3 /* dflt */
            aload 4 /* labels */
            invokevirtual org.objectweb.asm.MethodVisitor.visitTableSwitchInsn:(IILorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V
         2: .line 580
      StackMap locals:
      StackMap stack:
            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.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/objectweb/asm/MethodVisitor;
            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.MethodVisitor this
        start local 1 // org.objectweb.asm.Label dflt
        start local 2 // int[] keys
        start local 3 // org.objectweb.asm.Label[] labels
         0: .line 591
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 2
         1: .line 592
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* dflt */
            aload 2 /* keys */
            aload 3 /* labels */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLookupSwitchInsn:(Lorg/objectweb/asm/Label;[I[Lorg/objectweb/asm/Label;)V
         2: .line 594
      StackMap locals:
      StackMap stack:
            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.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/objectweb/asm/MethodVisitor;
            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.MethodVisitor this
        start local 1 // java.lang.String descriptor
        start local 2 // int numDimensions
         0: .line 603
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 2
         1: .line 604
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* descriptor */
            iload 2 /* numDimensions */
            invokevirtual org.objectweb.asm.MethodVisitor.visitMultiANewArrayInsn:(Ljava/lang/String;I)V
         2: .line 606
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int numDimensions
        end local 1 // java.lang.String descriptor
        end local 0 // org.objectweb.asm.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/objectweb/asm/MethodVisitor;
            0    3     1     descriptor  Ljava/lang/String;
            0    3     2  numDimensions  I
    MethodParameters:
               Name  Flags
      descriptor     final
      numDimensions  final

  public org.objectweb.asm.AnnotationVisitor visitInsnAnnotation(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.MethodVisitor 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 629
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.api:I
            ldc 327680
            if_icmpge 2
         1: .line 630
            new java.lang.UnsupportedOperationException
            dup
            ldc "This feature requires ASM5"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 632
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 4
         3: .line 633
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            iload 4 /* visible */
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsnAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            areturn
         4: .line 635
      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.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/objectweb/asm/MethodVisitor;
            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
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      descriptor  final
      visible     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.MethodVisitor 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 655
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 2
         1: .line 656
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* start */
            aload 2 /* end */
            aload 3 /* handler */
            aload 4 /* type */
            invokevirtual org.objectweb.asm.MethodVisitor.visitTryCatchBlock:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
         2: .line 658
      StackMap locals:
      StackMap stack:
            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.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/objectweb/asm/MethodVisitor;
            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 org.objectweb.asm.AnnotationVisitor visitTryCatchAnnotation(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.MethodVisitor 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 677
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.api:I
            ldc 327680
            if_icmpge 2
         1: .line 678
            new java.lang.UnsupportedOperationException
            dup
            ldc "This feature requires ASM5"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 680
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 4
         3: .line 681
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            iload 4 /* visible */
            invokevirtual org.objectweb.asm.MethodVisitor.visitTryCatchAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            areturn
         4: .line 683
      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.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/objectweb/asm/MethodVisitor;
            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
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      descriptor  final
      visible     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.MethodVisitor this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String descriptor
        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 707
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 2
         1: .line 708
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* name */
            aload 2 /* descriptor */
            aload 3 /* signature */
            aload 4 /* start */
            aload 5 /* end */
            iload 6 /* index */
            invokevirtual 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 710
      StackMap locals:
      StackMap stack:
            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 descriptor
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/objectweb/asm/MethodVisitor;
            0    3     1        name  Ljava/lang/String;
            0    3     2  descriptor  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
      descriptor  final
      signature   final
      start       final
      end         final
      index       final

  public org.objectweb.asm.AnnotationVisitor visitLocalVariableAnnotation(int, org.objectweb.asm.TypePath, org.objectweb.asm.Label[], org.objectweb.asm.Label[], int[], java.lang.String, boolean);
    descriptor: (ILorg/objectweb/asm/TypePath;[Lorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;[ILjava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // org.objectweb.asm.MethodVisitor this
        start local 1 // int typeRef
        start local 2 // org.objectweb.asm.TypePath typePath
        start local 3 // org.objectweb.asm.Label[] start
        start local 4 // org.objectweb.asm.Label[] end
        start local 5 // int[] index
        start local 6 // java.lang.String descriptor
        start local 7 // boolean visible
         0: .line 740
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.api:I
            ldc 327680
            if_icmpge 2
         1: .line 741
            new java.lang.UnsupportedOperationException
            dup
            ldc "This feature requires ASM5"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 743
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 6
         3: .line 744
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
         4: .line 745
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* start */
            aload 4 /* end */
            aload 5 /* index */
            aload 6 /* descriptor */
            iload 7 /* visible */
         5: .line 744
            invokevirtual org.objectweb.asm.MethodVisitor.visitLocalVariableAnnotation:(ILorg/objectweb/asm/TypePath;[Lorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;[ILjava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            areturn
         6: .line 747
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 7 // boolean visible
        end local 6 // java.lang.String descriptor
        end local 5 // int[] index
        end local 4 // org.objectweb.asm.Label[] end
        end local 3 // org.objectweb.asm.Label[] start
        end local 2 // org.objectweb.asm.TypePath typePath
        end local 1 // int typeRef
        end local 0 // org.objectweb.asm.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/objectweb/asm/MethodVisitor;
            0    7     1     typeRef  I
            0    7     2    typePath  Lorg/objectweb/asm/TypePath;
            0    7     3       start  [Lorg/objectweb/asm/Label;
            0    7     4         end  [Lorg/objectweb/asm/Label;
            0    7     5       index  [I
            0    7     6  descriptor  Ljava/lang/String;
            0    7     7     visible  Z
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      start       final
      end         final
      index       final
      descriptor  final
      visible     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.MethodVisitor this
        start local 1 // int line
        start local 2 // org.objectweb.asm.Label start
         0: .line 760
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 2
         1: .line 761
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* line */
            aload 2 /* start */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLineNumber:(ILorg/objectweb/asm/Label;)V
         2: .line 763
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.objectweb.asm.Label start
        end local 1 // int line
        end local 0 // org.objectweb.asm.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/objectweb/asm/MethodVisitor;
            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.MethodVisitor this
        start local 1 // int maxStack
        start local 2 // int maxLocals
         0: .line 772
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 2
         1: .line 773
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* maxStack */
            iload 2 /* maxLocals */
            invokevirtual org.objectweb.asm.MethodVisitor.visitMaxs:(II)V
         2: .line 775
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int maxLocals
        end local 1 // int maxStack
        end local 0 // org.objectweb.asm.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/objectweb/asm/MethodVisitor;
            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.MethodVisitor this
         0: .line 782
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            ifnull 2
         1: .line 783
            aload 0 /* this */
            getfield org.objectweb.asm.MethodVisitor.mv:Lorg/objectweb/asm/MethodVisitor;
            invokevirtual org.objectweb.asm.MethodVisitor.visitEnd:()V
         2: .line 785
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.objectweb.asm.MethodVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/MethodVisitor;
}
SourceFile: "MethodVisitor.java"