public class org.objectweb.asm.tree.analysis.Analyzer<V extends org.objectweb.asm.tree.analysis.Value> implements org.objectweb.asm.Opcodes
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.objectweb.asm.tree.analysis.Analyzer
  super_class: java.lang.Object
{
  private final org.objectweb.asm.tree.analysis.Interpreter<V> interpreter;
    descriptor: Lorg/objectweb/asm/tree/analysis/Interpreter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/objectweb/asm/tree/analysis/Interpreter<TV;>;

  private org.objectweb.asm.tree.InsnList insnList;
    descriptor: Lorg/objectweb/asm/tree/InsnList;
    flags: (0x0002) ACC_PRIVATE

  private int insnListSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<org.objectweb.asm.tree.TryCatchBlockNode>[] handlers;
    descriptor: [Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: [Ljava/util/List<Lorg/objectweb/asm/tree/TryCatchBlockNode;>;

  private org.objectweb.asm.tree.analysis.Frame<V>[] frames;
    descriptor: [Lorg/objectweb/asm/tree/analysis/Frame;
    flags: (0x0002) ACC_PRIVATE
    Signature: [Lorg/objectweb/asm/tree/analysis/Frame<TV;>;

  private org.objectweb.asm.tree.analysis.Subroutine[] subroutines;
    descriptor: [Lorg/objectweb/asm/tree/analysis/Subroutine;
    flags: (0x0002) ACC_PRIVATE

  private boolean[] inInstructionsToProcess;
    descriptor: [Z
    flags: (0x0002) ACC_PRIVATE

  private int[] instructionsToProcess;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int numInstructionsToProcess;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.objectweb.asm.tree.analysis.Interpreter<V>);
    descriptor: (Lorg/objectweb/asm/tree/analysis/Interpreter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // org.objectweb.asm.tree.analysis.Interpreter interpreter
         0: .line 88
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 89
            aload 0 /* this */
            aload 1 /* interpreter */
            putfield org.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/objectweb/asm/tree/analysis/Interpreter;
         2: .line 90
            return
        end local 1 // org.objectweb.asm.tree.analysis.Interpreter interpreter
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0    3     1  interpreter  Lorg/objectweb/asm/tree/analysis/Interpreter<TV;>;
    Signature: (Lorg/objectweb/asm/tree/analysis/Interpreter<TV;>;)V
    MethodParameters:
             Name  Flags
      interpreter  final

  public org.objectweb.asm.tree.analysis.Frame<V>[] analyze(java.lang.String, org.objectweb.asm.tree.MethodNode);
    descriptor: (Ljava/lang/String;Lorg/objectweb/asm/tree/MethodNode;)[Lorg/objectweb/asm/tree/analysis/Frame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=18, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // java.lang.String owner
        start local 2 // org.objectweb.asm.tree.MethodNode method
         0: .line 105
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.access:I
            sipush 1280
            iand
            ifeq 3
         1: .line 106
            aload 0 /* this */
            iconst_0
            anewarray org.objectweb.asm.tree.analysis.Frame
            putfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
         2: .line 107
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
            areturn
         3: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            putfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
         4: .line 110
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            invokevirtual org.objectweb.asm.tree.InsnList.size:()I
            putfield org.objectweb.asm.tree.analysis.Analyzer.insnListSize:I
         5: .line 111
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnListSize:I
            anewarray java.util.List
            putfield org.objectweb.asm.tree.analysis.Analyzer.handlers:[Ljava/util/List;
         6: .line 112
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnListSize:I
            anewarray org.objectweb.asm.tree.analysis.Frame
            putfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
         7: .line 113
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnListSize:I
            anewarray org.objectweb.asm.tree.analysis.Subroutine
            putfield org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/objectweb/asm/tree/analysis/Subroutine;
         8: .line 114
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnListSize:I
            newarray 4
            putfield org.objectweb.asm.tree.analysis.Analyzer.inInstructionsToProcess:[Z
         9: .line 115
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnListSize:I
            newarray 10
            putfield org.objectweb.asm.tree.analysis.Analyzer.instructionsToProcess:[I
        10: .line 116
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess:I
        11: .line 120
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        12: goto 26
        13: .line 121
      StackMap locals: int
      StackMap stack:
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.tryCatchBlocks:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.TryCatchBlockNode
            astore 4 /* tryCatchBlock */
        start local 4 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
        14: .line 122
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 4 /* tryCatchBlock */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.start:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            istore 5 /* startIndex */
        start local 5 // int startIndex
        15: .line 123
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 4 /* tryCatchBlock */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.end:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            istore 6 /* endIndex */
        start local 6 // int endIndex
        16: .line 124
            iload 5 /* startIndex */
            istore 7 /* j */
        start local 7 // int j
        17: goto 24
        18: .line 125
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer java.lang.String org.objectweb.asm.tree.MethodNode int org.objectweb.asm.tree.TryCatchBlockNode int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.handlers:[Ljava/util/List;
            iload 7 /* j */
            aaload
            astore 8 /* insnHandlers */
        start local 8 // java.util.List insnHandlers
        19: .line 126
            aload 8 /* insnHandlers */
            ifnonnull 22
        20: .line 127
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 8 /* insnHandlers */
        21: .line 128
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.handlers:[Ljava/util/List;
            iload 7 /* j */
            aload 8 /* insnHandlers */
            aastore
        22: .line 130
      StackMap locals: java.util.List
      StackMap stack:
            aload 8 /* insnHandlers */
            aload 4 /* tryCatchBlock */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 8 // java.util.List insnHandlers
        23: .line 124
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        24: iload 7 /* j */
            iload 6 /* endIndex */
            if_icmplt 18
        end local 7 // int j
        end local 6 // int endIndex
        end local 5 // int startIndex
        end local 4 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
        25: .line 120
            iinc 3 /* i */ 1
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer java.lang.String org.objectweb.asm.tree.MethodNode int
      StackMap stack:
        26: iload 3 /* i */
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.tryCatchBlocks:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 13
        end local 3 // int i
        27: .line 136
            new org.objectweb.asm.tree.analysis.Subroutine
            dup
            aconst_null
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.maxLocals:I
            aconst_null
            invokespecial org.objectweb.asm.tree.analysis.Subroutine.<init>:(Lorg/objectweb/asm/tree/LabelNode;ILorg/objectweb/asm/tree/JumpInsnNode;)V
            astore 3 /* main */
        start local 3 // org.objectweb.asm.tree.analysis.Subroutine main
        28: .line 137
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* jsrInsns */
        start local 4 // java.util.List jsrInsns
        29: .line 138
            aload 0 /* this */
            iconst_0
            aload 3 /* main */
            aload 4 /* jsrInsns */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILorg/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        30: .line 141
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 5 /* jsrSubroutines */
        start local 5 // java.util.Map jsrSubroutines
        31: .line 142
            goto 40
        32: .line 143
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer java.lang.String org.objectweb.asm.tree.MethodNode org.objectweb.asm.tree.analysis.Subroutine java.util.List java.util.Map
      StackMap stack:
            aload 4 /* jsrInsns */
            iconst_0
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.JumpInsnNode
            astore 6 /* jsrInsn */
        start local 6 // org.objectweb.asm.tree.JumpInsnNode jsrInsn
        33: .line 144
            aload 5 /* jsrSubroutines */
            aload 6 /* jsrInsn */
            getfield org.objectweb.asm.tree.JumpInsnNode.label:Lorg/objectweb/asm/tree/LabelNode;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.analysis.Subroutine
            astore 7 /* subroutine */
        start local 7 // org.objectweb.asm.tree.analysis.Subroutine subroutine
        34: .line 145
            aload 7 /* subroutine */
            ifnonnull 39
        35: .line 146
            new org.objectweb.asm.tree.analysis.Subroutine
            dup
            aload 6 /* jsrInsn */
            getfield org.objectweb.asm.tree.JumpInsnNode.label:Lorg/objectweb/asm/tree/LabelNode;
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.maxLocals:I
            aload 6 /* jsrInsn */
            invokespecial org.objectweb.asm.tree.analysis.Subroutine.<init>:(Lorg/objectweb/asm/tree/LabelNode;ILorg/objectweb/asm/tree/JumpInsnNode;)V
            astore 7 /* subroutine */
        36: .line 147
            aload 5 /* jsrSubroutines */
            aload 6 /* jsrInsn */
            getfield org.objectweb.asm.tree.JumpInsnNode.label:Lorg/objectweb/asm/tree/LabelNode;
            aload 7 /* subroutine */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        37: .line 148
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 6 /* jsrInsn */
            getfield org.objectweb.asm.tree.JumpInsnNode.label:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            aload 7 /* subroutine */
            aload 4 /* jsrInsns */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILorg/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        38: .line 149
            goto 40
        39: .line 150
      StackMap locals: org.objectweb.asm.tree.JumpInsnNode org.objectweb.asm.tree.analysis.Subroutine
      StackMap stack:
            aload 7 /* subroutine */
            getfield org.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
            aload 6 /* jsrInsn */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // org.objectweb.asm.tree.analysis.Subroutine subroutine
        end local 6 // org.objectweb.asm.tree.JumpInsnNode jsrInsn
        40: .line 142
      StackMap locals:
      StackMap stack:
            aload 4 /* jsrInsns */
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 32
        41: .line 155
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        42: goto 46
        43: .line 156
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/objectweb/asm/tree/analysis/Subroutine;
            iload 6 /* i */
            aaload
            ifnull 45
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/objectweb/asm/tree/analysis/Subroutine;
            iload 6 /* i */
            aaload
            getfield org.objectweb.asm.tree.analysis.Subroutine.start:Lorg/objectweb/asm/tree/LabelNode;
            ifnonnull 45
        44: .line 157
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/objectweb/asm/tree/analysis/Subroutine;
            iload 6 /* i */
            aconst_null
            aastore
        45: .line 155
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        46: iload 6 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnListSize:I
            if_icmplt 43
        end local 6 // int i
        47: .line 162
            aload 0 /* this */
            aload 1 /* owner */
            aload 2 /* method */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.computeInitialFrame:(Ljava/lang/String;Lorg/objectweb/asm/tree/MethodNode;)Lorg/objectweb/asm/tree/analysis/Frame;
            astore 6 /* currentFrame */
        start local 6 // org.objectweb.asm.tree.analysis.Frame currentFrame
        48: .line 163
            aload 0 /* this */
            iconst_0
            aload 6 /* currentFrame */
            aconst_null
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
        49: .line 164
            aload 0 /* this */
            aload 1 /* owner */
            aload 2 /* method */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.init:(Ljava/lang/String;Lorg/objectweb/asm/tree/MethodNode;)V
        50: .line 167
            goto 171
        51: .line 169
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer java.lang.String org.objectweb.asm.tree.MethodNode org.objectweb.asm.tree.analysis.Subroutine java.util.List java.util.Map org.objectweb.asm.tree.analysis.Frame
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.instructionsToProcess:[I
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess:I
            iconst_1
            isub
            dup_x1
            putfield org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess:I
            iaload
            istore 7 /* insnIndex */
        start local 7 // int insnIndex
        52: .line 170
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
            iload 7 /* insnIndex */
            aaload
            astore 8 /* oldFrame */
        start local 8 // org.objectweb.asm.tree.analysis.Frame oldFrame
        53: .line 171
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/objectweb/asm/tree/analysis/Subroutine;
            iload 7 /* insnIndex */
            aaload
            astore 9 /* subroutine */
        start local 9 // org.objectweb.asm.tree.analysis.Subroutine subroutine
        54: .line 172
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.inInstructionsToProcess:[Z
            iload 7 /* insnIndex */
            iconst_0
            bastore
        55: .line 175
            aconst_null
            astore 10 /* insnNode */
        start local 10 // org.objectweb.asm.tree.AbstractInsnNode insnNode
        56: .line 177
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.instructions:Lorg/objectweb/asm/tree/InsnList;
            iload 7 /* insnIndex */
            invokevirtual org.objectweb.asm.tree.InsnList.get:(I)Lorg/objectweb/asm/tree/AbstractInsnNode;
            astore 10 /* insnNode */
        57: .line 178
            aload 10 /* insnNode */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            istore 11 /* insnOpcode */
        start local 11 // int insnOpcode
        58: .line 179
            aload 10 /* insnNode */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getType:()I
            istore 12 /* insnType */
        start local 12 // int insnType
        59: .line 181
            iload 12 /* insnType */
            bipush 8
            if_icmpeq 62
        60: .line 182
            iload 12 /* insnType */
            bipush 15
            if_icmpeq 62
        61: .line 183
            iload 12 /* insnType */
            bipush 14
            if_icmpne 65
        62: .line 184
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer java.lang.String org.objectweb.asm.tree.MethodNode org.objectweb.asm.tree.analysis.Subroutine java.util.List java.util.Map org.objectweb.asm.tree.analysis.Frame int org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.analysis.Subroutine org.objectweb.asm.tree.AbstractInsnNode int int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* insnIndex */
            iconst_1
            iadd
            aload 8 /* oldFrame */
            aload 9 /* subroutine */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
        63: .line 185
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 7 /* insnIndex */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        64: .line 186
            goto 146
        65: .line 187
      StackMap locals:
      StackMap stack:
            aload 6 /* currentFrame */
            aload 8 /* oldFrame */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.init:(Lorg/objectweb/asm/tree/analysis/Frame;)Lorg/objectweb/asm/tree/analysis/Frame;
            aload 10 /* insnNode */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/objectweb/asm/tree/analysis/Interpreter;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.execute:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/analysis/Interpreter;)V
        66: .line 188
            aload 9 /* subroutine */
            ifnonnull 67
            aconst_null
            goto 68
      StackMap locals:
      StackMap stack:
        67: new org.objectweb.asm.tree.analysis.Subroutine
            dup
            aload 9 /* subroutine */
            invokespecial org.objectweb.asm.tree.analysis.Subroutine.<init>:(Lorg/objectweb/asm/tree/analysis/Subroutine;)V
      StackMap locals:
      StackMap stack: org.objectweb.asm.tree.analysis.Subroutine
        68: astore 9 /* subroutine */
        69: .line 190
            aload 10 /* insnNode */
            instanceof org.objectweb.asm.tree.JumpInsnNode
            ifeq 85
        70: .line 191
            aload 10 /* insnNode */
            checkcast org.objectweb.asm.tree.JumpInsnNode
            astore 13 /* jumpInsn */
        start local 13 // org.objectweb.asm.tree.JumpInsnNode jumpInsn
        71: .line 192
            iload 11 /* insnOpcode */
            sipush 167
            if_icmpeq 74
            iload 11 /* insnOpcode */
            sipush 168
            if_icmpeq 74
        72: .line 193
            aload 0 /* this */
            iload 7 /* insnIndex */
            iconst_1
            iadd
            aload 6 /* currentFrame */
            aload 9 /* subroutine */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
        73: .line 194
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 7 /* insnIndex */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        74: .line 196
      StackMap locals: org.objectweb.asm.tree.JumpInsnNode
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 13 /* jumpInsn */
            getfield org.objectweb.asm.tree.JumpInsnNode.label:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            istore 14 /* jumpInsnIndex */
        start local 14 // int jumpInsnIndex
        75: .line 197
            iload 11 /* insnOpcode */
            sipush 168
            if_icmpne 82
        76: .line 198
            aload 0 /* this */
        77: .line 199
            iload 14 /* jumpInsnIndex */
        78: .line 200
            aload 6 /* currentFrame */
        79: .line 201
            new org.objectweb.asm.tree.analysis.Subroutine
            dup
            aload 13 /* jumpInsn */
            getfield org.objectweb.asm.tree.JumpInsnNode.label:Lorg/objectweb/asm/tree/LabelNode;
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.maxLocals:I
            aload 13 /* jumpInsn */
            invokespecial org.objectweb.asm.tree.analysis.Subroutine.<init>:(Lorg/objectweb/asm/tree/LabelNode;ILorg/objectweb/asm/tree/JumpInsnNode;)V
        80: .line 198
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
        81: .line 202
            goto 83
        82: .line 203
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 14 /* jumpInsnIndex */
            aload 6 /* currentFrame */
            aload 9 /* subroutine */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
        83: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 14 /* jumpInsnIndex */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        end local 14 // int jumpInsnIndex
        end local 13 // org.objectweb.asm.tree.JumpInsnNode jumpInsn
        84: .line 206
            goto 146
      StackMap locals:
      StackMap stack:
        85: aload 10 /* insnNode */
            instanceof org.objectweb.asm.tree.LookupSwitchInsnNode
            ifeq 98
        86: .line 207
            aload 10 /* insnNode */
            checkcast org.objectweb.asm.tree.LookupSwitchInsnNode
            astore 13 /* lookupSwitchInsn */
        start local 13 // org.objectweb.asm.tree.LookupSwitchInsnNode lookupSwitchInsn
        87: .line 208
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 13 /* lookupSwitchInsn */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.dflt:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            istore 14 /* targetInsnIndex */
        start local 14 // int targetInsnIndex
        88: .line 209
            aload 0 /* this */
            iload 14 /* targetInsnIndex */
            aload 6 /* currentFrame */
            aload 9 /* subroutine */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
        89: .line 210
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 14 /* targetInsnIndex */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        90: .line 211
            iconst_0
            istore 15 /* i */
        start local 15 // int i
        91: goto 96
        92: .line 212
      StackMap locals: org.objectweb.asm.tree.LookupSwitchInsnNode int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 13 /* lookupSwitchInsn */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            iload 15 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.AbstractInsnNode
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            istore 14 /* targetInsnIndex */
        93: .line 213
            aload 0 /* this */
            iload 14 /* targetInsnIndex */
            aload 6 /* currentFrame */
            aload 9 /* subroutine */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
        94: .line 214
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 14 /* targetInsnIndex */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        95: .line 211
            iinc 15 /* i */ 1
      StackMap locals:
      StackMap stack:
        96: iload 15 /* i */
            aload 13 /* lookupSwitchInsn */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 92
        end local 15 // int i
        end local 14 // int targetInsnIndex
        end local 13 // org.objectweb.asm.tree.LookupSwitchInsnNode lookupSwitchInsn
        97: .line 216
            goto 146
      StackMap locals:
      StackMap stack:
        98: aload 10 /* insnNode */
            instanceof org.objectweb.asm.tree.TableSwitchInsnNode
            ifeq 111
        99: .line 217
            aload 10 /* insnNode */
            checkcast org.objectweb.asm.tree.TableSwitchInsnNode
            astore 13 /* tableSwitchInsn */
        start local 13 // org.objectweb.asm.tree.TableSwitchInsnNode tableSwitchInsn
       100: .line 218
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 13 /* tableSwitchInsn */
            getfield org.objectweb.asm.tree.TableSwitchInsnNode.dflt:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            istore 14 /* targetInsnIndex */
        start local 14 // int targetInsnIndex
       101: .line 219
            aload 0 /* this */
            iload 14 /* targetInsnIndex */
            aload 6 /* currentFrame */
            aload 9 /* subroutine */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
       102: .line 220
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 14 /* targetInsnIndex */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
       103: .line 221
            iconst_0
            istore 15 /* i */
        start local 15 // int i
       104: goto 109
       105: .line 222
      StackMap locals: org.objectweb.asm.tree.TableSwitchInsnNode int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 13 /* tableSwitchInsn */
            getfield org.objectweb.asm.tree.TableSwitchInsnNode.labels:Ljava/util/List;
            iload 15 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.AbstractInsnNode
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            istore 14 /* targetInsnIndex */
       106: .line 223
            aload 0 /* this */
            iload 14 /* targetInsnIndex */
            aload 6 /* currentFrame */
            aload 9 /* subroutine */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
       107: .line 224
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 14 /* targetInsnIndex */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
       108: .line 221
            iinc 15 /* i */ 1
      StackMap locals:
      StackMap stack:
       109: iload 15 /* i */
            aload 13 /* tableSwitchInsn */
            getfield org.objectweb.asm.tree.TableSwitchInsnNode.labels:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 105
        end local 15 // int i
        end local 14 // int targetInsnIndex
        end local 13 // org.objectweb.asm.tree.TableSwitchInsnNode tableSwitchInsn
       110: .line 226
            goto 146
      StackMap locals:
      StackMap stack:
       111: iload 11 /* insnOpcode */
            sipush 169
            if_icmpne 130
       112: .line 227
            aload 9 /* subroutine */
            ifnonnull 114
       113: .line 228
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 10 /* insnNode */
            ldc "RET instruction outside of a sub routine"
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
       114: .line 230
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 13 /* i */
        start local 13 // int i
       115: goto 128
       116: .line 231
      StackMap locals: int
      StackMap stack:
            aload 9 /* subroutine */
            getfield org.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
            iload 13 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.JumpInsnNode
            astore 14 /* caller */
        start local 14 // org.objectweb.asm.tree.JumpInsnNode caller
       117: .line 232
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 14 /* caller */
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            istore 15 /* jsrInsnIndex */
        start local 15 // int jsrInsnIndex
       118: .line 233
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
            iload 15 /* jsrInsnIndex */
            aaload
            ifnull 127
       119: .line 234
            aload 0 /* this */
       120: .line 235
            iload 15 /* jsrInsnIndex */
            iconst_1
            iadd
       121: .line 236
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
            iload 15 /* jsrInsnIndex */
            aaload
       122: .line 237
            aload 6 /* currentFrame */
       123: .line 238
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/objectweb/asm/tree/analysis/Subroutine;
            iload 15 /* jsrInsnIndex */
            aaload
       124: .line 239
            aload 9 /* subroutine */
            getfield org.objectweb.asm.tree.analysis.Subroutine.localsUsed:[Z
       125: .line 234
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;[Z)V
       126: .line 240
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 15 /* jsrInsnIndex */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        end local 15 // int jsrInsnIndex
        end local 14 // org.objectweb.asm.tree.JumpInsnNode caller
       127: .line 230
      StackMap locals:
      StackMap stack:
            iinc 13 /* i */ 1
      StackMap locals:
      StackMap stack:
       128: iload 13 /* i */
            aload 9 /* subroutine */
            getfield org.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 116
        end local 13 // int i
       129: .line 243
            goto 146
      StackMap locals:
      StackMap stack:
       130: iload 11 /* insnOpcode */
            sipush 191
            if_icmpeq 146
            iload 11 /* insnOpcode */
            sipush 172
            if_icmplt 131
            iload 11 /* insnOpcode */
            sipush 177
            if_icmple 146
       131: .line 244
      StackMap locals:
      StackMap stack:
            aload 9 /* subroutine */
            ifnull 144
       132: .line 245
            aload 10 /* insnNode */
            instanceof org.objectweb.asm.tree.VarInsnNode
            ifeq 141
       133: .line 246
            aload 10 /* insnNode */
            checkcast org.objectweb.asm.tree.VarInsnNode
            getfield org.objectweb.asm.tree.VarInsnNode.var:I
            istore 13 /* var */
        start local 13 // int var
       134: .line 247
            aload 9 /* subroutine */
            getfield org.objectweb.asm.tree.analysis.Subroutine.localsUsed:[Z
            iload 13 /* var */
            iconst_1
            bastore
       135: .line 248
            iload 11 /* insnOpcode */
            bipush 22
            if_icmpeq 139
       136: .line 249
            iload 11 /* insnOpcode */
            bipush 24
            if_icmpeq 139
       137: .line 250
            iload 11 /* insnOpcode */
            bipush 55
            if_icmpeq 139
       138: .line 251
            iload 11 /* insnOpcode */
            bipush 57
            if_icmpne 144
       139: .line 252
      StackMap locals: int
      StackMap stack:
            aload 9 /* subroutine */
            getfield org.objectweb.asm.tree.analysis.Subroutine.localsUsed:[Z
            iload 13 /* var */
            iconst_1
            iadd
            iconst_1
            bastore
        end local 13 // int var
       140: .line 254
            goto 144
      StackMap locals:
      StackMap stack:
       141: aload 10 /* insnNode */
            instanceof org.objectweb.asm.tree.IincInsnNode
            ifeq 144
       142: .line 255
            aload 10 /* insnNode */
            checkcast org.objectweb.asm.tree.IincInsnNode
            getfield org.objectweb.asm.tree.IincInsnNode.var:I
            istore 13 /* var */
        start local 13 // int var
       143: .line 256
            aload 9 /* subroutine */
            getfield org.objectweb.asm.tree.analysis.Subroutine.localsUsed:[Z
            iload 13 /* var */
            iconst_1
            bastore
        end local 13 // int var
       144: .line 259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* insnIndex */
            iconst_1
            iadd
            aload 6 /* currentFrame */
            aload 9 /* subroutine */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
       145: .line 260
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 7 /* insnIndex */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
       146: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.handlers:[Ljava/util/List;
            iload 7 /* insnIndex */
            aaload
            astore 13 /* insnHandlers */
        start local 13 // java.util.List insnHandlers
       147: .line 265
            aload 13 /* insnHandlers */
            ifnull 171
       148: .line 266
            iconst_0
            istore 14 /* i */
        start local 14 // int i
       149: goto 161
       150: .line 267
      StackMap locals: java.util.List int
      StackMap stack:
            aload 13 /* insnHandlers */
            iload 14 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.TryCatchBlockNode
            astore 15 /* tryCatchBlock */
        start local 15 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
       151: .line 269
            aload 15 /* tryCatchBlock */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.type:Ljava/lang/String;
            ifnonnull 154
       152: .line 270
            ldc "java/lang/Throwable"
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            astore 16 /* catchType */
        start local 16 // org.objectweb.asm.Type catchType
       153: .line 271
            goto 155
        end local 16 // org.objectweb.asm.Type catchType
       154: .line 272
      StackMap locals: org.objectweb.asm.tree.TryCatchBlockNode
      StackMap stack:
            aload 15 /* tryCatchBlock */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.type:Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            astore 16 /* catchType */
        start local 16 // org.objectweb.asm.Type catchType
       155: .line 274
      StackMap locals: org.objectweb.asm.Type
      StackMap stack:
            aload 0 /* this */
            iload 7 /* insnIndex */
            aload 15 /* tryCatchBlock */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newControlFlowExceptionEdge:(ILorg/objectweb/asm/tree/TryCatchBlockNode;)Z
            ifeq 160
       156: .line 275
            aload 0 /* this */
            aload 8 /* oldFrame */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newFrame:(Lorg/objectweb/asm/tree/analysis/Frame;)Lorg/objectweb/asm/tree/analysis/Frame;
            astore 17 /* handler */
        start local 17 // org.objectweb.asm.tree.analysis.Frame handler
       157: .line 276
            aload 17 /* handler */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.clearStack:()V
       158: .line 277
            aload 17 /* handler */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/objectweb/asm/tree/analysis/Interpreter;
            aload 15 /* tryCatchBlock */
            aload 17 /* handler */
            aload 16 /* catchType */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.newExceptionValue:(Lorg/objectweb/asm/tree/TryCatchBlockNode;Lorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.push:(Lorg/objectweb/asm/tree/analysis/Value;)V
       159: .line 278
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 15 /* tryCatchBlock */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.handler:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            aload 17 /* handler */
            aload 9 /* subroutine */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
        end local 17 // org.objectweb.asm.tree.analysis.Frame handler
        end local 16 // org.objectweb.asm.Type catchType
        end local 15 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
       160: .line 266
      StackMap locals:
      StackMap stack:
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
       161: iload 14 /* i */
            aload 13 /* insnHandlers */
            invokeinterface java.util.List.size:()I
            if_icmplt 150
        end local 14 // int i
        end local 13 // java.util.List insnHandlers
        end local 12 // int insnType
        end local 11 // int insnOpcode
       162: .line 282
            goto 171
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer java.lang.String org.objectweb.asm.tree.MethodNode org.objectweb.asm.tree.analysis.Subroutine java.util.List java.util.Map org.objectweb.asm.tree.analysis.Frame int org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.analysis.Subroutine org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack: org.objectweb.asm.tree.analysis.AnalyzerException
       163: astore 11 /* e */
        start local 11 // org.objectweb.asm.tree.analysis.AnalyzerException e
       164: .line 283
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
       165: .line 284
            aload 11 /* e */
            getfield org.objectweb.asm.tree.analysis.AnalyzerException.node:Lorg/objectweb/asm/tree/AbstractInsnNode;
            new java.lang.StringBuilder
            dup
            ldc "Error at instruction "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 7 /* insnIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 11 /* e */
            invokevirtual org.objectweb.asm.tree.analysis.AnalyzerException.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 11 /* e */
       166: .line 283
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 11 // org.objectweb.asm.tree.analysis.AnalyzerException e
       167: .line 285
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 11 /* e */
        start local 11 // java.lang.Exception e
       168: .line 286
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
       169: .line 287
            aload 10 /* insnNode */
            new java.lang.StringBuilder
            dup
            ldc "Error at instruction "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 7 /* insnIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 11 /* e */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 11 /* e */
       170: .line 286
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 11 // java.lang.Exception e
        end local 10 // org.objectweb.asm.tree.AbstractInsnNode insnNode
        end local 9 // org.objectweb.asm.tree.analysis.Subroutine subroutine
        end local 8 // org.objectweb.asm.tree.analysis.Frame oldFrame
        end local 7 // int insnIndex
       171: .line 167
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer java.lang.String org.objectweb.asm.tree.MethodNode org.objectweb.asm.tree.analysis.Subroutine java.util.List java.util.Map org.objectweb.asm.tree.analysis.Frame
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess:I
            ifgt 51
       172: .line 291
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
            areturn
        end local 6 // org.objectweb.asm.tree.analysis.Frame currentFrame
        end local 5 // java.util.Map jsrSubroutines
        end local 4 // java.util.List jsrInsns
        end local 3 // org.objectweb.asm.tree.analysis.Subroutine main
        end local 2 // org.objectweb.asm.tree.MethodNode method
        end local 1 // java.lang.String owner
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0  173     0              this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0  173     1             owner  Ljava/lang/String;
            0  173     2            method  Lorg/objectweb/asm/tree/MethodNode;
           12   27     3                 i  I
           14   25     4     tryCatchBlock  Lorg/objectweb/asm/tree/TryCatchBlockNode;
           15   25     5        startIndex  I
           16   25     6          endIndex  I
           17   25     7                 j  I
           19   23     8      insnHandlers  Ljava/util/List<Lorg/objectweb/asm/tree/TryCatchBlockNode;>;
           28  173     3              main  Lorg/objectweb/asm/tree/analysis/Subroutine;
           29  173     4          jsrInsns  Ljava/util/List<Lorg/objectweb/asm/tree/AbstractInsnNode;>;
           31  173     5    jsrSubroutines  Ljava/util/Map<Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/analysis/Subroutine;>;
           33   40     6           jsrInsn  Lorg/objectweb/asm/tree/JumpInsnNode;
           34   40     7        subroutine  Lorg/objectweb/asm/tree/analysis/Subroutine;
           42   47     6                 i  I
           48  173     6      currentFrame  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
           52  171     7         insnIndex  I
           53  171     8          oldFrame  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
           54  171     9        subroutine  Lorg/objectweb/asm/tree/analysis/Subroutine;
           56  171    10          insnNode  Lorg/objectweb/asm/tree/AbstractInsnNode;
           58  162    11        insnOpcode  I
           59  162    12          insnType  I
           71   84    13          jumpInsn  Lorg/objectweb/asm/tree/JumpInsnNode;
           75   84    14     jumpInsnIndex  I
           87   97    13  lookupSwitchInsn  Lorg/objectweb/asm/tree/LookupSwitchInsnNode;
           88   97    14   targetInsnIndex  I
           91   97    15                 i  I
          100  110    13   tableSwitchInsn  Lorg/objectweb/asm/tree/TableSwitchInsnNode;
          101  110    14   targetInsnIndex  I
          104  110    15                 i  I
          115  129    13                 i  I
          117  127    14            caller  Lorg/objectweb/asm/tree/JumpInsnNode;
          118  127    15      jsrInsnIndex  I
          134  140    13               var  I
          143  144    13               var  I
          147  162    13      insnHandlers  Ljava/util/List<Lorg/objectweb/asm/tree/TryCatchBlockNode;>;
          149  162    14                 i  I
          151  160    15     tryCatchBlock  Lorg/objectweb/asm/tree/TryCatchBlockNode;
          153  154    16         catchType  Lorg/objectweb/asm/Type;
          155  160    16         catchType  Lorg/objectweb/asm/Type;
          157  160    17           handler  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
          164  167    11                 e  Lorg/objectweb/asm/tree/analysis/AnalyzerException;
          168  171    11                 e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          56   162     163  Class org.objectweb.asm.tree.analysis.AnalyzerException
          56   162     167  Class java.lang.Exception
    Exceptions:
      throws org.objectweb.asm.tree.analysis.AnalyzerException
    Signature: (Ljava/lang/String;Lorg/objectweb/asm/tree/MethodNode;)[Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
    MethodParameters:
        Name  Flags
      owner   final
      method  final

  private void findSubroutine(int, org.objectweb.asm.tree.analysis.Subroutine, java.util.List<org.objectweb.asm.tree.AbstractInsnNode>);
    descriptor: (ILorg/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=4
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insnIndex
        start local 2 // org.objectweb.asm.tree.analysis.Subroutine subroutine
        start local 3 // java.util.List jsrInsns
         0: .line 308
            iload 1 /* insnIndex */
            istore 4 /* currentInsnIndex */
        start local 4 // int currentInsnIndex
         1: .line 310
      StackMap locals: int
      StackMap stack:
            iload 4 /* currentInsnIndex */
            iflt 2
            iload 4 /* currentInsnIndex */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnListSize:I
            if_icmplt 3
         2: .line 311
      StackMap locals:
      StackMap stack:
            new org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aconst_null
            ldc "Execution can fall off the end of the code"
            invokespecial org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
         3: .line 313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/objectweb/asm/tree/analysis/Subroutine;
            iload 4 /* currentInsnIndex */
            aaload
            ifnull 5
         4: .line 314
            return
         5: .line 316
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/objectweb/asm/tree/analysis/Subroutine;
            iload 4 /* currentInsnIndex */
            new org.objectweb.asm.tree.analysis.Subroutine
            dup
            aload 2 /* subroutine */
            invokespecial org.objectweb.asm.tree.analysis.Subroutine.<init>:(Lorg/objectweb/asm/tree/analysis/Subroutine;)V
            aastore
         6: .line 317
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            iload 4 /* currentInsnIndex */
            invokevirtual org.objectweb.asm.tree.InsnList.get:(I)Lorg/objectweb/asm/tree/AbstractInsnNode;
            astore 5 /* currentInsn */
        start local 5 // org.objectweb.asm.tree.AbstractInsnNode currentInsn
         7: .line 320
            aload 5 /* currentInsn */
            instanceof org.objectweb.asm.tree.JumpInsnNode
            ifeq 14
         8: .line 321
            aload 5 /* currentInsn */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            sipush 168
            if_icmpne 11
         9: .line 323
            aload 3 /* jsrInsns */
            aload 5 /* currentInsn */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        10: .line 324
            goto 33
        11: .line 325
      StackMap locals: org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 5 /* currentInsn */
            checkcast org.objectweb.asm.tree.JumpInsnNode
            astore 6 /* jumpInsn */
        start local 6 // org.objectweb.asm.tree.JumpInsnNode jumpInsn
        12: .line 326
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 6 /* jumpInsn */
            getfield org.objectweb.asm.tree.JumpInsnNode.label:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            aload 2 /* subroutine */
            aload 3 /* jsrInsns */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILorg/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        end local 6 // org.objectweb.asm.tree.JumpInsnNode jumpInsn
        13: .line 328
            goto 33
      StackMap locals:
      StackMap stack:
        14: aload 5 /* currentInsn */
            instanceof org.objectweb.asm.tree.TableSwitchInsnNode
            ifeq 24
        15: .line 329
            aload 5 /* currentInsn */
            checkcast org.objectweb.asm.tree.TableSwitchInsnNode
            astore 6 /* tableSwitchInsn */
        start local 6 // org.objectweb.asm.tree.TableSwitchInsnNode tableSwitchInsn
        16: .line 330
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 6 /* tableSwitchInsn */
            getfield org.objectweb.asm.tree.TableSwitchInsnNode.dflt:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            aload 2 /* subroutine */
            aload 3 /* jsrInsns */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILorg/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        17: .line 331
            aload 6 /* tableSwitchInsn */
            getfield org.objectweb.asm.tree.TableSwitchInsnNode.labels:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 7 /* i */
        start local 7 // int i
        18: goto 22
        19: .line 332
      StackMap locals: org.objectweb.asm.tree.TableSwitchInsnNode int
      StackMap stack:
            aload 6 /* tableSwitchInsn */
            getfield org.objectweb.asm.tree.TableSwitchInsnNode.labels:Ljava/util/List;
            iload 7 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LabelNode
            astore 8 /* l */
        start local 8 // org.objectweb.asm.tree.LabelNode l
        20: .line 333
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 8 /* l */
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            aload 2 /* subroutine */
            aload 3 /* jsrInsns */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILorg/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        end local 8 // org.objectweb.asm.tree.LabelNode l
        21: .line 331
            iinc 7 /* i */ -1
      StackMap locals:
      StackMap stack:
        22: iload 7 /* i */
            ifge 19
        end local 7 // int i
        end local 6 // org.objectweb.asm.tree.TableSwitchInsnNode tableSwitchInsn
        23: .line 335
            goto 33
      StackMap locals:
      StackMap stack:
        24: aload 5 /* currentInsn */
            instanceof org.objectweb.asm.tree.LookupSwitchInsnNode
            ifeq 33
        25: .line 336
            aload 5 /* currentInsn */
            checkcast org.objectweb.asm.tree.LookupSwitchInsnNode
            astore 6 /* lookupSwitchInsn */
        start local 6 // org.objectweb.asm.tree.LookupSwitchInsnNode lookupSwitchInsn
        26: .line 337
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 6 /* lookupSwitchInsn */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.dflt:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            aload 2 /* subroutine */
            aload 3 /* jsrInsns */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILorg/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        27: .line 338
            aload 6 /* lookupSwitchInsn */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 7 /* i */
        start local 7 // int i
        28: goto 32
        29: .line 339
      StackMap locals: org.objectweb.asm.tree.LookupSwitchInsnNode int
      StackMap stack:
            aload 6 /* lookupSwitchInsn */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            iload 7 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LabelNode
            astore 8 /* l */
        start local 8 // org.objectweb.asm.tree.LabelNode l
        30: .line 340
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 8 /* l */
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            aload 2 /* subroutine */
            aload 3 /* jsrInsns */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILorg/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        end local 8 // org.objectweb.asm.tree.LabelNode l
        31: .line 338
            iinc 7 /* i */ -1
      StackMap locals:
      StackMap stack:
        32: iload 7 /* i */
            ifge 29
        end local 7 // int i
        end local 6 // org.objectweb.asm.tree.LookupSwitchInsnNode lookupSwitchInsn
        33: .line 345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.handlers:[Ljava/util/List;
            iload 4 /* currentInsnIndex */
            aaload
            astore 6 /* insnHandlers */
        start local 6 // java.util.List insnHandlers
        34: .line 346
            aload 6 /* insnHandlers */
            ifnull 41
        35: .line 347
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        36: goto 40
        37: .line 348
      StackMap locals: java.util.List int
      StackMap stack:
            aload 6 /* insnHandlers */
            iload 7 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.TryCatchBlockNode
            astore 8 /* tryCatchBlock */
        start local 8 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
        38: .line 349
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 8 /* tryCatchBlock */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.handler:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            aload 2 /* subroutine */
            aload 3 /* jsrInsns */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILorg/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        end local 8 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
        39: .line 347
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        40: iload 7 /* i */
            aload 6 /* insnHandlers */
            invokeinterface java.util.List.size:()I
            if_icmplt 37
        end local 7 // int i
        41: .line 354
      StackMap locals:
      StackMap stack:
            aload 5 /* currentInsn */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            tableswitch { // 167 - 191
                  167: 42
                  168: 43
                  169: 42
                  170: 42
                  171: 42
                  172: 42
                  173: 42
                  174: 42
                  175: 42
                  176: 42
                  177: 42
                  178: 43
                  179: 43
                  180: 43
                  181: 43
                  182: 43
                  183: 43
                  184: 43
                  185: 43
                  186: 43
                  187: 43
                  188: 43
                  189: 43
                  190: 43
                  191: 42
              default: 43
          }
        42: .line 366
      StackMap locals:
      StackMap stack:
            return
        43: .line 370
      StackMap locals:
      StackMap stack:
            iinc 4 /* currentInsnIndex */ 1
        end local 6 // java.util.List insnHandlers
        end local 5 // org.objectweb.asm.tree.AbstractInsnNode currentInsn
        44: .line 309
            goto 1
        end local 4 // int currentInsnIndex
        end local 3 // java.util.List jsrInsns
        end local 2 // org.objectweb.asm.tree.analysis.Subroutine subroutine
        end local 1 // int insnIndex
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   45     0              this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0   45     1         insnIndex  I
            0   45     2        subroutine  Lorg/objectweb/asm/tree/analysis/Subroutine;
            0   45     3          jsrInsns  Ljava/util/List<Lorg/objectweb/asm/tree/AbstractInsnNode;>;
            1   45     4  currentInsnIndex  I
            7   44     5       currentInsn  Lorg/objectweb/asm/tree/AbstractInsnNode;
           12   13     6          jumpInsn  Lorg/objectweb/asm/tree/JumpInsnNode;
           16   23     6   tableSwitchInsn  Lorg/objectweb/asm/tree/TableSwitchInsnNode;
           18   23     7                 i  I
           20   21     8                 l  Lorg/objectweb/asm/tree/LabelNode;
           26   33     6  lookupSwitchInsn  Lorg/objectweb/asm/tree/LookupSwitchInsnNode;
           28   33     7                 i  I
           30   31     8                 l  Lorg/objectweb/asm/tree/LabelNode;
           34   44     6      insnHandlers  Ljava/util/List<Lorg/objectweb/asm/tree/TryCatchBlockNode;>;
           36   41     7                 i  I
           38   39     8     tryCatchBlock  Lorg/objectweb/asm/tree/TryCatchBlockNode;
    Exceptions:
      throws org.objectweb.asm.tree.analysis.AnalyzerException
    Signature: (ILorg/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List<Lorg/objectweb/asm/tree/AbstractInsnNode;>;)V
    MethodParameters:
            Name  Flags
      insnIndex   final
      subroutine  final
      jsrInsns    final

  private org.objectweb.asm.tree.analysis.Frame<V> computeInitialFrame(java.lang.String, org.objectweb.asm.tree.MethodNode);
    descriptor: (Ljava/lang/String;Lorg/objectweb/asm/tree/MethodNode;)Lorg/objectweb/asm/tree/analysis/Frame;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=8, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // java.lang.String owner
        start local 2 // org.objectweb.asm.tree.MethodNode method
         0: .line 382
            aload 0 /* this */
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.maxLocals:I
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.maxStack:I
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newFrame:(II)Lorg/objectweb/asm/tree/analysis/Frame;
            astore 3 /* frame */
        start local 3 // org.objectweb.asm.tree.analysis.Frame frame
         1: .line 383
            iconst_0
            istore 4 /* currentLocal */
        start local 4 // int currentLocal
         2: .line 384
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.access:I
            bipush 8
            iand
            ifne 3
            iconst_1
            goto 4
      StackMap locals: org.objectweb.asm.tree.analysis.Frame int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 5 /* isInstanceMethod */
        start local 5 // boolean isInstanceMethod
         5: .line 385
            iload 5 /* isInstanceMethod */
            ifeq 11
         6: .line 386
            aload 1 /* owner */
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            astore 6 /* ownerType */
        start local 6 // org.objectweb.asm.Type ownerType
         7: .line 387
            aload 3 /* frame */
         8: .line 388
            iload 4 /* currentLocal */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/objectweb/asm/tree/analysis/Interpreter;
            iload 5 /* isInstanceMethod */
            iload 4 /* currentLocal */
            aload 6 /* ownerType */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.newParameterValue:(ZILorg/objectweb/asm/Type;)Lorg/objectweb/asm/tree/analysis/Value;
         9: .line 387
            invokevirtual org.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/objectweb/asm/tree/analysis/Value;)V
        10: .line 389
            iinc 4 /* currentLocal */ 1
        end local 6 // org.objectweb.asm.Type ownerType
        11: .line 391
      StackMap locals: int
      StackMap stack:
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.desc:Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
            astore 6 /* argumentTypes */
        start local 6 // org.objectweb.asm.Type[] argumentTypes
        12: .line 392
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        13: goto 23
        14: .line 393
      StackMap locals: org.objectweb.asm.Type[] int
      StackMap stack:
            aload 3 /* frame */
        15: .line 394
            iload 4 /* currentLocal */
        16: .line 395
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/objectweb/asm/tree/analysis/Interpreter;
            iload 5 /* isInstanceMethod */
            iload 4 /* currentLocal */
            aload 6 /* argumentTypes */
            iload 7 /* i */
            aaload
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.newParameterValue:(ZILorg/objectweb/asm/Type;)Lorg/objectweb/asm/tree/analysis/Value;
        17: .line 393
            invokevirtual org.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/objectweb/asm/tree/analysis/Value;)V
        18: .line 396
            iinc 4 /* currentLocal */ 1
        19: .line 397
            aload 6 /* argumentTypes */
            iload 7 /* i */
            aaload
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iconst_2
            if_icmpne 22
        20: .line 398
            aload 3 /* frame */
            iload 4 /* currentLocal */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/objectweb/asm/tree/analysis/Interpreter;
            iload 4 /* currentLocal */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.newEmptyValue:(I)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/objectweb/asm/tree/analysis/Value;)V
        21: .line 399
            iinc 4 /* currentLocal */ 1
        22: .line 392
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 7 /* i */
            aload 6 /* argumentTypes */
            arraylength
            if_icmplt 14
        end local 7 // int i
        24: .line 402
            goto 27
        25: .line 403
      StackMap locals:
      StackMap stack:
            aload 3 /* frame */
            iload 4 /* currentLocal */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/objectweb/asm/tree/analysis/Interpreter;
            iload 4 /* currentLocal */
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.newEmptyValue:(I)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/objectweb/asm/tree/analysis/Value;)V
        26: .line 404
            iinc 4 /* currentLocal */ 1
        27: .line 402
      StackMap locals:
      StackMap stack:
            iload 4 /* currentLocal */
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.maxLocals:I
            if_icmplt 25
        28: .line 406
            aload 3 /* frame */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/objectweb/asm/tree/analysis/Interpreter;
            aload 2 /* method */
            getfield org.objectweb.asm.tree.MethodNode.desc:Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getReturnType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.tree.analysis.Interpreter.newReturnTypeValue:(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/tree/analysis/Value;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.setReturn:(Lorg/objectweb/asm/tree/analysis/Value;)V
        29: .line 407
            aload 3 /* frame */
            areturn
        end local 6 // org.objectweb.asm.Type[] argumentTypes
        end local 5 // boolean isInstanceMethod
        end local 4 // int currentLocal
        end local 3 // org.objectweb.asm.tree.analysis.Frame frame
        end local 2 // org.objectweb.asm.tree.MethodNode method
        end local 1 // java.lang.String owner
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   30     0              this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0   30     1             owner  Ljava/lang/String;
            0   30     2            method  Lorg/objectweb/asm/tree/MethodNode;
            1   30     3             frame  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            2   30     4      currentLocal  I
            5   30     5  isInstanceMethod  Z
            7   11     6         ownerType  Lorg/objectweb/asm/Type;
           12   30     6     argumentTypes  [Lorg/objectweb/asm/Type;
           13   24     7                 i  I
    Signature: (Ljava/lang/String;Lorg/objectweb/asm/tree/MethodNode;)Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
    MethodParameters:
        Name  Flags
      owner   final
      method  final

  public org.objectweb.asm.tree.analysis.Frame<V>[] getFrames();
    descriptor: ()[Lorg/objectweb/asm/tree/analysis/Frame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
         0: .line 419
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
            areturn
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
    Signature: ()[Lorg/objectweb/asm/tree/analysis/Frame<TV;>;

  public java.util.List<org.objectweb.asm.tree.TryCatchBlockNode> getHandlers(int);
    descriptor: (I)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insnIndex
         0: .line 429
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.handlers:[Ljava/util/List;
            iload 1 /* insnIndex */
            aaload
            areturn
        end local 1 // int insnIndex
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0    1     1  insnIndex  I
    Signature: (I)Ljava/util/List<Lorg/objectweb/asm/tree/TryCatchBlockNode;>;
    MethodParameters:
           Name  Flags
      insnIndex  final

  protected void init(java.lang.String, org.objectweb.asm.tree.MethodNode);
    descriptor: (Ljava/lang/String;Lorg/objectweb/asm/tree/MethodNode;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // java.lang.String owner
        start local 2 // org.objectweb.asm.tree.MethodNode method
         0: .line 442
            return
        end local 2 // org.objectweb.asm.tree.MethodNode method
        end local 1 // java.lang.String owner
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0    1     1   owner  Ljava/lang/String;
            0    1     2  method  Lorg/objectweb/asm/tree/MethodNode;
    Exceptions:
      throws org.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
        Name  Flags
      owner   final
      method  final

  protected org.objectweb.asm.tree.analysis.Frame<V> newFrame(int, int);
    descriptor: (II)Lorg/objectweb/asm/tree/analysis/Frame;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int nLocals
        start local 2 // int nStack
         0: .line 452
            new org.objectweb.asm.tree.analysis.Frame
            dup
            iload 1 /* nLocals */
            iload 2 /* nStack */
            invokespecial org.objectweb.asm.tree.analysis.Frame.<init>:(II)V
            areturn
        end local 2 // int nStack
        end local 1 // int nLocals
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0    1     1  nLocals  I
            0    1     2   nStack  I
    Signature: (II)Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
    MethodParameters:
         Name  Flags
      nLocals  final
      nStack   final

  protected org.objectweb.asm.tree.analysis.Frame<V> newFrame(org.objectweb.asm.tree.analysis.Frame<? extends V>);
    descriptor: (Lorg/objectweb/asm/tree/analysis/Frame;)Lorg/objectweb/asm/tree/analysis/Frame;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // org.objectweb.asm.tree.analysis.Frame frame
         0: .line 462
            new org.objectweb.asm.tree.analysis.Frame
            dup
            aload 1 /* frame */
            invokespecial org.objectweb.asm.tree.analysis.Frame.<init>:(Lorg/objectweb/asm/tree/analysis/Frame;)V
            areturn
        end local 1 // org.objectweb.asm.tree.analysis.Frame frame
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0    1     1  frame  Lorg/objectweb/asm/tree/analysis/Frame<+TV;>;
    Signature: (Lorg/objectweb/asm/tree/analysis/Frame<+TV;>;)Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
    MethodParameters:
       Name  Flags
      frame  final

  protected void newControlFlowEdge(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insnIndex
        start local 2 // int successorIndex
         0: .line 475
            return
        end local 2 // int successorIndex
        end local 1 // int insnIndex
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0    1     1       insnIndex  I
            0    1     2  successorIndex  I
    MethodParameters:
                Name  Flags
      insnIndex       final
      successorIndex  final

  protected boolean newControlFlowExceptionEdge(int, int);
    descriptor: (II)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insnIndex
        start local 2 // int successorIndex
         0: .line 490
            iconst_1
            ireturn
        end local 2 // int successorIndex
        end local 1 // int insnIndex
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0    1     1       insnIndex  I
            0    1     2  successorIndex  I
    MethodParameters:
                Name  Flags
      insnIndex       final
      successorIndex  final

  protected boolean newControlFlowExceptionEdge(int, org.objectweb.asm.tree.TryCatchBlockNode);
    descriptor: (ILorg/objectweb/asm/tree/TryCatchBlockNode;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insnIndex
        start local 2 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
         0: .line 507
            aload 0 /* this */
            iload 1 /* insnIndex */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.insnList:Lorg/objectweb/asm/tree/InsnList;
            aload 2 /* tryCatchBlock */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.handler:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newControlFlowExceptionEdge:(II)Z
            ireturn
        end local 2 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
        end local 1 // int insnIndex
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0    1     1      insnIndex  I
            0    1     2  tryCatchBlock  Lorg/objectweb/asm/tree/TryCatchBlockNode;
    MethodParameters:
               Name  Flags
      insnIndex      final
      tryCatchBlock  final

  private void merge(int, org.objectweb.asm.tree.analysis.Frame<V>, org.objectweb.asm.tree.analysis.Subroutine);
    descriptor: (ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insnIndex
        start local 2 // org.objectweb.asm.tree.analysis.Frame frame
        start local 3 // org.objectweb.asm.tree.analysis.Subroutine subroutine
         0: .line 526
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
            iload 1 /* insnIndex */
            aaload
            astore 5 /* oldFrame */
        start local 5 // org.objectweb.asm.tree.analysis.Frame oldFrame
         1: .line 527
            aload 5 /* oldFrame */
            ifnonnull 5
         2: .line 528
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
            iload 1 /* insnIndex */
            aload 0 /* this */
            aload 2 /* frame */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newFrame:(Lorg/objectweb/asm/tree/analysis/Frame;)Lorg/objectweb/asm/tree/analysis/Frame;
            aastore
         3: .line 529
            iconst_1
            istore 4 /* changed */
        start local 4 // boolean changed
         4: .line 530
            goto 6
        end local 4 // boolean changed
         5: .line 531
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer int org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.analysis.Subroutine top org.objectweb.asm.tree.analysis.Frame
      StackMap stack:
            aload 5 /* oldFrame */
            aload 2 /* frame */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/objectweb/asm/tree/analysis/Interpreter;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.merge:(Lorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Interpreter;)Z
            istore 4 /* changed */
        start local 4 // boolean changed
         6: .line 533
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer int org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.analysis.Subroutine int org.objectweb.asm.tree.analysis.Frame
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/objectweb/asm/tree/analysis/Subroutine;
            iload 1 /* insnIndex */
            aaload
            astore 6 /* oldSubroutine */
        start local 6 // org.objectweb.asm.tree.analysis.Subroutine oldSubroutine
         7: .line 534
            aload 6 /* oldSubroutine */
            ifnonnull 12
         8: .line 535
            aload 3 /* subroutine */
            ifnull 14
         9: .line 536
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/objectweb/asm/tree/analysis/Subroutine;
            iload 1 /* insnIndex */
            new org.objectweb.asm.tree.analysis.Subroutine
            dup
            aload 3 /* subroutine */
            invokespecial org.objectweb.asm.tree.analysis.Subroutine.<init>:(Lorg/objectweb/asm/tree/analysis/Subroutine;)V
            aastore
        10: .line 537
            iconst_1
            istore 4 /* changed */
        11: .line 539
            goto 14
        12: .line 540
      StackMap locals: org.objectweb.asm.tree.analysis.Subroutine
      StackMap stack:
            aload 3 /* subroutine */
            ifnull 14
        13: .line 541
            iload 4 /* changed */
            aload 6 /* oldSubroutine */
            aload 3 /* subroutine */
            invokevirtual org.objectweb.asm.tree.analysis.Subroutine.merge:(Lorg/objectweb/asm/tree/analysis/Subroutine;)Z
            ior
            istore 4 /* changed */
        14: .line 544
      StackMap locals:
      StackMap stack:
            iload 4 /* changed */
            ifeq 17
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.inInstructionsToProcess:[Z
            iload 1 /* insnIndex */
            baload
            ifne 17
        15: .line 545
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.inInstructionsToProcess:[Z
            iload 1 /* insnIndex */
            iconst_1
            bastore
        16: .line 546
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.instructionsToProcess:[I
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess:I
            dup_x1
            iconst_1
            iadd
            putfield org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess:I
            iload 1 /* insnIndex */
            iastore
        17: .line 548
      StackMap locals:
      StackMap stack:
            return
        end local 6 // org.objectweb.asm.tree.analysis.Subroutine oldSubroutine
        end local 5 // org.objectweb.asm.tree.analysis.Frame oldFrame
        end local 4 // boolean changed
        end local 3 // org.objectweb.asm.tree.analysis.Subroutine subroutine
        end local 2 // org.objectweb.asm.tree.analysis.Frame frame
        end local 1 // int insnIndex
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   18     0           this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0   18     1      insnIndex  I
            0   18     2          frame  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0   18     3     subroutine  Lorg/objectweb/asm/tree/analysis/Subroutine;
            4    5     4        changed  Z
            6   18     4        changed  Z
            1   18     5       oldFrame  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            7   18     6  oldSubroutine  Lorg/objectweb/asm/tree/analysis/Subroutine;
    Exceptions:
      throws org.objectweb.asm.tree.analysis.AnalyzerException
    Signature: (ILorg/objectweb/asm/tree/analysis/Frame<TV;>;Lorg/objectweb/asm/tree/analysis/Subroutine;)V
    MethodParameters:
            Name  Flags
      insnIndex   final
      frame       final
      subroutine  final

  private void merge(int, org.objectweb.asm.tree.analysis.Frame<V>, org.objectweb.asm.tree.analysis.Frame<V>, org.objectweb.asm.tree.analysis.Subroutine, );
    descriptor: (ILorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Subroutine;[Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=6
        start local 0 // org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insnIndex
        start local 2 // org.objectweb.asm.tree.analysis.Frame frameBeforeJsr
        start local 3 // org.objectweb.asm.tree.analysis.Frame frameAfterRet
        start local 4 // org.objectweb.asm.tree.analysis.Subroutine subroutineBeforeJsr
        start local 5 // boolean[] localsUsed
         0: .line 574
            aload 3 /* frameAfterRet */
            aload 2 /* frameBeforeJsr */
            aload 5 /* localsUsed */
            invokevirtual org.objectweb.asm.tree.analysis.Frame.merge:(Lorg/objectweb/asm/tree/analysis/Frame;[Z)Z
            pop
         1: .line 577
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
            iload 1 /* insnIndex */
            aaload
            astore 7 /* oldFrame */
        start local 7 // org.objectweb.asm.tree.analysis.Frame oldFrame
         2: .line 578
            aload 7 /* oldFrame */
            ifnonnull 6
         3: .line 579
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/objectweb/asm/tree/analysis/Frame;
            iload 1 /* insnIndex */
            aload 0 /* this */
            aload 3 /* frameAfterRet */
            invokevirtual org.objectweb.asm.tree.analysis.Analyzer.newFrame:(Lorg/objectweb/asm/tree/analysis/Frame;)Lorg/objectweb/asm/tree/analysis/Frame;
            aastore
         4: .line 580
            iconst_1
            istore 6 /* changed */
        start local 6 // boolean changed
         5: .line 581
            goto 7
        end local 6 // boolean changed
         6: .line 582
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer int org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.analysis.Subroutine boolean[] top org.objectweb.asm.tree.analysis.Frame
      StackMap stack:
            aload 7 /* oldFrame */
            aload 3 /* frameAfterRet */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/objectweb/asm/tree/analysis/Interpreter;
            invokevirtual org.objectweb.asm.tree.analysis.Frame.merge:(Lorg/objectweb/asm/tree/analysis/Frame;Lorg/objectweb/asm/tree/analysis/Interpreter;)Z
            istore 6 /* changed */
        start local 6 // boolean changed
         7: .line 584
      StackMap locals: org.objectweb.asm.tree.analysis.Analyzer int org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.analysis.Frame org.objectweb.asm.tree.analysis.Subroutine boolean[] int org.objectweb.asm.tree.analysis.Frame
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/objectweb/asm/tree/analysis/Subroutine;
            iload 1 /* insnIndex */
            aaload
            astore 8 /* oldSubroutine */
        start local 8 // org.objectweb.asm.tree.analysis.Subroutine oldSubroutine
         8: .line 585
            aload 8 /* oldSubroutine */
            ifnull 10
            aload 4 /* subroutineBeforeJsr */
            ifnull 10
         9: .line 586
            iload 6 /* changed */
            aload 8 /* oldSubroutine */
            aload 4 /* subroutineBeforeJsr */
            invokevirtual org.objectweb.asm.tree.analysis.Subroutine.merge:(Lorg/objectweb/asm/tree/analysis/Subroutine;)Z
            ior
            istore 6 /* changed */
        10: .line 588
      StackMap locals: org.objectweb.asm.tree.analysis.Subroutine
      StackMap stack:
            iload 6 /* changed */
            ifeq 13
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.inInstructionsToProcess:[Z
            iload 1 /* insnIndex */
            baload
            ifne 13
        11: .line 589
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.inInstructionsToProcess:[Z
            iload 1 /* insnIndex */
            iconst_1
            bastore
        12: .line 590
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.Analyzer.instructionsToProcess:[I
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess:I
            dup_x1
            iconst_1
            iadd
            putfield org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess:I
            iload 1 /* insnIndex */
            iastore
        13: .line 592
      StackMap locals:
      StackMap stack:
            return
        end local 8 // org.objectweb.asm.tree.analysis.Subroutine oldSubroutine
        end local 7 // org.objectweb.asm.tree.analysis.Frame oldFrame
        end local 6 // boolean changed
        end local 5 // boolean[] localsUsed
        end local 4 // org.objectweb.asm.tree.analysis.Subroutine subroutineBeforeJsr
        end local 3 // org.objectweb.asm.tree.analysis.Frame frameAfterRet
        end local 2 // org.objectweb.asm.tree.analysis.Frame frameBeforeJsr
        end local 1 // int insnIndex
        end local 0 // org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   14     0                 this  Lorg/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0   14     1            insnIndex  I
            0   14     2       frameBeforeJsr  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0   14     3        frameAfterRet  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            0   14     4  subroutineBeforeJsr  Lorg/objectweb/asm/tree/analysis/Subroutine;
            0   14     5           localsUsed  [Z
            5    6     6              changed  Z
            7   14     6              changed  Z
            2   14     7             oldFrame  Lorg/objectweb/asm/tree/analysis/Frame<TV;>;
            8   14     8        oldSubroutine  Lorg/objectweb/asm/tree/analysis/Subroutine;
    Exceptions:
      throws org.objectweb.asm.tree.analysis.AnalyzerException
    Signature: (ILorg/objectweb/asm/tree/analysis/Frame<TV;>;Lorg/objectweb/asm/tree/analysis/Frame<TV;>;Lorg/objectweb/asm/tree/analysis/Subroutine;[Z)V
    MethodParameters:
                     Name  Flags
      insnIndex            final
      frameBeforeJsr       final
      frameAfterRet        final
      subroutineBeforeJsr  final
      localsUsed           final
}
Signature: <V::Lorg/objectweb/asm/tree/analysis/Value;>Ljava/lang/Object;Lorg/objectweb/asm/Opcodes;
SourceFile: "Analyzer.java"