final class org.objectweb.asm.MethodWriter extends org.objectweb.asm.MethodVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.objectweb.asm.MethodWriter
  super_class: org.objectweb.asm.MethodVisitor
{
  static final int COMPUTE_NOTHING;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int COMPUTE_MAX_STACK_AND_LOCAL;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int COMPUTE_MAX_STACK_AND_LOCAL_FROM_FRAMES;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int COMPUTE_INSERTED_FRAMES;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static final int COMPUTE_ALL_FRAMES;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final int NA;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int[] STACK_SIZE_DELTA;
    descriptor: [I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final org.objectweb.asm.SymbolTable symbolTable;
    descriptor: Lorg/objectweb/asm/SymbolTable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int accessFlags;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int nameIndex;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int descriptorIndex;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String descriptor;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private final org.objectweb.asm.ByteVector code;
    descriptor: Lorg/objectweb/asm/ByteVector;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.objectweb.asm.Handler firstHandler;
    descriptor: Lorg/objectweb/asm/Handler;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.Handler lastHandler;
    descriptor: Lorg/objectweb/asm/Handler;
    flags: (0x0002) ACC_PRIVATE

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

  private org.objectweb.asm.ByteVector lineNumberTable;
    descriptor: Lorg/objectweb/asm/ByteVector;
    flags: (0x0002) ACC_PRIVATE

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

  private org.objectweb.asm.ByteVector localVariableTable;
    descriptor: Lorg/objectweb/asm/ByteVector;
    flags: (0x0002) ACC_PRIVATE

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

  private org.objectweb.asm.ByteVector localVariableTypeTable;
    descriptor: Lorg/objectweb/asm/ByteVector;
    flags: (0x0002) ACC_PRIVATE

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

  private org.objectweb.asm.ByteVector stackMapTableEntries;
    descriptor: Lorg/objectweb/asm/ByteVector;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.AnnotationWriter lastCodeRuntimeVisibleTypeAnnotation;
    descriptor: Lorg/objectweb/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.AnnotationWriter lastCodeRuntimeInvisibleTypeAnnotation;
    descriptor: Lorg/objectweb/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.Attribute firstCodeAttribute;
    descriptor: Lorg/objectweb/asm/Attribute;
    flags: (0x0002) ACC_PRIVATE

  private final int numberOfExceptions;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int[] exceptionIndexTable;
    descriptor: [I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int signatureIndex;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.objectweb.asm.AnnotationWriter lastRuntimeVisibleAnnotation;
    descriptor: Lorg/objectweb/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleAnnotation;
    descriptor: Lorg/objectweb/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

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

  private org.objectweb.asm.AnnotationWriter[] lastRuntimeVisibleParameterAnnotations;
    descriptor: [Lorg/objectweb/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

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

  private org.objectweb.asm.AnnotationWriter[] lastRuntimeInvisibleParameterAnnotations;
    descriptor: [Lorg/objectweb/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.AnnotationWriter lastRuntimeVisibleTypeAnnotation;
    descriptor: Lorg/objectweb/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleTypeAnnotation;
    descriptor: Lorg/objectweb/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.ByteVector defaultValue;
    descriptor: Lorg/objectweb/asm/ByteVector;
    flags: (0x0002) ACC_PRIVATE

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

  private org.objectweb.asm.ByteVector parameters;
    descriptor: Lorg/objectweb/asm/ByteVector;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.Attribute firstAttribute;
    descriptor: Lorg/objectweb/asm/Attribute;
    flags: (0x0002) ACC_PRIVATE

  private final int compute;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.objectweb.asm.Label firstBasicBlock;
    descriptor: Lorg/objectweb/asm/Label;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.Label lastBasicBlock;
    descriptor: Lorg/objectweb/asm/Label;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.Label currentBasicBlock;
    descriptor: Lorg/objectweb/asm/Label;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

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

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

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 81
            sipush 202
            newarray 10
            dup
            iconst_1
         1: .line 83
            iconst_1
            iastore
            dup
            iconst_2
         2: .line 84
            iconst_1
            iastore
            dup
            iconst_3
         3: .line 85
            iconst_1
            iastore
            dup
            iconst_4
         4: .line 86
            iconst_1
            iastore
            dup
            iconst_5
         5: .line 87
            iconst_1
            iastore
            dup
            bipush 6
         6: .line 88
            iconst_1
            iastore
            dup
            bipush 7
         7: .line 89
            iconst_1
            iastore
            dup
            bipush 8
         8: .line 90
            iconst_1
            iastore
            dup
            bipush 9
         9: .line 91
            iconst_2
            iastore
            dup
            bipush 10
        10: .line 92
            iconst_2
            iastore
            dup
            bipush 11
        11: .line 93
            iconst_1
            iastore
            dup
            bipush 12
        12: .line 94
            iconst_1
            iastore
            dup
            bipush 13
        13: .line 95
            iconst_1
            iastore
            dup
            bipush 14
        14: .line 96
            iconst_2
            iastore
            dup
            bipush 15
        15: .line 97
            iconst_2
            iastore
            dup
            bipush 16
        16: .line 98
            iconst_1
            iastore
            dup
            bipush 17
        17: .line 99
            iconst_1
            iastore
            dup
            bipush 18
        18: .line 100
            iconst_1
            iastore
            dup
            bipush 21
        19: .line 103
            iconst_1
            iastore
            dup
            bipush 22
        20: .line 104
            iconst_2
            iastore
            dup
            bipush 23
        21: .line 105
            iconst_1
            iastore
            dup
            bipush 24
        22: .line 106
            iconst_2
            iastore
            dup
            bipush 25
        23: .line 107
            iconst_1
            iastore
            dup
            bipush 46
        24: .line 128
            iconst_m1
            iastore
            dup
            bipush 48
        25: .line 130
            iconst_m1
            iastore
            dup
            bipush 50
        26: .line 132
            iconst_m1
            iastore
            dup
            bipush 51
        27: .line 133
            iconst_m1
            iastore
            dup
            bipush 52
        28: .line 134
            iconst_m1
            iastore
            dup
            bipush 53
        29: .line 135
            iconst_m1
            iastore
            dup
            bipush 54
        30: .line 136
            iconst_m1
            iastore
            dup
            bipush 55
        31: .line 137
            bipush -2
            iastore
            dup
            bipush 56
        32: .line 138
            iconst_m1
            iastore
            dup
            bipush 57
        33: .line 139
            bipush -2
            iastore
            dup
            bipush 58
        34: .line 140
            iconst_m1
            iastore
            dup
            bipush 79
        35: .line 161
            bipush -3
            iastore
            dup
            bipush 80
        36: .line 162
            bipush -4
            iastore
            dup
            bipush 81
        37: .line 163
            bipush -3
            iastore
            dup
            bipush 82
        38: .line 164
            bipush -4
            iastore
            dup
            bipush 83
        39: .line 165
            bipush -3
            iastore
            dup
            bipush 84
        40: .line 166
            bipush -3
            iastore
            dup
            bipush 85
        41: .line 167
            bipush -3
            iastore
            dup
            bipush 86
        42: .line 168
            bipush -3
            iastore
            dup
            bipush 87
        43: .line 169
            iconst_m1
            iastore
            dup
            bipush 88
        44: .line 170
            bipush -2
            iastore
            dup
            bipush 89
        45: .line 171
            iconst_1
            iastore
            dup
            bipush 90
        46: .line 172
            iconst_1
            iastore
            dup
            bipush 91
        47: .line 173
            iconst_1
            iastore
            dup
            bipush 92
        48: .line 174
            iconst_2
            iastore
            dup
            bipush 93
        49: .line 175
            iconst_2
            iastore
            dup
            bipush 94
        50: .line 176
            iconst_2
            iastore
            dup
            bipush 96
        51: .line 178
            iconst_m1
            iastore
            dup
            bipush 97
        52: .line 179
            bipush -2
            iastore
            dup
            bipush 98
        53: .line 180
            iconst_m1
            iastore
            dup
            bipush 99
        54: .line 181
            bipush -2
            iastore
            dup
            bipush 100
        55: .line 182
            iconst_m1
            iastore
            dup
            bipush 101
        56: .line 183
            bipush -2
            iastore
            dup
            bipush 102
        57: .line 184
            iconst_m1
            iastore
            dup
            bipush 103
        58: .line 185
            bipush -2
            iastore
            dup
            bipush 104
        59: .line 186
            iconst_m1
            iastore
            dup
            bipush 105
        60: .line 187
            bipush -2
            iastore
            dup
            bipush 106
        61: .line 188
            iconst_m1
            iastore
            dup
            bipush 107
        62: .line 189
            bipush -2
            iastore
            dup
            bipush 108
        63: .line 190
            iconst_m1
            iastore
            dup
            bipush 109
        64: .line 191
            bipush -2
            iastore
            dup
            bipush 110
        65: .line 192
            iconst_m1
            iastore
            dup
            bipush 111
        66: .line 193
            bipush -2
            iastore
            dup
            bipush 112
        67: .line 194
            iconst_m1
            iastore
            dup
            bipush 113
        68: .line 195
            bipush -2
            iastore
            dup
            bipush 114
        69: .line 196
            iconst_m1
            iastore
            dup
            bipush 115
        70: .line 197
            bipush -2
            iastore
            dup
            bipush 120
        71: .line 202
            iconst_m1
            iastore
            dup
            bipush 121
        72: .line 203
            iconst_m1
            iastore
            dup
            bipush 122
        73: .line 204
            iconst_m1
            iastore
            dup
            bipush 123
        74: .line 205
            iconst_m1
            iastore
            dup
            bipush 124
        75: .line 206
            iconst_m1
            iastore
            dup
            bipush 125
        76: .line 207
            iconst_m1
            iastore
            dup
            bipush 126
        77: .line 208
            iconst_m1
            iastore
            dup
            bipush 127
        78: .line 209
            bipush -2
            iastore
            dup
            sipush 128
        79: .line 210
            iconst_m1
            iastore
            dup
            sipush 129
        80: .line 211
            bipush -2
            iastore
            dup
            sipush 130
        81: .line 212
            iconst_m1
            iastore
            dup
            sipush 131
        82: .line 213
            bipush -2
            iastore
            dup
            sipush 133
        83: .line 215
            iconst_1
            iastore
            dup
            sipush 135
        84: .line 217
            iconst_1
            iastore
            dup
            sipush 136
        85: .line 218
            iconst_m1
            iastore
            dup
            sipush 137
        86: .line 219
            iconst_m1
            iastore
            dup
            sipush 140
        87: .line 222
            iconst_1
            iastore
            dup
            sipush 141
        88: .line 223
            iconst_1
            iastore
            dup
            sipush 142
        89: .line 224
            iconst_m1
            iastore
            dup
            sipush 144
        90: .line 226
            iconst_m1
            iastore
            dup
            sipush 148
        91: .line 230
            bipush -3
            iastore
            dup
            sipush 149
        92: .line 231
            iconst_m1
            iastore
            dup
            sipush 150
        93: .line 232
            iconst_m1
            iastore
            dup
            sipush 151
        94: .line 233
            bipush -3
            iastore
            dup
            sipush 152
        95: .line 234
            bipush -3
            iastore
            dup
            sipush 153
        96: .line 235
            iconst_m1
            iastore
            dup
            sipush 154
        97: .line 236
            iconst_m1
            iastore
            dup
            sipush 155
        98: .line 237
            iconst_m1
            iastore
            dup
            sipush 156
        99: .line 238
            iconst_m1
            iastore
            dup
            sipush 157
       100: .line 239
            iconst_m1
            iastore
            dup
            sipush 158
       101: .line 240
            iconst_m1
            iastore
            dup
            sipush 159
       102: .line 241
            bipush -2
            iastore
            dup
            sipush 160
       103: .line 242
            bipush -2
            iastore
            dup
            sipush 161
       104: .line 243
            bipush -2
            iastore
            dup
            sipush 162
       105: .line 244
            bipush -2
            iastore
            dup
            sipush 163
       106: .line 245
            bipush -2
            iastore
            dup
            sipush 164
       107: .line 246
            bipush -2
            iastore
            dup
            sipush 165
       108: .line 247
            bipush -2
            iastore
            dup
            sipush 166
       109: .line 248
            bipush -2
            iastore
            dup
            sipush 168
       110: .line 250
            iconst_1
            iastore
            dup
            sipush 170
       111: .line 252
            iconst_m1
            iastore
            dup
            sipush 171
       112: .line 253
            iconst_m1
            iastore
            dup
            sipush 172
       113: .line 254
            iconst_m1
            iastore
            dup
            sipush 173
       114: .line 255
            bipush -2
            iastore
            dup
            sipush 174
       115: .line 256
            iconst_m1
            iastore
            dup
            sipush 175
       116: .line 257
            bipush -2
            iastore
            dup
            sipush 176
       117: .line 258
            iconst_m1
            iastore
            dup
            sipush 187
       118: .line 269
            iconst_1
            iastore
            dup
            sipush 194
       119: .line 276
            iconst_m1
            iastore
            dup
            sipush 195
       120: .line 277
            iconst_m1
            iastore
            dup
            sipush 198
       121: .line 280
            iconst_m1
            iastore
            dup
            sipush 199
       122: .line 281
            iconst_m1
            iastore
       123: .line 81
            putstatic org.objectweb.asm.MethodWriter.STACK_SIZE_DELTA:[I
       124: .line 284
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.objectweb.asm.SymbolTable, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[], int);
    descriptor: (Lorg/objectweb/asm/SymbolTable;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=9, args_size=8
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // org.objectweb.asm.SymbolTable symbolTable
        start local 2 // int access
        start local 3 // java.lang.String name
        start local 4 // java.lang.String descriptor
        start local 5 // java.lang.String signature
        start local 6 // java.lang.String[] exceptions
        start local 7 // int compute
         0: .line 595
            aload 0 /* this */
            ldc 458752
            invokespecial org.objectweb.asm.MethodVisitor.<init>:(I)V
         1: .line 320
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
         2: .line 596
            aload 0 /* this */
            aload 1 /* symbolTable */
            putfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
         3: .line 597
            aload 0 /* this */
            ldc "<init>"
            aload 3 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
            iload 2 /* access */
            ldc 262144
            ior
            goto 5
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.SymbolTable int java.lang.String java.lang.String java.lang.String java.lang.String[] int
      StackMap stack: org.objectweb.asm.MethodWriter
         4: iload 2 /* access */
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.SymbolTable int java.lang.String java.lang.String java.lang.String java.lang.String[] int
      StackMap stack: org.objectweb.asm.MethodWriter int
         5: putfield org.objectweb.asm.MethodWriter.accessFlags:I
         6: .line 598
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 3 /* name */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            putfield org.objectweb.asm.MethodWriter.nameIndex:I
         7: .line 599
            aload 0 /* this */
            aload 3 /* name */
            putfield org.objectweb.asm.MethodWriter.name:Ljava/lang/String;
         8: .line 600
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 4 /* descriptor */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            putfield org.objectweb.asm.MethodWriter.descriptorIndex:I
         9: .line 601
            aload 0 /* this */
            aload 4 /* descriptor */
            putfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
        10: .line 602
            aload 0 /* this */
            aload 5 /* signature */
            ifnonnull 11
            iconst_0
            goto 12
      StackMap locals:
      StackMap stack: org.objectweb.asm.MethodWriter
        11: aload 1 /* symbolTable */
            aload 5 /* signature */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.SymbolTable int java.lang.String java.lang.String java.lang.String java.lang.String[] int
      StackMap stack: org.objectweb.asm.MethodWriter int
        12: putfield org.objectweb.asm.MethodWriter.signatureIndex:I
        13: .line 603
            aload 6 /* exceptions */
            ifnull 22
            aload 6 /* exceptions */
            arraylength
            ifle 22
        14: .line 604
            aload 0 /* this */
            aload 6 /* exceptions */
            arraylength
            putfield org.objectweb.asm.MethodWriter.numberOfExceptions:I
        15: .line 605
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.numberOfExceptions:I
            newarray 10
            putfield org.objectweb.asm.MethodWriter.exceptionIndexTable:[I
        16: .line 606
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        17: goto 20
        18: .line 607
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.exceptionIndexTable:[I
            iload 8 /* i */
            aload 1 /* symbolTable */
            aload 6 /* exceptions */
            iload 8 /* i */
            aaload
            invokevirtual org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            iastore
        19: .line 606
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 8 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.numberOfExceptions:I
            if_icmplt 18
        end local 8 // int i
        21: .line 609
            goto 24
        22: .line 610
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.MethodWriter.numberOfExceptions:I
        23: .line 611
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.MethodWriter.exceptionIndexTable:[I
        24: .line 613
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* compute */
            putfield org.objectweb.asm.MethodWriter.compute:I
        25: .line 614
            iload 7 /* compute */
            ifeq 33
        26: .line 616
            aload 4 /* descriptor */
            invokestatic org.objectweb.asm.Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I
            iconst_2
            ishr
            istore 8 /* argumentsSize */
        start local 8 // int argumentsSize
        27: .line 617
            iload 2 /* access */
            bipush 8
            iand
            ifeq 29
        28: .line 618
            iinc 8 /* argumentsSize */ -1
        29: .line 620
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 8 /* argumentsSize */
            putfield org.objectweb.asm.MethodWriter.maxLocals:I
        30: .line 621
            aload 0 /* this */
            iload 8 /* argumentsSize */
            putfield org.objectweb.asm.MethodWriter.currentLocals:I
        31: .line 623
            aload 0 /* this */
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            putfield org.objectweb.asm.MethodWriter.firstBasicBlock:Lorg/objectweb/asm/Label;
        32: .line 624
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstBasicBlock:Lorg/objectweb/asm/Label;
            invokevirtual org.objectweb.asm.MethodWriter.visitLabel:(Lorg/objectweb/asm/Label;)V
        end local 8 // int argumentsSize
        33: .line 626
      StackMap locals:
      StackMap stack:
            return
        end local 7 // int compute
        end local 6 // java.lang.String[] exceptions
        end local 5 // java.lang.String signature
        end local 4 // java.lang.String descriptor
        end local 3 // java.lang.String name
        end local 2 // int access
        end local 1 // org.objectweb.asm.SymbolTable symbolTable
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   34     0           this  Lorg/objectweb/asm/MethodWriter;
            0   34     1    symbolTable  Lorg/objectweb/asm/SymbolTable;
            0   34     2         access  I
            0   34     3           name  Ljava/lang/String;
            0   34     4     descriptor  Ljava/lang/String;
            0   34     5      signature  Ljava/lang/String;
            0   34     6     exceptions  [Ljava/lang/String;
            0   34     7        compute  I
           17   21     8              i  I
           27   33     8  argumentsSize  I
    MethodParameters:
             Name  Flags
      symbolTable  final
      access       final
      name         final
      descriptor   final
      signature    final
      exceptions   final
      compute      final

  boolean hasFrames();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.MethodWriter this
         0: .line 629
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableNumberOfEntries:I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/MethodWriter;

  boolean hasAsmInstructions();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.MethodWriter this
         0: .line 633
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.hasAsmInstructions:Z
            ireturn
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/MethodWriter;

  public void visitParameter(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // java.lang.String name
        start local 2 // int access
         0: .line 642
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.parameters:Lorg/objectweb/asm/ByteVector;
            ifnonnull 2
         1: .line 643
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.MethodWriter.parameters:Lorg/objectweb/asm/ByteVector;
         2: .line 645
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.parametersCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.MethodWriter.parametersCount:I
         3: .line 646
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.parameters:Lorg/objectweb/asm/ByteVector;
            aload 1 /* name */
            ifnonnull 4
            iconst_0
            goto 5
      StackMap locals:
      StackMap stack: org.objectweb.asm.ByteVector
         4: aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* name */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
      StackMap locals: org.objectweb.asm.MethodWriter java.lang.String int
      StackMap stack: org.objectweb.asm.ByteVector int
         5: invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            iload 2 /* access */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         6: .line 647
            return
        end local 2 // int access
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/objectweb/asm/MethodWriter;
            0    7     1    name  Ljava/lang/String;
            0    7     2  access  I
    MethodParameters:
        Name  Flags
      name    final
      access  final

  public org.objectweb.asm.AnnotationVisitor visitAnnotationDefault();
    descriptor: ()Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.objectweb.asm.MethodWriter this
         0: .line 651
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.MethodWriter.defaultValue:Lorg/objectweb/asm/ByteVector;
         1: .line 652
            new org.objectweb.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.defaultValue:Lorg/objectweb/asm/ByteVector;
            aconst_null
            invokespecial org.objectweb.asm.AnnotationWriter.<init>:(Lorg/objectweb/asm/SymbolTable;ZLorg/objectweb/asm/ByteVector;Lorg/objectweb/asm/AnnotationWriter;)V
            areturn
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/MethodWriter;

  public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // java.lang.String descriptor
        start local 2 // boolean visible
         0: .line 657
            iload 2 /* visible */
            ifeq 4
         1: .line 658
            aload 0 /* this */
         2: .line 659
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* descriptor */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeVisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            invokestatic org.objectweb.asm.AnnotationWriter.create:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;Lorg/objectweb/asm/AnnotationWriter;)Lorg/objectweb/asm/AnnotationWriter;
         3: .line 658
            dup_x1
            putfield org.objectweb.asm.MethodWriter.lastRuntimeVisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            areturn
         4: .line 661
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         5: .line 662
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* descriptor */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeInvisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            invokestatic org.objectweb.asm.AnnotationWriter.create:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;Lorg/objectweb/asm/AnnotationWriter;)Lorg/objectweb/asm/AnnotationWriter;
         6: .line 661
            dup_x1
            putfield org.objectweb.asm.MethodWriter.lastRuntimeInvisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            areturn
        end local 2 // boolean visible
        end local 1 // java.lang.String descriptor
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/objectweb/asm/MethodWriter;
            0    7     1  descriptor  Ljava/lang/String;
            0    7     2     visible  Z
    MethodParameters:
            Name  Flags
      descriptor  final
      visible     final

  public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation(int, org.objectweb.asm.TypePath, java.lang.String, boolean);
    descriptor: (ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int typeRef
        start local 2 // org.objectweb.asm.TypePath typePath
        start local 3 // java.lang.String descriptor
        start local 4 // boolean visible
         0: .line 669
            iload 4 /* visible */
            ifeq 5
         1: .line 670
            aload 0 /* this */
         2: .line 672
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
         3: .line 671
            invokestatic org.objectweb.asm.AnnotationWriter.create:(Lorg/objectweb/asm/SymbolTable;ILorg/objectweb/asm/TypePath;Ljava/lang/String;Lorg/objectweb/asm/AnnotationWriter;)Lorg/objectweb/asm/AnnotationWriter;
         4: .line 670
            dup_x1
            putfield org.objectweb.asm.MethodWriter.lastRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            areturn
         5: .line 674
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         6: .line 676
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
         7: .line 675
            invokestatic org.objectweb.asm.AnnotationWriter.create:(Lorg/objectweb/asm/SymbolTable;ILorg/objectweb/asm/TypePath;Ljava/lang/String;Lorg/objectweb/asm/AnnotationWriter;)Lorg/objectweb/asm/AnnotationWriter;
         8: .line 674
            dup_x1
            putfield org.objectweb.asm.MethodWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            areturn
        end local 4 // boolean visible
        end local 3 // java.lang.String descriptor
        end local 2 // org.objectweb.asm.TypePath typePath
        end local 1 // int typeRef
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lorg/objectweb/asm/MethodWriter;
            0    9     1     typeRef  I
            0    9     2    typePath  Lorg/objectweb/asm/TypePath;
            0    9     3  descriptor  Ljava/lang/String;
            0    9     4     visible  Z
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      descriptor  final
      visible     final

  public void visitAnnotableParameterCount(int, boolean);
    descriptor: (IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int parameterCount
        start local 2 // boolean visible
         0: .line 682
            iload 2 /* visible */
            ifeq 3
         1: .line 683
            aload 0 /* this */
            iload 1 /* parameterCount */
            putfield org.objectweb.asm.MethodWriter.visibleAnnotableParameterCount:I
         2: .line 684
            goto 4
         3: .line 685
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* parameterCount */
            putfield org.objectweb.asm.MethodWriter.invisibleAnnotableParameterCount:I
         4: .line 687
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean visible
        end local 1 // int parameterCount
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lorg/objectweb/asm/MethodWriter;
            0    5     1  parameterCount  I
            0    5     2         visible  Z
    MethodParameters:
                Name  Flags
      parameterCount  final
      visible         final

  public org.objectweb.asm.AnnotationVisitor visitParameterAnnotation(int, java.lang.String, boolean);
    descriptor: (ILjava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int parameter
        start local 2 // java.lang.String annotationDescriptor
        start local 3 // boolean visible
         0: .line 692
            iload 3 /* visible */
            ifeq 9
         1: .line 693
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeVisibleParameterAnnotations:[Lorg/objectweb/asm/AnnotationWriter;
            ifnonnull 5
         2: .line 694
            aload 0 /* this */
         3: .line 695
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
            arraylength
            anewarray org.objectweb.asm.AnnotationWriter
         4: .line 694
            putfield org.objectweb.asm.MethodWriter.lastRuntimeVisibleParameterAnnotations:[Lorg/objectweb/asm/AnnotationWriter;
         5: .line 697
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeVisibleParameterAnnotations:[Lorg/objectweb/asm/AnnotationWriter;
            iload 1 /* parameter */
         6: .line 699
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 2 /* annotationDescriptor */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeVisibleParameterAnnotations:[Lorg/objectweb/asm/AnnotationWriter;
            iload 1 /* parameter */
            aaload
         7: .line 698
            invokestatic org.objectweb.asm.AnnotationWriter.create:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;Lorg/objectweb/asm/AnnotationWriter;)Lorg/objectweb/asm/AnnotationWriter;
         8: .line 697
            dup_x2
            aastore
            areturn
         9: .line 701
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeInvisibleParameterAnnotations:[Lorg/objectweb/asm/AnnotationWriter;
            ifnonnull 13
        10: .line 702
            aload 0 /* this */
        11: .line 703
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
            arraylength
            anewarray org.objectweb.asm.AnnotationWriter
        12: .line 702
            putfield org.objectweb.asm.MethodWriter.lastRuntimeInvisibleParameterAnnotations:[Lorg/objectweb/asm/AnnotationWriter;
        13: .line 705
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeInvisibleParameterAnnotations:[Lorg/objectweb/asm/AnnotationWriter;
            iload 1 /* parameter */
        14: .line 707
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
        15: .line 708
            aload 2 /* annotationDescriptor */
        16: .line 709
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeInvisibleParameterAnnotations:[Lorg/objectweb/asm/AnnotationWriter;
            iload 1 /* parameter */
            aaload
        17: .line 706
            invokestatic org.objectweb.asm.AnnotationWriter.create:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;Lorg/objectweb/asm/AnnotationWriter;)Lorg/objectweb/asm/AnnotationWriter;
        18: .line 705
            dup_x2
            aastore
            areturn
        end local 3 // boolean visible
        end local 2 // java.lang.String annotationDescriptor
        end local 1 // int parameter
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   19     0                  this  Lorg/objectweb/asm/MethodWriter;
            0   19     1             parameter  I
            0   19     2  annotationDescriptor  Ljava/lang/String;
            0   19     3               visible  Z
    MethodParameters:
                      Name  Flags
      parameter             final
      annotationDescriptor  final
      visible               final

  public void visitAttribute(org.objectweb.asm.Attribute);
    descriptor: (Lorg/objectweb/asm/Attribute;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // org.objectweb.asm.Attribute attribute
         0: .line 716
            aload 1 /* attribute */
            invokevirtual org.objectweb.asm.Attribute.isCodeAttribute:()Z
            ifeq 4
         1: .line 717
            aload 1 /* attribute */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstCodeAttribute:Lorg/objectweb/asm/Attribute;
            putfield org.objectweb.asm.Attribute.nextAttribute:Lorg/objectweb/asm/Attribute;
         2: .line 718
            aload 0 /* this */
            aload 1 /* attribute */
            putfield org.objectweb.asm.MethodWriter.firstCodeAttribute:Lorg/objectweb/asm/Attribute;
         3: .line 719
            goto 6
         4: .line 720
      StackMap locals:
      StackMap stack:
            aload 1 /* attribute */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            putfield org.objectweb.asm.Attribute.nextAttribute:Lorg/objectweb/asm/Attribute;
         5: .line 721
            aload 0 /* this */
            aload 1 /* attribute */
            putfield org.objectweb.asm.MethodWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
         6: .line 723
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.objectweb.asm.Attribute attribute
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/objectweb/asm/MethodWriter;
            0    7     1  attribute  Lorg/objectweb/asm/Attribute;
    MethodParameters:
           Name  Flags
      attribute  final

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

  public void visitFrame(int, int, java.lang.Object[], int, java.lang.Object[]);
    descriptor: (II[Ljava/lang/Object;I[Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=6
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int type
        start local 2 // int numLocal
        start local 3 // java.lang.Object[] local
        start local 4 // int numStack
        start local 5 // java.lang.Object[] stack
         0: .line 737
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_4
            if_icmpne 2
         1: .line 738
            return
         2: .line 741
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_3
            if_icmpne 16
         3: .line 742
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            ifnonnull 10
         4: .line 746
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            new org.objectweb.asm.CurrentFrame
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            invokespecial org.objectweb.asm.CurrentFrame.<init>:(Lorg/objectweb/asm/Label;)V
            putfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
         5: .line 747
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
         6: .line 748
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.accessFlags:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            iload 2 /* numLocal */
         7: .line 747
            invokevirtual org.objectweb.asm.Frame.setInputFrameFromDescriptor:(Lorg/objectweb/asm/SymbolTable;ILjava/lang/String;I)V
         8: .line 749
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.accept:(Lorg/objectweb/asm/MethodWriter;)V
         9: .line 750
            goto 91
        10: .line 751
      StackMap locals:
      StackMap stack:
            iload 1 /* type */
            iconst_m1
            if_icmpne 14
        11: .line 752
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
        12: .line 753
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iload 2 /* numLocal */
            aload 3 /* local */
            iload 4 /* numStack */
            aload 5 /* stack */
        13: .line 752
            invokevirtual org.objectweb.asm.Frame.setInputFrameFromApiFormat:(Lorg/objectweb/asm/SymbolTable;I[Ljava/lang/Object;I[Ljava/lang/Object;)V
        14: .line 758
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.accept:(Lorg/objectweb/asm/MethodWriter;)V
        15: .line 760
            goto 91
      StackMap locals:
      StackMap stack:
        16: iload 1 /* type */
            iconst_m1
            if_icmpne 38
        17: .line 761
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.previousFrame:[I
            ifnonnull 24
        18: .line 762
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I
            iconst_2
            ishr
            istore 6 /* argumentsSize */
        start local 6 // int argumentsSize
        19: .line 763
            new org.objectweb.asm.Frame
            dup
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            invokespecial org.objectweb.asm.Frame.<init>:(Lorg/objectweb/asm/Label;)V
            astore 7 /* implicitFirstFrame */
        start local 7 // org.objectweb.asm.Frame implicitFirstFrame
        20: .line 764
            aload 7 /* implicitFirstFrame */
        21: .line 765
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.accessFlags:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            iload 6 /* argumentsSize */
        22: .line 764
            invokevirtual org.objectweb.asm.Frame.setInputFrameFromDescriptor:(Lorg/objectweb/asm/SymbolTable;ILjava/lang/String;I)V
        23: .line 766
            aload 7 /* implicitFirstFrame */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.accept:(Lorg/objectweb/asm/MethodWriter;)V
        end local 7 // org.objectweb.asm.Frame implicitFirstFrame
        end local 6 // int argumentsSize
        24: .line 768
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* numLocal */
            putfield org.objectweb.asm.MethodWriter.currentLocals:I
        25: .line 769
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iload 2 /* numLocal */
            iload 4 /* numStack */
            invokevirtual org.objectweb.asm.MethodWriter.visitFrameStart:(III)I
            istore 6 /* frameIndex */
        start local 6 // int frameIndex
        26: .line 770
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        27: goto 30
        28: .line 771
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentFrame:[I
            iload 6 /* frameIndex */
            iinc 6 /* frameIndex */ 1
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 3 /* local */
            iload 7 /* i */
            aaload
            invokestatic org.objectweb.asm.Frame.getAbstractTypeFromApiFormat:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/Object;)I
            iastore
        29: .line 770
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        30: iload 7 /* i */
            iload 2 /* numLocal */
            if_icmplt 28
        end local 7 // int i
        31: .line 773
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        32: goto 35
        33: .line 774
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentFrame:[I
            iload 6 /* frameIndex */
            iinc 6 /* frameIndex */ 1
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 5 /* stack */
            iload 7 /* i */
            aaload
            invokestatic org.objectweb.asm.Frame.getAbstractTypeFromApiFormat:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/Object;)I
            iastore
        34: .line 773
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        35: iload 7 /* i */
            iload 4 /* numStack */
            if_icmplt 33
        end local 7 // int i
        36: .line 776
            aload 0 /* this */
            invokevirtual org.objectweb.asm.MethodWriter.visitFrameEnd:()V
        end local 6 // int frameIndex
        37: .line 777
            goto 91
        38: .line 778
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.SymbolTable.getMajorVersion:()I
            bipush 50
            if_icmpge 40
        39: .line 779
            new java.lang.IllegalArgumentException
            dup
            ldc "Class versions V1_5 or less must use F_NEW frames."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        40: .line 782
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            ifnonnull 44
        41: .line 783
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
        42: .line 784
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            istore 6 /* offsetDelta */
        start local 6 // int offsetDelta
        43: .line 785
            goto 49
        end local 6 // int offsetDelta
        44: .line 786
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.previousFrameOffset:I
            isub
            iconst_1
            isub
            istore 6 /* offsetDelta */
        start local 6 // int offsetDelta
        45: .line 787
            iload 6 /* offsetDelta */
            ifge 49
        46: .line 788
            iload 1 /* type */
            iconst_3
            if_icmpne 48
        47: .line 789
            return
        48: .line 791
      StackMap locals: int
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        49: .line 796
      StackMap locals:
      StackMap stack:
            iload 1 /* type */
            tableswitch { // 0 - 4
                    0: 50
                    1: 64
                    2: 72
                    3: 75
                    4: 80
              default: 88
          }
        50: .line 798
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* numLocal */
            putfield org.objectweb.asm.MethodWriter.currentLocals:I
        51: .line 799
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            sipush 255
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            iload 6 /* offsetDelta */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            iload 2 /* numLocal */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        52: .line 800
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        53: goto 56
        54: .line 801
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 3 /* local */
            iload 7 /* i */
            aaload
            invokevirtual org.objectweb.asm.MethodWriter.putFrameType:(Ljava/lang/Object;)V
        55: .line 800
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        56: iload 7 /* i */
            iload 2 /* numLocal */
            if_icmplt 54
        end local 7 // int i
        57: .line 803
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            iload 4 /* numStack */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        58: .line 804
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        59: goto 62
        60: .line 805
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* stack */
            iload 7 /* i */
            aaload
            invokevirtual org.objectweb.asm.MethodWriter.putFrameType:(Ljava/lang/Object;)V
        61: .line 804
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        62: iload 7 /* i */
            iload 4 /* numStack */
            if_icmplt 60
        end local 7 // int i
        63: .line 807
            goto 89
        64: .line 809
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.currentLocals:I
            iload 2 /* numLocal */
            iadd
            putfield org.objectweb.asm.MethodWriter.currentLocals:I
        65: .line 810
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            sipush 251
            iload 2 /* numLocal */
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            iload 6 /* offsetDelta */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        66: .line 811
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        67: goto 70
        68: .line 812
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 3 /* local */
            iload 7 /* i */
            aaload
            invokevirtual org.objectweb.asm.MethodWriter.putFrameType:(Ljava/lang/Object;)V
        69: .line 811
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        70: iload 7 /* i */
            iload 2 /* numLocal */
            if_icmplt 68
        end local 7 // int i
        71: .line 814
            goto 89
        72: .line 816
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.currentLocals:I
            iload 2 /* numLocal */
            isub
            putfield org.objectweb.asm.MethodWriter.currentLocals:I
        73: .line 817
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            sipush 251
            iload 2 /* numLocal */
            isub
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            iload 6 /* offsetDelta */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        74: .line 818
            goto 89
        75: .line 820
      StackMap locals:
      StackMap stack:
            iload 6 /* offsetDelta */
            bipush 64
            if_icmpge 78
        76: .line 821
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            iload 6 /* offsetDelta */
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
        77: .line 822
            goto 89
        78: .line 823
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            sipush 251
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            iload 6 /* offsetDelta */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        79: .line 825
            goto 89
        80: .line 827
      StackMap locals:
      StackMap stack:
            iload 6 /* offsetDelta */
            bipush 64
            if_icmpge 83
        81: .line 828
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            bipush 64
            iload 6 /* offsetDelta */
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
        82: .line 829
            goto 86
        83: .line 830
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
        84: .line 831
            sipush 247
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
        85: .line 832
            iload 6 /* offsetDelta */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        86: .line 834
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* stack */
            iconst_0
            aaload
            invokevirtual org.objectweb.asm.MethodWriter.putFrameType:(Ljava/lang/Object;)V
        87: .line 835
            goto 89
        88: .line 837
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        89: .line 840
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            putfield org.objectweb.asm.MethodWriter.previousFrameOffset:I
        90: .line 841
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.stackMapTableNumberOfEntries:I
            iconst_1
            iadd
            putfield org.objectweb.asm.MethodWriter.stackMapTableNumberOfEntries:I
        end local 6 // int offsetDelta
        91: .line 844
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_2
            if_icmpne 101
        92: .line 845
            aload 0 /* this */
            iload 4 /* numStack */
            putfield org.objectweb.asm.MethodWriter.relativeStackSize:I
        93: .line 846
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        94: goto 98
        95: .line 847
      StackMap locals: int
      StackMap stack:
            aload 5 /* stack */
            iload 6 /* i */
            aaload
            getstatic org.objectweb.asm.Opcodes.LONG:Ljava/lang/Integer;
            if_acmpeq 96
            aload 5 /* stack */
            iload 6 /* i */
            aaload
            getstatic org.objectweb.asm.Opcodes.DOUBLE:Ljava/lang/Integer;
            if_acmpne 97
        96: .line 848
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            iconst_1
            iadd
            putfield org.objectweb.asm.MethodWriter.relativeStackSize:I
        97: .line 846
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        98: iload 6 /* i */
            iload 4 /* numStack */
            if_icmplt 95
        end local 6 // int i
        99: .line 851
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxRelativeStackSize:I
            if_icmple 101
       100: .line 852
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            putfield org.objectweb.asm.MethodWriter.maxRelativeStackSize:I
       101: .line 856
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxStack:I
            iload 4 /* numStack */
            invokestatic java.lang.Math.max:(II)I
            putfield org.objectweb.asm.MethodWriter.maxStack:I
       102: .line 857
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxLocals:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentLocals:I
            invokestatic java.lang.Math.max:(II)I
            putfield org.objectweb.asm.MethodWriter.maxLocals:I
       103: .line 858
            return
        end local 5 // java.lang.Object[] stack
        end local 4 // int numStack
        end local 3 // java.lang.Object[] local
        end local 2 // int numLocal
        end local 1 // int type
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0  104     0                this  Lorg/objectweb/asm/MethodWriter;
            0  104     1                type  I
            0  104     2            numLocal  I
            0  104     3               local  [Ljava/lang/Object;
            0  104     4            numStack  I
            0  104     5               stack  [Ljava/lang/Object;
           19   24     6       argumentsSize  I
           20   24     7  implicitFirstFrame  Lorg/objectweb/asm/Frame;
           26   37     6          frameIndex  I
           27   31     7                   i  I
           32   36     7                   i  I
           43   44     6         offsetDelta  I
           45   91     6         offsetDelta  I
           53   57     7                   i  I
           59   63     7                   i  I
           67   71     7                   i  I
           94   99     6                   i  I
    MethodParameters:
          Name  Flags
      type      final
      numLocal  final
      local     final
      numStack  final
      stack     final

  public void visitInsn(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int opcode
         0: .line 862
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            putfield org.objectweb.asm.MethodWriter.lastBytecodeOffset:I
         1: .line 864
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
         2: .line 866
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            ifnull 13
         3: .line 867
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_4
            if_icmpeq 4
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_3
            if_icmpne 6
         4: .line 868
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            iload 1 /* opcode */
            iconst_0
            aconst_null
            aconst_null
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/Symbol;Lorg/objectweb/asm/SymbolTable;)V
         5: .line 869
            goto 10
         6: .line 870
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            getstatic org.objectweb.asm.MethodWriter.STACK_SIZE_DELTA:[I
            iload 1 /* opcode */
            iaload
            iadd
            istore 2 /* size */
        start local 2 // int size
         7: .line 871
            iload 2 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxRelativeStackSize:I
            if_icmple 9
         8: .line 872
            aload 0 /* this */
            iload 2 /* size */
            putfield org.objectweb.asm.MethodWriter.maxRelativeStackSize:I
         9: .line 874
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* size */
            putfield org.objectweb.asm.MethodWriter.relativeStackSize:I
        end local 2 // int size
        10: .line 876
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            sipush 172
            if_icmplt 11
            iload 1 /* opcode */
            sipush 177
            if_icmple 12
      StackMap locals:
      StackMap stack:
        11: iload 1 /* opcode */
            sipush 191
            if_icmpne 13
        12: .line 877
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.MethodWriter.endCurrentBasicBlockWithNoSuccessor:()V
        13: .line 880
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lorg/objectweb/asm/MethodWriter;
            0   14     1  opcode  I
            7   10     2    size  I
    MethodParameters:
        Name  Flags
      opcode  final

  public void visitIntInsn(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int opcode
        start local 2 // int operand
         0: .line 884
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            putfield org.objectweb.asm.MethodWriter.lastBytecodeOffset:I
         1: .line 886
            iload 1 /* opcode */
            bipush 17
            if_icmpne 4
         2: .line 887
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            iload 2 /* operand */
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
         3: .line 888
            goto 5
         4: .line 889
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            iload 2 /* operand */
            invokevirtual org.objectweb.asm.ByteVector.put11:(II)Lorg/objectweb/asm/ByteVector;
            pop
         5: .line 892
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            ifnull 14
         6: .line 893
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_4
            if_icmpeq 7
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_3
            if_icmpne 9
         7: .line 894
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            iload 1 /* opcode */
            iload 2 /* operand */
            aconst_null
            aconst_null
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/Symbol;Lorg/objectweb/asm/SymbolTable;)V
         8: .line 895
            goto 14
      StackMap locals:
      StackMap stack:
         9: iload 1 /* opcode */
            sipush 188
            if_icmpeq 14
        10: .line 897
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            iconst_1
            iadd
            istore 3 /* size */
        start local 3 // int size
        11: .line 898
            iload 3 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxRelativeStackSize:I
            if_icmple 13
        12: .line 899
            aload 0 /* this */
            iload 3 /* size */
            putfield org.objectweb.asm.MethodWriter.maxRelativeStackSize:I
        13: .line 901
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* size */
            putfield org.objectweb.asm.MethodWriter.relativeStackSize:I
        end local 3 // int size
        14: .line 904
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int operand
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lorg/objectweb/asm/MethodWriter;
            0   15     1   opcode  I
            0   15     2  operand  I
           11   14     3     size  I
    MethodParameters:
         Name  Flags
      opcode   final
      operand  final

  public void visitVarInsn(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int opcode
        start local 2 // int var
         0: .line 908
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            putfield org.objectweb.asm.MethodWriter.lastBytecodeOffset:I
         1: .line 910
            iload 2 /* var */
            iconst_4
            if_icmpge 8
            iload 1 /* opcode */
            sipush 169
            if_icmpeq 8
         2: .line 912
            iload 1 /* opcode */
            bipush 54
            if_icmpge 5
         3: .line 913
            bipush 26
            iload 1 /* opcode */
            bipush 21
            isub
            iconst_2
            ishl
            iadd
            iload 2 /* var */
            iadd
            istore 3 /* optimizedOpcode */
        start local 3 // int optimizedOpcode
         4: .line 914
            goto 6
        end local 3 // int optimizedOpcode
         5: .line 915
      StackMap locals:
      StackMap stack:
            bipush 59
            iload 1 /* opcode */
            bipush 54
            isub
            iconst_2
            ishl
            iadd
            iload 2 /* var */
            iadd
            istore 3 /* optimizedOpcode */
        start local 3 // int optimizedOpcode
         6: .line 917
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 3 /* optimizedOpcode */
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
        end local 3 // int optimizedOpcode
         7: .line 918
            goto 12
      StackMap locals:
      StackMap stack:
         8: iload 2 /* var */
            sipush 256
            if_icmplt 11
         9: .line 919
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            sipush 196
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            iload 2 /* var */
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        10: .line 920
            goto 12
        11: .line 921
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            iload 2 /* var */
            invokevirtual org.objectweb.asm.ByteVector.put11:(II)Lorg/objectweb/asm/ByteVector;
            pop
        12: .line 924
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            ifnull 25
        13: .line 925
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_4
            if_icmpeq 14
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_3
            if_icmpne 16
        14: .line 926
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            iload 1 /* opcode */
            iload 2 /* var */
            aconst_null
            aconst_null
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/Symbol;Lorg/objectweb/asm/SymbolTable;)V
        15: .line 927
            goto 25
        16: .line 928
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            sipush 169
            if_icmpne 21
        17: .line 930
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            dup
            getfield org.objectweb.asm.Label.flags:S
            bipush 64
            ior
            i2s
            putfield org.objectweb.asm.Label.flags:S
        18: .line 931
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            i2s
            putfield org.objectweb.asm.Label.outputStackSize:S
        19: .line 932
            aload 0 /* this */
            invokevirtual org.objectweb.asm.MethodWriter.endCurrentBasicBlockWithNoSuccessor:()V
        20: .line 933
            goto 25
        21: .line 934
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            getstatic org.objectweb.asm.MethodWriter.STACK_SIZE_DELTA:[I
            iload 1 /* opcode */
            iaload
            iadd
            istore 3 /* size */
        start local 3 // int size
        22: .line 935
            iload 3 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxRelativeStackSize:I
            if_icmple 24
        23: .line 936
            aload 0 /* this */
            iload 3 /* size */
            putfield org.objectweb.asm.MethodWriter.maxRelativeStackSize:I
        24: .line 938
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* size */
            putfield org.objectweb.asm.MethodWriter.relativeStackSize:I
        end local 3 // int size
        25: .line 942
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            ifeq 35
        26: .line 944
            iload 1 /* opcode */
            bipush 22
            if_icmpeq 30
        27: .line 945
            iload 1 /* opcode */
            bipush 24
            if_icmpeq 30
        28: .line 946
            iload 1 /* opcode */
            bipush 55
            if_icmpeq 30
        29: .line 947
            iload 1 /* opcode */
            bipush 57
            if_icmpne 32
        30: .line 948
      StackMap locals:
      StackMap stack:
            iload 2 /* var */
            iconst_2
            iadd
            istore 3 /* currentMaxLocals */
        start local 3 // int currentMaxLocals
        31: .line 949
            goto 33
        end local 3 // int currentMaxLocals
        32: .line 950
      StackMap locals:
      StackMap stack:
            iload 2 /* var */
            iconst_1
            iadd
            istore 3 /* currentMaxLocals */
        start local 3 // int currentMaxLocals
        33: .line 952
      StackMap locals: int
      StackMap stack:
            iload 3 /* currentMaxLocals */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxLocals:I
            if_icmple 35
        34: .line 953
            aload 0 /* this */
            iload 3 /* currentMaxLocals */
            putfield org.objectweb.asm.MethodWriter.maxLocals:I
        end local 3 // int currentMaxLocals
        35: .line 956
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            bipush 54
            if_icmplt 37
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_4
            if_icmpne 37
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
            ifnull 37
        36: .line 964
            aload 0 /* this */
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            invokevirtual org.objectweb.asm.MethodWriter.visitLabel:(Lorg/objectweb/asm/Label;)V
        37: .line 966
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int var
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   38     0              this  Lorg/objectweb/asm/MethodWriter;
            0   38     1            opcode  I
            0   38     2               var  I
            4    5     3   optimizedOpcode  I
            6    7     3   optimizedOpcode  I
           22   25     3              size  I
           31   32     3  currentMaxLocals  I
           33   35     3  currentMaxLocals  I
    MethodParameters:
        Name  Flags
      opcode  final
      var     final

  public void visitTypeInsn(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int opcode
        start local 2 // java.lang.String type
         0: .line 970
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            putfield org.objectweb.asm.MethodWriter.lastBytecodeOffset:I
         1: .line 972
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 2 /* type */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Lorg/objectweb/asm/Symbol;
            astore 3 /* typeSymbol */
        start local 3 // org.objectweb.asm.Symbol typeSymbol
         2: .line 973
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            aload 3 /* typeSymbol */
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
         3: .line 975
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            ifnull 12
         4: .line 976
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_4
            if_icmpeq 5
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_3
            if_icmpne 7
         5: .line 977
      StackMap locals: org.objectweb.asm.Symbol
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            iload 1 /* opcode */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastBytecodeOffset:I
            aload 3 /* typeSymbol */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/Symbol;Lorg/objectweb/asm/SymbolTable;)V
         6: .line 978
            goto 12
      StackMap locals:
      StackMap stack:
         7: iload 1 /* opcode */
            sipush 187
            if_icmpne 12
         8: .line 980
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            iconst_1
            iadd
            istore 4 /* size */
        start local 4 // int size
         9: .line 981
            iload 4 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxRelativeStackSize:I
            if_icmple 11
        10: .line 982
            aload 0 /* this */
            iload 4 /* size */
            putfield org.objectweb.asm.MethodWriter.maxRelativeStackSize:I
        11: .line 984
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* size */
            putfield org.objectweb.asm.MethodWriter.relativeStackSize:I
        end local 4 // int size
        12: .line 987
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.objectweb.asm.Symbol typeSymbol
        end local 2 // java.lang.String type
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lorg/objectweb/asm/MethodWriter;
            0   13     1      opcode  I
            0   13     2        type  Ljava/lang/String;
            2   13     3  typeSymbol  Lorg/objectweb/asm/Symbol;
            9   12     4        size  I
    MethodParameters:
        Name  Flags
      opcode  final
      type    final

  public void visitFieldInsn(int, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int opcode
        start local 2 // java.lang.String owner
        start local 3 // java.lang.String name
        start local 4 // java.lang.String descriptor
         0: .line 992
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            putfield org.objectweb.asm.MethodWriter.lastBytecodeOffset:I
         1: .line 994
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantFieldref:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/objectweb/asm/Symbol;
            astore 5 /* fieldrefSymbol */
        start local 5 // org.objectweb.asm.Symbol fieldrefSymbol
         2: .line 995
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            aload 5 /* fieldrefSymbol */
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
         3: .line 997
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            ifnull 31
         4: .line 998
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_4
            if_icmpeq 5
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_3
            if_icmpne 7
         5: .line 999
      StackMap locals: org.objectweb.asm.Symbol
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            iload 1 /* opcode */
            iconst_0
            aload 5 /* fieldrefSymbol */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/Symbol;Lorg/objectweb/asm/SymbolTable;)V
         6: .line 1000
            goto 31
         7: .line 1002
      StackMap locals:
      StackMap stack:
            aload 4 /* descriptor */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 7 /* firstDescChar */
        start local 7 // char firstDescChar
         8: .line 1003
            iload 1 /* opcode */
            tableswitch { // 178 - 181
                  178: 9
                  179: 14
                  180: 19
                  181: 24
              default: 24
          }
         9: .line 1005
      StackMap locals: org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String org.objectweb.asm.Symbol top int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            iload 7 /* firstDescChar */
            bipush 68
            if_icmpeq 10
            iload 7 /* firstDescChar */
            bipush 74
            if_icmpne 11
      StackMap locals:
      StackMap stack: int
        10: iconst_2
            goto 12
      StackMap locals:
      StackMap stack: int
        11: iconst_1
      StackMap locals: org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String org.objectweb.asm.Symbol top int
      StackMap stack: int int
        12: iadd
            istore 6 /* size */
        start local 6 // int size
        13: .line 1006
            goto 28
        end local 6 // int size
        14: .line 1008
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            iload 7 /* firstDescChar */
            bipush 68
            if_icmpeq 15
            iload 7 /* firstDescChar */
            bipush 74
            if_icmpne 16
      StackMap locals:
      StackMap stack: int
        15: bipush -2
            goto 17
      StackMap locals:
      StackMap stack: int
        16: iconst_m1
      StackMap locals: org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String org.objectweb.asm.Symbol top int
      StackMap stack: int int
        17: iadd
            istore 6 /* size */
        start local 6 // int size
        18: .line 1009
            goto 28
        end local 6 // int size
        19: .line 1011
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            iload 7 /* firstDescChar */
            bipush 68
            if_icmpeq 20
            iload 7 /* firstDescChar */
            bipush 74
            if_icmpne 21
      StackMap locals:
      StackMap stack: int
        20: iconst_1
            goto 22
      StackMap locals:
      StackMap stack: int
        21: iconst_0
      StackMap locals: org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String org.objectweb.asm.Symbol top int
      StackMap stack: int int
        22: iadd
            istore 6 /* size */
        start local 6 // int size
        23: .line 1012
            goto 28
        end local 6 // int size
        24: .line 1015
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            iload 7 /* firstDescChar */
            bipush 68
            if_icmpeq 25
            iload 7 /* firstDescChar */
            bipush 74
            if_icmpne 26
      StackMap locals:
      StackMap stack: int
        25: bipush -3
            goto 27
      StackMap locals:
      StackMap stack: int
        26: bipush -2
      StackMap locals: org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String org.objectweb.asm.Symbol top int
      StackMap stack: int int
        27: iadd
            istore 6 /* size */
        start local 6 // int size
        28: .line 1018
      StackMap locals: org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String org.objectweb.asm.Symbol int int
      StackMap stack:
            iload 6 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxRelativeStackSize:I
            if_icmple 30
        29: .line 1019
            aload 0 /* this */
            iload 6 /* size */
            putfield org.objectweb.asm.MethodWriter.maxRelativeStackSize:I
        30: .line 1021
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* size */
            putfield org.objectweb.asm.MethodWriter.relativeStackSize:I
        end local 7 // char firstDescChar
        end local 6 // int size
        31: .line 1024
      StackMap locals:
      StackMap stack:
            return
        end local 5 // org.objectweb.asm.Symbol fieldrefSymbol
        end local 4 // java.lang.String descriptor
        end local 3 // java.lang.String name
        end local 2 // java.lang.String owner
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   32     0            this  Lorg/objectweb/asm/MethodWriter;
            0   32     1          opcode  I
            0   32     2           owner  Ljava/lang/String;
            0   32     3            name  Ljava/lang/String;
            0   32     4      descriptor  Ljava/lang/String;
            2   32     5  fieldrefSymbol  Lorg/objectweb/asm/Symbol;
           13   14     6            size  I
           18   19     6            size  I
           23   24     6            size  I
           28   31     6            size  I
            8   31     7   firstDescChar  C
    MethodParameters:
            Name  Flags
      opcode      final
      owner       final
      name        final
      descriptor  final

  public void visitMethodInsn(int, java.lang.String, java.lang.String, java.lang.String, boolean);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=6
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int opcode
        start local 2 // java.lang.String owner
        start local 3 // java.lang.String name
        start local 4 // java.lang.String descriptor
        start local 5 // boolean isInterface
         0: .line 1033
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            putfield org.objectweb.asm.MethodWriter.lastBytecodeOffset:I
         1: .line 1035
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            iload 5 /* isInterface */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantMethodref:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Lorg/objectweb/asm/Symbol;
            astore 6 /* methodrefSymbol */
        start local 6 // org.objectweb.asm.Symbol methodrefSymbol
         2: .line 1036
            iload 1 /* opcode */
            sipush 185
            if_icmpne 6
         3: .line 1037
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            sipush 185
            aload 6 /* methodrefSymbol */
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
         4: .line 1038
            aload 6 /* methodrefSymbol */
            invokevirtual org.objectweb.asm.Symbol.getArgumentsAndReturnSizes:()I
            iconst_2
            ishr
            iconst_0
            invokevirtual org.objectweb.asm.ByteVector.put11:(II)Lorg/objectweb/asm/ByteVector;
            pop
         5: .line 1039
            goto 7
         6: .line 1040
      StackMap locals: org.objectweb.asm.Symbol
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            aload 6 /* methodrefSymbol */
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
         7: .line 1043
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            ifnull 20
         8: .line 1044
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_4
            if_icmpeq 9
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_3
            if_icmpne 11
         9: .line 1045
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            iload 1 /* opcode */
            iconst_0
            aload 6 /* methodrefSymbol */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/Symbol;Lorg/objectweb/asm/SymbolTable;)V
        10: .line 1046
            goto 20
        11: .line 1047
      StackMap locals:
      StackMap stack:
            aload 6 /* methodrefSymbol */
            invokevirtual org.objectweb.asm.Symbol.getArgumentsAndReturnSizes:()I
            istore 7 /* argumentsAndReturnSize */
        start local 7 // int argumentsAndReturnSize
        12: .line 1048
            iload 7 /* argumentsAndReturnSize */
            iconst_3
            iand
            iload 7 /* argumentsAndReturnSize */
            iconst_2
            ishr
            isub
            istore 8 /* stackSizeDelta */
        start local 8 // int stackSizeDelta
        13: .line 1050
            iload 1 /* opcode */
            sipush 184
            if_icmpne 16
        14: .line 1051
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            iload 8 /* stackSizeDelta */
            iadd
            iconst_1
            iadd
            istore 9 /* size */
        start local 9 // int size
        15: .line 1052
            goto 17
        end local 9 // int size
        16: .line 1053
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            iload 8 /* stackSizeDelta */
            iadd
            istore 9 /* size */
        start local 9 // int size
        17: .line 1055
      StackMap locals: int
      StackMap stack:
            iload 9 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxRelativeStackSize:I
            if_icmple 19
        18: .line 1056
            aload 0 /* this */
            iload 9 /* size */
            putfield org.objectweb.asm.MethodWriter.maxRelativeStackSize:I
        19: .line 1058
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 9 /* size */
            putfield org.objectweb.asm.MethodWriter.relativeStackSize:I
        end local 9 // int size
        end local 8 // int stackSizeDelta
        end local 7 // int argumentsAndReturnSize
        20: .line 1061
      StackMap locals:
      StackMap stack:
            return
        end local 6 // org.objectweb.asm.Symbol methodrefSymbol
        end local 5 // boolean isInterface
        end local 4 // java.lang.String descriptor
        end local 3 // java.lang.String name
        end local 2 // java.lang.String owner
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   21     0                    this  Lorg/objectweb/asm/MethodWriter;
            0   21     1                  opcode  I
            0   21     2                   owner  Ljava/lang/String;
            0   21     3                    name  Ljava/lang/String;
            0   21     4              descriptor  Ljava/lang/String;
            0   21     5             isInterface  Z
            2   21     6         methodrefSymbol  Lorg/objectweb/asm/Symbol;
           12   20     7  argumentsAndReturnSize  I
           13   20     8          stackSizeDelta  I
           15   16     9                    size  I
           17   20     9                    size  I
    MethodParameters:
             Name  Flags
      opcode       final
      owner        final
      name         final
      descriptor   final
      isInterface  final

  public void visitInvokeDynamicInsn(java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Handle;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=9, args_size=5
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String descriptor
        start local 3 // org.objectweb.asm.Handle bootstrapMethodHandle
        start local 4 // java.lang.Object[] bootstrapMethodArguments
         0: .line 1069
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            putfield org.objectweb.asm.MethodWriter.lastBytecodeOffset:I
         1: .line 1072
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
         2: .line 1073
            aload 1 /* name */
            aload 2 /* descriptor */
            aload 3 /* bootstrapMethodHandle */
            aload 4 /* bootstrapMethodArguments */
         3: .line 1072
            invokevirtual org.objectweb.asm.SymbolTable.addConstantInvokeDynamic:(Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Handle;[Ljava/lang/Object;)Lorg/objectweb/asm/Symbol;
         4: .line 1071
            astore 5 /* invokeDynamicSymbol */
        start local 5 // org.objectweb.asm.Symbol invokeDynamicSymbol
         5: .line 1074
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            sipush 186
            aload 5 /* invokeDynamicSymbol */
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
         6: .line 1075
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         7: .line 1077
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            ifnull 17
         8: .line 1078
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_4
            if_icmpeq 9
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_3
            if_icmpne 11
         9: .line 1079
      StackMap locals: org.objectweb.asm.Symbol
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            sipush 186
            iconst_0
            aload 5 /* invokeDynamicSymbol */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/Symbol;Lorg/objectweb/asm/SymbolTable;)V
        10: .line 1080
            goto 17
        11: .line 1081
      StackMap locals:
      StackMap stack:
            aload 5 /* invokeDynamicSymbol */
            invokevirtual org.objectweb.asm.Symbol.getArgumentsAndReturnSizes:()I
            istore 6 /* argumentsAndReturnSize */
        start local 6 // int argumentsAndReturnSize
        12: .line 1082
            iload 6 /* argumentsAndReturnSize */
            iconst_3
            iand
            iload 6 /* argumentsAndReturnSize */
            iconst_2
            ishr
            isub
            iconst_1
            iadd
            istore 7 /* stackSizeDelta */
        start local 7 // int stackSizeDelta
        13: .line 1083
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            iload 7 /* stackSizeDelta */
            iadd
            istore 8 /* size */
        start local 8 // int size
        14: .line 1084
            iload 8 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxRelativeStackSize:I
            if_icmple 16
        15: .line 1085
            aload 0 /* this */
            iload 8 /* size */
            putfield org.objectweb.asm.MethodWriter.maxRelativeStackSize:I
        16: .line 1087
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            iload 8 /* size */
            putfield org.objectweb.asm.MethodWriter.relativeStackSize:I
        end local 8 // int size
        end local 7 // int stackSizeDelta
        end local 6 // int argumentsAndReturnSize
        17: .line 1090
      StackMap locals:
      StackMap stack:
            return
        end local 5 // org.objectweb.asm.Symbol invokeDynamicSymbol
        end local 4 // java.lang.Object[] bootstrapMethodArguments
        end local 3 // org.objectweb.asm.Handle bootstrapMethodHandle
        end local 2 // java.lang.String descriptor
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   18     0                      this  Lorg/objectweb/asm/MethodWriter;
            0   18     1                      name  Ljava/lang/String;
            0   18     2                descriptor  Ljava/lang/String;
            0   18     3     bootstrapMethodHandle  Lorg/objectweb/asm/Handle;
            0   18     4  bootstrapMethodArguments  [Ljava/lang/Object;
            5   18     5       invokeDynamicSymbol  Lorg/objectweb/asm/Symbol;
           12   17     6    argumentsAndReturnSize  I
           13   17     7            stackSizeDelta  I
           14   17     8                      size  I
    MethodParameters:
                          Name  Flags
      name                      final
      descriptor                final
      bootstrapMethodHandle     final
      bootstrapMethodArguments  final

  public void visitJumpInsn(int, org.objectweb.asm.Label);
    descriptor: (ILorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int opcode
        start local 2 // org.objectweb.asm.Label label
         0: .line 1094
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            putfield org.objectweb.asm.MethodWriter.lastBytecodeOffset:I
         1: .line 1098
            iload 1 /* opcode */
            sipush 200
            if_icmplt 2
            iload 1 /* opcode */
            bipush 33
            isub
            goto 3
      StackMap locals:
      StackMap stack:
         2: iload 1 /* opcode */
         3: .line 1097
      StackMap locals:
      StackMap stack: int
            istore 3 /* baseOpcode */
        start local 3 // int baseOpcode
         4: .line 1099
            iconst_0
            istore 4 /* nextInsnIsJumpTarget */
        start local 4 // boolean nextInsnIsJumpTarget
         5: .line 1100
            aload 2 /* label */
            getfield org.objectweb.asm.Label.flags:S
            iconst_4
            iand
            ifeq 22
         6: .line 1101
            aload 2 /* label */
            getfield org.objectweb.asm.Label.bytecodeOffset:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            isub
            sipush -32768
            if_icmpge 22
         7: .line 1106
            iload 3 /* baseOpcode */
            sipush 167
            if_icmpne 10
         8: .line 1107
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            sipush 200
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
         9: .line 1108
            goto 20
      StackMap locals: int int
      StackMap stack:
        10: iload 3 /* baseOpcode */
            sipush 168
            if_icmpne 13
        11: .line 1109
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            sipush 201
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
        12: .line 1110
            goto 20
        13: .line 1114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 3 /* baseOpcode */
            sipush 198
            if_icmplt 14
            iload 3 /* baseOpcode */
            iconst_1
            ixor
            goto 15
      StackMap locals:
      StackMap stack: org.objectweb.asm.ByteVector
        14: iload 3 /* baseOpcode */
            iconst_1
            iadd
            iconst_1
            ixor
            iconst_1
            isub
      StackMap locals: org.objectweb.asm.MethodWriter int org.objectweb.asm.Label int int
      StackMap stack: org.objectweb.asm.ByteVector int
        15: invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
        16: .line 1115
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            bipush 8
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        17: .line 1122
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            sipush 220
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
        18: .line 1123
            aload 0 /* this */
            iconst_1
            putfield org.objectweb.asm.MethodWriter.hasAsmInstructions:Z
        19: .line 1125
            iconst_1
            istore 4 /* nextInsnIsJumpTarget */
        20: .line 1127
      StackMap locals:
      StackMap stack:
            aload 2 /* label */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iconst_1
            isub
            iconst_1
            invokevirtual org.objectweb.asm.Label.put:(Lorg/objectweb/asm/ByteVector;IZ)V
        21: .line 1128
            goto 28
      StackMap locals:
      StackMap stack:
        22: iload 3 /* baseOpcode */
            iload 1 /* opcode */
            if_icmpeq 26
        23: .line 1131
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
        24: .line 1132
            aload 2 /* label */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iconst_1
            isub
            iconst_1
            invokevirtual org.objectweb.asm.Label.put:(Lorg/objectweb/asm/ByteVector;IZ)V
        25: .line 1133
            goto 28
        26: .line 1137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 3 /* baseOpcode */
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
        27: .line 1138
            aload 2 /* label */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iconst_1
            isub
            iconst_0
            invokevirtual org.objectweb.asm.Label.put:(Lorg/objectweb/asm/ByteVector;IZ)V
        28: .line 1142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            ifnull 59
        29: .line 1143
            aconst_null
            astore 5 /* nextBasicBlock */
        start local 5 // org.objectweb.asm.Label nextBasicBlock
        30: .line 1144
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_4
            if_icmpne 37
        31: .line 1145
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            iload 3 /* baseOpcode */
            iconst_0
            aconst_null
            aconst_null
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/Symbol;Lorg/objectweb/asm/SymbolTable;)V
        32: .line 1147
            aload 2 /* label */
            invokevirtual org.objectweb.asm.Label.getCanonicalInstance:()Lorg/objectweb/asm/Label;
            dup
            getfield org.objectweb.asm.Label.flags:S
            iconst_2
            ior
            i2s
            putfield org.objectweb.asm.Label.flags:S
        33: .line 1149
            aload 0 /* this */
            iconst_0
            aload 2 /* label */
            invokevirtual org.objectweb.asm.MethodWriter.addSuccessorToCurrentBasicBlock:(ILorg/objectweb/asm/Label;)V
        34: .line 1150
            iload 3 /* baseOpcode */
            sipush 167
            if_icmpeq 53
        35: .line 1154
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 5 /* nextBasicBlock */
        36: .line 1156
            goto 53
      StackMap locals: org.objectweb.asm.Label
      StackMap stack:
        37: aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_3
            if_icmpne 40
        38: .line 1157
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            iload 3 /* baseOpcode */
            iconst_0
            aconst_null
            aconst_null
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/Symbol;Lorg/objectweb/asm/SymbolTable;)V
        39: .line 1158
            goto 53
      StackMap locals:
      StackMap stack:
        40: aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_2
            if_icmpne 43
        41: .line 1160
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            getstatic org.objectweb.asm.MethodWriter.STACK_SIZE_DELTA:[I
            iload 3 /* baseOpcode */
            iaload
            iadd
            putfield org.objectweb.asm.MethodWriter.relativeStackSize:I
        42: .line 1161
            goto 53
        43: .line 1162
      StackMap locals:
      StackMap stack:
            iload 3 /* baseOpcode */
            sipush 168
            if_icmpne 51
        44: .line 1164
            aload 2 /* label */
            getfield org.objectweb.asm.Label.flags:S
            bipush 32
            iand
            ifne 47
        45: .line 1165
            aload 2 /* label */
            dup
            getfield org.objectweb.asm.Label.flags:S
            bipush 32
            ior
            i2s
            putfield org.objectweb.asm.Label.flags:S
        46: .line 1166
            aload 0 /* this */
            iconst_1
            putfield org.objectweb.asm.MethodWriter.hasSubroutines:Z
        47: .line 1168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            dup
            getfield org.objectweb.asm.Label.flags:S
            bipush 16
            ior
            i2s
            putfield org.objectweb.asm.Label.flags:S
        48: .line 1175
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            iconst_1
            iadd
            aload 2 /* label */
            invokevirtual org.objectweb.asm.MethodWriter.addSuccessorToCurrentBasicBlock:(ILorg/objectweb/asm/Label;)V
        49: .line 1177
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 5 /* nextBasicBlock */
        50: .line 1178
            goto 53
        51: .line 1180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            getstatic org.objectweb.asm.MethodWriter.STACK_SIZE_DELTA:[I
            iload 3 /* baseOpcode */
            iaload
            iadd
            putfield org.objectweb.asm.MethodWriter.relativeStackSize:I
        52: .line 1181
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            aload 2 /* label */
            invokevirtual org.objectweb.asm.MethodWriter.addSuccessorToCurrentBasicBlock:(ILorg/objectweb/asm/Label;)V
        53: .line 1186
      StackMap locals:
      StackMap stack:
            aload 5 /* nextBasicBlock */
            ifnull 57
        54: .line 1187
            iload 4 /* nextInsnIsJumpTarget */
            ifeq 56
        55: .line 1188
            aload 5 /* nextBasicBlock */
            dup
            getfield org.objectweb.asm.Label.flags:S
            iconst_2
            ior
            i2s
            putfield org.objectweb.asm.Label.flags:S
        56: .line 1190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* nextBasicBlock */
            invokevirtual org.objectweb.asm.MethodWriter.visitLabel:(Lorg/objectweb/asm/Label;)V
        57: .line 1192
      StackMap locals:
      StackMap stack:
            iload 3 /* baseOpcode */
            sipush 167
            if_icmpne 59
        58: .line 1193
            aload 0 /* this */
            invokevirtual org.objectweb.asm.MethodWriter.endCurrentBasicBlockWithNoSuccessor:()V
        end local 5 // org.objectweb.asm.Label nextBasicBlock
        59: .line 1196
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean nextInsnIsJumpTarget
        end local 3 // int baseOpcode
        end local 2 // org.objectweb.asm.Label label
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   60     0                  this  Lorg/objectweb/asm/MethodWriter;
            0   60     1                opcode  I
            0   60     2                 label  Lorg/objectweb/asm/Label;
            4   60     3            baseOpcode  I
            5   60     4  nextInsnIsJumpTarget  Z
           30   59     5        nextBasicBlock  Lorg/objectweb/asm/Label;
    MethodParameters:
        Name  Flags
      opcode  final
      label   final

  public void visitLabel(org.objectweb.asm.Label);
    descriptor: (Lorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // org.objectweb.asm.Label label
         0: .line 1201
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.hasAsmInstructions:Z
            aload 1 /* label */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.Label.resolve:([BI)Z
            ior
            putfield org.objectweb.asm.MethodWriter.hasAsmInstructions:Z
         1: .line 1204
            aload 1 /* label */
            getfield org.objectweb.asm.Label.flags:S
            iconst_1
            iand
            ifeq 3
         2: .line 1205
            return
         3: .line 1207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_4
            if_icmpne 21
         4: .line 1208
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            ifnull 10
         5: .line 1209
            aload 1 /* label */
            getfield org.objectweb.asm.Label.bytecodeOffset:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.bytecodeOffset:I
            if_icmpne 9
         6: .line 1214
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            dup
            getfield org.objectweb.asm.Label.flags:S
            aload 1 /* label */
            getfield org.objectweb.asm.Label.flags:S
            iconst_2
            iand
            ior
            i2s
            putfield org.objectweb.asm.Label.flags:S
         7: .line 1218
            aload 1 /* label */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            putfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
         8: .line 1221
            return
         9: .line 1224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            aload 1 /* label */
            invokevirtual org.objectweb.asm.MethodWriter.addSuccessorToCurrentBasicBlock:(ILorg/objectweb/asm/Label;)V
        10: .line 1227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastBasicBlock:Lorg/objectweb/asm/Label;
            ifnull 17
        11: .line 1228
            aload 1 /* label */
            getfield org.objectweb.asm.Label.bytecodeOffset:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.bytecodeOffset:I
            if_icmpne 16
        12: .line 1230
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastBasicBlock:Lorg/objectweb/asm/Label;
            dup
            getfield org.objectweb.asm.Label.flags:S
            aload 1 /* label */
            getfield org.objectweb.asm.Label.flags:S
            iconst_2
            iand
            ior
            i2s
            putfield org.objectweb.asm.Label.flags:S
        13: .line 1232
            aload 1 /* label */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            putfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
        14: .line 1233
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastBasicBlock:Lorg/objectweb/asm/Label;
            putfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
        15: .line 1234
            return
        16: .line 1236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastBasicBlock:Lorg/objectweb/asm/Label;
            aload 1 /* label */
            putfield org.objectweb.asm.Label.nextBasicBlock:Lorg/objectweb/asm/Label;
        17: .line 1238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* label */
            putfield org.objectweb.asm.MethodWriter.lastBasicBlock:Lorg/objectweb/asm/Label;
        18: .line 1240
            aload 0 /* this */
            aload 1 /* label */
            putfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
        19: .line 1242
            aload 1 /* label */
            new org.objectweb.asm.Frame
            dup
            aload 1 /* label */
            invokespecial org.objectweb.asm.Frame.<init>:(Lorg/objectweb/asm/Label;)V
            putfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
        20: .line 1243
            goto 40
      StackMap locals:
      StackMap stack:
        21: aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_3
            if_icmpne 27
        22: .line 1244
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            ifnonnull 25
        23: .line 1247
            aload 0 /* this */
            aload 1 /* label */
            putfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
        24: .line 1248
            goto 40
        25: .line 1250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            aload 1 /* label */
            putfield org.objectweb.asm.Frame.owner:Lorg/objectweb/asm/Label;
        26: .line 1252
            goto 40
      StackMap locals:
      StackMap stack:
        27: aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_1
            if_icmpne 38
        28: .line 1253
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            ifnull 31
        29: .line 1255
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxRelativeStackSize:I
            i2s
            putfield org.objectweb.asm.Label.outputStackMax:S
        30: .line 1256
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            aload 1 /* label */
            invokevirtual org.objectweb.asm.MethodWriter.addSuccessorToCurrentBasicBlock:(ILorg/objectweb/asm/Label;)V
        31: .line 1259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* label */
            putfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
        32: .line 1260
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.MethodWriter.relativeStackSize:I
        33: .line 1261
            aload 0 /* this */
            iconst_0
            putfield org.objectweb.asm.MethodWriter.maxRelativeStackSize:I
        34: .line 1263
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastBasicBlock:Lorg/objectweb/asm/Label;
            ifnull 36
        35: .line 1264
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastBasicBlock:Lorg/objectweb/asm/Label;
            aload 1 /* label */
            putfield org.objectweb.asm.Label.nextBasicBlock:Lorg/objectweb/asm/Label;
        36: .line 1266
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* label */
            putfield org.objectweb.asm.MethodWriter.lastBasicBlock:Lorg/objectweb/asm/Label;
        37: .line 1267
            goto 40
      StackMap locals:
      StackMap stack:
        38: aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_2
            if_icmpne 40
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            ifnonnull 40
        39: .line 1271
            aload 0 /* this */
            aload 1 /* label */
            putfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
        40: .line 1273
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.objectweb.asm.Label label
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   41     0   this  Lorg/objectweb/asm/MethodWriter;
            0   41     1  label  Lorg/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      label  final

  public void visitLdcInsn(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // java.lang.Object value
         0: .line 1277
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            putfield org.objectweb.asm.MethodWriter.lastBytecodeOffset:I
         1: .line 1279
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* value */
            invokevirtual org.objectweb.asm.SymbolTable.addConstant:(Ljava/lang/Object;)Lorg/objectweb/asm/Symbol;
            astore 2 /* constantSymbol */
        start local 2 // org.objectweb.asm.Symbol constantSymbol
         2: .line 1280
            aload 2 /* constantSymbol */
            getfield org.objectweb.asm.Symbol.index:I
            istore 3 /* constantIndex */
        start local 3 // int constantIndex
         3: .line 1283
            aload 2 /* constantSymbol */
            getfield org.objectweb.asm.Symbol.tag:I
            iconst_5
            if_icmpeq 10
         4: .line 1284
            aload 2 /* constantSymbol */
            getfield org.objectweb.asm.Symbol.tag:I
            bipush 6
            if_icmpeq 10
         5: .line 1285
            aload 2 /* constantSymbol */
            getfield org.objectweb.asm.Symbol.tag:I
            bipush 17
            if_icmpne 9
         6: .line 1286
            aload 2 /* constantSymbol */
            getfield org.objectweb.asm.Symbol.value:Ljava/lang/String;
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            dup
            istore 4 /* firstDescriptorChar */
        start local 4 // char firstDescriptorChar
         7: bipush 74
            if_icmpeq 10
         8: .line 1287
            iload 4 /* firstDescriptorChar */
            bipush 68
            if_icmpeq 10
        end local 4 // char firstDescriptorChar
         9: .line 1282
      StackMap locals: org.objectweb.asm.Symbol int
      StackMap stack:
            iconst_0
            goto 11
      StackMap locals:
      StackMap stack:
        10: iconst_1
      StackMap locals:
      StackMap stack: int
        11: istore 5 /* isLongOrDouble */
        start local 5 // boolean isLongOrDouble
        12: .line 1288
            iload 5 /* isLongOrDouble */
            ifeq 15
        13: .line 1289
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            bipush 20
            iload 3 /* constantIndex */
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        14: .line 1290
            goto 19
      StackMap locals: org.objectweb.asm.MethodWriter java.lang.Object org.objectweb.asm.Symbol int top int
      StackMap stack:
        15: iload 3 /* constantIndex */
            sipush 256
            if_icmplt 18
        16: .line 1291
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            bipush 19
            iload 3 /* constantIndex */
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            pop
        17: .line 1292
            goto 19
        18: .line 1293
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            bipush 18
            iload 3 /* constantIndex */
            invokevirtual org.objectweb.asm.ByteVector.put11:(II)Lorg/objectweb/asm/ByteVector;
            pop
        19: .line 1296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            ifnull 29
        20: .line 1297
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_4
            if_icmpeq 21
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_3
            if_icmpne 23
        21: .line 1298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            bipush 18
            iconst_0
            aload 2 /* constantSymbol */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/Symbol;Lorg/objectweb/asm/SymbolTable;)V
        22: .line 1299
            goto 29
        23: .line 1300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            iload 5 /* isLongOrDouble */
            ifeq 24
            iconst_2
            goto 25
      StackMap locals:
      StackMap stack: int
        24: iconst_1
      StackMap locals: org.objectweb.asm.MethodWriter java.lang.Object org.objectweb.asm.Symbol int top int
      StackMap stack: int int
        25: iadd
            istore 6 /* size */
        start local 6 // int size
        26: .line 1301
            iload 6 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxRelativeStackSize:I
            if_icmple 28
        27: .line 1302
            aload 0 /* this */
            iload 6 /* size */
            putfield org.objectweb.asm.MethodWriter.maxRelativeStackSize:I
        28: .line 1304
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* size */
            putfield org.objectweb.asm.MethodWriter.relativeStackSize:I
        end local 6 // int size
        29: .line 1307
      StackMap locals:
      StackMap stack:
            return
        end local 5 // boolean isLongOrDouble
        end local 3 // int constantIndex
        end local 2 // org.objectweb.asm.Symbol constantSymbol
        end local 1 // java.lang.Object value
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   30     0                 this  Lorg/objectweb/asm/MethodWriter;
            0   30     1                value  Ljava/lang/Object;
            2   30     2       constantSymbol  Lorg/objectweb/asm/Symbol;
            3   30     3        constantIndex  I
            7    9     4  firstDescriptorChar  C
           12   30     5       isLongOrDouble  Z
           26   29     6                 size  I
    MethodParameters:
       Name  Flags
      value  final

  public void visitIincInsn(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int var
        start local 2 // int increment
         0: .line 1311
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            putfield org.objectweb.asm.MethodWriter.lastBytecodeOffset:I
         1: .line 1313
            iload 1 /* var */
            sipush 255
            if_icmpgt 2
            iload 2 /* increment */
            bipush 127
            if_icmpgt 2
            iload 2 /* increment */
            bipush -128
            if_icmpge 4
         2: .line 1314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            sipush 196
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            sipush 132
            iload 1 /* var */
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            iload 2 /* increment */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         3: .line 1315
            goto 5
         4: .line 1316
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            sipush 132
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            iload 1 /* var */
            iload 2 /* increment */
            invokevirtual org.objectweb.asm.ByteVector.put11:(II)Lorg/objectweb/asm/ByteVector;
            pop
         5: .line 1319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            ifnull 8
         6: .line 1320
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_4
            if_icmpeq 7
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_3
            if_icmpne 8
         7: .line 1321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            sipush 132
            iload 1 /* var */
            aconst_null
            aconst_null
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/Symbol;Lorg/objectweb/asm/SymbolTable;)V
         8: .line 1323
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            ifeq 12
         9: .line 1324
            iload 1 /* var */
            iconst_1
            iadd
            istore 3 /* currentMaxLocals */
        start local 3 // int currentMaxLocals
        10: .line 1325
            iload 3 /* currentMaxLocals */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxLocals:I
            if_icmple 12
        11: .line 1326
            aload 0 /* this */
            iload 3 /* currentMaxLocals */
            putfield org.objectweb.asm.MethodWriter.maxLocals:I
        end local 3 // int currentMaxLocals
        12: .line 1329
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int increment
        end local 1 // int var
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   13     0              this  Lorg/objectweb/asm/MethodWriter;
            0   13     1               var  I
            0   13     2         increment  I
           10   12     3  currentMaxLocals  I
    MethodParameters:
           Name  Flags
      var        final
      increment  final

  public void visitTableSwitchInsn(int, int, org.objectweb.asm.Label, org.objectweb.asm.Label[]);
    descriptor: (IILorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=6, locals=9, args_size=5
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int min
        start local 2 // int max
        start local 3 // org.objectweb.asm.Label dflt
        start local 4 // org.objectweb.asm.Label[] labels
         0: .line 1334
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            putfield org.objectweb.asm.MethodWriter.lastBytecodeOffset:I
         1: .line 1336
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            sipush 170
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            aconst_null
            iconst_0
            iconst_4
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iconst_4
            irem
            isub
            iconst_4
            irem
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
         2: .line 1337
            aload 3 /* dflt */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastBytecodeOffset:I
            iconst_1
            invokevirtual org.objectweb.asm.Label.put:(Lorg/objectweb/asm/ByteVector;IZ)V
         3: .line 1338
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            iload 1 /* min */
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            iload 2 /* max */
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
         4: .line 1339
            aload 4 /* labels */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 8
      StackMap locals: org.objectweb.asm.MethodWriter int int org.objectweb.asm.Label org.objectweb.asm.Label[] top int int org.objectweb.asm.Label[]
      StackMap stack:
         5: aload 8
            iload 6
            aaload
            astore 5 /* label */
        start local 5 // org.objectweb.asm.Label label
         6: .line 1340
            aload 5 /* label */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastBytecodeOffset:I
            iconst_1
            invokevirtual org.objectweb.asm.Label.put:(Lorg/objectweb/asm/ByteVector;IZ)V
        end local 5 // org.objectweb.asm.Label label
         7: .line 1339
            iinc 6 1
      StackMap locals:
      StackMap stack:
         8: iload 6
            iload 7
            if_icmplt 5
         9: .line 1343
            aload 0 /* this */
            aload 3 /* dflt */
            aload 4 /* labels */
            invokevirtual org.objectweb.asm.MethodWriter.visitSwitchInsn:(Lorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V
        10: .line 1344
            return
        end local 4 // org.objectweb.asm.Label[] labels
        end local 3 // org.objectweb.asm.Label dflt
        end local 2 // int max
        end local 1 // int min
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lorg/objectweb/asm/MethodWriter;
            0   11     1     min  I
            0   11     2     max  I
            0   11     3    dflt  Lorg/objectweb/asm/Label;
            0   11     4  labels  [Lorg/objectweb/asm/Label;
            6    7     5   label  Lorg/objectweb/asm/Label;
    MethodParameters:
        Name  Flags
      min     final
      max     final
      dflt    final
      labels  final

  public void visitLookupSwitchInsn(org.objectweb.asm.Label, int[], org.objectweb.asm.Label[]);
    descriptor: (Lorg/objectweb/asm/Label;[I[Lorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // org.objectweb.asm.Label dflt
        start local 2 // int[] keys
        start local 3 // org.objectweb.asm.Label[] labels
         0: .line 1348
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            putfield org.objectweb.asm.MethodWriter.lastBytecodeOffset:I
         1: .line 1350
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            sipush 171
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            aconst_null
            iconst_0
            iconst_4
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iconst_4
            irem
            isub
            iconst_4
            irem
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
         2: .line 1351
            aload 1 /* dflt */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastBytecodeOffset:I
            iconst_1
            invokevirtual org.objectweb.asm.Label.put:(Lorg/objectweb/asm/ByteVector;IZ)V
         3: .line 1352
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            aload 3 /* labels */
            arraylength
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
         4: .line 1353
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 9
         6: .line 1354
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            aload 2 /* keys */
            iload 4 /* i */
            iaload
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
            pop
         7: .line 1355
            aload 3 /* labels */
            iload 4 /* i */
            aaload
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastBytecodeOffset:I
            iconst_1
            invokevirtual org.objectweb.asm.Label.put:(Lorg/objectweb/asm/ByteVector;IZ)V
         8: .line 1353
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            aload 3 /* labels */
            arraylength
            if_icmplt 6
        end local 4 // int i
        10: .line 1358
            aload 0 /* this */
            aload 1 /* dflt */
            aload 3 /* labels */
            invokevirtual org.objectweb.asm.MethodWriter.visitSwitchInsn:(Lorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V
        11: .line 1359
            return
        end local 3 // org.objectweb.asm.Label[] labels
        end local 2 // int[] keys
        end local 1 // org.objectweb.asm.Label dflt
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lorg/objectweb/asm/MethodWriter;
            0   12     1    dflt  Lorg/objectweb/asm/Label;
            0   12     2    keys  [I
            0   12     3  labels  [Lorg/objectweb/asm/Label;
            5   10     4       i  I
    MethodParameters:
        Name  Flags
      dflt    final
      keys    final
      labels  final

  private void visitSwitchInsn(org.objectweb.asm.Label, org.objectweb.asm.Label[]);
    descriptor: (Lorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // org.objectweb.asm.Label dflt
        start local 2 // org.objectweb.asm.Label[] labels
         0: .line 1362
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            ifnull 21
         1: .line 1363
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_4
            if_icmpne 12
         2: .line 1364
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            sipush 171
            iconst_0
            aconst_null
            aconst_null
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/Symbol;Lorg/objectweb/asm/SymbolTable;)V
         3: .line 1366
            aload 0 /* this */
            iconst_0
            aload 1 /* dflt */
            invokevirtual org.objectweb.asm.MethodWriter.addSuccessorToCurrentBasicBlock:(ILorg/objectweb/asm/Label;)V
         4: .line 1367
            aload 1 /* dflt */
            invokevirtual org.objectweb.asm.Label.getCanonicalInstance:()Lorg/objectweb/asm/Label;
            dup
            getfield org.objectweb.asm.Label.flags:S
            iconst_2
            ior
            i2s
            putfield org.objectweb.asm.Label.flags:S
         5: .line 1368
            aload 2 /* labels */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 10
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Label org.objectweb.asm.Label[] top int int org.objectweb.asm.Label[]
      StackMap stack:
         6: aload 6
            iload 4
            aaload
            astore 3 /* label */
        start local 3 // org.objectweb.asm.Label label
         7: .line 1369
            aload 0 /* this */
            iconst_0
            aload 3 /* label */
            invokevirtual org.objectweb.asm.MethodWriter.addSuccessorToCurrentBasicBlock:(ILorg/objectweb/asm/Label;)V
         8: .line 1370
            aload 3 /* label */
            invokevirtual org.objectweb.asm.Label.getCanonicalInstance:()Lorg/objectweb/asm/Label;
            dup
            getfield org.objectweb.asm.Label.flags:S
            iconst_2
            ior
            i2s
            putfield org.objectweb.asm.Label.flags:S
        end local 3 // org.objectweb.asm.Label label
         9: .line 1368
            iinc 4 1
      StackMap locals:
      StackMap stack:
        10: iload 4
            iload 5
            if_icmplt 6
        11: .line 1372
            goto 20
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Label org.objectweb.asm.Label[]
      StackMap stack:
        12: aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_1
            if_icmpne 20
        13: .line 1374
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            iconst_1
            isub
            putfield org.objectweb.asm.MethodWriter.relativeStackSize:I
        14: .line 1376
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            aload 1 /* dflt */
            invokevirtual org.objectweb.asm.MethodWriter.addSuccessorToCurrentBasicBlock:(ILorg/objectweb/asm/Label;)V
        15: .line 1377
            aload 2 /* labels */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 19
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Label org.objectweb.asm.Label[] top int int org.objectweb.asm.Label[]
      StackMap stack:
        16: aload 6
            iload 4
            aaload
            astore 3 /* label */
        start local 3 // org.objectweb.asm.Label label
        17: .line 1378
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            aload 3 /* label */
            invokevirtual org.objectweb.asm.MethodWriter.addSuccessorToCurrentBasicBlock:(ILorg/objectweb/asm/Label;)V
        end local 3 // org.objectweb.asm.Label label
        18: .line 1377
            iinc 4 1
      StackMap locals:
      StackMap stack:
        19: iload 4
            iload 5
            if_icmplt 16
        20: .line 1382
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Label org.objectweb.asm.Label[]
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.MethodWriter.endCurrentBasicBlockWithNoSuccessor:()V
        21: .line 1384
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.objectweb.asm.Label[] labels
        end local 1 // org.objectweb.asm.Label dflt
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   22     0    this  Lorg/objectweb/asm/MethodWriter;
            0   22     1    dflt  Lorg/objectweb/asm/Label;
            0   22     2  labels  [Lorg/objectweb/asm/Label;
            7    9     3   label  Lorg/objectweb/asm/Label;
           17   18     3   label  Lorg/objectweb/asm/Label;
    MethodParameters:
        Name  Flags
      dflt    final
      labels  final

  public void visitMultiANewArrayInsn(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // java.lang.String descriptor
        start local 2 // int numDimensions
         0: .line 1388
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            putfield org.objectweb.asm.MethodWriter.lastBytecodeOffset:I
         1: .line 1390
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* descriptor */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Lorg/objectweb/asm/Symbol;
            astore 3 /* descSymbol */
        start local 3 // org.objectweb.asm.Symbol descSymbol
         2: .line 1391
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            sipush 197
            aload 3 /* descSymbol */
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.put12:(II)Lorg/objectweb/asm/ByteVector;
            iload 2 /* numDimensions */
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
         3: .line 1393
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            ifnull 10
         4: .line 1394
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_4
            if_icmpeq 5
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_3
            if_icmpne 9
         5: .line 1395
      StackMap locals: org.objectweb.asm.Symbol
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
         6: .line 1396
            sipush 197
            iload 2 /* numDimensions */
            aload 3 /* descSymbol */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
         7: .line 1395
            invokevirtual org.objectweb.asm.Frame.execute:(IILorg/objectweb/asm/Symbol;Lorg/objectweb/asm/SymbolTable;)V
         8: .line 1397
            goto 10
         9: .line 1399
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.relativeStackSize:I
            iconst_1
            iload 2 /* numDimensions */
            isub
            iadd
            putfield org.objectweb.asm.MethodWriter.relativeStackSize:I
        10: .line 1402
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.objectweb.asm.Symbol descSymbol
        end local 2 // int numDimensions
        end local 1 // java.lang.String descriptor
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lorg/objectweb/asm/MethodWriter;
            0   11     1     descriptor  Ljava/lang/String;
            0   11     2  numDimensions  I
            2   11     3     descSymbol  Lorg/objectweb/asm/Symbol;
    MethodParameters:
               Name  Flags
      descriptor     final
      numDimensions  final

  public org.objectweb.asm.AnnotationVisitor visitInsnAnnotation(int, org.objectweb.asm.TypePath, java.lang.String, boolean);
    descriptor: (ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int typeRef
        start local 2 // org.objectweb.asm.TypePath typePath
        start local 3 // java.lang.String descriptor
        start local 4 // boolean visible
         0: .line 1407
            iload 4 /* visible */
            ifeq 9
         1: .line 1408
            aload 0 /* this */
         2: .line 1410
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
         3: .line 1411
            iload 1 /* typeRef */
            ldc -16776961
            iand
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastBytecodeOffset:I
            bipush 8
            ishl
            ior
         4: .line 1412
            aload 2 /* typePath */
         5: .line 1413
            aload 3 /* descriptor */
         6: .line 1414
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastCodeRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
         7: .line 1409
            invokestatic org.objectweb.asm.AnnotationWriter.create:(Lorg/objectweb/asm/SymbolTable;ILorg/objectweb/asm/TypePath;Ljava/lang/String;Lorg/objectweb/asm/AnnotationWriter;)Lorg/objectweb/asm/AnnotationWriter;
         8: .line 1408
            dup_x1
            putfield org.objectweb.asm.MethodWriter.lastCodeRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            areturn
         9: .line 1416
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        10: .line 1418
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
        11: .line 1419
            iload 1 /* typeRef */
            ldc -16776961
            iand
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastBytecodeOffset:I
            bipush 8
            ishl
            ior
        12: .line 1420
            aload 2 /* typePath */
        13: .line 1421
            aload 3 /* descriptor */
        14: .line 1422
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastCodeRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        15: .line 1417
            invokestatic org.objectweb.asm.AnnotationWriter.create:(Lorg/objectweb/asm/SymbolTable;ILorg/objectweb/asm/TypePath;Ljava/lang/String;Lorg/objectweb/asm/AnnotationWriter;)Lorg/objectweb/asm/AnnotationWriter;
        16: .line 1416
            dup_x1
            putfield org.objectweb.asm.MethodWriter.lastCodeRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            areturn
        end local 4 // boolean visible
        end local 3 // java.lang.String descriptor
        end local 2 // org.objectweb.asm.TypePath typePath
        end local 1 // int typeRef
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0        this  Lorg/objectweb/asm/MethodWriter;
            0   17     1     typeRef  I
            0   17     2    typePath  Lorg/objectweb/asm/TypePath;
            0   17     3  descriptor  Ljava/lang/String;
            0   17     4     visible  Z
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      descriptor  final
      visible     final

  public void visitTryCatchBlock(org.objectweb.asm.Label, org.objectweb.asm.Label, org.objectweb.asm.Label, java.lang.String);
    descriptor: (Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // org.objectweb.asm.Label start
        start local 2 // org.objectweb.asm.Label end
        start local 3 // org.objectweb.asm.Label handler
        start local 4 // java.lang.String type
         0: .line 1430
            new org.objectweb.asm.Handler
            dup
         1: .line 1431
            aload 1 /* start */
            aload 2 /* end */
            aload 3 /* handler */
            aload 4 /* type */
            ifnull 2
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 4 /* type */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            goto 3
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Label org.objectweb.asm.Label org.objectweb.asm.Label java.lang.String
      StackMap stack: new 0 new 0 org.objectweb.asm.Label org.objectweb.asm.Label org.objectweb.asm.Label
         2: iconst_0
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Label org.objectweb.asm.Label org.objectweb.asm.Label java.lang.String
      StackMap stack: new 0 new 0 org.objectweb.asm.Label org.objectweb.asm.Label org.objectweb.asm.Label int
         3: aload 4 /* type */
         4: .line 1430
            invokespecial org.objectweb.asm.Handler.<init>:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;ILjava/lang/String;)V
         5: .line 1429
            astore 5 /* newHandler */
        start local 5 // org.objectweb.asm.Handler newHandler
         6: .line 1432
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
            ifnonnull 9
         7: .line 1433
            aload 0 /* this */
            aload 5 /* newHandler */
            putfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
         8: .line 1434
            goto 10
         9: .line 1435
      StackMap locals: org.objectweb.asm.Handler
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastHandler:Lorg/objectweb/asm/Handler;
            aload 5 /* newHandler */
            putfield org.objectweb.asm.Handler.nextHandler:Lorg/objectweb/asm/Handler;
        10: .line 1437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* newHandler */
            putfield org.objectweb.asm.MethodWriter.lastHandler:Lorg/objectweb/asm/Handler;
        11: .line 1438
            return
        end local 5 // org.objectweb.asm.Handler newHandler
        end local 4 // java.lang.String type
        end local 3 // org.objectweb.asm.Label handler
        end local 2 // org.objectweb.asm.Label end
        end local 1 // org.objectweb.asm.Label start
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lorg/objectweb/asm/MethodWriter;
            0   12     1       start  Lorg/objectweb/asm/Label;
            0   12     2         end  Lorg/objectweb/asm/Label;
            0   12     3     handler  Lorg/objectweb/asm/Label;
            0   12     4        type  Ljava/lang/String;
            6   12     5  newHandler  Lorg/objectweb/asm/Handler;
    MethodParameters:
         Name  Flags
      start    final
      end      final
      handler  final
      type     final

  public org.objectweb.asm.AnnotationVisitor visitTryCatchAnnotation(int, org.objectweb.asm.TypePath, java.lang.String, boolean);
    descriptor: (ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int typeRef
        start local 2 // org.objectweb.asm.TypePath typePath
        start local 3 // java.lang.String descriptor
        start local 4 // boolean visible
         0: .line 1443
            iload 4 /* visible */
            ifeq 5
         1: .line 1444
            aload 0 /* this */
         2: .line 1446
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastCodeRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
         3: .line 1445
            invokestatic org.objectweb.asm.AnnotationWriter.create:(Lorg/objectweb/asm/SymbolTable;ILorg/objectweb/asm/TypePath;Ljava/lang/String;Lorg/objectweb/asm/AnnotationWriter;)Lorg/objectweb/asm/AnnotationWriter;
         4: .line 1444
            dup_x1
            putfield org.objectweb.asm.MethodWriter.lastCodeRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            areturn
         5: .line 1448
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         6: .line 1450
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastCodeRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
         7: .line 1449
            invokestatic org.objectweb.asm.AnnotationWriter.create:(Lorg/objectweb/asm/SymbolTable;ILorg/objectweb/asm/TypePath;Ljava/lang/String;Lorg/objectweb/asm/AnnotationWriter;)Lorg/objectweb/asm/AnnotationWriter;
         8: .line 1448
            dup_x1
            putfield org.objectweb.asm.MethodWriter.lastCodeRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            areturn
        end local 4 // boolean visible
        end local 3 // java.lang.String descriptor
        end local 2 // org.objectweb.asm.TypePath typePath
        end local 1 // int typeRef
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lorg/objectweb/asm/MethodWriter;
            0    9     1     typeRef  I
            0    9     2    typePath  Lorg/objectweb/asm/TypePath;
            0    9     3  descriptor  Ljava/lang/String;
            0    9     4     visible  Z
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      descriptor  final
      visible     final

  public void visitLocalVariable(java.lang.String, java.lang.String, java.lang.String, org.objectweb.asm.Label, org.objectweb.asm.Label, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=7
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String descriptor
        start local 3 // java.lang.String signature
        start local 4 // org.objectweb.asm.Label start
        start local 5 // org.objectweb.asm.Label end
        start local 6 // int index
         0: .line 1462
            aload 3 /* signature */
            ifnull 10
         1: .line 1463
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVariableTypeTable:Lorg/objectweb/asm/ByteVector;
            ifnonnull 3
         2: .line 1464
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.MethodWriter.localVariableTypeTable:Lorg/objectweb/asm/ByteVector;
         3: .line 1466
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.localVariableTypeTableLength:I
            iconst_1
            iadd
            putfield org.objectweb.asm.MethodWriter.localVariableTypeTableLength:I
         4: .line 1467
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVariableTypeTable:Lorg/objectweb/asm/ByteVector;
         5: .line 1468
            aload 4 /* start */
            getfield org.objectweb.asm.Label.bytecodeOffset:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
         6: .line 1469
            aload 5 /* end */
            getfield org.objectweb.asm.Label.bytecodeOffset:I
            aload 4 /* start */
            getfield org.objectweb.asm.Label.bytecodeOffset:I
            isub
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
         7: .line 1470
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* name */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
         8: .line 1471
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 3 /* signature */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
         9: .line 1472
            iload 6 /* index */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        10: .line 1474
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVariableTable:Lorg/objectweb/asm/ByteVector;
            ifnonnull 12
        11: .line 1475
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.MethodWriter.localVariableTable:Lorg/objectweb/asm/ByteVector;
        12: .line 1477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.localVariableTableLength:I
            iconst_1
            iadd
            putfield org.objectweb.asm.MethodWriter.localVariableTableLength:I
        13: .line 1478
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVariableTable:Lorg/objectweb/asm/ByteVector;
        14: .line 1479
            aload 4 /* start */
            getfield org.objectweb.asm.Label.bytecodeOffset:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
        15: .line 1480
            aload 5 /* end */
            getfield org.objectweb.asm.Label.bytecodeOffset:I
            aload 4 /* start */
            getfield org.objectweb.asm.Label.bytecodeOffset:I
            isub
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
        16: .line 1481
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* name */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
        17: .line 1482
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 2 /* descriptor */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
        18: .line 1483
            iload 6 /* index */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        19: .line 1484
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            ifeq 27
        20: .line 1485
            aload 2 /* descriptor */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 7 /* firstDescChar */
        start local 7 // char firstDescChar
        21: .line 1486
            iload 6 /* index */
            iload 7 /* firstDescChar */
            bipush 74
            if_icmpeq 22
            iload 7 /* firstDescChar */
            bipush 68
            if_icmpne 23
      StackMap locals: org.objectweb.asm.MethodWriter java.lang.String java.lang.String java.lang.String org.objectweb.asm.Label org.objectweb.asm.Label int int
      StackMap stack: int
        22: iconst_2
            goto 24
      StackMap locals:
      StackMap stack: int
        23: iconst_1
      StackMap locals: org.objectweb.asm.MethodWriter java.lang.String java.lang.String java.lang.String org.objectweb.asm.Label org.objectweb.asm.Label int int
      StackMap stack: int int
        24: iadd
            istore 8 /* currentMaxLocals */
        start local 8 // int currentMaxLocals
        25: .line 1487
            iload 8 /* currentMaxLocals */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxLocals:I
            if_icmple 27
        26: .line 1488
            aload 0 /* this */
            iload 8 /* currentMaxLocals */
            putfield org.objectweb.asm.MethodWriter.maxLocals:I
        end local 8 // int currentMaxLocals
        end local 7 // char firstDescChar
        27: .line 1491
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int index
        end local 5 // org.objectweb.asm.Label end
        end local 4 // org.objectweb.asm.Label start
        end local 3 // java.lang.String signature
        end local 2 // java.lang.String descriptor
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   28     0              this  Lorg/objectweb/asm/MethodWriter;
            0   28     1              name  Ljava/lang/String;
            0   28     2        descriptor  Ljava/lang/String;
            0   28     3         signature  Ljava/lang/String;
            0   28     4             start  Lorg/objectweb/asm/Label;
            0   28     5               end  Lorg/objectweb/asm/Label;
            0   28     6             index  I
           21   27     7     firstDescChar  C
           25   27     8  currentMaxLocals  I
    MethodParameters:
            Name  Flags
      name        final
      descriptor  final
      signature   final
      start       final
      end         final
      index       final

  public org.objectweb.asm.AnnotationVisitor visitLocalVariableAnnotation(int, org.objectweb.asm.TypePath, org.objectweb.asm.Label[], org.objectweb.asm.Label[], int[], java.lang.String, boolean);
    descriptor: (ILorg/objectweb/asm/TypePath;[Lorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;[ILjava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=10, args_size=8
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int typeRef
        start local 2 // org.objectweb.asm.TypePath typePath
        start local 3 // org.objectweb.asm.Label[] start
        start local 4 // org.objectweb.asm.Label[] end
        start local 5 // int[] index
        start local 6 // java.lang.String descriptor
        start local 7 // boolean visible
         0: .line 1504
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            astore 8 /* typeAnnotation */
        start local 8 // org.objectweb.asm.ByteVector typeAnnotation
         1: .line 1506
            aload 8 /* typeAnnotation */
            iload 1 /* typeRef */
            bipush 24
            iushr
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            aload 3 /* start */
            arraylength
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         2: .line 1507
            iconst_0
            istore 9 /* i */
        start local 9 // int i
         3: goto 9
         4: .line 1508
      StackMap locals: org.objectweb.asm.ByteVector int
      StackMap stack:
            aload 8 /* typeAnnotation */
         5: .line 1509
            aload 3 /* start */
            iload 9 /* i */
            aaload
            getfield org.objectweb.asm.Label.bytecodeOffset:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
         6: .line 1510
            aload 4 /* end */
            iload 9 /* i */
            aaload
            getfield org.objectweb.asm.Label.bytecodeOffset:I
            aload 3 /* start */
            iload 9 /* i */
            aaload
            getfield org.objectweb.asm.Label.bytecodeOffset:I
            isub
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
         7: .line 1511
            aload 5 /* index */
            iload 9 /* i */
            iaload
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         8: .line 1507
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 9 /* i */
            aload 3 /* start */
            arraylength
            if_icmplt 4
        end local 9 // int i
        10: .line 1513
            aload 2 /* typePath */
            aload 8 /* typeAnnotation */
            invokestatic org.objectweb.asm.TypePath.put:(Lorg/objectweb/asm/TypePath;Lorg/objectweb/asm/ByteVector;)V
        11: .line 1515
            aload 8 /* typeAnnotation */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 6 /* descriptor */
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        12: .line 1516
            iload 7 /* visible */
            ifeq 21
        13: .line 1517
            aload 0 /* this */
        14: .line 1518
            new org.objectweb.asm.AnnotationWriter
            dup
        15: .line 1519
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
        16: .line 1520
            iconst_1
        17: .line 1521
            aload 8 /* typeAnnotation */
        18: .line 1522
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastCodeRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        19: .line 1518
            invokespecial org.objectweb.asm.AnnotationWriter.<init>:(Lorg/objectweb/asm/SymbolTable;ZLorg/objectweb/asm/ByteVector;Lorg/objectweb/asm/AnnotationWriter;)V
        20: .line 1517
            dup_x1
            putfield org.objectweb.asm.MethodWriter.lastCodeRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            areturn
        21: .line 1524
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        22: .line 1525
            new org.objectweb.asm.AnnotationWriter
            dup
        23: .line 1526
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
        24: .line 1527
            iconst_1
        25: .line 1528
            aload 8 /* typeAnnotation */
        26: .line 1529
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastCodeRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        27: .line 1525
            invokespecial org.objectweb.asm.AnnotationWriter.<init>:(Lorg/objectweb/asm/SymbolTable;ZLorg/objectweb/asm/ByteVector;Lorg/objectweb/asm/AnnotationWriter;)V
        28: .line 1524
            dup_x1
            putfield org.objectweb.asm.MethodWriter.lastCodeRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            areturn
        end local 8 // org.objectweb.asm.ByteVector typeAnnotation
        end local 7 // boolean visible
        end local 6 // java.lang.String descriptor
        end local 5 // int[] index
        end local 4 // org.objectweb.asm.Label[] end
        end local 3 // org.objectweb.asm.Label[] start
        end local 2 // org.objectweb.asm.TypePath typePath
        end local 1 // int typeRef
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   29     0            this  Lorg/objectweb/asm/MethodWriter;
            0   29     1         typeRef  I
            0   29     2        typePath  Lorg/objectweb/asm/TypePath;
            0   29     3           start  [Lorg/objectweb/asm/Label;
            0   29     4             end  [Lorg/objectweb/asm/Label;
            0   29     5           index  [I
            0   29     6      descriptor  Ljava/lang/String;
            0   29     7         visible  Z
            1   29     8  typeAnnotation  Lorg/objectweb/asm/ByteVector;
            3   10     9               i  I
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      start       final
      end         final
      index       final
      descriptor  final
      visible     final

  public void visitLineNumber(int, org.objectweb.asm.Label);
    descriptor: (ILorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int line
        start local 2 // org.objectweb.asm.Label start
         0: .line 1535
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumberTable:Lorg/objectweb/asm/ByteVector;
            ifnonnull 2
         1: .line 1536
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.MethodWriter.lineNumberTable:Lorg/objectweb/asm/ByteVector;
         2: .line 1538
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.lineNumberTableLength:I
            iconst_1
            iadd
            putfield org.objectweb.asm.MethodWriter.lineNumberTableLength:I
         3: .line 1539
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumberTable:Lorg/objectweb/asm/ByteVector;
            aload 2 /* start */
            getfield org.objectweb.asm.Label.bytecodeOffset:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         4: .line 1540
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumberTable:Lorg/objectweb/asm/ByteVector;
            iload 1 /* line */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         5: .line 1541
            return
        end local 2 // org.objectweb.asm.Label start
        end local 1 // int line
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/objectweb/asm/MethodWriter;
            0    6     1   line  I
            0    6     2  start  Lorg/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      line   final
      start  final

  public void visitMaxs(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int maxStack
        start local 2 // int maxLocals
         0: .line 1545
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_4
            if_icmpne 3
         1: .line 1546
            aload 0 /* this */
            invokevirtual org.objectweb.asm.MethodWriter.computeAllFrames:()V
         2: .line 1547
            goto 11
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_1
            if_icmpne 6
         4: .line 1548
            aload 0 /* this */
            invokevirtual org.objectweb.asm.MethodWriter.computeMaxStackAndLocal:()V
         5: .line 1549
            goto 11
      StackMap locals:
      StackMap stack:
         6: aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_2
            if_icmpne 9
         7: .line 1550
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxRelativeStackSize:I
            putfield org.objectweb.asm.MethodWriter.maxStack:I
         8: .line 1551
            goto 11
         9: .line 1552
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* maxStack */
            putfield org.objectweb.asm.MethodWriter.maxStack:I
        10: .line 1553
            aload 0 /* this */
            iload 2 /* maxLocals */
            putfield org.objectweb.asm.MethodWriter.maxLocals:I
        11: .line 1555
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int maxLocals
        end local 1 // int maxStack
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/objectweb/asm/MethodWriter;
            0   12     1   maxStack  I
            0   12     2  maxLocals  I
    MethodParameters:
           Name  Flags
      maxStack   final
      maxLocals  final

  private void computeAllFrames();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=10, args_size=1
        start local 0 // org.objectweb.asm.MethodWriter this
         0: .line 1560
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
            astore 1 /* handler */
        start local 1 // org.objectweb.asm.Handler handler
         1: .line 1561
            goto 17
         2: .line 1563
      StackMap locals: org.objectweb.asm.Handler
      StackMap stack:
            aload 1 /* handler */
            getfield org.objectweb.asm.Handler.catchTypeDescriptor:Ljava/lang/String;
            ifnonnull 3
            ldc "java/lang/Throwable"
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 1 /* handler */
            getfield org.objectweb.asm.Handler.catchTypeDescriptor:Ljava/lang/String;
         4: .line 1562
      StackMap locals:
      StackMap stack: java.lang.String
            astore 2 /* catchTypeDescriptor */
        start local 2 // java.lang.String catchTypeDescriptor
         5: .line 1564
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 2 /* catchTypeDescriptor */
            invokestatic org.objectweb.asm.Frame.getAbstractTypeFromInternalName:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;)I
            istore 3 /* catchType */
        start local 3 // int catchType
         6: .line 1566
            aload 1 /* handler */
            getfield org.objectweb.asm.Handler.handlerPc:Lorg/objectweb/asm/Label;
            invokevirtual org.objectweb.asm.Label.getCanonicalInstance:()Lorg/objectweb/asm/Label;
            astore 4 /* handlerBlock */
        start local 4 // org.objectweb.asm.Label handlerBlock
         7: .line 1567
            aload 4 /* handlerBlock */
            dup
            getfield org.objectweb.asm.Label.flags:S
            iconst_2
            ior
            i2s
            putfield org.objectweb.asm.Label.flags:S
         8: .line 1569
            aload 1 /* handler */
            getfield org.objectweb.asm.Handler.startPc:Lorg/objectweb/asm/Label;
            invokevirtual org.objectweb.asm.Label.getCanonicalInstance:()Lorg/objectweb/asm/Label;
            astore 5 /* handlerRangeBlock */
        start local 5 // org.objectweb.asm.Label handlerRangeBlock
         9: .line 1570
            aload 1 /* handler */
            getfield org.objectweb.asm.Handler.endPc:Lorg/objectweb/asm/Label;
            invokevirtual org.objectweb.asm.Label.getCanonicalInstance:()Lorg/objectweb/asm/Label;
            astore 6 /* handlerRangeEnd */
        start local 6 // org.objectweb.asm.Label handlerRangeEnd
        10: .line 1571
            goto 15
        11: .line 1572
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Handler java.lang.String int org.objectweb.asm.Label org.objectweb.asm.Label org.objectweb.asm.Label
      StackMap stack:
            aload 5 /* handlerRangeBlock */
        12: .line 1573
            new org.objectweb.asm.Edge
            dup
            iload 3 /* catchType */
            aload 4 /* handlerBlock */
            aload 5 /* handlerRangeBlock */
            getfield org.objectweb.asm.Label.outgoingEdges:Lorg/objectweb/asm/Edge;
            invokespecial org.objectweb.asm.Edge.<init>:(ILorg/objectweb/asm/Label;Lorg/objectweb/asm/Edge;)V
        13: .line 1572
            putfield org.objectweb.asm.Label.outgoingEdges:Lorg/objectweb/asm/Edge;
        14: .line 1574
            aload 5 /* handlerRangeBlock */
            getfield org.objectweb.asm.Label.nextBasicBlock:Lorg/objectweb/asm/Label;
            astore 5 /* handlerRangeBlock */
        15: .line 1571
      StackMap locals:
      StackMap stack:
            aload 5 /* handlerRangeBlock */
            aload 6 /* handlerRangeEnd */
            if_acmpne 11
        16: .line 1576
            aload 1 /* handler */
            getfield org.objectweb.asm.Handler.nextHandler:Lorg/objectweb/asm/Handler;
            astore 1 /* handler */
        end local 6 // org.objectweb.asm.Label handlerRangeEnd
        end local 5 // org.objectweb.asm.Label handlerRangeBlock
        end local 4 // org.objectweb.asm.Label handlerBlock
        end local 3 // int catchType
        end local 2 // java.lang.String catchTypeDescriptor
        17: .line 1561
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Handler
      StackMap stack:
            aload 1 /* handler */
            ifnonnull 2
        18: .line 1580
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            astore 2 /* firstFrame */
        start local 2 // org.objectweb.asm.Frame firstFrame
        19: .line 1581
            aload 2 /* firstFrame */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.accessFlags:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxLocals:I
            invokevirtual org.objectweb.asm.Frame.setInputFrameFromDescriptor:(Lorg/objectweb/asm/SymbolTable;ILjava/lang/String;I)V
        20: .line 1582
            aload 2 /* firstFrame */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.accept:(Lorg/objectweb/asm/MethodWriter;)V
        21: .line 1590
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstBasicBlock:Lorg/objectweb/asm/Label;
            astore 3 /* listOfBlocksToProcess */
        start local 3 // org.objectweb.asm.Label listOfBlocksToProcess
        22: .line 1591
            aload 3 /* listOfBlocksToProcess */
            getstatic org.objectweb.asm.Label.EMPTY_LIST:Lorg/objectweb/asm/Label;
            putfield org.objectweb.asm.Label.nextListElement:Lorg/objectweb/asm/Label;
        23: .line 1592
            iconst_0
            istore 4 /* maxStackSize */
        start local 4 // int maxStackSize
        24: .line 1593
            goto 42
        25: .line 1595
      StackMap locals: org.objectweb.asm.Frame org.objectweb.asm.Label int
      StackMap stack:
            aload 3 /* listOfBlocksToProcess */
            astore 5 /* basicBlock */
        start local 5 // org.objectweb.asm.Label basicBlock
        26: .line 1596
            aload 3 /* listOfBlocksToProcess */
            getfield org.objectweb.asm.Label.nextListElement:Lorg/objectweb/asm/Label;
            astore 3 /* listOfBlocksToProcess */
        27: .line 1597
            aload 5 /* basicBlock */
            aconst_null
            putfield org.objectweb.asm.Label.nextListElement:Lorg/objectweb/asm/Label;
        28: .line 1599
            aload 5 /* basicBlock */
            dup
            getfield org.objectweb.asm.Label.flags:S
            bipush 8
            ior
            i2s
            putfield org.objectweb.asm.Label.flags:S
        29: .line 1601
            aload 5 /* basicBlock */
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            invokevirtual org.objectweb.asm.Frame.getInputStackSize:()I
            aload 5 /* basicBlock */
            getfield org.objectweb.asm.Label.outputStackMax:S
            iadd
            istore 6 /* maxBlockStackSize */
        start local 6 // int maxBlockStackSize
        30: .line 1602
            iload 6 /* maxBlockStackSize */
            iload 4 /* maxStackSize */
            if_icmple 32
        31: .line 1603
            iload 6 /* maxBlockStackSize */
            istore 4 /* maxStackSize */
        32: .line 1606
      StackMap locals: org.objectweb.asm.Label int
      StackMap stack:
            aload 5 /* basicBlock */
            getfield org.objectweb.asm.Label.outgoingEdges:Lorg/objectweb/asm/Edge;
            astore 7 /* outgoingEdge */
        start local 7 // org.objectweb.asm.Edge outgoingEdge
        33: .line 1607
            goto 41
        34: .line 1608
      StackMap locals: org.objectweb.asm.Edge
      StackMap stack:
            aload 7 /* outgoingEdge */
            getfield org.objectweb.asm.Edge.successor:Lorg/objectweb/asm/Label;
            invokevirtual org.objectweb.asm.Label.getCanonicalInstance:()Lorg/objectweb/asm/Label;
            astore 8 /* successorBlock */
        start local 8 // org.objectweb.asm.Label successorBlock
        35: .line 1610
            aload 5 /* basicBlock */
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 8 /* successorBlock */
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            aload 7 /* outgoingEdge */
            getfield org.objectweb.asm.Edge.info:I
            invokevirtual org.objectweb.asm.Frame.merge:(Lorg/objectweb/asm/SymbolTable;Lorg/objectweb/asm/Frame;I)Z
        36: .line 1609
            istore 9 /* successorBlockChanged */
        start local 9 // boolean successorBlockChanged
        37: .line 1611
            iload 9 /* successorBlockChanged */
            ifeq 40
            aload 8 /* successorBlock */
            getfield org.objectweb.asm.Label.nextListElement:Lorg/objectweb/asm/Label;
            ifnonnull 40
        38: .line 1614
            aload 8 /* successorBlock */
            aload 3 /* listOfBlocksToProcess */
            putfield org.objectweb.asm.Label.nextListElement:Lorg/objectweb/asm/Label;
        39: .line 1615
            aload 8 /* successorBlock */
            astore 3 /* listOfBlocksToProcess */
        40: .line 1617
      StackMap locals: org.objectweb.asm.Label int
      StackMap stack:
            aload 7 /* outgoingEdge */
            getfield org.objectweb.asm.Edge.nextEdge:Lorg/objectweb/asm/Edge;
            astore 7 /* outgoingEdge */
        end local 9 // boolean successorBlockChanged
        end local 8 // org.objectweb.asm.Label successorBlock
        41: .line 1607
      StackMap locals:
      StackMap stack:
            aload 7 /* outgoingEdge */
            ifnonnull 34
        end local 7 // org.objectweb.asm.Edge outgoingEdge
        end local 6 // int maxBlockStackSize
        end local 5 // org.objectweb.asm.Label basicBlock
        42: .line 1593
      StackMap locals:
      StackMap stack:
            aload 3 /* listOfBlocksToProcess */
            getstatic org.objectweb.asm.Label.EMPTY_LIST:Lorg/objectweb/asm/Label;
            if_acmpne 25
        43: .line 1624
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstBasicBlock:Lorg/objectweb/asm/Label;
            astore 5 /* basicBlock */
        start local 5 // org.objectweb.asm.Label basicBlock
        44: .line 1625
            goto 70
        45: .line 1626
      StackMap locals: org.objectweb.asm.Label
      StackMap stack:
            aload 5 /* basicBlock */
            getfield org.objectweb.asm.Label.flags:S
            bipush 10
            iand
        46: .line 1627
            bipush 10
        47: .line 1626
            if_icmpne 49
        48: .line 1628
            aload 5 /* basicBlock */
            getfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
            aload 0 /* this */
            invokevirtual org.objectweb.asm.Frame.accept:(Lorg/objectweb/asm/MethodWriter;)V
        49: .line 1630
      StackMap locals:
      StackMap stack:
            aload 5 /* basicBlock */
            getfield org.objectweb.asm.Label.flags:S
            bipush 8
            iand
            ifne 69
        50: .line 1632
            aload 5 /* basicBlock */
            getfield org.objectweb.asm.Label.nextBasicBlock:Lorg/objectweb/asm/Label;
            astore 6 /* nextBasicBlock */
        start local 6 // org.objectweb.asm.Label nextBasicBlock
        51: .line 1633
            aload 5 /* basicBlock */
            getfield org.objectweb.asm.Label.bytecodeOffset:I
            istore 7 /* startOffset */
        start local 7 // int startOffset
        52: .line 1634
            aload 6 /* nextBasicBlock */
            ifnonnull 53
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            goto 54
      StackMap locals: org.objectweb.asm.Label int
      StackMap stack:
        53: aload 6 /* nextBasicBlock */
            getfield org.objectweb.asm.Label.bytecodeOffset:I
      StackMap locals:
      StackMap stack: int
        54: iconst_1
            isub
            istore 8 /* endOffset */
        start local 8 // int endOffset
        55: .line 1635
            iload 8 /* endOffset */
            iload 7 /* startOffset */
            if_icmplt 69
        56: .line 1637
            iload 7 /* startOffset */
            istore 9 /* i */
        start local 9 // int i
        57: goto 60
        58: .line 1638
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iload 9 /* i */
            iconst_0
            bastore
        59: .line 1637
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        60: iload 9 /* i */
            iload 8 /* endOffset */
            if_icmplt 58
        end local 9 // int i
        61: .line 1640
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iload 8 /* endOffset */
            bipush -65
            bastore
        62: .line 1643
            aload 0 /* this */
            iload 7 /* startOffset */
            iconst_0
            iconst_1
            invokevirtual org.objectweb.asm.MethodWriter.visitFrameStart:(III)I
            istore 9 /* frameIndex */
        start local 9 // int frameIndex
        63: .line 1644
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentFrame:[I
            iload 9 /* frameIndex */
        64: .line 1645
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "java/lang/Throwable"
            invokestatic org.objectweb.asm.Frame.getAbstractTypeFromInternalName:(Lorg/objectweb/asm/SymbolTable;Ljava/lang/String;)I
        65: .line 1644
            iastore
        66: .line 1646
            aload 0 /* this */
            invokevirtual org.objectweb.asm.MethodWriter.visitFrameEnd:()V
        67: .line 1648
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
            aload 5 /* basicBlock */
            aload 6 /* nextBasicBlock */
            invokestatic org.objectweb.asm.Handler.removeRange:(Lorg/objectweb/asm/Handler;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Handler;
            putfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
        68: .line 1650
            iload 4 /* maxStackSize */
            iconst_1
            invokestatic java.lang.Math.max:(II)I
            istore 4 /* maxStackSize */
        end local 9 // int frameIndex
        end local 8 // int endOffset
        end local 7 // int startOffset
        end local 6 // org.objectweb.asm.Label nextBasicBlock
        69: .line 1653
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Handler org.objectweb.asm.Frame org.objectweb.asm.Label int org.objectweb.asm.Label
      StackMap stack:
            aload 5 /* basicBlock */
            getfield org.objectweb.asm.Label.nextBasicBlock:Lorg/objectweb/asm/Label;
            astore 5 /* basicBlock */
        70: .line 1625
      StackMap locals:
      StackMap stack:
            aload 5 /* basicBlock */
            ifnonnull 45
        71: .line 1656
            aload 0 /* this */
            iload 4 /* maxStackSize */
            putfield org.objectweb.asm.MethodWriter.maxStack:I
        72: .line 1657
            return
        end local 5 // org.objectweb.asm.Label basicBlock
        end local 4 // int maxStackSize
        end local 3 // org.objectweb.asm.Label listOfBlocksToProcess
        end local 2 // org.objectweb.asm.Frame firstFrame
        end local 1 // org.objectweb.asm.Handler handler
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   73     0                   this  Lorg/objectweb/asm/MethodWriter;
            1   73     1                handler  Lorg/objectweb/asm/Handler;
            5   17     2    catchTypeDescriptor  Ljava/lang/String;
            6   17     3              catchType  I
            7   17     4           handlerBlock  Lorg/objectweb/asm/Label;
            9   17     5      handlerRangeBlock  Lorg/objectweb/asm/Label;
           10   17     6        handlerRangeEnd  Lorg/objectweb/asm/Label;
           19   73     2             firstFrame  Lorg/objectweb/asm/Frame;
           22   73     3  listOfBlocksToProcess  Lorg/objectweb/asm/Label;
           24   73     4           maxStackSize  I
           26   42     5             basicBlock  Lorg/objectweb/asm/Label;
           30   42     6      maxBlockStackSize  I
           33   42     7           outgoingEdge  Lorg/objectweb/asm/Edge;
           35   41     8         successorBlock  Lorg/objectweb/asm/Label;
           37   41     9  successorBlockChanged  Z
           44   73     5             basicBlock  Lorg/objectweb/asm/Label;
           51   69     6         nextBasicBlock  Lorg/objectweb/asm/Label;
           52   69     7            startOffset  I
           55   69     8              endOffset  I
           57   61     9                      i  I
           63   69     9             frameIndex  I

  private void computeMaxStackAndLocal();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=9, args_size=1
        start local 0 // org.objectweb.asm.MethodWriter this
         0: .line 1662
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
            astore 1 /* handler */
        start local 1 // org.objectweb.asm.Handler handler
         1: .line 1663
            goto 19
         2: .line 1664
      StackMap locals: org.objectweb.asm.Handler
      StackMap stack:
            aload 1 /* handler */
            getfield org.objectweb.asm.Handler.handlerPc:Lorg/objectweb/asm/Label;
            astore 2 /* handlerBlock */
        start local 2 // org.objectweb.asm.Label handlerBlock
         3: .line 1665
            aload 1 /* handler */
            getfield org.objectweb.asm.Handler.startPc:Lorg/objectweb/asm/Label;
            astore 3 /* handlerRangeBlock */
        start local 3 // org.objectweb.asm.Label handlerRangeBlock
         4: .line 1666
            aload 1 /* handler */
            getfield org.objectweb.asm.Handler.endPc:Lorg/objectweb/asm/Label;
            astore 4 /* handlerRangeEnd */
        start local 4 // org.objectweb.asm.Label handlerRangeEnd
         5: .line 1668
            goto 17
         6: .line 1669
      StackMap locals: org.objectweb.asm.Label org.objectweb.asm.Label org.objectweb.asm.Label
      StackMap stack:
            aload 3 /* handlerRangeBlock */
            getfield org.objectweb.asm.Label.flags:S
            bipush 16
            iand
            ifne 11
         7: .line 1670
            aload 3 /* handlerRangeBlock */
         8: .line 1671
            new org.objectweb.asm.Edge
            dup
            ldc 2147483647
            aload 2 /* handlerBlock */
            aload 3 /* handlerRangeBlock */
            getfield org.objectweb.asm.Label.outgoingEdges:Lorg/objectweb/asm/Edge;
            invokespecial org.objectweb.asm.Edge.<init>:(ILorg/objectweb/asm/Label;Lorg/objectweb/asm/Edge;)V
         9: .line 1670
            putfield org.objectweb.asm.Label.outgoingEdges:Lorg/objectweb/asm/Edge;
        10: .line 1672
            goto 16
        11: .line 1676
      StackMap locals:
      StackMap stack:
            aload 3 /* handlerRangeBlock */
            getfield org.objectweb.asm.Label.outgoingEdges:Lorg/objectweb/asm/Edge;
            getfield org.objectweb.asm.Edge.nextEdge:Lorg/objectweb/asm/Edge;
        12: .line 1677
            new org.objectweb.asm.Edge
            dup
        13: .line 1678
            ldc 2147483647
            aload 2 /* handlerBlock */
            aload 3 /* handlerRangeBlock */
            getfield org.objectweb.asm.Label.outgoingEdges:Lorg/objectweb/asm/Edge;
            getfield org.objectweb.asm.Edge.nextEdge:Lorg/objectweb/asm/Edge;
            getfield org.objectweb.asm.Edge.nextEdge:Lorg/objectweb/asm/Edge;
        14: .line 1677
            invokespecial org.objectweb.asm.Edge.<init>:(ILorg/objectweb/asm/Label;Lorg/objectweb/asm/Edge;)V
        15: .line 1676
            putfield org.objectweb.asm.Edge.nextEdge:Lorg/objectweb/asm/Edge;
        16: .line 1680
      StackMap locals:
      StackMap stack:
            aload 3 /* handlerRangeBlock */
            getfield org.objectweb.asm.Label.nextBasicBlock:Lorg/objectweb/asm/Label;
            astore 3 /* handlerRangeBlock */
        17: .line 1668
      StackMap locals:
      StackMap stack:
            aload 3 /* handlerRangeBlock */
            aload 4 /* handlerRangeEnd */
            if_acmpne 6
        18: .line 1682
            aload 1 /* handler */
            getfield org.objectweb.asm.Handler.nextHandler:Lorg/objectweb/asm/Handler;
            astore 1 /* handler */
        end local 4 // org.objectweb.asm.Label handlerRangeEnd
        end local 3 // org.objectweb.asm.Label handlerRangeBlock
        end local 2 // org.objectweb.asm.Label handlerBlock
        19: .line 1663
      StackMap locals:
      StackMap stack:
            aload 1 /* handler */
            ifnonnull 2
        20: .line 1686
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.hasSubroutines:Z
            ifeq 43
        21: .line 1689
            iconst_1
            istore 2 /* numSubroutines */
        start local 2 // short numSubroutines
        22: .line 1690
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstBasicBlock:Lorg/objectweb/asm/Label;
            iload 2 /* numSubroutines */
            invokevirtual org.objectweb.asm.Label.markSubroutine:(S)V
        23: .line 1693
            iconst_1
            istore 3 /* currentSubroutine */
        start local 3 // short currentSubroutine
        24: goto 35
        25: .line 1694
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstBasicBlock:Lorg/objectweb/asm/Label;
            astore 4 /* basicBlock */
        start local 4 // org.objectweb.asm.Label basicBlock
        26: .line 1695
            goto 33
        27: .line 1696
      StackMap locals: org.objectweb.asm.Label
      StackMap stack:
            aload 4 /* basicBlock */
            getfield org.objectweb.asm.Label.flags:S
            bipush 16
            iand
            ifeq 32
        28: .line 1697
            aload 4 /* basicBlock */
            getfield org.objectweb.asm.Label.subroutineId:S
            iload 3 /* currentSubroutine */
            if_icmpne 32
        29: .line 1698
            aload 4 /* basicBlock */
            getfield org.objectweb.asm.Label.outgoingEdges:Lorg/objectweb/asm/Edge;
            getfield org.objectweb.asm.Edge.nextEdge:Lorg/objectweb/asm/Edge;
            getfield org.objectweb.asm.Edge.successor:Lorg/objectweb/asm/Label;
            astore 5 /* jsrTarget */
        start local 5 // org.objectweb.asm.Label jsrTarget
        30: .line 1699
            aload 5 /* jsrTarget */
            getfield org.objectweb.asm.Label.subroutineId:S
            ifne 32
        31: .line 1701
            aload 5 /* jsrTarget */
            iload 2 /* numSubroutines */
            iconst_1
            iadd
            i2s
            dup
            istore 2 /* numSubroutines */
            invokevirtual org.objectweb.asm.Label.markSubroutine:(S)V
        end local 5 // org.objectweb.asm.Label jsrTarget
        32: .line 1704
      StackMap locals:
      StackMap stack:
            aload 4 /* basicBlock */
            getfield org.objectweb.asm.Label.nextBasicBlock:Lorg/objectweb/asm/Label;
            astore 4 /* basicBlock */
        33: .line 1695
      StackMap locals:
      StackMap stack:
            aload 4 /* basicBlock */
            ifnonnull 27
        end local 4 // org.objectweb.asm.Label basicBlock
        34: .line 1693
            iload 3 /* currentSubroutine */
            iconst_1
            iadd
            i2s
            istore 3 /* currentSubroutine */
      StackMap locals:
      StackMap stack:
        35: iload 3 /* currentSubroutine */
            iload 2 /* numSubroutines */
            if_icmple 25
        end local 3 // short currentSubroutine
        36: .line 1710
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstBasicBlock:Lorg/objectweb/asm/Label;
            astore 3 /* basicBlock */
        start local 3 // org.objectweb.asm.Label basicBlock
        37: .line 1711
            goto 42
        38: .line 1712
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Handler int org.objectweb.asm.Label
      StackMap stack:
            aload 3 /* basicBlock */
            getfield org.objectweb.asm.Label.flags:S
            bipush 16
            iand
            ifeq 41
        39: .line 1715
            aload 3 /* basicBlock */
            getfield org.objectweb.asm.Label.outgoingEdges:Lorg/objectweb/asm/Edge;
            getfield org.objectweb.asm.Edge.nextEdge:Lorg/objectweb/asm/Edge;
            getfield org.objectweb.asm.Edge.successor:Lorg/objectweb/asm/Label;
            astore 4 /* subroutine */
        start local 4 // org.objectweb.asm.Label subroutine
        40: .line 1716
            aload 4 /* subroutine */
            aload 3 /* basicBlock */
            invokevirtual org.objectweb.asm.Label.addSubroutineRetSuccessors:(Lorg/objectweb/asm/Label;)V
        end local 4 // org.objectweb.asm.Label subroutine
        41: .line 1718
      StackMap locals:
      StackMap stack:
            aload 3 /* basicBlock */
            getfield org.objectweb.asm.Label.nextBasicBlock:Lorg/objectweb/asm/Label;
            astore 3 /* basicBlock */
        42: .line 1711
      StackMap locals:
      StackMap stack:
            aload 3 /* basicBlock */
            ifnonnull 38
        end local 3 // org.objectweb.asm.Label basicBlock
        end local 2 // short numSubroutines
        43: .line 1726
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstBasicBlock:Lorg/objectweb/asm/Label;
            astore 2 /* listOfBlocksToProcess */
        start local 2 // org.objectweb.asm.Label listOfBlocksToProcess
        44: .line 1727
            aload 2 /* listOfBlocksToProcess */
            getstatic org.objectweb.asm.Label.EMPTY_LIST:Lorg/objectweb/asm/Label;
            putfield org.objectweb.asm.Label.nextListElement:Lorg/objectweb/asm/Label;
        45: .line 1728
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxStack:I
            istore 3 /* maxStackSize */
        start local 3 // int maxStackSize
        46: .line 1729
            goto 68
        47: .line 1733
      StackMap locals: org.objectweb.asm.Label int
      StackMap stack:
            aload 2 /* listOfBlocksToProcess */
            astore 4 /* basicBlock */
        start local 4 // org.objectweb.asm.Label basicBlock
        48: .line 1734
            aload 2 /* listOfBlocksToProcess */
            getfield org.objectweb.asm.Label.nextListElement:Lorg/objectweb/asm/Label;
            astore 2 /* listOfBlocksToProcess */
        49: .line 1736
            aload 4 /* basicBlock */
            getfield org.objectweb.asm.Label.inputStackSize:S
            istore 5 /* inputStackTop */
        start local 5 // int inputStackTop
        50: .line 1737
            iload 5 /* inputStackTop */
            aload 4 /* basicBlock */
            getfield org.objectweb.asm.Label.outputStackMax:S
            iadd
            istore 6 /* maxBlockStackSize */
        start local 6 // int maxBlockStackSize
        51: .line 1739
            iload 6 /* maxBlockStackSize */
            iload 3 /* maxStackSize */
            if_icmple 53
        52: .line 1740
            iload 6 /* maxBlockStackSize */
            istore 3 /* maxStackSize */
        53: .line 1744
      StackMap locals: org.objectweb.asm.Label int int
      StackMap stack:
            aload 4 /* basicBlock */
            getfield org.objectweb.asm.Label.outgoingEdges:Lorg/objectweb/asm/Edge;
            astore 7 /* outgoingEdge */
        start local 7 // org.objectweb.asm.Edge outgoingEdge
        54: .line 1745
            aload 4 /* basicBlock */
            getfield org.objectweb.asm.Label.flags:S
            bipush 16
            iand
            ifeq 67
        55: .line 1750
            aload 7 /* outgoingEdge */
            getfield org.objectweb.asm.Edge.nextEdge:Lorg/objectweb/asm/Edge;
            astore 7 /* outgoingEdge */
        56: .line 1752
            goto 67
        57: .line 1753
      StackMap locals: org.objectweb.asm.Edge
      StackMap stack:
            aload 7 /* outgoingEdge */
            getfield org.objectweb.asm.Edge.successor:Lorg/objectweb/asm/Label;
            astore 8 /* successorBlock */
        start local 8 // org.objectweb.asm.Label successorBlock
        58: .line 1754
            aload 8 /* successorBlock */
            getfield org.objectweb.asm.Label.nextListElement:Lorg/objectweb/asm/Label;
            ifnonnull 66
        59: .line 1755
            aload 8 /* successorBlock */
        60: .line 1756
            aload 7 /* outgoingEdge */
            getfield org.objectweb.asm.Edge.info:I
            ldc 2147483647
            if_icmpne 61
            iconst_1
            goto 62
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Handler org.objectweb.asm.Label int org.objectweb.asm.Label int int org.objectweb.asm.Edge org.objectweb.asm.Label
      StackMap stack: org.objectweb.asm.Label
        61: iload 5 /* inputStackTop */
            aload 7 /* outgoingEdge */
            getfield org.objectweb.asm.Edge.info:I
            iadd
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Handler org.objectweb.asm.Label int org.objectweb.asm.Label int int org.objectweb.asm.Edge org.objectweb.asm.Label
      StackMap stack: org.objectweb.asm.Label int
        62: i2s
        63: .line 1755
            putfield org.objectweb.asm.Label.inputStackSize:S
        64: .line 1757
            aload 8 /* successorBlock */
            aload 2 /* listOfBlocksToProcess */
            putfield org.objectweb.asm.Label.nextListElement:Lorg/objectweb/asm/Label;
        65: .line 1758
            aload 8 /* successorBlock */
            astore 2 /* listOfBlocksToProcess */
        66: .line 1760
      StackMap locals:
      StackMap stack:
            aload 7 /* outgoingEdge */
            getfield org.objectweb.asm.Edge.nextEdge:Lorg/objectweb/asm/Edge;
            astore 7 /* outgoingEdge */
        end local 8 // org.objectweb.asm.Label successorBlock
        67: .line 1752
      StackMap locals:
      StackMap stack:
            aload 7 /* outgoingEdge */
            ifnonnull 57
        end local 7 // org.objectweb.asm.Edge outgoingEdge
        end local 6 // int maxBlockStackSize
        end local 5 // int inputStackTop
        end local 4 // org.objectweb.asm.Label basicBlock
        68: .line 1729
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.Handler org.objectweb.asm.Label int
      StackMap stack:
            aload 2 /* listOfBlocksToProcess */
            getstatic org.objectweb.asm.Label.EMPTY_LIST:Lorg/objectweb/asm/Label;
            if_acmpne 47
        69: .line 1763
            aload 0 /* this */
            iload 3 /* maxStackSize */
            putfield org.objectweb.asm.MethodWriter.maxStack:I
        70: .line 1764
            return
        end local 3 // int maxStackSize
        end local 2 // org.objectweb.asm.Label listOfBlocksToProcess
        end local 1 // org.objectweb.asm.Handler handler
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   71     0                   this  Lorg/objectweb/asm/MethodWriter;
            1   71     1                handler  Lorg/objectweb/asm/Handler;
            3   19     2           handlerBlock  Lorg/objectweb/asm/Label;
            4   19     3      handlerRangeBlock  Lorg/objectweb/asm/Label;
            5   19     4        handlerRangeEnd  Lorg/objectweb/asm/Label;
           22   43     2         numSubroutines  S
           24   36     3      currentSubroutine  S
           26   34     4             basicBlock  Lorg/objectweb/asm/Label;
           30   32     5              jsrTarget  Lorg/objectweb/asm/Label;
           37   43     3             basicBlock  Lorg/objectweb/asm/Label;
           40   41     4             subroutine  Lorg/objectweb/asm/Label;
           44   71     2  listOfBlocksToProcess  Lorg/objectweb/asm/Label;
           46   71     3           maxStackSize  I
           48   68     4             basicBlock  Lorg/objectweb/asm/Label;
           50   68     5          inputStackTop  I
           51   68     6      maxBlockStackSize  I
           54   68     7           outgoingEdge  Lorg/objectweb/asm/Edge;
           58   67     8         successorBlock  Lorg/objectweb/asm/Label;

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

  private void addSuccessorToCurrentBasicBlock(int, org.objectweb.asm.Label);
    descriptor: (ILorg/objectweb/asm/Label;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int info
        start local 2 // org.objectweb.asm.Label successor
         0: .line 1782
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            new org.objectweb.asm.Edge
            dup
            iload 1 /* info */
            aload 2 /* successor */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            getfield org.objectweb.asm.Label.outgoingEdges:Lorg/objectweb/asm/Edge;
            invokespecial org.objectweb.asm.Edge.<init>:(ILorg/objectweb/asm/Label;Lorg/objectweb/asm/Edge;)V
            putfield org.objectweb.asm.Label.outgoingEdges:Lorg/objectweb/asm/Edge;
         1: .line 1783
            return
        end local 2 // org.objectweb.asm.Label successor
        end local 1 // int info
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/objectweb/asm/MethodWriter;
            0    2     1       info  I
            0    2     2  successor  Lorg/objectweb/asm/Label;
    MethodParameters:
           Name  Flags
      info       final
      successor  final

  private void endCurrentBasicBlockWithNoSuccessor();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.objectweb.asm.MethodWriter this
         0: .line 1794
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_4
            if_icmpne 8
         1: .line 1795
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 1 /* nextBasicBlock */
        start local 1 // org.objectweb.asm.Label nextBasicBlock
         2: .line 1796
            aload 1 /* nextBasicBlock */
            new org.objectweb.asm.Frame
            dup
            aload 1 /* nextBasicBlock */
            invokespecial org.objectweb.asm.Frame.<init>:(Lorg/objectweb/asm/Label;)V
            putfield org.objectweb.asm.Label.frame:Lorg/objectweb/asm/Frame;
         3: .line 1797
            aload 1 /* nextBasicBlock */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.Label.resolve:([BI)Z
            pop
         4: .line 1798
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastBasicBlock:Lorg/objectweb/asm/Label;
            aload 1 /* nextBasicBlock */
            putfield org.objectweb.asm.Label.nextBasicBlock:Lorg/objectweb/asm/Label;
         5: .line 1799
            aload 0 /* this */
            aload 1 /* nextBasicBlock */
            putfield org.objectweb.asm.MethodWriter.lastBasicBlock:Lorg/objectweb/asm/Label;
         6: .line 1800
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
        end local 1 // org.objectweb.asm.Label nextBasicBlock
         7: .line 1801
            goto 11
      StackMap locals:
      StackMap stack:
         8: aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.compute:I
            iconst_1
            if_icmpne 11
         9: .line 1802
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxRelativeStackSize:I
            i2s
            putfield org.objectweb.asm.Label.outputStackMax:S
        10: .line 1803
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.MethodWriter.currentBasicBlock:Lorg/objectweb/asm/Label;
        11: .line 1805
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0            this  Lorg/objectweb/asm/MethodWriter;
            2    7     1  nextBasicBlock  Lorg/objectweb/asm/Label;

  int visitFrameStart(int, int, int);
    descriptor: (III)I
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int offset
        start local 2 // int numLocal
        start local 3 // int numStack
         0: .line 1820
            iconst_3
            iload 2 /* numLocal */
            iadd
            iload 3 /* numStack */
            iadd
            istore 4 /* frameLength */
        start local 4 // int frameLength
         1: .line 1821
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentFrame:[I
            ifnull 2
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentFrame:[I
            arraylength
            iload 4 /* frameLength */
            if_icmpge 3
         2: .line 1822
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* frameLength */
            newarray 10
            putfield org.objectweb.asm.MethodWriter.currentFrame:[I
         3: .line 1824
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentFrame:[I
            iconst_0
            iload 1 /* offset */
            iastore
         4: .line 1825
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentFrame:[I
            iconst_1
            iload 2 /* numLocal */
            iastore
         5: .line 1826
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentFrame:[I
            iconst_2
            iload 3 /* numStack */
            iastore
         6: .line 1827
            iconst_3
            ireturn
        end local 4 // int frameLength
        end local 3 // int numStack
        end local 2 // int numLocal
        end local 1 // int offset
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/objectweb/asm/MethodWriter;
            0    7     1       offset  I
            0    7     2     numLocal  I
            0    7     3     numStack  I
            1    7     4  frameLength  I
    MethodParameters:
          Name  Flags
      offset    final
      numLocal  final
      numStack  final

  void visitAbstractType(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int frameIndex
        start local 2 // int abstractType
         0: .line 1837
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentFrame:[I
            iload 1 /* frameIndex */
            iload 2 /* abstractType */
            iastore
         1: .line 1838
            return
        end local 2 // int abstractType
        end local 1 // int frameIndex
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/objectweb/asm/MethodWriter;
            0    2     1    frameIndex  I
            0    2     2  abstractType  I
    MethodParameters:
              Name  Flags
      frameIndex    final
      abstractType  final

  void visitFrameEnd();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.objectweb.asm.MethodWriter this
         0: .line 1846
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.previousFrame:[I
            ifnull 5
         1: .line 1847
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            ifnonnull 3
         2: .line 1848
            aload 0 /* this */
            new org.objectweb.asm.ByteVector
            dup
            invokespecial org.objectweb.asm.ByteVector.<init>:()V
            putfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
         3: .line 1850
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.MethodWriter.putFrame:()V
         4: .line 1851
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.MethodWriter.stackMapTableNumberOfEntries:I
            iconst_1
            iadd
            putfield org.objectweb.asm.MethodWriter.stackMapTableNumberOfEntries:I
         5: .line 1853
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentFrame:[I
            putfield org.objectweb.asm.MethodWriter.previousFrame:[I
         6: .line 1854
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.MethodWriter.currentFrame:[I
         7: .line 1855
            return
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/objectweb/asm/MethodWriter;

  private void putFrame();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=9, args_size=1
        start local 0 // org.objectweb.asm.MethodWriter this
         0: .line 1859
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentFrame:[I
            iconst_1
            iaload
            istore 1 /* numLocal */
        start local 1 // int numLocal
         1: .line 1860
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentFrame:[I
            iconst_2
            iaload
            istore 2 /* numStack */
        start local 2 // int numStack
         2: .line 1861
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.SymbolTable.getMajorVersion:()I
            bipush 50
            if_icmpge 8
         3: .line 1863
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentFrame:[I
            iconst_0
            iaload
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            iload 1 /* numLocal */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         4: .line 1864
            aload 0 /* this */
            iconst_3
            iconst_3
            iload 1 /* numLocal */
            iadd
            invokevirtual org.objectweb.asm.MethodWriter.putAbstractTypes:(II)V
         5: .line 1865
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            iload 2 /* numStack */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         6: .line 1866
            aload 0 /* this */
            iconst_3
            iload 1 /* numLocal */
            iadd
            iconst_3
            iload 1 /* numLocal */
            iadd
            iload 2 /* numStack */
            iadd
            invokevirtual org.objectweb.asm.MethodWriter.putAbstractTypes:(II)V
         7: .line 1867
            return
         8: .line 1870
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableNumberOfEntries:I
            ifne 10
         9: .line 1871
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentFrame:[I
            iconst_0
            iaload
            goto 11
        10: .line 1872
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentFrame:[I
            iconst_0
            iaload
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.previousFrame:[I
            iconst_0
            iaload
            isub
            iconst_1
            isub
        11: .line 1869
      StackMap locals:
      StackMap stack: int
            istore 3 /* offsetDelta */
        start local 3 // int offsetDelta
        12: .line 1873
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.previousFrame:[I
            iconst_1
            iaload
            istore 4 /* previousNumlocal */
        start local 4 // int previousNumlocal
        13: .line 1874
            iload 1 /* numLocal */
            iload 4 /* previousNumlocal */
            isub
            istore 5 /* numLocalDelta */
        start local 5 // int numLocalDelta
        14: .line 1875
            sipush 255
            istore 6 /* type */
        start local 6 // int type
        15: .line 1876
            iload 2 /* numStack */
            ifne 26
        16: .line 1877
            iload 5 /* numLocalDelta */
            tableswitch { // -3 - 3
                   -3: 17
                   -2: 17
                   -1: 17
                    0: 19
                    1: 23
                    2: 23
                    3: 23
              default: 25
          }
        17: .line 1881
      StackMap locals: org.objectweb.asm.MethodWriter int int int int int int
      StackMap stack:
            sipush 248
            istore 6 /* type */
        18: .line 1882
            goto 31
        19: .line 1884
      StackMap locals:
      StackMap stack:
            iload 3 /* offsetDelta */
            bipush 64
            if_icmpge 20
            iconst_0
            goto 21
      StackMap locals:
      StackMap stack:
        20: sipush 251
      StackMap locals:
      StackMap stack: int
        21: istore 6 /* type */
        22: .line 1885
            goto 31
        23: .line 1889
      StackMap locals:
      StackMap stack:
            sipush 252
            istore 6 /* type */
        24: .line 1890
            goto 31
        25: .line 1895
      StackMap locals:
      StackMap stack:
            goto 31
      StackMap locals:
      StackMap stack:
        26: iload 5 /* numLocalDelta */
            ifne 31
            iload 2 /* numStack */
            iconst_1
            if_icmpne 31
        27: .line 1897
            iload 3 /* offsetDelta */
            bipush 63
            if_icmpge 29
        28: .line 1898
            bipush 64
            goto 30
        29: .line 1899
      StackMap locals:
      StackMap stack:
            sipush 247
        30: .line 1896
      StackMap locals:
      StackMap stack: int
            istore 6 /* type */
        31: .line 1901
      StackMap locals:
      StackMap stack:
            iload 6 /* type */
            sipush 255
            if_icmpeq 41
        32: .line 1903
            iconst_3
            istore 7 /* frameIndex */
        start local 7 // int frameIndex
        33: .line 1904
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        34: goto 40
        35: .line 1905
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentFrame:[I
            iload 7 /* frameIndex */
            iaload
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.previousFrame:[I
            iload 7 /* frameIndex */
            iaload
            if_icmpeq 38
        36: .line 1906
            sipush 255
            istore 6 /* type */
        37: .line 1907
            goto 41
        38: .line 1909
      StackMap locals:
      StackMap stack:
            iinc 7 /* frameIndex */ 1
        39: .line 1904
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        40: iload 8 /* i */
            iload 4 /* previousNumlocal */
            if_icmpge 41
            iload 8 /* i */
            iload 1 /* numLocal */
            if_icmplt 35
        end local 8 // int i
        end local 7 // int frameIndex
        41: .line 1912
      StackMap locals:
      StackMap stack:
            iload 6 /* type */
            lookupswitch { // 7
                    0: 42
                   64: 44
                  247: 47
                  248: 54
                  251: 52
                  252: 58
                  255: 63
              default: 63
          }
        42: .line 1914
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            iload 3 /* offsetDelta */
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
        43: .line 1915
            goto 67
        44: .line 1917
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            bipush 64
            iload 3 /* offsetDelta */
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
        45: .line 1918
            aload 0 /* this */
            iconst_3
            iload 1 /* numLocal */
            iadd
            iconst_4
            iload 1 /* numLocal */
            iadd
            invokevirtual org.objectweb.asm.MethodWriter.putAbstractTypes:(II)V
        46: .line 1919
            goto 67
        47: .line 1921
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
        48: .line 1922
            sipush 247
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
        49: .line 1923
            iload 3 /* offsetDelta */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        50: .line 1924
            aload 0 /* this */
            iconst_3
            iload 1 /* numLocal */
            iadd
            iconst_4
            iload 1 /* numLocal */
            iadd
            invokevirtual org.objectweb.asm.MethodWriter.putAbstractTypes:(II)V
        51: .line 1925
            goto 67
        52: .line 1927
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            sipush 251
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            iload 3 /* offsetDelta */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        53: .line 1928
            goto 67
        54: .line 1930
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
        55: .line 1931
            sipush 251
            iload 5 /* numLocalDelta */
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
        56: .line 1932
            iload 3 /* offsetDelta */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        57: .line 1933
            goto 67
        58: .line 1935
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
        59: .line 1936
            sipush 251
            iload 5 /* numLocalDelta */
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
        60: .line 1937
            iload 3 /* offsetDelta */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        61: .line 1938
            aload 0 /* this */
            iconst_3
            iload 4 /* previousNumlocal */
            iadd
            iconst_3
            iload 1 /* numLocal */
            iadd
            invokevirtual org.objectweb.asm.MethodWriter.putAbstractTypes:(II)V
        62: .line 1939
            goto 67
        63: .line 1942
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            sipush 255
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            iload 3 /* offsetDelta */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            iload 1 /* numLocal */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        64: .line 1943
            aload 0 /* this */
            iconst_3
            iconst_3
            iload 1 /* numLocal */
            iadd
            invokevirtual org.objectweb.asm.MethodWriter.putAbstractTypes:(II)V
        65: .line 1944
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            iload 2 /* numStack */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        66: .line 1945
            aload 0 /* this */
            iconst_3
            iload 1 /* numLocal */
            iadd
            iconst_3
            iload 1 /* numLocal */
            iadd
            iload 2 /* numStack */
            iadd
            invokevirtual org.objectweb.asm.MethodWriter.putAbstractTypes:(II)V
        67: .line 1948
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int type
        end local 5 // int numLocalDelta
        end local 4 // int previousNumlocal
        end local 3 // int offsetDelta
        end local 2 // int numStack
        end local 1 // int numLocal
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   68     0              this  Lorg/objectweb/asm/MethodWriter;
            1   68     1          numLocal  I
            2   68     2          numStack  I
           12   68     3       offsetDelta  I
           13   68     4  previousNumlocal  I
           14   68     5     numLocalDelta  I
           15   68     6              type  I
           33   41     7        frameIndex  I
           34   41     8                 i  I

  private void putAbstractTypes(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int start
        start local 2 // int end
         0: .line 1958
            iload 1 /* start */
            istore 3 /* i */
        start local 3 // int i
         1: goto 4
         2: .line 1959
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.currentFrame:[I
            iload 3 /* i */
            iaload
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            invokestatic org.objectweb.asm.Frame.putAbstractType:(Lorg/objectweb/asm/SymbolTable;ILorg/objectweb/asm/ByteVector;)V
         3: .line 1958
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 3 /* i */
            iload 2 /* end */
            if_icmplt 2
        end local 3 // int i
         5: .line 1961
            return
        end local 2 // int end
        end local 1 // int start
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/objectweb/asm/MethodWriter;
            0    6     1  start  I
            0    6     2    end  I
            1    5     3      i  I
    MethodParameters:
       Name  Flags
      start  final
      end    final

  private void putFrameType(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // java.lang.Object type
         0: .line 1974
            aload 1 /* type */
            instanceof java.lang.Integer
            ifeq 3
         1: .line 1975
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            aload 1 /* type */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
            pop
         2: .line 1976
            goto 11
      StackMap locals:
      StackMap stack:
         3: aload 1 /* type */
            instanceof java.lang.String
            ifeq 8
         4: .line 1977
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
         5: .line 1978
            bipush 7
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
         6: .line 1979
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* type */
            checkcast java.lang.String
            invokevirtual org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Lorg/objectweb/asm/Symbol;
            getfield org.objectweb.asm.Symbol.index:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         7: .line 1980
            goto 11
         8: .line 1981
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
         9: .line 1982
            bipush 8
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
        10: .line 1983
            aload 1 /* type */
            checkcast org.objectweb.asm.Label
            getfield org.objectweb.asm.Label.bytecodeOffset:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        11: .line 1985
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object type
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/objectweb/asm/MethodWriter;
            0   12     1  type  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      type  final

  boolean canCopyMethodAttributes(org.objectweb.asm.ClassReader, boolean, boolean, int, int, int);
    descriptor: (Lorg/objectweb/asm/ClassReader;ZZIII)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=10, args_size=7
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // org.objectweb.asm.ClassReader source
        start local 2 // boolean hasSyntheticAttribute
        start local 3 // boolean hasDeprecatedAttribute
        start local 4 // int descriptorIndex
        start local 5 // int signatureIndex
        start local 6 // int exceptionsOffset
         0: .line 2026
            aload 1 /* source */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.SymbolTable.getSource:()Lorg/objectweb/asm/ClassReader;
            if_acmpne 6
         1: .line 2027
            iload 4 /* descriptorIndex */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.descriptorIndex:I
            if_icmpne 6
         2: .line 2028
            iload 5 /* signatureIndex */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.signatureIndex:I
            if_icmpne 6
         3: .line 2029
            iload 3 /* hasDeprecatedAttribute */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.accessFlags:I
            ldc 131072
            iand
            ifeq 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack: int
         4: iconst_0
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.ClassReader int int int int int
      StackMap stack: int int
         5: if_icmpeq 7
         6: .line 2030
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         7: .line 2033
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.SymbolTable.getMajorVersion:()I
            bipush 49
            if_icmpge 9
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.accessFlags:I
            sipush 4096
            iand
            ifeq 9
         8: .line 2032
            iconst_1
            goto 10
      StackMap locals:
      StackMap stack:
         9: iconst_0
      StackMap locals:
      StackMap stack: int
        10: istore 7 /* needSyntheticAttribute */
        start local 7 // boolean needSyntheticAttribute
        11: .line 2034
            iload 2 /* hasSyntheticAttribute */
            iload 7 /* needSyntheticAttribute */
            if_icmpeq 13
        12: .line 2035
            iconst_0
            ireturn
        13: .line 2037
      StackMap locals: int
      StackMap stack:
            iload 6 /* exceptionsOffset */
            ifne 16
        14: .line 2038
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.numberOfExceptions:I
            ifeq 25
        15: .line 2039
            iconst_0
            ireturn
        16: .line 2041
      StackMap locals:
      StackMap stack:
            aload 1 /* source */
            iload 6 /* exceptionsOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.numberOfExceptions:I
            if_icmpne 25
        17: .line 2042
            iload 6 /* exceptionsOffset */
            iconst_2
            iadd
            istore 8 /* currentExceptionOffset */
        start local 8 // int currentExceptionOffset
        18: .line 2043
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        19: goto 24
        20: .line 2044
      StackMap locals: int int
      StackMap stack:
            aload 1 /* source */
            iload 8 /* currentExceptionOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.exceptionIndexTable:[I
            iload 9 /* i */
            iaload
            if_icmpeq 22
        21: .line 2045
            iconst_0
            ireturn
        22: .line 2047
      StackMap locals:
      StackMap stack:
            iinc 8 /* currentExceptionOffset */ 2
        23: .line 2043
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 9 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.numberOfExceptions:I
            if_icmplt 20
        end local 9 // int i
        end local 8 // int currentExceptionOffset
        25: .line 2050
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 7 // boolean needSyntheticAttribute
        end local 6 // int exceptionsOffset
        end local 5 // int signatureIndex
        end local 4 // int descriptorIndex
        end local 3 // boolean hasDeprecatedAttribute
        end local 2 // boolean hasSyntheticAttribute
        end local 1 // org.objectweb.asm.ClassReader source
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   26     0                    this  Lorg/objectweb/asm/MethodWriter;
            0   26     1                  source  Lorg/objectweb/asm/ClassReader;
            0   26     2   hasSyntheticAttribute  Z
            0   26     3  hasDeprecatedAttribute  Z
            0   26     4         descriptorIndex  I
            0   26     5          signatureIndex  I
            0   26     6        exceptionsOffset  I
           11   26     7  needSyntheticAttribute  Z
           18   25     8  currentExceptionOffset  I
           19   25     9                       i  I
    MethodParameters:
                        Name  Flags
      source                  final
      hasSyntheticAttribute   final
      hasDeprecatedAttribute  final
      descriptorIndex         final
      signatureIndex          final
      exceptionsOffset        final

  void setMethodAttributesSource(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // int methodInfoOffset
        start local 2 // int methodInfoLength
         0: .line 2065
            aload 0 /* this */
            iload 1 /* methodInfoOffset */
            bipush 6
            iadd
            putfield org.objectweb.asm.MethodWriter.sourceOffset:I
         1: .line 2066
            aload 0 /* this */
            iload 2 /* methodInfoLength */
            bipush 6
            isub
            putfield org.objectweb.asm.MethodWriter.sourceLength:I
         2: .line 2067
            return
        end local 2 // int methodInfoLength
        end local 1 // int methodInfoOffset
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lorg/objectweb/asm/MethodWriter;
            0    3     1  methodInfoOffset  I
            0    3     2  methodInfoLength  I
    MethodParameters:
                  Name  Flags
      methodInfoOffset  final
      methodInfoLength  final

  int computeMethodInfoSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=7, locals=3, args_size=1
        start local 0 // org.objectweb.asm.MethodWriter this
         0: .line 2077
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.sourceOffset:I
            ifeq 2
         1: .line 2079
            bipush 6
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.sourceLength:I
            iadd
            ireturn
         2: .line 2082
      StackMap locals:
      StackMap stack:
            bipush 8
            istore 1 /* size */
        start local 1 // int size
         3: .line 2084
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            ifle 42
         4: .line 2085
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            ldc 65535
            if_icmple 8
         5: .line 2086
            new org.objectweb.asm.MethodTooLargeException
            dup
         6: .line 2087
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.SymbolTable.getClassName:()Ljava/lang/String;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.name:Ljava/lang/String;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
         7: .line 2086
            invokespecial org.objectweb.asm.MethodTooLargeException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
            athrow
         8: .line 2089
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "Code"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
         9: .line 2092
            iload 1 /* size */
            bipush 16
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
            invokestatic org.objectweb.asm.Handler.getExceptionTableSize:(Lorg/objectweb/asm/Handler;)I
            iadd
            iadd
            istore 1 /* size */
        10: .line 2093
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            ifnull 18
        11: .line 2094
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.SymbolTable.getMajorVersion:()I
            bipush 50
            if_icmplt 12
            iconst_1
            goto 13
      StackMap locals:
      StackMap stack:
        12: iconst_0
      StackMap locals:
      StackMap stack: int
        13: istore 2 /* useStackMapTable */
        start local 2 // boolean useStackMapTable
        14: .line 2095
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            iload 2 /* useStackMapTable */
            ifeq 15
            ldc "StackMapTable"
            goto 16
      StackMap locals: org.objectweb.asm.MethodWriter int int
      StackMap stack: org.objectweb.asm.SymbolTable
        15: ldc "StackMap"
      StackMap locals: org.objectweb.asm.MethodWriter int int
      StackMap stack: org.objectweb.asm.SymbolTable java.lang.String
        16: invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        17: .line 2097
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        end local 2 // boolean useStackMapTable
        18: .line 2099
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumberTable:Lorg/objectweb/asm/ByteVector;
            ifnull 21
        19: .line 2100
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "LineNumberTable"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        20: .line 2102
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumberTable:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        21: .line 2104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVariableTable:Lorg/objectweb/asm/ByteVector;
            ifnull 24
        22: .line 2105
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "LocalVariableTable"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        23: .line 2107
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVariableTable:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        24: .line 2109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVariableTypeTable:Lorg/objectweb/asm/ByteVector;
            ifnull 27
        25: .line 2110
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "LocalVariableTypeTable"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        26: .line 2112
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVariableTypeTable:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        27: .line 2114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastCodeRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 32
        28: .line 2115
            iload 1 /* size */
        29: .line 2116
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastCodeRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        30: .line 2117
            ldc "RuntimeVisibleTypeAnnotations"
        31: .line 2116
            invokevirtual org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 1 /* size */
        32: .line 2119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastCodeRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 37
        33: .line 2120
            iload 1 /* size */
        34: .line 2121
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastCodeRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        35: .line 2122
            ldc "RuntimeInvisibleTypeAnnotations"
        36: .line 2121
            invokevirtual org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 1 /* size */
        37: .line 2124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstCodeAttribute:Lorg/objectweb/asm/Attribute;
            ifnull 42
        38: .line 2125
            iload 1 /* size */
        39: .line 2126
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstCodeAttribute:Lorg/objectweb/asm/Attribute;
        40: .line 2127
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxStack:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxLocals:I
        41: .line 2126
            invokevirtual org.objectweb.asm.Attribute.computeAttributesSize:(Lorg/objectweb/asm/SymbolTable;[BIII)I
            iadd
            istore 1 /* size */
        42: .line 2130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.numberOfExceptions:I
            ifle 45
        43: .line 2131
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "Exceptions"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        44: .line 2132
            iload 1 /* size */
            bipush 8
            iconst_2
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.numberOfExceptions:I
            imul
            iadd
            iadd
            istore 1 /* size */
        45: .line 2134
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.accessFlags:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.signatureIndex:I
            invokestatic org.objectweb.asm.Attribute.computeAttributesSize:(Lorg/objectweb/asm/SymbolTable;II)I
            iadd
            istore 1 /* size */
        46: .line 2135
            iload 1 /* size */
        47: .line 2137
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeVisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        48: .line 2138
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeInvisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        49: .line 2139
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        50: .line 2140
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        51: .line 2136
            invokestatic org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;)I
            iadd
            istore 1 /* size */
        52: .line 2141
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeVisibleParameterAnnotations:[Lorg/objectweb/asm/AnnotationWriter;
            ifnull 60
        53: .line 2142
            iload 1 /* size */
        54: .line 2144
            ldc "RuntimeVisibleParameterAnnotations"
        55: .line 2145
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeVisibleParameterAnnotations:[Lorg/objectweb/asm/AnnotationWriter;
        56: .line 2146
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.visibleAnnotableParameterCount:I
            ifne 58
        57: .line 2147
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeVisibleParameterAnnotations:[Lorg/objectweb/asm/AnnotationWriter;
            arraylength
            goto 59
        58: .line 2148
      StackMap locals: org.objectweb.asm.MethodWriter int
      StackMap stack: int java.lang.String org.objectweb.asm.AnnotationWriter[]
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.visibleAnnotableParameterCount:I
        59: .line 2143
      StackMap locals: org.objectweb.asm.MethodWriter int
      StackMap stack: int java.lang.String org.objectweb.asm.AnnotationWriter[] int
            invokestatic org.objectweb.asm.AnnotationWriter.computeParameterAnnotationsSize:(Ljava/lang/String;[Lorg/objectweb/asm/AnnotationWriter;I)I
            iadd
            istore 1 /* size */
        60: .line 2150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeInvisibleParameterAnnotations:[Lorg/objectweb/asm/AnnotationWriter;
            ifnull 68
        61: .line 2151
            iload 1 /* size */
        62: .line 2153
            ldc "RuntimeInvisibleParameterAnnotations"
        63: .line 2154
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeInvisibleParameterAnnotations:[Lorg/objectweb/asm/AnnotationWriter;
        64: .line 2155
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.invisibleAnnotableParameterCount:I
            ifne 66
        65: .line 2156
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeInvisibleParameterAnnotations:[Lorg/objectweb/asm/AnnotationWriter;
            arraylength
            goto 67
        66: .line 2157
      StackMap locals: org.objectweb.asm.MethodWriter int
      StackMap stack: int java.lang.String org.objectweb.asm.AnnotationWriter[]
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.invisibleAnnotableParameterCount:I
        67: .line 2152
      StackMap locals: org.objectweb.asm.MethodWriter int
      StackMap stack: int java.lang.String org.objectweb.asm.AnnotationWriter[] int
            invokestatic org.objectweb.asm.AnnotationWriter.computeParameterAnnotationsSize:(Ljava/lang/String;[Lorg/objectweb/asm/AnnotationWriter;I)I
            iadd
            istore 1 /* size */
        68: .line 2159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.defaultValue:Lorg/objectweb/asm/ByteVector;
            ifnull 71
        69: .line 2160
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "AnnotationDefault"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        70: .line 2161
            iload 1 /* size */
            bipush 6
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.defaultValue:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        71: .line 2163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.parameters:Lorg/objectweb/asm/ByteVector;
            ifnull 74
        72: .line 2164
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "MethodParameters"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        73: .line 2166
            iload 1 /* size */
            bipush 7
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.parameters:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        74: .line 2168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            ifnull 76
        75: .line 2169
            iload 1 /* size */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.Attribute.computeAttributesSize:(Lorg/objectweb/asm/SymbolTable;)I
            iadd
            istore 1 /* size */
        76: .line 2171
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            ireturn
        end local 1 // int size
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   77     0              this  Lorg/objectweb/asm/MethodWriter;
            3   77     1              size  I
           14   18     2  useStackMapTable  Z

  void putMethodInfo(org.objectweb.asm.ByteVector);
    descriptor: (Lorg/objectweb/asm/ByteVector;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=9, args_size=2
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // org.objectweb.asm.ByteVector output
         0: .line 2181
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.SymbolTable.getMajorVersion:()I
            bipush 49
            if_icmpge 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* useSyntheticAttribute */
        start local 2 // boolean useSyntheticAttribute
         3: .line 2182
            iload 2 /* useSyntheticAttribute */
            ifeq 4
            sipush 4096
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* mask */
        start local 3 // int mask
         6: .line 2183
            aload 1 /* output */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.accessFlags:I
            iload 3 /* mask */
            iconst_m1
            ixor
            iand
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.nameIndex:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.descriptorIndex:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
         7: .line 2185
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.sourceOffset:I
            ifeq 10
         8: .line 2186
            aload 1 /* output */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.SymbolTable.getSource:()Lorg/objectweb/asm/ClassReader;
            getfield org.objectweb.asm.ClassReader.classFileBuffer:[B
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.sourceOffset:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.sourceLength:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
         9: .line 2187
            return
        10: .line 2190
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 4 /* attributeCount */
        start local 4 // int attributeCount
        11: .line 2191
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            ifle 13
        12: .line 2192
            iinc 4 /* attributeCount */ 1
        13: .line 2194
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.numberOfExceptions:I
            ifle 15
        14: .line 2195
            iinc 4 /* attributeCount */ 1
        15: .line 2197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.accessFlags:I
            sipush 4096
            iand
            ifeq 17
            iload 2 /* useSyntheticAttribute */
            ifeq 17
        16: .line 2198
            iinc 4 /* attributeCount */ 1
        17: .line 2200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.signatureIndex:I
            ifeq 19
        18: .line 2201
            iinc 4 /* attributeCount */ 1
        19: .line 2203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.accessFlags:I
            ldc 131072
            iand
            ifeq 21
        20: .line 2204
            iinc 4 /* attributeCount */ 1
        21: .line 2206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeVisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 23
        22: .line 2207
            iinc 4 /* attributeCount */ 1
        23: .line 2209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeInvisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 25
        24: .line 2210
            iinc 4 /* attributeCount */ 1
        25: .line 2212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeVisibleParameterAnnotations:[Lorg/objectweb/asm/AnnotationWriter;
            ifnull 27
        26: .line 2213
            iinc 4 /* attributeCount */ 1
        27: .line 2215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeInvisibleParameterAnnotations:[Lorg/objectweb/asm/AnnotationWriter;
            ifnull 29
        28: .line 2216
            iinc 4 /* attributeCount */ 1
        29: .line 2218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 31
        30: .line 2219
            iinc 4 /* attributeCount */ 1
        31: .line 2221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 33
        32: .line 2222
            iinc 4 /* attributeCount */ 1
        33: .line 2224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.defaultValue:Lorg/objectweb/asm/ByteVector;
            ifnull 35
        34: .line 2225
            iinc 4 /* attributeCount */ 1
        35: .line 2227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.parameters:Lorg/objectweb/asm/ByteVector;
            ifnull 37
        36: .line 2228
            iinc 4 /* attributeCount */ 1
        37: .line 2230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            ifnull 39
        38: .line 2231
            iload 4 /* attributeCount */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            invokevirtual org.objectweb.asm.Attribute.getAttributeCount:()I
            iadd
            istore 4 /* attributeCount */
        39: .line 2234
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            iload 4 /* attributeCount */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        40: .line 2235
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            ifle 125
        41: .line 2238
            bipush 10
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
            invokestatic org.objectweb.asm.Handler.getExceptionTableSize:(Lorg/objectweb/asm/Handler;)I
            iadd
            istore 5 /* size */
        start local 5 // int size
        42: .line 2239
            iconst_0
            istore 6 /* codeAttributeCount */
        start local 6 // int codeAttributeCount
        43: .line 2240
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            ifnull 46
        44: .line 2242
            iload 5 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 5 /* size */
        45: .line 2243
            iinc 6 /* codeAttributeCount */ 1
        46: .line 2245
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumberTable:Lorg/objectweb/asm/ByteVector;
            ifnull 49
        47: .line 2247
            iload 5 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumberTable:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 5 /* size */
        48: .line 2248
            iinc 6 /* codeAttributeCount */ 1
        49: .line 2250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVariableTable:Lorg/objectweb/asm/ByteVector;
            ifnull 52
        50: .line 2252
            iload 5 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVariableTable:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 5 /* size */
        51: .line 2253
            iinc 6 /* codeAttributeCount */ 1
        52: .line 2255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVariableTypeTable:Lorg/objectweb/asm/ByteVector;
            ifnull 55
        53: .line 2257
            iload 5 /* size */
            bipush 8
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVariableTypeTable:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 5 /* size */
        54: .line 2258
            iinc 6 /* codeAttributeCount */ 1
        55: .line 2260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastCodeRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 61
        56: .line 2261
            iload 5 /* size */
        57: .line 2262
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastCodeRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        58: .line 2263
            ldc "RuntimeVisibleTypeAnnotations"
        59: .line 2262
            invokevirtual org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 5 /* size */
        60: .line 2264
            iinc 6 /* codeAttributeCount */ 1
        61: .line 2266
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastCodeRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 67
        62: .line 2267
            iload 5 /* size */
        63: .line 2268
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastCodeRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
        64: .line 2269
            ldc "RuntimeInvisibleTypeAnnotations"
        65: .line 2268
            invokevirtual org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 5 /* size */
        66: .line 2270
            iinc 6 /* codeAttributeCount */ 1
        67: .line 2272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstCodeAttribute:Lorg/objectweb/asm/Attribute;
            ifnull 73
        68: .line 2273
            iload 5 /* size */
        69: .line 2274
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstCodeAttribute:Lorg/objectweb/asm/Attribute;
        70: .line 2275
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxStack:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxLocals:I
        71: .line 2274
            invokevirtual org.objectweb.asm.Attribute.computeAttributesSize:(Lorg/objectweb/asm/SymbolTable;[BIII)I
            iadd
            istore 5 /* size */
        72: .line 2276
            iload 6 /* codeAttributeCount */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstCodeAttribute:Lorg/objectweb/asm/Attribute;
            invokevirtual org.objectweb.asm.Attribute.getAttributeCount:()I
            iadd
            istore 6 /* codeAttributeCount */
        73: .line 2278
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
        74: .line 2279
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "Code"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
        75: .line 2280
            iload 5 /* size */
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
        76: .line 2281
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxStack:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
        77: .line 2282
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxLocals:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
        78: .line 2283
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
        79: .line 2284
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
        80: .line 2285
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstHandler:Lorg/objectweb/asm/Handler;
            aload 1 /* output */
            invokestatic org.objectweb.asm.Handler.putExceptionTable:(Lorg/objectweb/asm/Handler;Lorg/objectweb/asm/ByteVector;)V
        81: .line 2286
            aload 1 /* output */
            iload 6 /* codeAttributeCount */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        82: .line 2287
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            ifnull 95
        83: .line 2288
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            invokevirtual org.objectweb.asm.SymbolTable.getMajorVersion:()I
            bipush 50
            if_icmplt 84
            iconst_1
            goto 85
      StackMap locals:
      StackMap stack:
        84: iconst_0
      StackMap locals:
      StackMap stack: int
        85: istore 7 /* useStackMapTable */
        start local 7 // boolean useStackMapTable
        86: .line 2289
            aload 1 /* output */
        87: .line 2291
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
        88: .line 2292
            iload 7 /* useStackMapTable */
            ifeq 89
            ldc "StackMapTable"
            goto 90
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.ByteVector int int int int int int
      StackMap stack: org.objectweb.asm.ByteVector org.objectweb.asm.SymbolTable
        89: ldc "StackMap"
        90: .line 2291
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.ByteVector int int int int int int
      StackMap stack: org.objectweb.asm.ByteVector org.objectweb.asm.SymbolTable java.lang.String
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
        91: .line 2290
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
        92: .line 2293
            iconst_2
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
        93: .line 2294
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableNumberOfEntries:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
        94: .line 2295
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.stackMapTableEntries:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
        end local 7 // boolean useStackMapTable
        95: .line 2297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumberTable:Lorg/objectweb/asm/ByteVector;
            ifnull 101
        96: .line 2298
            aload 1 /* output */
        97: .line 2299
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "LineNumberTable"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
        98: .line 2300
            iconst_2
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumberTable:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
        99: .line 2301
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumberTableLength:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
       100: .line 2302
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumberTable:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lineNumberTable:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
       101: .line 2304
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVariableTable:Lorg/objectweb/asm/ByteVector;
            ifnull 107
       102: .line 2305
            aload 1 /* output */
       103: .line 2306
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "LocalVariableTable"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
       104: .line 2307
            iconst_2
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVariableTable:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
       105: .line 2308
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVariableTableLength:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
       106: .line 2309
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVariableTable:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVariableTable:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
       107: .line 2311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVariableTypeTable:Lorg/objectweb/asm/ByteVector;
            ifnull 113
       108: .line 2312
            aload 1 /* output */
       109: .line 2313
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "LocalVariableTypeTable"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
       110: .line 2314
            iconst_2
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVariableTypeTable:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
       111: .line 2315
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVariableTypeTableLength:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
       112: .line 2316
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVariableTypeTable:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.localVariableTypeTable:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
       113: .line 2318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastCodeRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 117
       114: .line 2319
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastCodeRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
       115: .line 2320
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "RuntimeVisibleTypeAnnotations"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            aload 1 /* output */
       116: .line 2319
            invokevirtual org.objectweb.asm.AnnotationWriter.putAnnotations:(ILorg/objectweb/asm/ByteVector;)V
       117: .line 2322
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastCodeRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
            ifnull 121
       118: .line 2323
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastCodeRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
       119: .line 2324
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "RuntimeInvisibleTypeAnnotations"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            aload 1 /* output */
       120: .line 2323
            invokevirtual org.objectweb.asm.AnnotationWriter.putAnnotations:(ILorg/objectweb/asm/ByteVector;)V
       121: .line 2326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstCodeAttribute:Lorg/objectweb/asm/Attribute;
            ifnull 125
       122: .line 2327
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstCodeAttribute:Lorg/objectweb/asm/Attribute;
       123: .line 2328
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.code:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxStack:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.maxLocals:I
            aload 1 /* output */
       124: .line 2327
            invokevirtual org.objectweb.asm.Attribute.putAttributes:(Lorg/objectweb/asm/SymbolTable;[BIIILorg/objectweb/asm/ByteVector;)V
        end local 6 // int codeAttributeCount
        end local 5 // int size
       125: .line 2331
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.numberOfExceptions:I
            ifle 135
       126: .line 2332
            aload 1 /* output */
       127: .line 2333
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "Exceptions"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
       128: .line 2334
            iconst_2
            iconst_2
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.numberOfExceptions:I
            imul
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
       129: .line 2335
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.numberOfExceptions:I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
       130: .line 2336
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.exceptionIndexTable:[I
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 134
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.ByteVector int int int top int int int[]
      StackMap stack:
       131: aload 8
            iload 6
            iaload
            istore 5 /* exceptionIndex */
        start local 5 // int exceptionIndex
       132: .line 2337
            aload 1 /* output */
            iload 5 /* exceptionIndex */
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
            pop
        end local 5 // int exceptionIndex
       133: .line 2336
            iinc 6 1
      StackMap locals:
      StackMap stack:
       134: iload 6
            iload 7
            if_icmplt 131
       135: .line 2340
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.ByteVector int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.accessFlags:I
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.signatureIndex:I
            aload 1 /* output */
            invokestatic org.objectweb.asm.Attribute.putAttributes:(Lorg/objectweb/asm/SymbolTable;IILorg/objectweb/asm/ByteVector;)V
       136: .line 2342
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
       137: .line 2343
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeVisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
       138: .line 2344
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeInvisibleAnnotation:Lorg/objectweb/asm/AnnotationWriter;
       139: .line 2345
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeVisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
       140: .line 2346
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/objectweb/asm/AnnotationWriter;
       141: .line 2347
            aload 1 /* output */
       142: .line 2341
            invokestatic org.objectweb.asm.AnnotationWriter.putAnnotations:(Lorg/objectweb/asm/SymbolTable;Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/ByteVector;)V
       143: .line 2348
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeVisibleParameterAnnotations:[Lorg/objectweb/asm/AnnotationWriter;
            ifnull 151
       144: .line 2350
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "RuntimeVisibleParameterAnnotations"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
       145: .line 2351
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeVisibleParameterAnnotations:[Lorg/objectweb/asm/AnnotationWriter;
       146: .line 2352
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.visibleAnnotableParameterCount:I
            ifne 148
       147: .line 2353
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeVisibleParameterAnnotations:[Lorg/objectweb/asm/AnnotationWriter;
            arraylength
            goto 149
       148: .line 2354
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.ByteVector int int int
      StackMap stack: int org.objectweb.asm.AnnotationWriter[]
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.visibleAnnotableParameterCount:I
       149: .line 2355
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.ByteVector int int int
      StackMap stack: int org.objectweb.asm.AnnotationWriter[] int
            aload 1 /* output */
       150: .line 2349
            invokestatic org.objectweb.asm.AnnotationWriter.putParameterAnnotations:(I[Lorg/objectweb/asm/AnnotationWriter;ILorg/objectweb/asm/ByteVector;)V
       151: .line 2357
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeInvisibleParameterAnnotations:[Lorg/objectweb/asm/AnnotationWriter;
            ifnull 159
       152: .line 2359
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "RuntimeInvisibleParameterAnnotations"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
       153: .line 2360
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeInvisibleParameterAnnotations:[Lorg/objectweb/asm/AnnotationWriter;
       154: .line 2361
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.invisibleAnnotableParameterCount:I
            ifne 156
       155: .line 2362
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.lastRuntimeInvisibleParameterAnnotations:[Lorg/objectweb/asm/AnnotationWriter;
            arraylength
            goto 157
       156: .line 2363
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.ByteVector int int int
      StackMap stack: int org.objectweb.asm.AnnotationWriter[]
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.invisibleAnnotableParameterCount:I
       157: .line 2364
      StackMap locals: org.objectweb.asm.MethodWriter org.objectweb.asm.ByteVector int int int
      StackMap stack: int org.objectweb.asm.AnnotationWriter[] int
            aload 1 /* output */
       158: .line 2358
            invokestatic org.objectweb.asm.AnnotationWriter.putParameterAnnotations:(I[Lorg/objectweb/asm/AnnotationWriter;ILorg/objectweb/asm/ByteVector;)V
       159: .line 2366
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.defaultValue:Lorg/objectweb/asm/ByteVector;
            ifnull 164
       160: .line 2367
            aload 1 /* output */
       161: .line 2368
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "AnnotationDefault"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
       162: .line 2369
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.defaultValue:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
       163: .line 2370
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.defaultValue:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.defaultValue:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
       164: .line 2372
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.parameters:Lorg/objectweb/asm/ByteVector;
            ifnull 170
       165: .line 2373
            aload 1 /* output */
       166: .line 2374
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            ldc "MethodParameters"
            invokevirtual org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
       167: .line 2375
            iconst_1
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.parameters:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            iadd
            invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
       168: .line 2376
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.parametersCount:I
            invokevirtual org.objectweb.asm.ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;
       169: .line 2377
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.parameters:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.parameters:Lorg/objectweb/asm/ByteVector;
            getfield org.objectweb.asm.ByteVector.length:I
            invokevirtual org.objectweb.asm.ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;
            pop
       170: .line 2379
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            ifnull 172
       171: .line 2380
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.symbolTable:Lorg/objectweb/asm/SymbolTable;
            aload 1 /* output */
            invokevirtual org.objectweb.asm.Attribute.putAttributes:(Lorg/objectweb/asm/SymbolTable;Lorg/objectweb/asm/ByteVector;)V
       172: .line 2382
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int attributeCount
        end local 3 // int mask
        end local 2 // boolean useSyntheticAttribute
        end local 1 // org.objectweb.asm.ByteVector output
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0  173     0                   this  Lorg/objectweb/asm/MethodWriter;
            0  173     1                 output  Lorg/objectweb/asm/ByteVector;
            3  173     2  useSyntheticAttribute  Z
            6  173     3                   mask  I
           11  173     4         attributeCount  I
           42  125     5                   size  I
           43  125     6     codeAttributeCount  I
           86   95     7       useStackMapTable  Z
          132  133     5         exceptionIndex  I
    MethodParameters:
        Name  Flags
      output  final

  final void collectAttributePrototypes(org.objectweb.asm.Attribute$Set);
    descriptor: (Lorg/objectweb/asm/Attribute$Set;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.MethodWriter this
        start local 1 // org.objectweb.asm.Attribute$Set attributePrototypes
         0: .line 2390
            aload 1 /* attributePrototypes */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstAttribute:Lorg/objectweb/asm/Attribute;
            invokevirtual org.objectweb.asm.Attribute$Set.addAttributes:(Lorg/objectweb/asm/Attribute;)V
         1: .line 2391
            aload 1 /* attributePrototypes */
            aload 0 /* this */
            getfield org.objectweb.asm.MethodWriter.firstCodeAttribute:Lorg/objectweb/asm/Attribute;
            invokevirtual org.objectweb.asm.Attribute$Set.addAttributes:(Lorg/objectweb/asm/Attribute;)V
         2: .line 2392
            return
        end local 1 // org.objectweb.asm.Attribute$Set attributePrototypes
        end local 0 // org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    3     0                 this  Lorg/objectweb/asm/MethodWriter;
            0    3     1  attributePrototypes  Lorg/objectweb/asm/Attribute$Set;
    MethodParameters:
                     Name  Flags
      attributePrototypes  final
}
SourceFile: "MethodWriter.java"
InnerClasses:
  final Set = org.objectweb.asm.Attribute$Set of org.objectweb.asm.Attribute