public class org.objectweb.asm.tree.MethodNode extends org.objectweb.asm.MethodVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.objectweb.asm.tree.MethodNode
  super_class: org.objectweb.asm.MethodVisitor
{
  public int access;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String desc;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String signature;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.util.List<java.lang.String> exceptions;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Ljava/lang/String;>;

  public java.util.List<org.objectweb.asm.tree.ParameterNode> parameters;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Lorg/objectweb/asm/tree/ParameterNode;>;

  public java.util.List<org.objectweb.asm.tree.AnnotationNode> visibleAnnotations;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Lorg/objectweb/asm/tree/AnnotationNode;>;

  public java.util.List<org.objectweb.asm.tree.AnnotationNode> invisibleAnnotations;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Lorg/objectweb/asm/tree/AnnotationNode;>;

  public java.util.List<org.objectweb.asm.tree.TypeAnnotationNode> visibleTypeAnnotations;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Lorg/objectweb/asm/tree/TypeAnnotationNode;>;

  public java.util.List<org.objectweb.asm.tree.TypeAnnotationNode> invisibleTypeAnnotations;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Lorg/objectweb/asm/tree/TypeAnnotationNode;>;

  public java.util.List<org.objectweb.asm.Attribute> attrs;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Lorg/objectweb/asm/Attribute;>;

  public java.lang.Object annotationDefault;
    descriptor: Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC

  public int visibleAnnotableParameterCount;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public java.util.List<org.objectweb.asm.tree.AnnotationNode>[] visibleParameterAnnotations;
    descriptor: [Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: [Ljava/util/List<Lorg/objectweb/asm/tree/AnnotationNode;>;

  public int invisibleAnnotableParameterCount;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public java.util.List<org.objectweb.asm.tree.AnnotationNode>[] invisibleParameterAnnotations;
    descriptor: [Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: [Ljava/util/List<Lorg/objectweb/asm/tree/AnnotationNode;>;

  public org.objectweb.asm.tree.InsnList instructions;
    descriptor: Lorg/objectweb/asm/tree/InsnList;
    flags: (0x0001) ACC_PUBLIC

  public java.util.List<org.objectweb.asm.tree.TryCatchBlockNode> tryCatchBlocks;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Lorg/objectweb/asm/tree/TryCatchBlockNode;>;

  public int maxStack;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int maxLocals;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public java.util.List<org.objectweb.asm.tree.LocalVariableNode> localVariables;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Lorg/objectweb/asm/tree/LocalVariableNode;>;

  public java.util.List<org.objectweb.asm.tree.LocalVariableAnnotationNode> visibleLocalVariableAnnotations;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Lorg/objectweb/asm/tree/LocalVariableAnnotationNode;>;

  public java.util.List<org.objectweb.asm.tree.LocalVariableAnnotationNode> invisibleLocalVariableAnnotations;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Lorg/objectweb/asm/tree/LocalVariableAnnotationNode;>;

  private boolean visited;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.MethodNode this
         0: .line 158
            aload 0 /* this */
            ldc 458752
            invokespecial org.objectweb.asm.tree.MethodNode.<init>:(I)V
         1: .line 159
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Lorg/objectweb/asm/tree/MethodNode;
            if_acmpeq 3
         2: .line 160
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 162
      StackMap locals: org.objectweb.asm.tree.MethodNode
      StackMap stack:
            return
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/objectweb/asm/tree/MethodNode;

  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.tree.MethodNode this
        start local 1 // int api
         0: .line 171
            aload 0 /* this */
            iload 1 /* api */
            invokespecial org.objectweb.asm.MethodVisitor.<init>:(I)V
         1: .line 172
            aload 0 /* this */
            new org.objectweb.asm.tree.InsnList
            dup
            invokespecial org.objectweb.asm.tree.InsnList.<init>:()V
            putfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
         2: .line 173
            return
        end local 1 // int api
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/tree/MethodNode;
            0    3     1   api  I
    MethodParameters:
      Name  Flags
      api   final

  public void <init>(int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // int access
        start local 2 // java.lang.String name
        start local 3 // java.lang.String descriptor
        start local 4 // java.lang.String signature
        start local 5 // java.lang.String[] exceptions
         0: .line 194
            aload 0 /* this */
            ldc 458752
            iload 1 /* access */
            aload 2 /* name */
            aload 3 /* descriptor */
            aload 4 /* signature */
            aload 5 /* exceptions */
            invokespecial org.objectweb.asm.tree.MethodNode.<init>:(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V
         1: .line 195
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Lorg/objectweb/asm/tree/MethodNode;
            if_acmpeq 3
         2: .line 196
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 198
      StackMap locals: org.objectweb.asm.tree.MethodNode int java.lang.String java.lang.String java.lang.String java.lang.String[]
      StackMap stack:
            return
        end local 5 // java.lang.String[] exceptions
        end local 4 // java.lang.String signature
        end local 3 // java.lang.String descriptor
        end local 2 // java.lang.String name
        end local 1 // int access
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/objectweb/asm/tree/MethodNode;
            0    4     1      access  I
            0    4     2        name  Ljava/lang/String;
            0    4     3  descriptor  Ljava/lang/String;
            0    4     4   signature  Ljava/lang/String;
            0    4     5  exceptions  [Ljava/lang/String;
    MethodParameters:
            Name  Flags
      access      final
      name        final
      descriptor  final
      signature   final
      exceptions  final

  public void <init>(int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]);
    descriptor: (IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=7
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // int api
        start local 2 // int access
        start local 3 // java.lang.String name
        start local 4 // java.lang.String descriptor
        start local 5 // java.lang.String signature
        start local 6 // java.lang.String[] exceptions
         0: .line 220
            aload 0 /* this */
            iload 1 /* api */
            invokespecial org.objectweb.asm.MethodVisitor.<init>:(I)V
         1: .line 221
            aload 0 /* this */
            iload 2 /* access */
            putfield org.objectweb.asm.tree.MethodNode.access:I
         2: .line 222
            aload 0 /* this */
            aload 3 /* name */
            putfield org.objectweb.asm.tree.MethodNode.name:Ljava/lang/String;
         3: .line 223
            aload 0 /* this */
            aload 4 /* descriptor */
            putfield org.objectweb.asm.tree.MethodNode.desc:Ljava/lang/String;
         4: .line 224
            aload 0 /* this */
            aload 5 /* signature */
            putfield org.objectweb.asm.tree.MethodNode.signature:Ljava/lang/String;
         5: .line 225
            aload 0 /* this */
            aload 6 /* exceptions */
            invokestatic org.objectweb.asm.tree.Util.asArrayList:([Ljava/lang/Object;)Ljava/util/List;
            putfield org.objectweb.asm.tree.MethodNode.exceptions:Ljava/util/List;
         6: .line 226
            iload 2 /* access */
            sipush 1024
            iand
            ifne 8
         7: .line 227
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iconst_5
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.objectweb.asm.tree.MethodNode.localVariables:Ljava/util/List;
         8: .line 229
      StackMap locals: org.objectweb.asm.tree.MethodNode int int java.lang.String java.lang.String java.lang.String java.lang.String[]
      StackMap stack:
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.objectweb.asm.tree.MethodNode.tryCatchBlocks:Ljava/util/List;
         9: .line 230
            aload 0 /* this */
            new org.objectweb.asm.tree.InsnList
            dup
            invokespecial org.objectweb.asm.tree.InsnList.<init>:()V
            putfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
        10: .line 231
            return
        end local 6 // java.lang.String[] exceptions
        end local 5 // java.lang.String signature
        end local 4 // java.lang.String descriptor
        end local 3 // java.lang.String name
        end local 2 // int access
        end local 1 // int api
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lorg/objectweb/asm/tree/MethodNode;
            0   11     1         api  I
            0   11     2      access  I
            0   11     3        name  Ljava/lang/String;
            0   11     4  descriptor  Ljava/lang/String;
            0   11     5   signature  Ljava/lang/String;
            0   11     6  exceptions  [Ljava/lang/String;
    MethodParameters:
            Name  Flags
      api         final
      access      final
      name        final
      descriptor  final
      signature   final
      exceptions  final

  public void visitParameter(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // java.lang.String name
        start local 2 // int access
         0: .line 239
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.parameters:Ljava/util/List;
            ifnonnull 2
         1: .line 240
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iconst_5
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.objectweb.asm.tree.MethodNode.parameters:Ljava/util/List;
         2: .line 242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.parameters:Ljava/util/List;
            new org.objectweb.asm.tree.ParameterNode
            dup
            aload 1 /* name */
            iload 2 /* access */
            invokespecial org.objectweb.asm.tree.ParameterNode.<init>:(Ljava/lang/String;I)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 243
            return
        end local 2 // int access
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/objectweb/asm/tree/MethodNode;
            0    4     1    name  Ljava/lang/String;
            0    4     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=6, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.MethodNode this
         0: .line 248
            new org.objectweb.asm.tree.AnnotationNode
            dup
         1: .line 249
            new org.objectweb.asm.tree.MethodNode$1
            dup
            aload 0 /* this */
            iconst_0
            invokespecial org.objectweb.asm.tree.MethodNode$1.<init>:(Lorg/objectweb/asm/tree/MethodNode;I)V
         2: .line 248
            invokespecial org.objectweb.asm.tree.AnnotationNode.<init>:(Ljava/util/List;)V
            areturn
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/tree/MethodNode;

  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=4, args_size=3
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // java.lang.String descriptor
        start local 2 // boolean visible
         0: .line 260
            new org.objectweb.asm.tree.AnnotationNode
            dup
            aload 1 /* descriptor */
            invokespecial org.objectweb.asm.tree.AnnotationNode.<init>:(Ljava/lang/String;)V
            astore 3 /* annotation */
        start local 3 // org.objectweb.asm.tree.AnnotationNode annotation
         1: .line 261
            iload 2 /* visible */
            ifeq 4
         2: .line 262
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleAnnotations:Ljava/util/List;
            aload 3 /* annotation */
            invokestatic org.objectweb.asm.tree.Util.add:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
            putfield org.objectweb.asm.tree.MethodNode.visibleAnnotations:Ljava/util/List;
         3: .line 263
            goto 5
         4: .line 264
      StackMap locals: org.objectweb.asm.tree.AnnotationNode
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleAnnotations:Ljava/util/List;
            aload 3 /* annotation */
            invokestatic org.objectweb.asm.tree.Util.add:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
            putfield org.objectweb.asm.tree.MethodNode.invisibleAnnotations:Ljava/util/List;
         5: .line 266
      StackMap locals:
      StackMap stack:
            aload 3 /* annotation */
            areturn
        end local 3 // org.objectweb.asm.tree.AnnotationNode annotation
        end local 2 // boolean visible
        end local 1 // java.lang.String descriptor
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/objectweb/asm/tree/MethodNode;
            0    6     1  descriptor  Ljava/lang/String;
            0    6     2     visible  Z
            1    6     3  annotation  Lorg/objectweb/asm/tree/AnnotationNode;
    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=6, args_size=5
        start local 0 // org.objectweb.asm.tree.MethodNode 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 272
            new org.objectweb.asm.tree.TypeAnnotationNode
            dup
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            invokespecial org.objectweb.asm.tree.TypeAnnotationNode.<init>:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;)V
            astore 5 /* typeAnnotation */
        start local 5 // org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
         1: .line 273
            iload 4 /* visible */
            ifeq 4
         2: .line 274
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleTypeAnnotations:Ljava/util/List;
            aload 5 /* typeAnnotation */
            invokestatic org.objectweb.asm.tree.Util.add:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
            putfield org.objectweb.asm.tree.MethodNode.visibleTypeAnnotations:Ljava/util/List;
         3: .line 275
            goto 5
         4: .line 276
      StackMap locals: org.objectweb.asm.tree.TypeAnnotationNode
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleTypeAnnotations:Ljava/util/List;
            aload 5 /* typeAnnotation */
            invokestatic org.objectweb.asm.tree.Util.add:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
            putfield org.objectweb.asm.tree.MethodNode.invisibleTypeAnnotations:Ljava/util/List;
         5: .line 278
      StackMap locals:
      StackMap stack:
            aload 5 /* typeAnnotation */
            areturn
        end local 5 // org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
        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.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lorg/objectweb/asm/tree/MethodNode;
            0    6     1         typeRef  I
            0    6     2        typePath  Lorg/objectweb/asm/TypePath;
            0    6     3      descriptor  Ljava/lang/String;
            0    6     4         visible  Z
            1    6     5  typeAnnotation  Lorg/objectweb/asm/tree/TypeAnnotationNode;
    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=2, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // int parameterCount
        start local 2 // boolean visible
         0: .line 283
            iload 2 /* visible */
            ifeq 3
         1: .line 284
            aload 0 /* this */
            iload 1 /* parameterCount */
            putfield org.objectweb.asm.tree.MethodNode.visibleAnnotableParameterCount:I
         2: .line 285
            goto 4
         3: .line 286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* parameterCount */
            putfield org.objectweb.asm.tree.MethodNode.invisibleAnnotableParameterCount:I
         4: .line 288
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean visible
        end local 1 // int parameterCount
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lorg/objectweb/asm/tree/MethodNode;
            0    5     1  parameterCount  I
            0    5     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=6, args_size=4
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // int parameter
        start local 2 // java.lang.String descriptor
        start local 3 // boolean visible
         0: .line 294
            new org.objectweb.asm.tree.AnnotationNode
            dup
            aload 2 /* descriptor */
            invokespecial org.objectweb.asm.tree.AnnotationNode.<init>:(Ljava/lang/String;)V
            astore 4 /* annotation */
        start local 4 // org.objectweb.asm.tree.AnnotationNode annotation
         1: .line 295
            iload 3 /* visible */
            ifeq 9
         2: .line 296
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleParameterAnnotations:[Ljava/util/List;
            ifnonnull 5
         3: .line 297
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.desc:Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
            arraylength
            istore 5 /* params */
        start local 5 // int params
         4: .line 298
            aload 0 /* this */
            iload 5 /* params */
            anewarray java.util.List
            putfield org.objectweb.asm.tree.MethodNode.visibleParameterAnnotations:[Ljava/util/List;
        end local 5 // int params
         5: .line 300
      StackMap locals: org.objectweb.asm.tree.AnnotationNode
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleParameterAnnotations:[Ljava/util/List;
            iload 1 /* parameter */
         6: .line 301
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleParameterAnnotations:[Ljava/util/List;
            iload 1 /* parameter */
            aaload
            aload 4 /* annotation */
            invokestatic org.objectweb.asm.tree.Util.add:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
         7: .line 300
            aastore
         8: .line 302
            goto 15
         9: .line 303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleParameterAnnotations:[Ljava/util/List;
            ifnonnull 12
        10: .line 304
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.desc:Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
            arraylength
            istore 5 /* params */
        start local 5 // int params
        11: .line 305
            aload 0 /* this */
            iload 5 /* params */
            anewarray java.util.List
            putfield org.objectweb.asm.tree.MethodNode.invisibleParameterAnnotations:[Ljava/util/List;
        end local 5 // int params
        12: .line 307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleParameterAnnotations:[Ljava/util/List;
            iload 1 /* parameter */
        13: .line 308
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleParameterAnnotations:[Ljava/util/List;
            iload 1 /* parameter */
            aaload
            aload 4 /* annotation */
            invokestatic org.objectweb.asm.tree.Util.add:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
        14: .line 307
            aastore
        15: .line 310
      StackMap locals:
      StackMap stack:
            aload 4 /* annotation */
            areturn
        end local 4 // org.objectweb.asm.tree.AnnotationNode annotation
        end local 3 // boolean visible
        end local 2 // java.lang.String descriptor
        end local 1 // int parameter
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        this  Lorg/objectweb/asm/tree/MethodNode;
            0   16     1   parameter  I
            0   16     2  descriptor  Ljava/lang/String;
            0   16     3     visible  Z
            1   16     4  annotation  Lorg/objectweb/asm/tree/AnnotationNode;
            4    5     5      params  I
           11   12     5      params  I
    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=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // org.objectweb.asm.Attribute attribute
         0: .line 315
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.attrs:Ljava/util/List;
            aload 1 /* attribute */
            invokestatic org.objectweb.asm.tree.Util.add:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
            putfield org.objectweb.asm.tree.MethodNode.attrs:Ljava/util/List;
         1: .line 316
            return
        end local 1 // org.objectweb.asm.Attribute attribute
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/objectweb/asm/tree/MethodNode;
            0    2     1  attribute  Lorg/objectweb/asm/Attribute;
    MethodParameters:
           Name  Flags
      attribute  final

  public void visitCode();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.MethodNode this
         0: .line 321
            return
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/tree/MethodNode;

  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=9, locals=6, args_size=6
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // int type
        start local 2 // int numLocal
        start local 3 // java.lang.Object[] local
        start local 4 // int numStack
        start local 5 // java.lang.Object[] stack
         0: .line 330
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
         1: .line 331
            new org.objectweb.asm.tree.FrameNode
            dup
         2: .line 332
            iload 1 /* type */
         3: .line 333
            iload 2 /* numLocal */
         4: .line 334
            aload 3 /* local */
            ifnonnull 5
            aconst_null
            goto 6
      StackMap locals: org.objectweb.asm.tree.MethodNode int int java.lang.Object[] int java.lang.Object[]
      StackMap stack: org.objectweb.asm.tree.InsnList new 1 new 1 int int
         5: aload 0 /* this */
            aload 3 /* local */
            invokevirtual org.objectweb.asm.tree.MethodNode.getLabelNodes:([Ljava/lang/Object;)[Ljava/lang/Object;
         6: .line 335
      StackMap locals: org.objectweb.asm.tree.MethodNode int int java.lang.Object[] int java.lang.Object[]
      StackMap stack: org.objectweb.asm.tree.InsnList new 1 new 1 int int java.lang.Object[]
            iload 4 /* numStack */
         7: .line 336
            aload 5 /* stack */
            ifnonnull 8
            aconst_null
            goto 9
      StackMap locals: org.objectweb.asm.tree.MethodNode int int java.lang.Object[] int java.lang.Object[]
      StackMap stack: org.objectweb.asm.tree.InsnList new 1 new 1 int int java.lang.Object[] int
         8: aload 0 /* this */
            aload 5 /* stack */
            invokevirtual org.objectweb.asm.tree.MethodNode.getLabelNodes:([Ljava/lang/Object;)[Ljava/lang/Object;
         9: .line 331
      StackMap locals: org.objectweb.asm.tree.MethodNode int int java.lang.Object[] int java.lang.Object[]
      StackMap stack: org.objectweb.asm.tree.InsnList new 1 new 1 int int java.lang.Object[] int java.lang.Object[]
            invokespecial org.objectweb.asm.tree.FrameNode.<init>:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
        10: .line 330
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
        11: .line 337
            return
        end local 5 // java.lang.Object[] stack
        end local 4 // int numStack
        end local 3 // java.lang.Object[] local
        end local 2 // int numLocal
        end local 1 // int type
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lorg/objectweb/asm/tree/MethodNode;
            0   12     1      type  I
            0   12     2  numLocal  I
            0   12     3     local  [Ljava/lang/Object;
            0   12     4  numStack  I
            0   12     5     stack  [Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      type      final
      numLocal  final
      local     final
      numStack  final
      stack     final

  public void visitInsn(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // int opcode
         0: .line 341
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            new org.objectweb.asm.tree.InsnNode
            dup
            iload 1 /* opcode */
            invokespecial org.objectweb.asm.tree.InsnNode.<init>:(I)V
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
         1: .line 342
            return
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/objectweb/asm/tree/MethodNode;
            0    2     1  opcode  I
    MethodParameters:
        Name  Flags
      opcode  final

  public void visitIntInsn(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // int opcode
        start local 2 // int operand
         0: .line 346
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            new org.objectweb.asm.tree.IntInsnNode
            dup
            iload 1 /* opcode */
            iload 2 /* operand */
            invokespecial org.objectweb.asm.tree.IntInsnNode.<init>:(II)V
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
         1: .line 347
            return
        end local 2 // int operand
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/objectweb/asm/tree/MethodNode;
            0    2     1   opcode  I
            0    2     2  operand  I
    MethodParameters:
         Name  Flags
      opcode   final
      operand  final

  public void visitVarInsn(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // int opcode
        start local 2 // int var
         0: .line 351
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            new org.objectweb.asm.tree.VarInsnNode
            dup
            iload 1 /* opcode */
            iload 2 /* var */
            invokespecial org.objectweb.asm.tree.VarInsnNode.<init>:(II)V
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
         1: .line 352
            return
        end local 2 // int var
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/objectweb/asm/tree/MethodNode;
            0    2     1  opcode  I
            0    2     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=5, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // int opcode
        start local 2 // java.lang.String type
         0: .line 356
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            new org.objectweb.asm.tree.TypeInsnNode
            dup
            iload 1 /* opcode */
            aload 2 /* type */
            invokespecial org.objectweb.asm.tree.TypeInsnNode.<init>:(ILjava/lang/String;)V
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
         1: .line 357
            return
        end local 2 // java.lang.String type
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/objectweb/asm/tree/MethodNode;
            0    2     1  opcode  I
            0    2     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=7, locals=5, args_size=5
        start local 0 // org.objectweb.asm.tree.MethodNode 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 362
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            new org.objectweb.asm.tree.FieldInsnNode
            dup
            iload 1 /* opcode */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            invokespecial org.objectweb.asm.tree.FieldInsnNode.<init>:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
         1: .line 363
            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.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/objectweb/asm/tree/MethodNode;
            0    2     1      opcode  I
            0    2     2       owner  Ljava/lang/String;
            0    2     3        name  Ljava/lang/String;
            0    2     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, boolean);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=6
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // int opcodeAndSource
        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 372
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.api:I
            ldc 327680
            if_icmpge 3
            iload 1 /* opcodeAndSource */
            sipush 256
            iand
            ifne 3
         1: .line 374
            aload 0 /* this */
            iload 1 /* opcodeAndSource */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            iload 5 /* isInterface */
            invokespecial org.objectweb.asm.MethodVisitor.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
         2: .line 375
            return
         3: .line 377
      StackMap locals:
      StackMap stack:
            iload 1 /* opcodeAndSource */
            sipush -257
            iand
            istore 6 /* opcode */
        start local 6 // int opcode
         4: .line 379
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            new org.objectweb.asm.tree.MethodInsnNode
            dup
            iload 6 /* opcode */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            iload 5 /* isInterface */
            invokespecial org.objectweb.asm.tree.MethodInsnNode.<init>:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
         5: .line 380
            return
        end local 6 // int opcode
        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 opcodeAndSource
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lorg/objectweb/asm/tree/MethodNode;
            0    6     1  opcodeAndSource  I
            0    6     2            owner  Ljava/lang/String;
            0    6     3             name  Ljava/lang/String;
            0    6     4       descriptor  Ljava/lang/String;
            0    6     5      isInterface  Z
            4    6     6           opcode  I
    MethodParameters:
                 Name  Flags
      opcodeAndSource  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=7, locals=5, args_size=5
        start local 0 // org.objectweb.asm.tree.MethodNode 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 388
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
         1: .line 389
            new org.objectweb.asm.tree.InvokeDynamicInsnNode
            dup
         2: .line 390
            aload 1 /* name */
            aload 2 /* descriptor */
            aload 3 /* bootstrapMethodHandle */
            aload 4 /* bootstrapMethodArguments */
         3: .line 389
            invokespecial org.objectweb.asm.tree.InvokeDynamicInsnNode.<init>:(Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Handle;[Ljava/lang/Object;)V
         4: .line 388
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
         5: .line 391
            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.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    6     0                      this  Lorg/objectweb/asm/tree/MethodNode;
            0    6     1                      name  Ljava/lang/String;
            0    6     2                descriptor  Ljava/lang/String;
            0    6     3     bootstrapMethodHandle  Lorg/objectweb/asm/Handle;
            0    6     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=6, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // int opcode
        start local 2 // org.objectweb.asm.Label label
         0: .line 395
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            new org.objectweb.asm.tree.JumpInsnNode
            dup
            iload 1 /* opcode */
            aload 0 /* this */
            aload 2 /* label */
            invokevirtual org.objectweb.asm.tree.MethodNode.getLabelNode:(Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/tree/LabelNode;
            invokespecial org.objectweb.asm.tree.JumpInsnNode.<init>:(ILorg/objectweb/asm/tree/LabelNode;)V
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
         1: .line 396
            return
        end local 2 // org.objectweb.asm.Label label
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/objectweb/asm/tree/MethodNode;
            0    2     1  opcode  I
            0    2     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=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // org.objectweb.asm.Label label
         0: .line 400
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 0 /* this */
            aload 1 /* label */
            invokevirtual org.objectweb.asm.tree.MethodNode.getLabelNode:(Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
         1: .line 401
            return
        end local 1 // org.objectweb.asm.Label label
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/objectweb/asm/tree/MethodNode;
            0    2     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=4, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // java.lang.Object value
         0: .line 405
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            new org.objectweb.asm.tree.LdcInsnNode
            dup
            aload 1 /* value */
            invokespecial org.objectweb.asm.tree.LdcInsnNode.<init>:(Ljava/lang/Object;)V
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
         1: .line 406
            return
        end local 1 // java.lang.Object value
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/objectweb/asm/tree/MethodNode;
            0    2     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  final

  public void visitIincInsn(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // int var
        start local 2 // int increment
         0: .line 410
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            new org.objectweb.asm.tree.IincInsnNode
            dup
            iload 1 /* var */
            iload 2 /* increment */
            invokespecial org.objectweb.asm.tree.IincInsnNode.<init>:(II)V
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
         1: .line 411
            return
        end local 2 // int increment
        end local 1 // int var
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/objectweb/asm/tree/MethodNode;
            0    2     1        var  I
            0    2     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=8, locals=5, args_size=5
        start local 0 // org.objectweb.asm.tree.MethodNode 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 416
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            new org.objectweb.asm.tree.TableSwitchInsnNode
            dup
            iload 1 /* min */
            iload 2 /* max */
            aload 0 /* this */
            aload 3 /* dflt */
            invokevirtual org.objectweb.asm.tree.MethodNode.getLabelNode:(Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/tree/LabelNode;
            aload 0 /* this */
            aload 4 /* labels */
            invokevirtual org.objectweb.asm.tree.MethodNode.getLabelNodes:([Lorg/objectweb/asm/Label;)[Lorg/objectweb/asm/tree/LabelNode;
            invokespecial org.objectweb.asm.tree.TableSwitchInsnNode.<init>:(IILorg/objectweb/asm/tree/LabelNode;[Lorg/objectweb/asm/tree/LabelNode;)V
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
         1: .line 417
            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.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/objectweb/asm/tree/MethodNode;
            0    2     1     min  I
            0    2     2     max  I
            0    2     3    dflt  Lorg/objectweb/asm/Label;
            0    2     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=7, locals=4, args_size=4
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // org.objectweb.asm.Label dflt
        start local 2 // int[] keys
        start local 3 // org.objectweb.asm.Label[] labels
         0: .line 421
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            new org.objectweb.asm.tree.LookupSwitchInsnNode
            dup
            aload 0 /* this */
            aload 1 /* dflt */
            invokevirtual org.objectweb.asm.tree.MethodNode.getLabelNode:(Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/tree/LabelNode;
            aload 2 /* keys */
            aload 0 /* this */
            aload 3 /* labels */
            invokevirtual org.objectweb.asm.tree.MethodNode.getLabelNodes:([Lorg/objectweb/asm/Label;)[Lorg/objectweb/asm/tree/LabelNode;
            invokespecial org.objectweb.asm.tree.LookupSwitchInsnNode.<init>:(Lorg/objectweb/asm/tree/LabelNode;[I[Lorg/objectweb/asm/tree/LabelNode;)V
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
         1: .line 422
            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.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/objectweb/asm/tree/MethodNode;
            0    2     1    dflt  Lorg/objectweb/asm/Label;
            0    2     2    keys  [I
            0    2     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=5, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // java.lang.String descriptor
        start local 2 // int numDimensions
         0: .line 426
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            new org.objectweb.asm.tree.MultiANewArrayInsnNode
            dup
            aload 1 /* descriptor */
            iload 2 /* numDimensions */
            invokespecial org.objectweb.asm.tree.MultiANewArrayInsnNode.<init>:(Ljava/lang/String;I)V
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
         1: .line 427
            return
        end local 2 // int numDimensions
        end local 1 // java.lang.String descriptor
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/objectweb/asm/tree/MethodNode;
            0    2     1     descriptor  Ljava/lang/String;
            0    2     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=7, args_size=5
        start local 0 // org.objectweb.asm.tree.MethodNode 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 433
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            invokevirtual org.objectweb.asm.tree.InsnList.getLast:()Lorg/objectweb/asm/tree/AbstractInsnNode;
            astore 5 /* currentInsn */
        start local 5 // org.objectweb.asm.tree.AbstractInsnNode currentInsn
         1: .line 434
            goto 3
         2: .line 435
      StackMap locals: org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 5 /* currentInsn */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getPrevious:()Lorg/objectweb/asm/tree/AbstractInsnNode;
            astore 5 /* currentInsn */
         3: .line 434
      StackMap locals:
      StackMap stack:
            aload 5 /* currentInsn */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            iconst_m1
            if_icmpeq 2
         4: .line 438
            new org.objectweb.asm.tree.TypeAnnotationNode
            dup
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            invokespecial org.objectweb.asm.tree.TypeAnnotationNode.<init>:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;)V
            astore 6 /* typeAnnotation */
        start local 6 // org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
         5: .line 439
            iload 4 /* visible */
            ifeq 10
         6: .line 440
            aload 5 /* currentInsn */
         7: .line 441
            aload 5 /* currentInsn */
            getfield org.objectweb.asm.tree.AbstractInsnNode.visibleTypeAnnotations:Ljava/util/List;
            aload 6 /* typeAnnotation */
            invokestatic org.objectweb.asm.tree.Util.add:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
         8: .line 440
            putfield org.objectweb.asm.tree.AbstractInsnNode.visibleTypeAnnotations:Ljava/util/List;
         9: .line 442
            goto 13
        10: .line 443
      StackMap locals: org.objectweb.asm.tree.TypeAnnotationNode
      StackMap stack:
            aload 5 /* currentInsn */
        11: .line 444
            aload 5 /* currentInsn */
            getfield org.objectweb.asm.tree.AbstractInsnNode.invisibleTypeAnnotations:Ljava/util/List;
            aload 6 /* typeAnnotation */
            invokestatic org.objectweb.asm.tree.Util.add:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
        12: .line 443
            putfield org.objectweb.asm.tree.AbstractInsnNode.invisibleTypeAnnotations:Ljava/util/List;
        13: .line 446
      StackMap locals:
      StackMap stack:
            aload 6 /* typeAnnotation */
            areturn
        end local 6 // org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
        end local 5 // org.objectweb.asm.tree.AbstractInsnNode currentInsn
        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.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   14     0            this  Lorg/objectweb/asm/tree/MethodNode;
            0   14     1         typeRef  I
            0   14     2        typePath  Lorg/objectweb/asm/TypePath;
            0   14     3      descriptor  Ljava/lang/String;
            0   14     4         visible  Z
            1   14     5     currentInsn  Lorg/objectweb/asm/tree/AbstractInsnNode;
            5   14     6  typeAnnotation  Lorg/objectweb/asm/tree/TypeAnnotationNode;
    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=6, locals=6, args_size=5
        start local 0 // org.objectweb.asm.tree.MethodNode 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 453
            new org.objectweb.asm.tree.TryCatchBlockNode
            dup
            aload 0 /* this */
            aload 1 /* start */
            invokevirtual org.objectweb.asm.tree.MethodNode.getLabelNode:(Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/tree/LabelNode;
            aload 0 /* this */
            aload 2 /* end */
            invokevirtual org.objectweb.asm.tree.MethodNode.getLabelNode:(Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/tree/LabelNode;
            aload 0 /* this */
            aload 3 /* handler */
            invokevirtual org.objectweb.asm.tree.MethodNode.getLabelNode:(Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/tree/LabelNode;
            aload 4 /* type */
            invokespecial org.objectweb.asm.tree.TryCatchBlockNode.<init>:(Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;Ljava/lang/String;)V
         1: .line 452
            astore 5 /* tryCatchBlock */
        start local 5 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
         2: .line 454
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.tryCatchBlocks:Ljava/util/List;
            aload 5 /* tryCatchBlock */
            invokestatic org.objectweb.asm.tree.Util.add:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
            putfield org.objectweb.asm.tree.MethodNode.tryCatchBlocks:Ljava/util/List;
         3: .line 455
            return
        end local 5 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
        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.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/objectweb/asm/tree/MethodNode;
            0    4     1          start  Lorg/objectweb/asm/Label;
            0    4     2            end  Lorg/objectweb/asm/Label;
            0    4     3        handler  Lorg/objectweb/asm/Label;
            0    4     4           type  Ljava/lang/String;
            2    4     5  tryCatchBlock  Lorg/objectweb/asm/tree/TryCatchBlockNode;
    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=7, args_size=5
        start local 0 // org.objectweb.asm.tree.MethodNode 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 460
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.tryCatchBlocks:Ljava/util/List;
            iload 1 /* typeRef */
            ldc 16776960
            iand
            bipush 8
            ishr
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.TryCatchBlockNode
            astore 5 /* tryCatchBlock */
        start local 5 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
         1: .line 461
            new org.objectweb.asm.tree.TypeAnnotationNode
            dup
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            invokespecial org.objectweb.asm.tree.TypeAnnotationNode.<init>:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;)V
            astore 6 /* typeAnnotation */
        start local 6 // org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
         2: .line 462
            iload 4 /* visible */
            ifeq 7
         3: .line 463
            aload 5 /* tryCatchBlock */
         4: .line 464
            aload 5 /* tryCatchBlock */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.visibleTypeAnnotations:Ljava/util/List;
            aload 6 /* typeAnnotation */
            invokestatic org.objectweb.asm.tree.Util.add:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
         5: .line 463
            putfield org.objectweb.asm.tree.TryCatchBlockNode.visibleTypeAnnotations:Ljava/util/List;
         6: .line 465
            goto 10
         7: .line 466
      StackMap locals: org.objectweb.asm.tree.TryCatchBlockNode org.objectweb.asm.tree.TypeAnnotationNode
      StackMap stack:
            aload 5 /* tryCatchBlock */
         8: .line 467
            aload 5 /* tryCatchBlock */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.invisibleTypeAnnotations:Ljava/util/List;
            aload 6 /* typeAnnotation */
            invokestatic org.objectweb.asm.tree.Util.add:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
         9: .line 466
            putfield org.objectweb.asm.tree.TryCatchBlockNode.invisibleTypeAnnotations:Ljava/util/List;
        10: .line 469
      StackMap locals:
      StackMap stack:
            aload 6 /* typeAnnotation */
            areturn
        end local 6 // org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
        end local 5 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
        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.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lorg/objectweb/asm/tree/MethodNode;
            0   11     1         typeRef  I
            0   11     2        typePath  Lorg/objectweb/asm/TypePath;
            0   11     3      descriptor  Ljava/lang/String;
            0   11     4         visible  Z
            1   11     5   tryCatchBlock  Lorg/objectweb/asm/tree/TryCatchBlockNode;
            2   11     6  typeAnnotation  Lorg/objectweb/asm/tree/TypeAnnotationNode;
    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=8, locals=8, args_size=7
        start local 0 // org.objectweb.asm.tree.MethodNode 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 481
            new org.objectweb.asm.tree.LocalVariableNode
            dup
         1: .line 482
            aload 1 /* name */
            aload 2 /* descriptor */
            aload 3 /* signature */
            aload 0 /* this */
            aload 4 /* start */
            invokevirtual org.objectweb.asm.tree.MethodNode.getLabelNode:(Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/tree/LabelNode;
            aload 0 /* this */
            aload 5 /* end */
            invokevirtual org.objectweb.asm.tree.MethodNode.getLabelNode:(Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/tree/LabelNode;
            iload 6 /* index */
         2: .line 481
            invokespecial org.objectweb.asm.tree.LocalVariableNode.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;I)V
         3: .line 480
            astore 7 /* localVariable */
        start local 7 // org.objectweb.asm.tree.LocalVariableNode localVariable
         4: .line 483
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.localVariables:Ljava/util/List;
            aload 7 /* localVariable */
            invokestatic org.objectweb.asm.tree.Util.add:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
            putfield org.objectweb.asm.tree.MethodNode.localVariables:Ljava/util/List;
         5: .line 484
            return
        end local 7 // org.objectweb.asm.tree.LocalVariableNode localVariable
        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.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/objectweb/asm/tree/MethodNode;
            0    6     1           name  Ljava/lang/String;
            0    6     2     descriptor  Ljava/lang/String;
            0    6     3      signature  Ljava/lang/String;
            0    6     4          start  Lorg/objectweb/asm/Label;
            0    6     5            end  Lorg/objectweb/asm/Label;
            0    6     6          index  I
            4    6     7  localVariable  Lorg/objectweb/asm/tree/LocalVariableNode;
    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=9, args_size=8
        start local 0 // org.objectweb.asm.tree.MethodNode 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 496
            new org.objectweb.asm.tree.LocalVariableAnnotationNode
            dup
         1: .line 497
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 0 /* this */
            aload 3 /* start */
            invokevirtual org.objectweb.asm.tree.MethodNode.getLabelNodes:([Lorg/objectweb/asm/Label;)[Lorg/objectweb/asm/tree/LabelNode;
            aload 0 /* this */
            aload 4 /* end */
            invokevirtual org.objectweb.asm.tree.MethodNode.getLabelNodes:([Lorg/objectweb/asm/Label;)[Lorg/objectweb/asm/tree/LabelNode;
            aload 5 /* index */
            aload 6 /* descriptor */
         2: .line 496
            invokespecial org.objectweb.asm.tree.LocalVariableAnnotationNode.<init>:(ILorg/objectweb/asm/TypePath;[Lorg/objectweb/asm/tree/LabelNode;[Lorg/objectweb/asm/tree/LabelNode;[ILjava/lang/String;)V
         3: .line 495
            astore 8 /* localVariableAnnotation */
        start local 8 // org.objectweb.asm.tree.LocalVariableAnnotationNode localVariableAnnotation
         4: .line 498
            iload 7 /* visible */
            ifeq 9
         5: .line 499
            aload 0 /* this */
         6: .line 500
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleLocalVariableAnnotations:Ljava/util/List;
            aload 8 /* localVariableAnnotation */
            invokestatic org.objectweb.asm.tree.Util.add:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
         7: .line 499
            putfield org.objectweb.asm.tree.MethodNode.visibleLocalVariableAnnotations:Ljava/util/List;
         8: .line 501
            goto 12
         9: .line 502
      StackMap locals: org.objectweb.asm.tree.LocalVariableAnnotationNode
      StackMap stack:
            aload 0 /* this */
        10: .line 503
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleLocalVariableAnnotations:Ljava/util/List;
            aload 8 /* localVariableAnnotation */
            invokestatic org.objectweb.asm.tree.Util.add:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
        11: .line 502
            putfield org.objectweb.asm.tree.MethodNode.invisibleLocalVariableAnnotations:Ljava/util/List;
        12: .line 505
      StackMap locals:
      StackMap stack:
            aload 8 /* localVariableAnnotation */
            areturn
        end local 8 // org.objectweb.asm.tree.LocalVariableAnnotationNode localVariableAnnotation
        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.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   13     0                     this  Lorg/objectweb/asm/tree/MethodNode;
            0   13     1                  typeRef  I
            0   13     2                 typePath  Lorg/objectweb/asm/TypePath;
            0   13     3                    start  [Lorg/objectweb/asm/Label;
            0   13     4                      end  [Lorg/objectweb/asm/Label;
            0   13     5                    index  [I
            0   13     6               descriptor  Ljava/lang/String;
            0   13     7                  visible  Z
            4   13     8  localVariableAnnotation  Lorg/objectweb/asm/tree/LocalVariableAnnotationNode;
    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=6, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // int line
        start local 2 // org.objectweb.asm.Label start
         0: .line 510
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            new org.objectweb.asm.tree.LineNumberNode
            dup
            iload 1 /* line */
            aload 0 /* this */
            aload 2 /* start */
            invokevirtual org.objectweb.asm.tree.MethodNode.getLabelNode:(Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/tree/LabelNode;
            invokespecial org.objectweb.asm.tree.LineNumberNode.<init>:(ILorg/objectweb/asm/tree/LabelNode;)V
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
         1: .line 511
            return
        end local 2 // org.objectweb.asm.Label start
        end local 1 // int line
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/objectweb/asm/tree/MethodNode;
            0    2     1   line  I
            0    2     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=2, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // int maxStack
        start local 2 // int maxLocals
         0: .line 515
            aload 0 /* this */
            iload 1 /* maxStack */
            putfield org.objectweb.asm.tree.MethodNode.maxStack:I
         1: .line 516
            aload 0 /* this */
            iload 2 /* maxLocals */
            putfield org.objectweb.asm.tree.MethodNode.maxLocals:I
         2: .line 517
            return
        end local 2 // int maxLocals
        end local 1 // int maxStack
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/objectweb/asm/tree/MethodNode;
            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=0, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.MethodNode this
         0: .line 522
            return
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/tree/MethodNode;

  protected org.objectweb.asm.tree.LabelNode getLabelNode(org.objectweb.asm.Label);
    descriptor: (Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/tree/LabelNode;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // org.objectweb.asm.Label label
         0: .line 533
            aload 1 /* label */
            getfield org.objectweb.asm.Label.info:Ljava/lang/Object;
            instanceof org.objectweb.asm.tree.LabelNode
            ifne 2
         1: .line 534
            aload 1 /* label */
            new org.objectweb.asm.tree.LabelNode
            dup
            invokespecial org.objectweb.asm.tree.LabelNode.<init>:()V
            putfield org.objectweb.asm.Label.info:Ljava/lang/Object;
         2: .line 536
      StackMap locals:
      StackMap stack:
            aload 1 /* label */
            getfield org.objectweb.asm.Label.info:Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LabelNode
            areturn
        end local 1 // org.objectweb.asm.Label label
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/objectweb/asm/tree/MethodNode;
            0    3     1  label  Lorg/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      label  final

  private org.objectweb.asm.tree.LabelNode[] getLabelNodes(org.objectweb.asm.Label[]);
    descriptor: ([Lorg/objectweb/asm/Label;)[Lorg/objectweb/asm/tree/LabelNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // org.objectweb.asm.Label[] labels
         0: .line 540
            aload 1 /* labels */
            arraylength
            anewarray org.objectweb.asm.tree.LabelNode
            astore 2 /* labelNodes */
        start local 2 // org.objectweb.asm.tree.LabelNode[] labelNodes
         1: .line 541
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: aload 1 /* labels */
            arraylength
            istore 4 /* n */
        start local 4 // int n
         3: goto 6
         4: .line 542
      StackMap locals: org.objectweb.asm.tree.LabelNode[] int int
      StackMap stack:
            aload 2 /* labelNodes */
            iload 3 /* i */
            aload 0 /* this */
            aload 1 /* labels */
            iload 3 /* i */
            aaload
            invokevirtual org.objectweb.asm.tree.MethodNode.getLabelNode:(Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/tree/LabelNode;
            aastore
         5: .line 541
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 4 /* n */
            if_icmplt 4
        end local 4 // int n
        end local 3 // int i
         7: .line 544
            aload 2 /* labelNodes */
            areturn
        end local 2 // org.objectweb.asm.tree.LabelNode[] labelNodes
        end local 1 // org.objectweb.asm.Label[] labels
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/objectweb/asm/tree/MethodNode;
            0    8     1      labels  [Lorg/objectweb/asm/Label;
            1    8     2  labelNodes  [Lorg/objectweb/asm/tree/LabelNode;
            2    7     3           i  I
            3    7     4           n  I
    MethodParameters:
        Name  Flags
      labels  final

  private java.lang.Object[] getLabelNodes(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // java.lang.Object[] objects
         0: .line 548
            aload 1 /* objects */
            arraylength
            anewarray java.lang.Object
            astore 2 /* labelNodes */
        start local 2 // java.lang.Object[] labelNodes
         1: .line 549
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: aload 1 /* objects */
            arraylength
            istore 4 /* n */
        start local 4 // int n
         3: goto 9
         4: .line 550
      StackMap locals: java.lang.Object[] int int
      StackMap stack:
            aload 1 /* objects */
            iload 3 /* i */
            aaload
            astore 5 /* o */
        start local 5 // java.lang.Object o
         5: .line 551
            aload 5 /* o */
            instanceof org.objectweb.asm.Label
            ifeq 7
         6: .line 552
            aload 0 /* this */
            aload 5 /* o */
            checkcast org.objectweb.asm.Label
            invokevirtual org.objectweb.asm.tree.MethodNode.getLabelNode:(Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/tree/LabelNode;
            astore 5 /* o */
         7: .line 554
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* labelNodes */
            iload 3 /* i */
            aload 5 /* o */
            aastore
        end local 5 // java.lang.Object o
         8: .line 549
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            iload 4 /* n */
            if_icmplt 4
        end local 4 // int n
        end local 3 // int i
        10: .line 556
            aload 2 /* labelNodes */
            areturn
        end local 2 // java.lang.Object[] labelNodes
        end local 1 // java.lang.Object[] objects
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lorg/objectweb/asm/tree/MethodNode;
            0   11     1     objects  [Ljava/lang/Object;
            1   11     2  labelNodes  [Ljava/lang/Object;
            2   10     3           i  I
            3   10     4           n  I
            5    8     5           o  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      objects  final

  public void check(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // int api
         0: .line 572
            iload 1 /* api */
            ldc 262144
            if_icmpne 44
         1: .line 573
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.parameters:Ljava/util/List;
            ifnull 3
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.parameters:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 3
         2: .line 574
            new org.objectweb.asm.tree.UnsupportedClassVersionException
            dup
            invokespecial org.objectweb.asm.tree.UnsupportedClassVersionException.<init>:()V
            athrow
         3: .line 576
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleTypeAnnotations:Ljava/util/List;
            ifnull 5
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleTypeAnnotations:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 5
         4: .line 577
            new org.objectweb.asm.tree.UnsupportedClassVersionException
            dup
            invokespecial org.objectweb.asm.tree.UnsupportedClassVersionException.<init>:()V
            athrow
         5: .line 579
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleTypeAnnotations:Ljava/util/List;
            ifnull 7
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleTypeAnnotations:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 7
         6: .line 580
            new org.objectweb.asm.tree.UnsupportedClassVersionException
            dup
            invokespecial org.objectweb.asm.tree.UnsupportedClassVersionException.<init>:()V
            athrow
         7: .line 582
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.tryCatchBlocks:Ljava/util/List;
            ifnull 19
         8: .line 583
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.tryCatchBlocks:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
         9: goto 18
        10: .line 584
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.tryCatchBlocks:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.TryCatchBlockNode
            astore 3 /* tryCatchBlock */
        start local 3 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
        11: .line 585
            aload 3 /* tryCatchBlock */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.visibleTypeAnnotations:Ljava/util/List;
            ifnull 14
        12: .line 586
            aload 3 /* tryCatchBlock */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.visibleTypeAnnotations:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 14
        13: .line 587
            new org.objectweb.asm.tree.UnsupportedClassVersionException
            dup
            invokespecial org.objectweb.asm.tree.UnsupportedClassVersionException.<init>:()V
            athrow
        14: .line 589
      StackMap locals: org.objectweb.asm.tree.TryCatchBlockNode
      StackMap stack:
            aload 3 /* tryCatchBlock */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.invisibleTypeAnnotations:Ljava/util/List;
            ifnull 17
        15: .line 590
            aload 3 /* tryCatchBlock */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.invisibleTypeAnnotations:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 17
        16: .line 591
            new org.objectweb.asm.tree.UnsupportedClassVersionException
            dup
            invokespecial org.objectweb.asm.tree.UnsupportedClassVersionException.<init>:()V
            athrow
        end local 3 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
        17: .line 583
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
        18: iload 2 /* i */
            ifge 10
        end local 2 // int i
        19: .line 595
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            invokevirtual org.objectweb.asm.tree.InsnList.size:()I
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
        20: goto 38
        21: .line 596
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            iload 2 /* i */
            invokevirtual org.objectweb.asm.tree.InsnList.get:(I)Lorg/objectweb/asm/tree/AbstractInsnNode;
            astore 3 /* insn */
        start local 3 // org.objectweb.asm.tree.AbstractInsnNode insn
        22: .line 597
            aload 3 /* insn */
            getfield org.objectweb.asm.tree.AbstractInsnNode.visibleTypeAnnotations:Ljava/util/List;
            ifnull 24
            aload 3 /* insn */
            getfield org.objectweb.asm.tree.AbstractInsnNode.visibleTypeAnnotations:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 24
        23: .line 598
            new org.objectweb.asm.tree.UnsupportedClassVersionException
            dup
            invokespecial org.objectweb.asm.tree.UnsupportedClassVersionException.<init>:()V
            athrow
        24: .line 600
      StackMap locals: org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 3 /* insn */
            getfield org.objectweb.asm.tree.AbstractInsnNode.invisibleTypeAnnotations:Ljava/util/List;
            ifnull 26
            aload 3 /* insn */
            getfield org.objectweb.asm.tree.AbstractInsnNode.invisibleTypeAnnotations:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 26
        25: .line 601
            new org.objectweb.asm.tree.UnsupportedClassVersionException
            dup
            invokespecial org.objectweb.asm.tree.UnsupportedClassVersionException.<init>:()V
            athrow
        26: .line 603
      StackMap locals:
      StackMap stack:
            aload 3 /* insn */
            instanceof org.objectweb.asm.tree.MethodInsnNode
            ifeq 32
        27: .line 604
            aload 3 /* insn */
            checkcast org.objectweb.asm.tree.MethodInsnNode
            getfield org.objectweb.asm.tree.MethodInsnNode.itf:Z
            istore 4 /* isInterface */
        start local 4 // boolean isInterface
        28: .line 605
            iload 4 /* isInterface */
            aload 3 /* insn */
            getfield org.objectweb.asm.tree.AbstractInsnNode.opcode:I
            sipush 185
            if_icmpne 29
            iconst_1
            goto 30
      StackMap locals: org.objectweb.asm.tree.MethodNode int int org.objectweb.asm.tree.AbstractInsnNode int
      StackMap stack: int
        29: iconst_0
      StackMap locals: org.objectweb.asm.tree.MethodNode int int org.objectweb.asm.tree.AbstractInsnNode int
      StackMap stack: int int
        30: if_icmpeq 37
        31: .line 606
            new org.objectweb.asm.tree.UnsupportedClassVersionException
            dup
            invokespecial org.objectweb.asm.tree.UnsupportedClassVersionException.<init>:()V
            athrow
        end local 4 // boolean isInterface
        32: .line 608
      StackMap locals:
      StackMap stack:
            aload 3 /* insn */
            instanceof org.objectweb.asm.tree.LdcInsnNode
            ifeq 37
        33: .line 609
            aload 3 /* insn */
            checkcast org.objectweb.asm.tree.LdcInsnNode
            getfield org.objectweb.asm.tree.LdcInsnNode.cst:Ljava/lang/Object;
            astore 4 /* value */
        start local 4 // java.lang.Object value
        34: .line 610
            aload 4 /* value */
            instanceof org.objectweb.asm.Handle
            ifne 36
        35: .line 611
            aload 4 /* value */
            instanceof org.objectweb.asm.Type
            ifeq 37
            aload 4 /* value */
            checkcast org.objectweb.asm.Type
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 11
            if_icmpne 37
        36: .line 612
      StackMap locals: java.lang.Object
      StackMap stack:
            new org.objectweb.asm.tree.UnsupportedClassVersionException
            dup
            invokespecial org.objectweb.asm.tree.UnsupportedClassVersionException.<init>:()V
            athrow
        end local 4 // java.lang.Object value
        end local 3 // org.objectweb.asm.tree.AbstractInsnNode insn
        37: .line 595
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
        38: iload 2 /* i */
            ifge 21
        end local 2 // int i
        39: .line 616
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleLocalVariableAnnotations:Ljava/util/List;
            ifnull 41
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleLocalVariableAnnotations:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 41
        40: .line 617
            new org.objectweb.asm.tree.UnsupportedClassVersionException
            dup
            invokespecial org.objectweb.asm.tree.UnsupportedClassVersionException.<init>:()V
            athrow
        41: .line 619
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleLocalVariableAnnotations:Ljava/util/List;
            ifnull 44
        42: .line 620
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleLocalVariableAnnotations:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 44
        43: .line 621
            new org.objectweb.asm.tree.UnsupportedClassVersionException
            dup
            invokespecial org.objectweb.asm.tree.UnsupportedClassVersionException.<init>:()V
            athrow
        44: .line 624
      StackMap locals:
      StackMap stack:
            iload 1 /* api */
            ldc 458752
            if_icmpge 54
        45: .line 625
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            invokevirtual org.objectweb.asm.tree.InsnList.size:()I
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
        46: goto 53
        47: .line 626
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            iload 2 /* i */
            invokevirtual org.objectweb.asm.tree.InsnList.get:(I)Lorg/objectweb/asm/tree/AbstractInsnNode;
            astore 3 /* insn */
        start local 3 // org.objectweb.asm.tree.AbstractInsnNode insn
        48: .line 627
            aload 3 /* insn */
            instanceof org.objectweb.asm.tree.LdcInsnNode
            ifeq 52
        49: .line 628
            aload 3 /* insn */
            checkcast org.objectweb.asm.tree.LdcInsnNode
            getfield org.objectweb.asm.tree.LdcInsnNode.cst:Ljava/lang/Object;
            astore 4 /* value */
        start local 4 // java.lang.Object value
        50: .line 629
            aload 4 /* value */
            instanceof org.objectweb.asm.ConstantDynamic
            ifeq 52
        51: .line 630
            new org.objectweb.asm.tree.UnsupportedClassVersionException
            dup
            invokespecial org.objectweb.asm.tree.UnsupportedClassVersionException.<init>:()V
            athrow
        end local 4 // java.lang.Object value
        end local 3 // org.objectweb.asm.tree.AbstractInsnNode insn
        52: .line 625
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
        53: iload 2 /* i */
            ifge 47
        end local 2 // int i
        54: .line 635
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int api
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   55     0           this  Lorg/objectweb/asm/tree/MethodNode;
            0   55     1            api  I
            9   19     2              i  I
           11   17     3  tryCatchBlock  Lorg/objectweb/asm/tree/TryCatchBlockNode;
           20   39     2              i  I
           22   37     3           insn  Lorg/objectweb/asm/tree/AbstractInsnNode;
           28   32     4    isInterface  Z
           34   37     4          value  Ljava/lang/Object;
           46   54     2              i  I
           48   52     3           insn  Lorg/objectweb/asm/tree/AbstractInsnNode;
           50   52     4          value  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      api   final

  public void accept(org.objectweb.asm.ClassVisitor);
    descriptor: (Lorg/objectweb/asm/ClassVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // org.objectweb.asm.ClassVisitor classVisitor
         0: .line 643
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.exceptions:Ljava/util/List;
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.exceptions:Ljava/util/List;
            iconst_0
            anewarray java.lang.String
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.lang.String[]
      StackMap locals:
      StackMap stack: java.lang.String[]
         2: astore 2 /* exceptionsArray */
        start local 2 // java.lang.String[] exceptionsArray
         3: .line 645
            aload 1 /* classVisitor */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.access:I
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.name:Ljava/lang/String;
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.desc:Ljava/lang/String;
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.signature:Ljava/lang/String;
            aload 2 /* exceptionsArray */
            invokevirtual org.objectweb.asm.ClassVisitor.visitMethod:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Lorg/objectweb/asm/MethodVisitor;
         4: .line 644
            astore 3 /* methodVisitor */
        start local 3 // org.objectweb.asm.MethodVisitor methodVisitor
         5: .line 646
            aload 3 /* methodVisitor */
            ifnull 7
         6: .line 647
            aload 0 /* this */
            aload 3 /* methodVisitor */
            invokevirtual org.objectweb.asm.tree.MethodNode.accept:(Lorg/objectweb/asm/MethodVisitor;)V
         7: .line 649
      StackMap locals: java.lang.String[] org.objectweb.asm.MethodVisitor
      StackMap stack:
            return
        end local 3 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 2 // java.lang.String[] exceptionsArray
        end local 1 // org.objectweb.asm.ClassVisitor classVisitor
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lorg/objectweb/asm/tree/MethodNode;
            0    8     1     classVisitor  Lorg/objectweb/asm/ClassVisitor;
            3    8     2  exceptionsArray  [Ljava/lang/String;
            5    8     3    methodVisitor  Lorg/objectweb/asm/MethodVisitor;
    MethodParameters:
              Name  Flags
      classVisitor  final

  public void accept(org.objectweb.asm.MethodVisitor);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=2
        start local 0 // org.objectweb.asm.tree.MethodNode this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
         0: .line 658
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.parameters:Ljava/util/List;
            ifnull 7
         1: .line 659
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.parameters:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 3 /* n */
        start local 3 // int n
         3: goto 6
         4: .line 660
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.parameters:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.ParameterNode
            aload 1 /* methodVisitor */
            invokevirtual org.objectweb.asm.tree.ParameterNode.accept:(Lorg/objectweb/asm/MethodVisitor;)V
         5: .line 659
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            iload 3 /* n */
            if_icmplt 4
        end local 3 // int n
        end local 2 // int i
         7: .line 664
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.annotationDefault:Ljava/lang/Object;
            ifnull 12
         8: .line 665
            aload 1 /* methodVisitor */
            invokevirtual org.objectweb.asm.MethodVisitor.visitAnnotationDefault:()Lorg/objectweb/asm/AnnotationVisitor;
            astore 2 /* annotationVisitor */
        start local 2 // org.objectweb.asm.AnnotationVisitor annotationVisitor
         9: .line 666
            aload 2 /* annotationVisitor */
            aconst_null
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.annotationDefault:Ljava/lang/Object;
            invokestatic org.objectweb.asm.tree.AnnotationNode.accept:(Lorg/objectweb/asm/AnnotationVisitor;Ljava/lang/String;Ljava/lang/Object;)V
        10: .line 667
            aload 2 /* annotationVisitor */
            ifnull 12
        11: .line 668
            aload 2 /* annotationVisitor */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visitEnd:()V
        end local 2 // org.objectweb.asm.AnnotationVisitor annotationVisitor
        12: .line 671
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleAnnotations:Ljava/util/List;
            ifnull 20
        13: .line 672
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        14: aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleAnnotations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 3 /* n */
        start local 3 // int n
        15: goto 19
        16: .line 673
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleAnnotations:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.AnnotationNode
            astore 4 /* annotation */
        start local 4 // org.objectweb.asm.tree.AnnotationNode annotation
        17: .line 674
            aload 4 /* annotation */
            aload 1 /* methodVisitor */
            aload 4 /* annotation */
            getfield org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            iconst_1
            invokevirtual org.objectweb.asm.MethodVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            invokevirtual org.objectweb.asm.tree.AnnotationNode.accept:(Lorg/objectweb/asm/AnnotationVisitor;)V
        end local 4 // org.objectweb.asm.tree.AnnotationNode annotation
        18: .line 672
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 2 /* i */
            iload 3 /* n */
            if_icmplt 16
        end local 3 // int n
        end local 2 // int i
        20: .line 677
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleAnnotations:Ljava/util/List;
            ifnull 28
        21: .line 678
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        22: aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleAnnotations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 3 /* n */
        start local 3 // int n
        23: goto 27
        24: .line 679
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleAnnotations:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.AnnotationNode
            astore 4 /* annotation */
        start local 4 // org.objectweb.asm.tree.AnnotationNode annotation
        25: .line 680
            aload 4 /* annotation */
            aload 1 /* methodVisitor */
            aload 4 /* annotation */
            getfield org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            iconst_0
            invokevirtual org.objectweb.asm.MethodVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            invokevirtual org.objectweb.asm.tree.AnnotationNode.accept:(Lorg/objectweb/asm/AnnotationVisitor;)V
        end local 4 // org.objectweb.asm.tree.AnnotationNode annotation
        26: .line 678
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 2 /* i */
            iload 3 /* n */
            if_icmplt 24
        end local 3 // int n
        end local 2 // int i
        28: .line 683
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleTypeAnnotations:Ljava/util/List;
            ifnull 40
        29: .line 684
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        30: aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleTypeAnnotations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 3 /* n */
        start local 3 // int n
        31: goto 39
        32: .line 685
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleTypeAnnotations:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.TypeAnnotationNode
            astore 4 /* typeAnnotation */
        start local 4 // org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
        33: .line 686
            aload 4 /* typeAnnotation */
        34: .line 687
            aload 1 /* methodVisitor */
        35: .line 688
            aload 4 /* typeAnnotation */
            getfield org.objectweb.asm.tree.TypeAnnotationNode.typeRef:I
            aload 4 /* typeAnnotation */
            getfield org.objectweb.asm.tree.TypeAnnotationNode.typePath:Lorg/objectweb/asm/TypePath;
            aload 4 /* typeAnnotation */
            getfield org.objectweb.asm.tree.TypeAnnotationNode.desc:Ljava/lang/String;
            iconst_1
        36: .line 687
            invokevirtual org.objectweb.asm.MethodVisitor.visitTypeAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
        37: .line 686
            invokevirtual org.objectweb.asm.tree.TypeAnnotationNode.accept:(Lorg/objectweb/asm/AnnotationVisitor;)V
        end local 4 // org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
        38: .line 684
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        39: iload 2 /* i */
            iload 3 /* n */
            if_icmplt 32
        end local 3 // int n
        end local 2 // int i
        40: .line 691
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleTypeAnnotations:Ljava/util/List;
            ifnull 52
        41: .line 692
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        42: aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleTypeAnnotations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 3 /* n */
        start local 3 // int n
        43: goto 51
        44: .line 693
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleTypeAnnotations:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.TypeAnnotationNode
            astore 4 /* typeAnnotation */
        start local 4 // org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
        45: .line 694
            aload 4 /* typeAnnotation */
        46: .line 695
            aload 1 /* methodVisitor */
        47: .line 696
            aload 4 /* typeAnnotation */
            getfield org.objectweb.asm.tree.TypeAnnotationNode.typeRef:I
            aload 4 /* typeAnnotation */
            getfield org.objectweb.asm.tree.TypeAnnotationNode.typePath:Lorg/objectweb/asm/TypePath;
            aload 4 /* typeAnnotation */
            getfield org.objectweb.asm.tree.TypeAnnotationNode.desc:Ljava/lang/String;
            iconst_0
        48: .line 695
            invokevirtual org.objectweb.asm.MethodVisitor.visitTypeAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
        49: .line 694
            invokevirtual org.objectweb.asm.tree.TypeAnnotationNode.accept:(Lorg/objectweb/asm/AnnotationVisitor;)V
        end local 4 // org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
        50: .line 692
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        51: iload 2 /* i */
            iload 3 /* n */
            if_icmplt 44
        end local 3 // int n
        end local 2 // int i
        52: .line 699
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleAnnotableParameterCount:I
            ifle 54
        53: .line 700
            aload 1 /* methodVisitor */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleAnnotableParameterCount:I
            iconst_1
            invokevirtual org.objectweb.asm.MethodVisitor.visitAnnotableParameterCount:(IZ)V
        54: .line 702
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleParameterAnnotations:[Ljava/util/List;
            ifnull 70
        55: .line 703
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        56: aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleParameterAnnotations:[Ljava/util/List;
            arraylength
            istore 3 /* n */
        start local 3 // int n
        57: goto 69
        58: .line 704
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleParameterAnnotations:[Ljava/util/List;
            iload 2 /* i */
            aaload
            astore 4 /* parameterAnnotations */
        start local 4 // java.util.List parameterAnnotations
        59: .line 705
            aload 4 /* parameterAnnotations */
            ifnonnull 61
        60: .line 706
            goto 68
        61: .line 708
      StackMap locals: java.util.List
      StackMap stack:
            iconst_0
            istore 5 /* j */
        start local 5 // int j
        62: aload 4 /* parameterAnnotations */
            invokeinterface java.util.List.size:()I
            istore 6 /* m */
        start local 6 // int m
        63: goto 67
        64: .line 709
      StackMap locals: int int
      StackMap stack:
            aload 4 /* parameterAnnotations */
            iload 5 /* j */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.AnnotationNode
            astore 7 /* annotation */
        start local 7 // org.objectweb.asm.tree.AnnotationNode annotation
        65: .line 710
            aload 7 /* annotation */
            aload 1 /* methodVisitor */
            iload 2 /* i */
            aload 7 /* annotation */
            getfield org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            iconst_1
            invokevirtual org.objectweb.asm.MethodVisitor.visitParameterAnnotation:(ILjava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            invokevirtual org.objectweb.asm.tree.AnnotationNode.accept:(Lorg/objectweb/asm/AnnotationVisitor;)V
        end local 7 // org.objectweb.asm.tree.AnnotationNode annotation
        66: .line 708
            iinc 5 /* j */ 1
      StackMap locals:
      StackMap stack:
        67: iload 5 /* j */
            iload 6 /* m */
            if_icmplt 64
        end local 6 // int m
        end local 5 // int j
        end local 4 // java.util.List parameterAnnotations
        68: .line 703
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        69: iload 2 /* i */
            iload 3 /* n */
            if_icmplt 58
        end local 3 // int n
        end local 2 // int i
        70: .line 714
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleAnnotableParameterCount:I
            ifle 72
        71: .line 715
            aload 1 /* methodVisitor */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleAnnotableParameterCount:I
            iconst_0
            invokevirtual org.objectweb.asm.MethodVisitor.visitAnnotableParameterCount:(IZ)V
        72: .line 717
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleParameterAnnotations:[Ljava/util/List;
            ifnull 88
        73: .line 718
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        74: aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleParameterAnnotations:[Ljava/util/List;
            arraylength
            istore 3 /* n */
        start local 3 // int n
        75: goto 87
        76: .line 719
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleParameterAnnotations:[Ljava/util/List;
            iload 2 /* i */
            aaload
            astore 4 /* parameterAnnotations */
        start local 4 // java.util.List parameterAnnotations
        77: .line 720
            aload 4 /* parameterAnnotations */
            ifnonnull 79
        78: .line 721
            goto 86
        79: .line 723
      StackMap locals: java.util.List
      StackMap stack:
            iconst_0
            istore 5 /* j */
        start local 5 // int j
        80: aload 4 /* parameterAnnotations */
            invokeinterface java.util.List.size:()I
            istore 6 /* m */
        start local 6 // int m
        81: goto 85
        82: .line 724
      StackMap locals: int int
      StackMap stack:
            aload 4 /* parameterAnnotations */
            iload 5 /* j */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.AnnotationNode
            astore 7 /* annotation */
        start local 7 // org.objectweb.asm.tree.AnnotationNode annotation
        83: .line 725
            aload 7 /* annotation */
            aload 1 /* methodVisitor */
            iload 2 /* i */
            aload 7 /* annotation */
            getfield org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            iconst_0
            invokevirtual org.objectweb.asm.MethodVisitor.visitParameterAnnotation:(ILjava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            invokevirtual org.objectweb.asm.tree.AnnotationNode.accept:(Lorg/objectweb/asm/AnnotationVisitor;)V
        end local 7 // org.objectweb.asm.tree.AnnotationNode annotation
        84: .line 723
            iinc 5 /* j */ 1
      StackMap locals:
      StackMap stack:
        85: iload 5 /* j */
            iload 6 /* m */
            if_icmplt 82
        end local 6 // int m
        end local 5 // int j
        end local 4 // java.util.List parameterAnnotations
        86: .line 718
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        87: iload 2 /* i */
            iload 3 /* n */
            if_icmplt 76
        end local 3 // int n
        end local 2 // int i
        88: .line 730
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visited:Z
            ifeq 90
        89: .line 731
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            invokevirtual org.objectweb.asm.tree.InsnList.resetLabels:()V
        90: .line 733
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.attrs:Ljava/util/List;
            ifnull 97
        91: .line 734
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        92: aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.attrs:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 3 /* n */
        start local 3 // int n
        93: goto 96
        94: .line 735
      StackMap locals: int int
      StackMap stack:
            aload 1 /* methodVisitor */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.attrs:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.Attribute
            invokevirtual org.objectweb.asm.MethodVisitor.visitAttribute:(Lorg/objectweb/asm/Attribute;)V
        95: .line 734
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        96: iload 2 /* i */
            iload 3 /* n */
            if_icmplt 94
        end local 3 // int n
        end local 2 // int i
        97: .line 739
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            invokevirtual org.objectweb.asm.tree.InsnList.size:()I
            ifle 131
        98: .line 740
            aload 1 /* methodVisitor */
            invokevirtual org.objectweb.asm.MethodVisitor.visitCode:()V
        99: .line 742
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.tryCatchBlocks:Ljava/util/List;
            ifnull 107
       100: .line 743
            iconst_0
            istore 2 /* i */
        start local 2 // int i
       101: aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.tryCatchBlocks:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 3 /* n */
        start local 3 // int n
       102: goto 106
       103: .line 744
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.tryCatchBlocks:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.TryCatchBlockNode
            iload 2 /* i */
            invokevirtual org.objectweb.asm.tree.TryCatchBlockNode.updateIndex:(I)V
       104: .line 745
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.tryCatchBlocks:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.TryCatchBlockNode
            aload 1 /* methodVisitor */
            invokevirtual org.objectweb.asm.tree.TryCatchBlockNode.accept:(Lorg/objectweb/asm/MethodVisitor;)V
       105: .line 743
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
       106: iload 2 /* i */
            iload 3 /* n */
            if_icmplt 103
        end local 3 // int n
        end local 2 // int i
       107: .line 749
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 1 /* methodVisitor */
            invokevirtual org.objectweb.asm.tree.InsnList.accept:(Lorg/objectweb/asm/MethodVisitor;)V
       108: .line 751
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.localVariables:Ljava/util/List;
            ifnull 115
       109: .line 752
            iconst_0
            istore 2 /* i */
        start local 2 // int i
       110: aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.localVariables:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 3 /* n */
        start local 3 // int n
       111: goto 114
       112: .line 753
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.localVariables:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LocalVariableNode
            aload 1 /* methodVisitor */
            invokevirtual org.objectweb.asm.tree.LocalVariableNode.accept:(Lorg/objectweb/asm/MethodVisitor;)V
       113: .line 752
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
       114: iload 2 /* i */
            iload 3 /* n */
            if_icmplt 112
        end local 3 // int n
        end local 2 // int i
       115: .line 757
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleLocalVariableAnnotations:Ljava/util/List;
            ifnull 122
       116: .line 758
            iconst_0
            istore 2 /* i */
        start local 2 // int i
       117: aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleLocalVariableAnnotations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 3 /* n */
        start local 3 // int n
       118: goto 121
       119: .line 759
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.visibleLocalVariableAnnotations:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LocalVariableAnnotationNode
            aload 1 /* methodVisitor */
            iconst_1
            invokevirtual org.objectweb.asm.tree.LocalVariableAnnotationNode.accept:(Lorg/objectweb/asm/MethodVisitor;Z)V
       120: .line 758
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
       121: iload 2 /* i */
            iload 3 /* n */
            if_icmplt 119
        end local 3 // int n
        end local 2 // int i
       122: .line 762
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleLocalVariableAnnotations:Ljava/util/List;
            ifnull 129
       123: .line 763
            iconst_0
            istore 2 /* i */
        start local 2 // int i
       124: aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleLocalVariableAnnotations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 3 /* n */
        start local 3 // int n
       125: goto 128
       126: .line 764
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.invisibleLocalVariableAnnotations:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LocalVariableAnnotationNode
            aload 1 /* methodVisitor */
            iconst_0
            invokevirtual org.objectweb.asm.tree.LocalVariableAnnotationNode.accept:(Lorg/objectweb/asm/MethodVisitor;Z)V
       127: .line 763
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
       128: iload 2 /* i */
            iload 3 /* n */
            if_icmplt 126
        end local 3 // int n
        end local 2 // int i
       129: .line 767
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.maxStack:I
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode.maxLocals:I
            invokevirtual org.objectweb.asm.MethodVisitor.visitMaxs:(II)V
       130: .line 768
            aload 0 /* this */
            iconst_1
            putfield org.objectweb.asm.tree.MethodNode.visited:Z
       131: .line 770
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
            invokevirtual org.objectweb.asm.MethodVisitor.visitEnd:()V
       132: .line 771
            return
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // org.objectweb.asm.tree.MethodNode this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0  133     0                  this  Lorg/objectweb/asm/tree/MethodNode;
            0  133     1         methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            2    7     2                     i  I
            3    7     3                     n  I
            9   12     2     annotationVisitor  Lorg/objectweb/asm/AnnotationVisitor;
           14   20     2                     i  I
           15   20     3                     n  I
           17   18     4            annotation  Lorg/objectweb/asm/tree/AnnotationNode;
           22   28     2                     i  I
           23   28     3                     n  I
           25   26     4            annotation  Lorg/objectweb/asm/tree/AnnotationNode;
           30   40     2                     i  I
           31   40     3                     n  I
           33   38     4        typeAnnotation  Lorg/objectweb/asm/tree/TypeAnnotationNode;
           42   52     2                     i  I
           43   52     3                     n  I
           45   50     4        typeAnnotation  Lorg/objectweb/asm/tree/TypeAnnotationNode;
           56   70     2                     i  I
           57   70     3                     n  I
           59   68     4  parameterAnnotations  Ljava/util/List<Lorg/objectweb/asm/tree/AnnotationNode;>;
           62   68     5                     j  I
           63   68     6                     m  I
           65   66     7            annotation  Lorg/objectweb/asm/tree/AnnotationNode;
           74   88     2                     i  I
           75   88     3                     n  I
           77   86     4  parameterAnnotations  Ljava/util/List<Lorg/objectweb/asm/tree/AnnotationNode;>;
           80   86     5                     j  I
           81   86     6                     m  I
           83   84     7            annotation  Lorg/objectweb/asm/tree/AnnotationNode;
           92   97     2                     i  I
           93   97     3                     n  I
          101  107     2                     i  I
          102  107     3                     n  I
          110  115     2                     i  I
          111  115     3                     n  I
          117  122     2                     i  I
          118  122     3                     n  I
          124  129     2                     i  I
          125  129     3                     n  I
    MethodParameters:
               Name  Flags
      methodVisitor  final
}
SourceFile: "MethodNode.java"
NestMembers:
  org.objectweb.asm.tree.MethodNode$1
InnerClasses:
  org.objectweb.asm.tree.MethodNode$1