public class org.objectweb.asm.util.CheckMethodAdapter extends org.objectweb.asm.MethodVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.objectweb.asm.util.CheckMethodAdapter
  super_class: org.objectweb.asm.MethodVisitor
{
  private static final org.objectweb.asm.util.CheckMethodAdapter$Method[] OPCODE_METHODS;
    descriptor: [Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String INVALID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "Invalid "

  private static final java.lang.String INVALID_DESCRIPTOR;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "Invalid descriptor: "

  private static final java.lang.String INVALID_TYPE_REFERENCE;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "Invalid type reference sort 0x"

  private static final java.lang.String INVALID_LOCAL_VARIABLE_INDEX;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "Invalid local variable index"

  private static final java.lang.String MUST_NOT_BE_NULL_OR_EMPTY;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: " (must not be null or empty)"

  private static final java.lang.String START_LABEL;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "start label"

  private static final java.lang.String END_LABEL;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "end label"

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

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

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

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

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

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

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

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

  private final java.util.Map<org.objectweb.asm.Label, java.lang.Integer> labelInsnIndices;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Lorg/objectweb/asm/Label;Ljava/lang/Integer;>;

  private java.util.Set<org.objectweb.asm.Label> referencedLabels;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Set<Lorg/objectweb/asm/Label;>;

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

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

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

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

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

  public void <init>(org.objectweb.asm.MethodVisitor);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // org.objectweb.asm.MethodVisitor methodvisitor
         0: .line 353
            aload 0 /* this */
            aload 1 /* methodvisitor */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            invokespecial org.objectweb.asm.util.CheckMethodAdapter.<init>:(Lorg/objectweb/asm/MethodVisitor;Ljava/util/Map;)V
         1: .line 354
            return
        end local 1 // org.objectweb.asm.MethodVisitor methodvisitor
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0    2     1  methodvisitor  Lorg/objectweb/asm/MethodVisitor;
    MethodParameters:
               Name  Flags
      methodvisitor  final

  public void <init>(org.objectweb.asm.MethodVisitor, java.util.Map<org.objectweb.asm.Label, java.lang.Integer>);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // java.util.Map labelInsnIndices
         0: .line 369
            aload 0 /* this */
            ldc 458752
            aload 1 /* methodVisitor */
            aload 2 /* labelInsnIndices */
            invokespecial org.objectweb.asm.util.CheckMethodAdapter.<init>:(ILorg/objectweb/asm/MethodVisitor;Ljava/util/Map;)V
         1: .line 370
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Lorg/objectweb/asm/util/CheckMethodAdapter;
            if_acmpeq 3
         2: .line 371
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 373
      StackMap locals: org.objectweb.asm.util.CheckMethodAdapter org.objectweb.asm.MethodVisitor java.util.Map
      StackMap stack:
            return
        end local 2 // java.util.Map labelInsnIndices
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0    4     1     methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    4     2  labelInsnIndices  Ljava/util/Map<Lorg/objectweb/asm/Label;Ljava/lang/Integer;>;
    Signature: (Lorg/objectweb/asm/MethodVisitor;Ljava/util/Map<Lorg/objectweb/asm/Label;Ljava/lang/Integer;>;)V
    MethodParameters:
                  Name  Flags
      methodVisitor     final
      labelInsnIndices  final

  protected void <init>(int, org.objectweb.asm.MethodVisitor, java.util.Map<org.objectweb.asm.Label, java.lang.Integer>);
    descriptor: (ILorg/objectweb/asm/MethodVisitor;Ljava/util/Map;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // int api
        start local 2 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 3 // java.util.Map labelInsnIndices
         0: .line 389
            aload 0 /* this */
            iload 1 /* api */
            aload 2 /* methodVisitor */
            invokespecial org.objectweb.asm.MethodVisitor.<init>:(ILorg/objectweb/asm/MethodVisitor;)V
         1: .line 330
            aload 0 /* this */
            iconst_m1
            putfield org.objectweb.asm.util.CheckMethodAdapter.lastFrameInsnIndex:I
         2: .line 390
            aload 0 /* this */
            aload 3 /* labelInsnIndices */
            putfield org.objectweb.asm.util.CheckMethodAdapter.labelInsnIndices:Ljava/util/Map;
         3: .line 391
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield org.objectweb.asm.util.CheckMethodAdapter.referencedLabels:Ljava/util/Set;
         4: .line 392
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.objectweb.asm.util.CheckMethodAdapter.handlers:Ljava/util/List;
         5: .line 393
            return
        end local 3 // java.util.Map labelInsnIndices
        end local 2 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 1 // int api
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0    6     1               api  I
            0    6     2     methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    6     3  labelInsnIndices  Ljava/util/Map<Lorg/objectweb/asm/Label;Ljava/lang/Integer;>;
    Signature: (ILorg/objectweb/asm/MethodVisitor;Ljava/util/Map<Lorg/objectweb/asm/Label;Ljava/lang/Integer;>;)V
    MethodParameters:
                  Name  Flags
      api               final
      methodVisitor     final
      labelInsnIndices  final

  public void <init>(int, java.lang.String, java.lang.String, org.objectweb.asm.MethodVisitor, java.util.Map<org.objectweb.asm.Label, java.lang.Integer>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/MethodVisitor;Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // int access
        start local 2 // java.lang.String name
        start local 3 // java.lang.String descriptor
        start local 4 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 5 // java.util.Map labelInsnIndices
         0: .line 415
            aload 0 /* this */
            ldc 458752
            iload 1 /* access */
            aload 2 /* name */
            aload 3 /* descriptor */
            aload 4 /* methodVisitor */
            aload 5 /* labelInsnIndices */
            invokespecial org.objectweb.asm.util.CheckMethodAdapter.<init>:(IILjava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/MethodVisitor;Ljava/util/Map;)V
         1: .line 416
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Lorg/objectweb/asm/util/CheckMethodAdapter;
            if_acmpeq 3
         2: .line 417
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 419
      StackMap locals: org.objectweb.asm.util.CheckMethodAdapter int java.lang.String java.lang.String org.objectweb.asm.MethodVisitor java.util.Map
      StackMap stack:
            return
        end local 5 // java.util.Map labelInsnIndices
        end local 4 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 3 // java.lang.String descriptor
        end local 2 // java.lang.String name
        end local 1 // int access
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0    4     1            access  I
            0    4     2              name  Ljava/lang/String;
            0    4     3        descriptor  Ljava/lang/String;
            0    4     4     methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    4     5  labelInsnIndices  Ljava/util/Map<Lorg/objectweb/asm/Label;Ljava/lang/Integer;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/MethodVisitor;Ljava/util/Map<Lorg/objectweb/asm/Label;Ljava/lang/Integer;>;)V
    MethodParameters:
                  Name  Flags
      access            final
      name              final
      descriptor        final
      methodVisitor     final
      labelInsnIndices  final

  protected void <init>(int, int, java.lang.String, java.lang.String, org.objectweb.asm.MethodVisitor, java.util.Map<org.objectweb.asm.Label, java.lang.Integer>);
    descriptor: (IILjava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/MethodVisitor;Ljava/util/Map;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=11, locals=7, args_size=7
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // int api
        start local 2 // int access
        start local 3 // java.lang.String name
        start local 4 // java.lang.String descriptor
        start local 5 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 6 // java.util.Map labelInsnIndices
         0: .line 442
            aload 0 /* this */
         1: .line 443
            iload 1 /* api */
         2: .line 444
            new org.objectweb.asm.util.CheckMethodAdapter$1
            dup
            iload 1 /* api */
            iload 2 /* access */
            aload 3 /* name */
            aload 4 /* descriptor */
            aconst_null
            aconst_null
            aload 5 /* methodVisitor */
            invokespecial org.objectweb.asm.util.CheckMethodAdapter$1.<init>:(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;Lorg/objectweb/asm/MethodVisitor;)V
         3: .line 473
            aload 6 /* labelInsnIndices */
            invokespecial org.objectweb.asm.util.CheckMethodAdapter.<init>:(ILorg/objectweb/asm/MethodVisitor;Ljava/util/Map;)V
         4: .line 474
            aload 0 /* this */
            iload 2 /* access */
            putfield org.objectweb.asm.util.CheckMethodAdapter.access:I
         5: .line 475
            return
        end local 6 // java.util.Map labelInsnIndices
        end local 5 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 4 // java.lang.String descriptor
        end local 3 // java.lang.String name
        end local 2 // int access
        end local 1 // int api
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0    6     1               api  I
            0    6     2            access  I
            0    6     3              name  Ljava/lang/String;
            0    6     4        descriptor  Ljava/lang/String;
            0    6     5     methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    6     6  labelInsnIndices  Ljava/util/Map<Lorg/objectweb/asm/Label;Ljava/lang/Integer;>;
    Signature: (IILjava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/MethodVisitor;Ljava/util/Map<Lorg/objectweb/asm/Label;Ljava/lang/Integer;>;)V
    MethodParameters:
                  Name  Flags
      api               final
      access            final
      name              final
      descriptor        final
      methodVisitor     final
      labelInsnIndices  final

  public void visitParameter(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // java.lang.String name
        start local 2 // int access
         0: .line 479
            aload 1 /* name */
            ifnull 2
         1: .line 480
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 1 /* name */
            ldc "name"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkUnqualifiedName:(ILjava/lang/String;Ljava/lang/String;)V
         2: .line 483
      StackMap locals:
      StackMap stack:
            iload 2 /* access */
            ldc 36880
         3: .line 482
            invokestatic org.objectweb.asm.util.CheckClassAdapter.checkAccess:(II)V
         4: .line 484
            aload 0 /* this */
            aload 1 /* name */
            iload 2 /* access */
            invokespecial org.objectweb.asm.MethodVisitor.visitParameter:(Ljava/lang/String;I)V
         5: .line 485
            return
        end local 2 // int access
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0    6     1    name  Ljava/lang/String;
            0    6     2  access  I
    MethodParameters:
        Name  Flags
      name    final
      access  final

  public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // java.lang.String descriptor
        start local 2 // boolean visible
         0: .line 489
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitEndNotCalled:()V
         1: .line 490
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 1 /* descriptor */
            iconst_0
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkDescriptor:(ILjava/lang/String;Z)V
         2: .line 491
            new org.objectweb.asm.util.CheckAnnotationAdapter
            dup
            aload 0 /* this */
            aload 1 /* descriptor */
            iload 2 /* visible */
            invokespecial org.objectweb.asm.MethodVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            invokespecial org.objectweb.asm.util.CheckAnnotationAdapter.<init>:(Lorg/objectweb/asm/AnnotationVisitor;)V
            areturn
        end local 2 // boolean visible
        end local 1 // java.lang.String descriptor
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0    3     1  descriptor  Ljava/lang/String;
            0    3     2     visible  Z
    MethodParameters:
            Name  Flags
      descriptor  final
      visible     final

  public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation(int, org.objectweb.asm.TypePath, java.lang.String, boolean);
    descriptor: (ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter 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 497
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitEndNotCalled:()V
         1: .line 498
            new org.objectweb.asm.TypeReference
            dup
            iload 1 /* typeRef */
            invokespecial org.objectweb.asm.TypeReference.<init>:(I)V
            invokevirtual org.objectweb.asm.TypeReference.getSort:()I
            istore 5 /* sort */
        start local 5 // int sort
         2: .line 499
            iload 5 /* sort */
            iconst_1
            if_icmpeq 9
         3: .line 500
            iload 5 /* sort */
            bipush 18
            if_icmpeq 9
         4: .line 501
            iload 5 /* sort */
            bipush 20
            if_icmpeq 9
         5: .line 502
            iload 5 /* sort */
            bipush 21
            if_icmpeq 9
         6: .line 503
            iload 5 /* sort */
            bipush 22
            if_icmpeq 9
         7: .line 504
            iload 5 /* sort */
            bipush 23
            if_icmpeq 9
         8: .line 505
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid type reference sort 0x"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 5 /* sort */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 507
      StackMap locals: int
      StackMap stack:
            iload 1 /* typeRef */
            invokestatic org.objectweb.asm.util.CheckClassAdapter.checkTypeRef:(I)V
        10: .line 508
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 3 /* descriptor */
            iconst_0
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkDescriptor:(ILjava/lang/String;Z)V
        11: .line 509
            new org.objectweb.asm.util.CheckAnnotationAdapter
            dup
        12: .line 510
            aload 0 /* this */
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            iload 4 /* visible */
            invokespecial org.objectweb.asm.MethodVisitor.visitTypeAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
        13: .line 509
            invokespecial org.objectweb.asm.util.CheckAnnotationAdapter.<init>:(Lorg/objectweb/asm/AnnotationVisitor;)V
            areturn
        end local 5 // int sort
        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.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0   14     1     typeRef  I
            0   14     2    typePath  Lorg/objectweb/asm/TypePath;
            0   14     3  descriptor  Ljava/lang/String;
            0   14     4     visible  Z
            2   14     5        sort  I
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      descriptor  final
      visible     final

  public org.objectweb.asm.AnnotationVisitor visitAnnotationDefault();
    descriptor: ()Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
         0: .line 515
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitEndNotCalled:()V
         1: .line 516
            new org.objectweb.asm.util.CheckAnnotationAdapter
            dup
            aload 0 /* this */
            invokespecial org.objectweb.asm.MethodVisitor.visitAnnotationDefault:()Lorg/objectweb/asm/AnnotationVisitor;
            iconst_0
            invokespecial org.objectweb.asm.util.CheckAnnotationAdapter.<init>:(Lorg/objectweb/asm/AnnotationVisitor;Z)V
            areturn
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/util/CheckMethodAdapter;

  public void visitAnnotableParameterCount(int, boolean);
    descriptor: (IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // int parameterCount
        start local 2 // boolean visible
         0: .line 521
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitEndNotCalled:()V
         1: .line 522
            iload 2 /* visible */
            ifeq 4
         2: .line 523
            aload 0 /* this */
            iload 1 /* parameterCount */
            putfield org.objectweb.asm.util.CheckMethodAdapter.visibleAnnotableParameterCount:I
         3: .line 524
            goto 5
         4: .line 525
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* parameterCount */
            putfield org.objectweb.asm.util.CheckMethodAdapter.invisibleAnnotableParameterCount:I
         5: .line 527
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* parameterCount */
            iload 2 /* visible */
            invokespecial org.objectweb.asm.MethodVisitor.visitAnnotableParameterCount:(IZ)V
         6: .line 528
            return
        end local 2 // boolean visible
        end local 1 // int parameterCount
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0    7     1  parameterCount  I
            0    7     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.util.CheckMethodAdapter this
        start local 1 // int parameter
        start local 2 // java.lang.String descriptor
        start local 3 // boolean visible
         0: .line 533
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitEndNotCalled:()V
         1: .line 534
            iload 3 /* visible */
            ifeq 4
         2: .line 535
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.visibleAnnotableParameterCount:I
            ifle 4
         3: .line 536
            iload 1 /* parameter */
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.visibleAnnotableParameterCount:I
            if_icmpge 7
         4: .line 537
      StackMap locals:
      StackMap stack:
            iload 3 /* visible */
            ifne 8
         5: .line 538
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.invisibleAnnotableParameterCount:I
            ifle 8
         6: .line 539
            iload 1 /* parameter */
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.invisibleAnnotableParameterCount:I
            if_icmplt 8
         7: .line 540
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid parameter index"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 542
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 2 /* descriptor */
            iconst_0
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkDescriptor:(ILjava/lang/String;Z)V
         9: .line 543
            new org.objectweb.asm.util.CheckAnnotationAdapter
            dup
        10: .line 544
            aload 0 /* this */
            iload 1 /* parameter */
            aload 2 /* descriptor */
            iload 3 /* visible */
            invokespecial org.objectweb.asm.MethodVisitor.visitParameterAnnotation:(ILjava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
        11: .line 543
            invokespecial org.objectweb.asm.util.CheckAnnotationAdapter.<init>:(Lorg/objectweb/asm/AnnotationVisitor;)V
            areturn
        end local 3 // boolean visible
        end local 2 // java.lang.String descriptor
        end local 1 // int parameter
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0   12     1   parameter  I
            0   12     2  descriptor  Ljava/lang/String;
            0   12     3     visible  Z
    MethodParameters:
            Name  Flags
      parameter   final
      descriptor  final
      visible     final

  public void visitAttribute(org.objectweb.asm.Attribute);
    descriptor: (Lorg/objectweb/asm/Attribute;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // org.objectweb.asm.Attribute attribute
         0: .line 549
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitEndNotCalled:()V
         1: .line 550
            aload 1 /* attribute */
            ifnonnull 3
         2: .line 551
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid attribute (must not be null)"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 553
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* attribute */
            invokespecial org.objectweb.asm.MethodVisitor.visitAttribute:(Lorg/objectweb/asm/Attribute;)V
         4: .line 554
            return
        end local 1 // org.objectweb.asm.Attribute attribute
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0    5     1  attribute  Lorg/objectweb/asm/Attribute;
    MethodParameters:
           Name  Flags
      attribute  final

  public void visitCode();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
         0: .line 558
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.access:I
            sipush 1024
            iand
            ifeq 2
         1: .line 559
            new java.lang.UnsupportedOperationException
            dup
            ldc "Abstract methods cannot have code"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 561
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.objectweb.asm.util.CheckMethodAdapter.visitCodeCalled:Z
         3: .line 562
            aload 0 /* this */
            invokespecial org.objectweb.asm.MethodVisitor.visitCode:()V
         4: .line 563
            return
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/objectweb/asm/util/CheckMethodAdapter;

  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=9, args_size=6
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter 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 572
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.lastFrameInsnIndex:I
            if_icmpne 2
         1: .line 573
            new java.lang.IllegalStateException
            dup
            ldc "At most one frame can be visited at a given code location."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 575
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
            putfield org.objectweb.asm.util.CheckMethodAdapter.lastFrameInsnIndex:I
         3: .line 578
            iload 1 /* type */
            tableswitch { // -1 - 4
                   -1: 4
                    0: 4
                    1: 13
                    2: 13
                    3: 7
                    4: 10
              default: 16
          }
         4: .line 581
      StackMap locals:
      StackMap stack:
            ldc 2147483647
            istore 6 /* maxNumLocal */
        start local 6 // int maxNumLocal
         5: .line 582
            ldc 2147483647
            istore 7 /* maxNumStack */
        start local 7 // int maxNumStack
         6: .line 583
            goto 17
        end local 7 // int maxNumStack
        end local 6 // int maxNumLocal
         7: .line 586
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* maxNumLocal */
        start local 6 // int maxNumLocal
         8: .line 587
            iconst_0
            istore 7 /* maxNumStack */
        start local 7 // int maxNumStack
         9: .line 588
            goto 17
        end local 7 // int maxNumStack
        end local 6 // int maxNumLocal
        10: .line 591
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* maxNumLocal */
        start local 6 // int maxNumLocal
        11: .line 592
            iconst_1
            istore 7 /* maxNumStack */
        start local 7 // int maxNumStack
        12: .line 593
            goto 17
        end local 7 // int maxNumStack
        end local 6 // int maxNumLocal
        13: .line 597
      StackMap locals:
      StackMap stack:
            iconst_3
            istore 6 /* maxNumLocal */
        start local 6 // int maxNumLocal
        14: .line 598
            iconst_0
            istore 7 /* maxNumStack */
        start local 7 // int maxNumStack
        15: .line 599
            goto 17
        end local 7 // int maxNumStack
        end local 6 // int maxNumLocal
        16: .line 602
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid frame type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* type */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        start local 6 // int maxNumLocal
        start local 7 // int maxNumStack
        17: .line 605
      StackMap locals: int int
      StackMap stack:
            iload 2 /* numLocal */
            iload 6 /* maxNumLocal */
            if_icmple 21
        18: .line 606
            new java.lang.IllegalArgumentException
            dup
        19: .line 607
            new java.lang.StringBuilder
            dup
            ldc "Invalid numLocal="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* numLocal */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " for frame type "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* type */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        20: .line 606
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        21: .line 609
      StackMap locals:
      StackMap stack:
            iload 4 /* numStack */
            iload 7 /* maxNumStack */
            if_icmple 25
        22: .line 610
            new java.lang.IllegalArgumentException
            dup
        23: .line 611
            new java.lang.StringBuilder
            dup
            ldc "Invalid numStack="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 4 /* numStack */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " for frame type "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* type */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        24: .line 610
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        25: .line 614
      StackMap locals:
      StackMap stack:
            iload 1 /* type */
            iconst_2
            if_icmpeq 33
        26: .line 615
            iload 2 /* numLocal */
            ifle 28
            aload 3 /* local */
            ifnull 27
            aload 3 /* local */
            arraylength
            iload 2 /* numLocal */
            if_icmpge 28
        27: .line 616
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Array local[] is shorter than numLocal"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        28: .line 618
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        29: goto 32
        30: .line 619
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 3 /* local */
            iload 8 /* i */
            aaload
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkFrameValue:(Ljava/lang/Object;)V
        31: .line 618
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        32: iload 8 /* i */
            iload 2 /* numLocal */
            if_icmplt 30
        end local 8 // int i
        33: .line 622
      StackMap locals:
      StackMap stack:
            iload 4 /* numStack */
            ifle 35
            aload 5 /* stack */
            ifnull 34
            aload 5 /* stack */
            arraylength
            iload 4 /* numStack */
            if_icmpge 35
        34: .line 623
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Array stack[] is shorter than numStack"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        35: .line 625
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        36: goto 39
        37: .line 626
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 5 /* stack */
            iload 8 /* i */
            aaload
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkFrameValue:(Ljava/lang/Object;)V
        38: .line 625
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        39: iload 8 /* i */
            iload 4 /* numStack */
            if_icmplt 37
        end local 8 // int i
        40: .line 628
            iload 1 /* type */
            iconst_m1
            if_icmpne 43
        41: .line 629
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.util.CheckMethodAdapter.numExpandedFrames:I
            iconst_1
            iadd
            putfield org.objectweb.asm.util.CheckMethodAdapter.numExpandedFrames:I
        42: .line 630
            goto 44
        43: .line 631
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.util.CheckMethodAdapter.numCompressedFrames:I
            iconst_1
            iadd
            putfield org.objectweb.asm.util.CheckMethodAdapter.numCompressedFrames:I
        44: .line 633
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.numExpandedFrames:I
            ifle 46
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.numCompressedFrames:I
            ifle 46
        45: .line 634
            new java.lang.IllegalArgumentException
            dup
            ldc "Expanded and compressed frames must not be mixed."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        46: .line 636
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* type */
            iload 2 /* numLocal */
            aload 3 /* local */
            iload 4 /* numStack */
            aload 5 /* stack */
            invokespecial org.objectweb.asm.MethodVisitor.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
        47: .line 637
            return
        end local 7 // int maxNumStack
        end local 6 // int maxNumLocal
        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.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   48     0         this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0   48     1         type  I
            0   48     2     numLocal  I
            0   48     3        local  [Ljava/lang/Object;
            0   48     4     numStack  I
            0   48     5        stack  [Ljava/lang/Object;
            5    7     6  maxNumLocal  I
            8   10     6  maxNumLocal  I
           11   13     6  maxNumLocal  I
           14   16     6  maxNumLocal  I
           17   48     6  maxNumLocal  I
            6    7     7  maxNumStack  I
            9   10     7  maxNumStack  I
           12   13     7  maxNumStack  I
           15   16     7  maxNumStack  I
           17   48     7  maxNumStack  I
           29   33     8            i  I
           36   40     8            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=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // int opcode
         0: .line 641
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitCodeCalled:()V
         1: .line 642
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitMaxsNotCalled:()V
         2: .line 643
            iload 1 /* opcode */
            getstatic org.objectweb.asm.util.CheckMethodAdapter$Method.VISIT_INSN:Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkOpcodeMethod:(ILorg/objectweb/asm/util/CheckMethodAdapter$Method;)V
         3: .line 644
            aload 0 /* this */
            iload 1 /* opcode */
            invokespecial org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         4: .line 645
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
         5: .line 646
            return
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0    6     1  opcode  I
    MethodParameters:
        Name  Flags
      opcode  final

  public void visitIntInsn(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // int opcode
        start local 2 // int operand
         0: .line 650
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitCodeCalled:()V
         1: .line 651
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitMaxsNotCalled:()V
         2: .line 652
            iload 1 /* opcode */
            getstatic org.objectweb.asm.util.CheckMethodAdapter$Method.VISIT_INT_INSN:Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkOpcodeMethod:(ILorg/objectweb/asm/util/CheckMethodAdapter$Method;)V
         3: .line 653
            iload 1 /* opcode */
            lookupswitch { // 3
                   16: 4
                   17: 6
                  188: 8
              default: 12
          }
         4: .line 655
      StackMap locals:
      StackMap stack:
            iload 2 /* operand */
            ldc "Invalid operand"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkSignedByte:(ILjava/lang/String;)V
         5: .line 656
            goto 13
         6: .line 658
      StackMap locals:
      StackMap stack:
            iload 2 /* operand */
            ldc "Invalid operand"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkSignedShort:(ILjava/lang/String;)V
         7: .line 659
            goto 13
         8: .line 661
      StackMap locals:
      StackMap stack:
            iload 2 /* operand */
            iconst_4
            if_icmplt 9
            iload 2 /* operand */
            bipush 11
            if_icmple 13
         9: .line 662
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
        10: .line 663
            new java.lang.StringBuilder
            dup
            ldc "Invalid operand (must be an array type code T_...): "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* operand */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        11: .line 662
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 667
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        13: .line 669
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opcode */
            iload 2 /* operand */
            invokespecial org.objectweb.asm.MethodVisitor.visitIntInsn:(II)V
        14: .line 670
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
        15: .line 671
            return
        end local 2 // int operand
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0   16     1   opcode  I
            0   16     2  operand  I
    MethodParameters:
         Name  Flags
      opcode   final
      operand  final

  public void visitVarInsn(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // int opcode
        start local 2 // int var
         0: .line 675
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitCodeCalled:()V
         1: .line 676
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitMaxsNotCalled:()V
         2: .line 677
            iload 1 /* opcode */
            getstatic org.objectweb.asm.util.CheckMethodAdapter$Method.VISIT_VAR_INSN:Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkOpcodeMethod:(ILorg/objectweb/asm/util/CheckMethodAdapter$Method;)V
         3: .line 678
            iload 2 /* var */
            ldc "Invalid local variable index"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkUnsignedShort:(ILjava/lang/String;)V
         4: .line 679
            aload 0 /* this */
            iload 1 /* opcode */
            iload 2 /* var */
            invokespecial org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         5: .line 680
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
         6: .line 681
            return
        end local 2 // int var
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0    7     1  opcode  I
            0    7     2     var  I
    MethodParameters:
        Name  Flags
      opcode  final
      var     final

  public void visitTypeInsn(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // int opcode
        start local 2 // java.lang.String type
         0: .line 685
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitCodeCalled:()V
         1: .line 686
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitMaxsNotCalled:()V
         2: .line 687
            iload 1 /* opcode */
            getstatic org.objectweb.asm.util.CheckMethodAdapter$Method.VISIT_TYPE_INSN:Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkOpcodeMethod:(ILorg/objectweb/asm/util/CheckMethodAdapter$Method;)V
         3: .line 688
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 2 /* type */
            ldc "type"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkInternalName:(ILjava/lang/String;Ljava/lang/String;)V
         4: .line 689
            iload 1 /* opcode */
            sipush 187
            if_icmpne 6
            aload 2 /* type */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 91
            if_icmpne 6
         5: .line 690
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "NEW cannot be used to create arrays: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* type */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 692
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opcode */
            aload 2 /* type */
            invokespecial org.objectweb.asm.MethodVisitor.visitTypeInsn:(ILjava/lang/String;)V
         7: .line 693
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
         8: .line 694
            return
        end local 2 // java.lang.String type
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0    9     1  opcode  I
            0    9     2    type  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      opcode  final
      type    final

  public void visitFieldInsn(int, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter 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 699
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitCodeCalled:()V
         1: .line 700
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitMaxsNotCalled:()V
         2: .line 701
            iload 1 /* opcode */
            getstatic org.objectweb.asm.util.CheckMethodAdapter$Method.VISIT_FIELD_INSN:Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkOpcodeMethod:(ILorg/objectweb/asm/util/CheckMethodAdapter$Method;)V
         3: .line 702
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 2 /* owner */
            ldc "owner"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkInternalName:(ILjava/lang/String;Ljava/lang/String;)V
         4: .line 703
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 3 /* name */
            ldc "name"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkUnqualifiedName:(ILjava/lang/String;Ljava/lang/String;)V
         5: .line 704
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 4 /* descriptor */
            iconst_0
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkDescriptor:(ILjava/lang/String;Z)V
         6: .line 705
            aload 0 /* this */
            iload 1 /* opcode */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            invokespecial org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         7: .line 706
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
         8: .line 707
            return
        end local 4 // java.lang.String descriptor
        end local 3 // java.lang.String name
        end local 2 // java.lang.String owner
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0    9     1      opcode  I
            0    9     2       owner  Ljava/lang/String;
            0    9     3        name  Ljava/lang/String;
            0    9     4  descriptor  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      opcode      final
      owner       final
      name        final
      descriptor  final

  public void visitMethodInsn(int, java.lang.String, java.lang.String, java.lang.String, boolean);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // int opcodeAndSource
        start local 2 // java.lang.String owner
        start local 3 // java.lang.String name
        start local 4 // java.lang.String descriptor
        start local 5 // boolean isInterface
         0: .line 716
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.api:I
            ldc 327680
            if_icmpge 3
            iload 1 /* opcodeAndSource */
            sipush 256
            iand
            ifne 3
         1: .line 718
            aload 0 /* this */
            iload 1 /* opcodeAndSource */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            iload 5 /* isInterface */
            invokespecial org.objectweb.asm.MethodVisitor.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
         2: .line 719
            return
         3: .line 721
      StackMap locals:
      StackMap stack:
            iload 1 /* opcodeAndSource */
            sipush -257
            iand
            istore 6 /* opcode */
        start local 6 // int opcode
         4: .line 723
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitCodeCalled:()V
         5: .line 724
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitMaxsNotCalled:()V
         6: .line 725
            iload 6 /* opcode */
            getstatic org.objectweb.asm.util.CheckMethodAdapter$Method.VISIT_METHOD_INSN:Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkOpcodeMethod:(ILorg/objectweb/asm/util/CheckMethodAdapter$Method;)V
         7: .line 726
            iload 6 /* opcode */
            sipush 183
            if_icmpne 8
            ldc "<init>"
            aload 3 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
         8: .line 727
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 3 /* name */
            ldc "name"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkMethodIdentifier:(ILjava/lang/String;Ljava/lang/String;)V
         9: .line 729
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 2 /* owner */
            ldc "owner"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkInternalName:(ILjava/lang/String;Ljava/lang/String;)V
        10: .line 730
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 4 /* descriptor */
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkMethodDescriptor:(ILjava/lang/String;)V
        11: .line 731
            iload 6 /* opcode */
            sipush 182
            if_icmpne 13
            iload 5 /* isInterface */
            ifeq 13
        12: .line 732
            new java.lang.IllegalArgumentException
            dup
            ldc "INVOKEVIRTUAL can't be used with interfaces"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 734
      StackMap locals:
      StackMap stack:
            iload 6 /* opcode */
            sipush 185
            if_icmpne 15
            iload 5 /* isInterface */
            ifne 15
        14: .line 735
            new java.lang.IllegalArgumentException
            dup
            ldc "INVOKEINTERFACE can't be used with classes"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 737
      StackMap locals:
      StackMap stack:
            iload 6 /* opcode */
            sipush 183
            if_icmpne 19
            iload 5 /* isInterface */
            ifeq 19
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            ldc 65535
            iand
            bipush 52
            if_icmpge 19
        16: .line 738
            new java.lang.IllegalArgumentException
            dup
        17: .line 739
            ldc "INVOKESPECIAL can't be used with interfaces prior to Java 8"
        18: .line 738
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        19: .line 741
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opcodeAndSource */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            iload 5 /* isInterface */
            invokespecial org.objectweb.asm.MethodVisitor.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
        20: .line 742
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
        21: .line 743
            return
        end local 6 // int opcode
        end local 5 // boolean isInterface
        end local 4 // java.lang.String descriptor
        end local 3 // java.lang.String name
        end local 2 // java.lang.String owner
        end local 1 // int opcodeAndSource
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   22     0             this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0   22     1  opcodeAndSource  I
            0   22     2            owner  Ljava/lang/String;
            0   22     3             name  Ljava/lang/String;
            0   22     4       descriptor  Ljava/lang/String;
            0   22     5      isInterface  Z
            4   22     6           opcode  I
    MethodParameters:
                 Name  Flags
      opcodeAndSource  final
      owner            final
      name             final
      descriptor       final
      isInterface      final

  public void visitInvokeDynamicInsn(java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Handle;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=9, args_size=5
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter 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 751
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitCodeCalled:()V
         1: .line 752
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitMaxsNotCalled:()V
         2: .line 753
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 1 /* name */
            ldc "name"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkMethodIdentifier:(ILjava/lang/String;Ljava/lang/String;)V
         3: .line 754
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 2 /* descriptor */
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkMethodDescriptor:(ILjava/lang/String;)V
         4: .line 755
            aload 3 /* bootstrapMethodHandle */
            invokevirtual org.objectweb.asm.Handle.getTag:()I
            bipush 6
            if_icmpeq 7
         5: .line 756
            aload 3 /* bootstrapMethodHandle */
            invokevirtual org.objectweb.asm.Handle.getTag:()I
            bipush 8
            if_icmpeq 7
         6: .line 757
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "invalid handle tag "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* bootstrapMethodHandle */
            invokevirtual org.objectweb.asm.Handle.getTag:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 759
      StackMap locals:
      StackMap stack:
            aload 4 /* bootstrapMethodArguments */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 11
      StackMap locals: org.objectweb.asm.util.CheckMethodAdapter java.lang.String java.lang.String org.objectweb.asm.Handle java.lang.Object[] top int int java.lang.Object[]
      StackMap stack:
         8: aload 8
            iload 6
            aaload
            astore 5 /* bootstrapMethodArgument */
        start local 5 // java.lang.Object bootstrapMethodArgument
         9: .line 760
            aload 0 /* this */
            aload 5 /* bootstrapMethodArgument */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkLdcConstant:(Ljava/lang/Object;)V
        end local 5 // java.lang.Object bootstrapMethodArgument
        10: .line 759
            iinc 6 1
      StackMap locals:
      StackMap stack:
        11: iload 6
            iload 7
            if_icmplt 8
        12: .line 762
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* descriptor */
            aload 3 /* bootstrapMethodHandle */
            aload 4 /* bootstrapMethodArguments */
            invokespecial org.objectweb.asm.MethodVisitor.visitInvokeDynamicInsn:(Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Handle;[Ljava/lang/Object;)V
        13: .line 763
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
        14: .line 764
            return
        end local 4 // java.lang.Object[] bootstrapMethodArguments
        end local 3 // org.objectweb.asm.Handle bootstrapMethodHandle
        end local 2 // java.lang.String descriptor
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   15     0                      this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0   15     1                      name  Ljava/lang/String;
            0   15     2                descriptor  Ljava/lang/String;
            0   15     3     bootstrapMethodHandle  Lorg/objectweb/asm/Handle;
            0   15     4  bootstrapMethodArguments  [Ljava/lang/Object;
            9   10     5   bootstrapMethodArgument  Ljava/lang/Object;
    MethodParameters:
                          Name  Flags
      name                      final
      descriptor                final
      bootstrapMethodHandle     final
      bootstrapMethodArguments  final

  public void visitJumpInsn(int, org.objectweb.asm.Label);
    descriptor: (ILorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // int opcode
        start local 2 // org.objectweb.asm.Label label
         0: .line 768
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitCodeCalled:()V
         1: .line 769
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitMaxsNotCalled:()V
         2: .line 770
            iload 1 /* opcode */
            getstatic org.objectweb.asm.util.CheckMethodAdapter$Method.VISIT_JUMP_INSN:Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkOpcodeMethod:(ILorg/objectweb/asm/util/CheckMethodAdapter$Method;)V
         3: .line 771
            aload 0 /* this */
            aload 2 /* label */
            iconst_0
            ldc "label"
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkLabel:(Lorg/objectweb/asm/Label;ZLjava/lang/String;)V
         4: .line 772
            aload 0 /* this */
            iload 1 /* opcode */
            aload 2 /* label */
            invokespecial org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
         5: .line 773
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.referencedLabels:Ljava/util/Set;
            aload 2 /* label */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         6: .line 774
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
         7: .line 775
            return
        end local 2 // org.objectweb.asm.Label label
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0    8     1  opcode  I
            0    8     2   label  Lorg/objectweb/asm/Label;
    MethodParameters:
        Name  Flags
      opcode  final
      label   final

  public void visitLabel(org.objectweb.asm.Label);
    descriptor: (Lorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // org.objectweb.asm.Label label
         0: .line 779
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitCodeCalled:()V
         1: .line 780
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitMaxsNotCalled:()V
         2: .line 781
            aload 0 /* this */
            aload 1 /* label */
            iconst_0
            ldc "label"
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkLabel:(Lorg/objectweb/asm/Label;ZLjava/lang/String;)V
         3: .line 782
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.labelInsnIndices:Ljava/util/Map;
            aload 1 /* label */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 5
         4: .line 783
            new java.lang.IllegalArgumentException
            dup
            ldc "Already visited label"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 785
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.labelInsnIndices:Ljava/util/Map;
            aload 1 /* label */
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 786
            aload 0 /* this */
            aload 1 /* label */
            invokespecial org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
         7: .line 787
            return
        end local 1 // org.objectweb.asm.Label label
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0    8     1  label  Lorg/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      label  final

  public void visitLdcInsn(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // java.lang.Object value
         0: .line 791
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitCodeCalled:()V
         1: .line 792
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitMaxsNotCalled:()V
         2: .line 793
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkLdcConstant:(Ljava/lang/Object;)V
         3: .line 794
            aload 0 /* this */
            aload 1 /* value */
            invokespecial org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
         4: .line 795
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
         5: .line 796
            return
        end local 1 // java.lang.Object value
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0    6     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  final

  public void visitIincInsn(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // int var
        start local 2 // int increment
         0: .line 800
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitCodeCalled:()V
         1: .line 801
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitMaxsNotCalled:()V
         2: .line 802
            iload 1 /* var */
            ldc "Invalid local variable index"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkUnsignedShort:(ILjava/lang/String;)V
         3: .line 803
            iload 2 /* increment */
            ldc "Invalid increment"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkSignedShort:(ILjava/lang/String;)V
         4: .line 804
            aload 0 /* this */
            iload 1 /* var */
            iload 2 /* increment */
            invokespecial org.objectweb.asm.MethodVisitor.visitIincInsn:(II)V
         5: .line 805
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
         6: .line 806
            return
        end local 2 // int increment
        end local 1 // int var
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0    7     1        var  I
            0    7     2  increment  I
    MethodParameters:
           Name  Flags
      var        final
      increment  final

  public void visitTableSwitchInsn(int, int, org.objectweb.asm.Label, org.objectweb.asm.Label[]);
    descriptor: (IILorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=6, locals=9, args_size=5
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter 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 811
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitCodeCalled:()V
         1: .line 812
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitMaxsNotCalled:()V
         2: .line 813
            iload 2 /* max */
            iload 1 /* min */
            if_icmpge 6
         3: .line 814
            new java.lang.IllegalArgumentException
            dup
         4: .line 815
            new java.lang.StringBuilder
            dup
            ldc "Max = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* max */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " must be greater than or equal to min = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* min */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 814
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 817
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* dflt */
            iconst_0
            ldc "default label"
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkLabel:(Lorg/objectweb/asm/Label;ZLjava/lang/String;)V
         7: .line 818
            aload 4 /* labels */
            ifnull 8
            aload 4 /* labels */
            arraylength
            iload 2 /* max */
            iload 1 /* min */
            isub
            iconst_1
            iadd
            if_icmpeq 9
         8: .line 819
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "There must be max - min + 1 labels"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 821
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        10: goto 13
        11: .line 822
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 4 /* labels */
            iload 5 /* i */
            aaload
            iconst_0
            new java.lang.StringBuilder
            dup
            ldc "label at index "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 5 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkLabel:(Lorg/objectweb/asm/Label;ZLjava/lang/String;)V
        12: .line 821
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 5 /* i */
            aload 4 /* labels */
            arraylength
            if_icmplt 11
        end local 5 // int i
        14: .line 824
            aload 0 /* this */
            iload 1 /* min */
            iload 2 /* max */
            aload 3 /* dflt */
            aload 4 /* labels */
            invokespecial org.objectweb.asm.MethodVisitor.visitTableSwitchInsn:(IILorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V
        15: .line 825
            aload 4 /* labels */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 19
      StackMap locals: org.objectweb.asm.util.CheckMethodAdapter int int org.objectweb.asm.Label org.objectweb.asm.Label[] top int int org.objectweb.asm.Label[]
      StackMap stack:
        16: aload 8
            iload 6
            aaload
            astore 5 /* label */
        start local 5 // org.objectweb.asm.Label label
        17: .line 826
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.referencedLabels:Ljava/util/Set;
            aload 5 /* label */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // org.objectweb.asm.Label label
        18: .line 825
            iinc 6 1
      StackMap locals:
      StackMap stack:
        19: iload 6
            iload 7
            if_icmplt 16
        20: .line 828
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
        21: .line 829
            return
        end local 4 // org.objectweb.asm.Label[] labels
        end local 3 // org.objectweb.asm.Label dflt
        end local 2 // int max
        end local 1 // int min
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   22     0    this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0   22     1     min  I
            0   22     2     max  I
            0   22     3    dflt  Lorg/objectweb/asm/Label;
            0   22     4  labels  [Lorg/objectweb/asm/Label;
           10   14     5       i  I
           17   18     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=8, args_size=4
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // org.objectweb.asm.Label dflt
        start local 2 // int[] keys
        start local 3 // org.objectweb.asm.Label[] labels
         0: .line 833
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitMaxsNotCalled:()V
         1: .line 834
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitCodeCalled:()V
         2: .line 835
            aload 0 /* this */
            aload 1 /* dflt */
            iconst_0
            ldc "default label"
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkLabel:(Lorg/objectweb/asm/Label;ZLjava/lang/String;)V
         3: .line 836
            aload 2 /* keys */
            ifnull 4
            aload 3 /* labels */
            ifnull 4
            aload 2 /* keys */
            arraylength
            aload 3 /* labels */
            arraylength
            if_icmpeq 5
         4: .line 837
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "There must be the same number of keys and labels"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 839
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 9
         7: .line 840
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 3 /* labels */
            iload 4 /* i */
            aaload
            iconst_0
            new java.lang.StringBuilder
            dup
            ldc "label at index "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 4 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkLabel:(Lorg/objectweb/asm/Label;ZLjava/lang/String;)V
         8: .line 839
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            aload 3 /* labels */
            arraylength
            if_icmplt 7
        end local 4 // int i
        10: .line 842
            aload 0 /* this */
            aload 1 /* dflt */
            aload 2 /* keys */
            aload 3 /* labels */
            invokespecial org.objectweb.asm.MethodVisitor.visitLookupSwitchInsn:(Lorg/objectweb/asm/Label;[I[Lorg/objectweb/asm/Label;)V
        11: .line 843
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.referencedLabels:Ljava/util/Set;
            aload 1 /* dflt */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        12: .line 844
            aload 3 /* labels */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 16
      StackMap locals: org.objectweb.asm.util.CheckMethodAdapter org.objectweb.asm.Label int[] org.objectweb.asm.Label[] top int int org.objectweb.asm.Label[]
      StackMap stack:
        13: aload 7
            iload 5
            aaload
            astore 4 /* label */
        start local 4 // org.objectweb.asm.Label label
        14: .line 845
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.referencedLabels:Ljava/util/Set;
            aload 4 /* label */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // org.objectweb.asm.Label label
        15: .line 844
            iinc 5 1
      StackMap locals:
      StackMap stack:
        16: iload 5
            iload 6
            if_icmplt 13
        17: .line 847
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
        18: .line 848
            return
        end local 3 // org.objectweb.asm.Label[] labels
        end local 2 // int[] keys
        end local 1 // org.objectweb.asm.Label dflt
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0    this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0   19     1    dflt  Lorg/objectweb/asm/Label;
            0   19     2    keys  [I
            0   19     3  labels  [Lorg/objectweb/asm/Label;
            6   10     4       i  I
           14   15     4   label  Lorg/objectweb/asm/Label;
    MethodParameters:
        Name  Flags
      dflt    final
      keys    final
      labels  final

  public void visitMultiANewArrayInsn(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // java.lang.String descriptor
        start local 2 // int numDimensions
         0: .line 852
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitCodeCalled:()V
         1: .line 853
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitMaxsNotCalled:()V
         2: .line 854
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 1 /* descriptor */
            iconst_0
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkDescriptor:(ILjava/lang/String;Z)V
         3: .line 855
            aload 1 /* descriptor */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 91
            if_icmpeq 7
         4: .line 856
            new java.lang.IllegalArgumentException
            dup
         5: .line 857
            new java.lang.StringBuilder
            dup
            ldc "Invalid descriptor (must be an array type descriptor): "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* descriptor */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 856
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 859
      StackMap locals:
      StackMap stack:
            iload 2 /* numDimensions */
            iconst_1
            if_icmpge 11
         8: .line 860
            new java.lang.IllegalArgumentException
            dup
         9: .line 861
            new java.lang.StringBuilder
            dup
            ldc "Invalid dimensions (must be greater than 0): "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* numDimensions */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        10: .line 860
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 863
      StackMap locals:
      StackMap stack:
            iload 2 /* numDimensions */
            aload 1 /* descriptor */
            bipush 91
            invokevirtual java.lang.String.lastIndexOf:(I)I
            iconst_1
            iadd
            if_icmple 17
        12: .line 864
            new java.lang.IllegalArgumentException
            dup
        13: .line 865
            new java.lang.StringBuilder
            dup
            ldc "Invalid dimensions (must not be greater than numDimensions(descriptor)): "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        14: .line 866
            iload 2 /* numDimensions */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        15: .line 865
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        16: .line 864
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 868
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* descriptor */
            iload 2 /* numDimensions */
            invokespecial org.objectweb.asm.MethodVisitor.visitMultiANewArrayInsn:(Ljava/lang/String;I)V
        18: .line 869
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
            iconst_1
            iadd
            putfield org.objectweb.asm.util.CheckMethodAdapter.insnCount:I
        19: .line 870
            return
        end local 2 // int numDimensions
        end local 1 // java.lang.String descriptor
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   20     0           this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0   20     1     descriptor  Ljava/lang/String;
            0   20     2  numDimensions  I
    MethodParameters:
               Name  Flags
      descriptor     final
      numDimensions  final

  public org.objectweb.asm.AnnotationVisitor visitInsnAnnotation(int, org.objectweb.asm.TypePath, java.lang.String, boolean);
    descriptor: (ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter 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 875
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitCodeCalled:()V
         1: .line 876
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitMaxsNotCalled:()V
         2: .line 877
            new org.objectweb.asm.TypeReference
            dup
            iload 1 /* typeRef */
            invokespecial org.objectweb.asm.TypeReference.<init>:(I)V
            invokevirtual org.objectweb.asm.TypeReference.getSort:()I
            istore 5 /* sort */
        start local 5 // int sort
         3: .line 878
            iload 5 /* sort */
            bipush 67
            if_icmpeq 13
         4: .line 879
            iload 5 /* sort */
            bipush 68
            if_icmpeq 13
         5: .line 880
            iload 5 /* sort */
            bipush 69
            if_icmpeq 13
         6: .line 881
            iload 5 /* sort */
            bipush 70
            if_icmpeq 13
         7: .line 882
            iload 5 /* sort */
            bipush 71
            if_icmpeq 13
         8: .line 883
            iload 5 /* sort */
            bipush 72
            if_icmpeq 13
         9: .line 884
            iload 5 /* sort */
            bipush 73
            if_icmpeq 13
        10: .line 885
            iload 5 /* sort */
            bipush 74
            if_icmpeq 13
        11: .line 886
            iload 5 /* sort */
            bipush 75
            if_icmpeq 13
        12: .line 887
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid type reference sort 0x"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 5 /* sort */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 889
      StackMap locals: int
      StackMap stack:
            iload 1 /* typeRef */
            invokestatic org.objectweb.asm.util.CheckClassAdapter.checkTypeRef:(I)V
        14: .line 890
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 3 /* descriptor */
            iconst_0
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkDescriptor:(ILjava/lang/String;Z)V
        15: .line 891
            new org.objectweb.asm.util.CheckAnnotationAdapter
            dup
        16: .line 892
            aload 0 /* this */
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            iload 4 /* visible */
            invokespecial org.objectweb.asm.MethodVisitor.visitInsnAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
        17: .line 891
            invokespecial org.objectweb.asm.util.CheckAnnotationAdapter.<init>:(Lorg/objectweb/asm/AnnotationVisitor;)V
            areturn
        end local 5 // int sort
        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.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   18     0        this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0   18     1     typeRef  I
            0   18     2    typePath  Lorg/objectweb/asm/TypePath;
            0   18     3  descriptor  Ljava/lang/String;
            0   18     4     visible  Z
            3   18     5        sort  I
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      descriptor  final
      visible     final

  public void visitTryCatchBlock(org.objectweb.asm.Label, org.objectweb.asm.Label, org.objectweb.asm.Label, java.lang.String);
    descriptor: (Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter 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 898
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitCodeCalled:()V
         1: .line 899
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitMaxsNotCalled:()V
         2: .line 900
            aload 0 /* this */
            aload 1 /* start */
            iconst_0
            ldc "start label"
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkLabel:(Lorg/objectweb/asm/Label;ZLjava/lang/String;)V
         3: .line 901
            aload 0 /* this */
            aload 2 /* end */
            iconst_0
            ldc "end label"
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkLabel:(Lorg/objectweb/asm/Label;ZLjava/lang/String;)V
         4: .line 902
            aload 0 /* this */
            aload 3 /* handler */
            iconst_0
            ldc "handler label"
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkLabel:(Lorg/objectweb/asm/Label;ZLjava/lang/String;)V
         5: .line 903
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.labelInsnIndices:Ljava/util/Map;
            aload 1 /* start */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnonnull 8
         6: .line 904
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.labelInsnIndices:Ljava/util/Map;
            aload 2 /* end */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnonnull 8
         7: .line 905
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.labelInsnIndices:Ljava/util/Map;
            aload 3 /* handler */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 9
         8: .line 906
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "Try catch blocks must be visited before their labels"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 908
      StackMap locals:
      StackMap stack:
            aload 4 /* type */
            ifnull 11
        10: .line 909
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 4 /* type */
            ldc "type"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkInternalName:(ILjava/lang/String;Ljava/lang/String;)V
        11: .line 911
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* start */
            aload 2 /* end */
            aload 3 /* handler */
            aload 4 /* type */
            invokespecial org.objectweb.asm.MethodVisitor.visitTryCatchBlock:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
        12: .line 912
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.handlers:Ljava/util/List;
            aload 1 /* start */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        13: .line 913
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.handlers:Ljava/util/List;
            aload 2 /* end */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        14: .line 914
            return
        end local 4 // java.lang.String type
        end local 3 // org.objectweb.asm.Label handler
        end local 2 // org.objectweb.asm.Label end
        end local 1 // org.objectweb.asm.Label start
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0   15     1    start  Lorg/objectweb/asm/Label;
            0   15     2      end  Lorg/objectweb/asm/Label;
            0   15     3  handler  Lorg/objectweb/asm/Label;
            0   15     4     type  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      start    final
      end      final
      handler  final
      type     final

  public org.objectweb.asm.AnnotationVisitor visitTryCatchAnnotation(int, org.objectweb.asm.TypePath, java.lang.String, boolean);
    descriptor: (ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter 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 919
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitCodeCalled:()V
         1: .line 920
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitMaxsNotCalled:()V
         2: .line 921
            new org.objectweb.asm.TypeReference
            dup
            iload 1 /* typeRef */
            invokespecial org.objectweb.asm.TypeReference.<init>:(I)V
            invokevirtual org.objectweb.asm.TypeReference.getSort:()I
            istore 5 /* sort */
        start local 5 // int sort
         3: .line 922
            iload 5 /* sort */
            bipush 66
            if_icmpeq 5
         4: .line 923
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid type reference sort 0x"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 5 /* sort */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 925
      StackMap locals: int
      StackMap stack:
            iload 1 /* typeRef */
            invokestatic org.objectweb.asm.util.CheckClassAdapter.checkTypeRef:(I)V
         6: .line 926
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 3 /* descriptor */
            iconst_0
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkDescriptor:(ILjava/lang/String;Z)V
         7: .line 927
            new org.objectweb.asm.util.CheckAnnotationAdapter
            dup
         8: .line 928
            aload 0 /* this */
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            iload 4 /* visible */
            invokespecial org.objectweb.asm.MethodVisitor.visitTryCatchAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
         9: .line 927
            invokespecial org.objectweb.asm.util.CheckAnnotationAdapter.<init>:(Lorg/objectweb/asm/AnnotationVisitor;)V
            areturn
        end local 5 // int sort
        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.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0   10     1     typeRef  I
            0   10     2    typePath  Lorg/objectweb/asm/TypePath;
            0   10     3  descriptor  Ljava/lang/String;
            0   10     4     visible  Z
            3   10     5        sort  I
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      descriptor  final
      visible     final

  public void visitLocalVariable(java.lang.String, java.lang.String, java.lang.String, org.objectweb.asm.Label, org.objectweb.asm.Label, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=7
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter 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 939
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitCodeCalled:()V
         1: .line 940
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitMaxsNotCalled:()V
         2: .line 941
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 1 /* name */
            ldc "name"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkUnqualifiedName:(ILjava/lang/String;Ljava/lang/String;)V
         3: .line 942
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 2 /* descriptor */
            iconst_0
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkDescriptor:(ILjava/lang/String;Z)V
         4: .line 943
            aload 3 /* signature */
            ifnull 6
         5: .line 944
            aload 3 /* signature */
            invokestatic org.objectweb.asm.util.CheckClassAdapter.checkFieldSignature:(Ljava/lang/String;)V
         6: .line 946
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* start */
            iconst_1
            ldc "start label"
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkLabel:(Lorg/objectweb/asm/Label;ZLjava/lang/String;)V
         7: .line 947
            aload 0 /* this */
            aload 5 /* end */
            iconst_1
            ldc "end label"
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkLabel:(Lorg/objectweb/asm/Label;ZLjava/lang/String;)V
         8: .line 948
            iload 6 /* index */
            ldc "Invalid local variable index"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkUnsignedShort:(ILjava/lang/String;)V
         9: .line 949
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.labelInsnIndices:Ljava/util/Map;
            aload 4 /* start */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 7 /* startInsnIndex */
        start local 7 // int startInsnIndex
        10: .line 950
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.labelInsnIndices:Ljava/util/Map;
            aload 5 /* end */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 8 /* endInsnIndex */
        start local 8 // int endInsnIndex
        11: .line 951
            iload 8 /* endInsnIndex */
            iload 7 /* startInsnIndex */
            if_icmpge 15
        12: .line 952
            new java.lang.IllegalArgumentException
            dup
        13: .line 953
            ldc "Invalid start and end labels (end must be greater than start)"
        14: .line 952
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 955
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* descriptor */
            aload 3 /* signature */
            aload 4 /* start */
            aload 5 /* end */
            iload 6 /* index */
            invokespecial org.objectweb.asm.MethodVisitor.visitLocalVariable:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;I)V
        16: .line 956
            return
        end local 8 // int endInsnIndex
        end local 7 // int startInsnIndex
        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.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   17     0            this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0   17     1            name  Ljava/lang/String;
            0   17     2      descriptor  Ljava/lang/String;
            0   17     3       signature  Ljava/lang/String;
            0   17     4           start  Lorg/objectweb/asm/Label;
            0   17     5             end  Lorg/objectweb/asm/Label;
            0   17     6           index  I
           10   17     7  startInsnIndex  I
           11   17     8    endInsnIndex  I
    MethodParameters:
            Name  Flags
      name        final
      descriptor  final
      signature   final
      start       final
      end         final
      index       final

  public org.objectweb.asm.AnnotationVisitor visitLocalVariableAnnotation(int, org.objectweb.asm.TypePath, org.objectweb.asm.Label[], org.objectweb.asm.Label[], int[], java.lang.String, boolean);
    descriptor: (ILorg/objectweb/asm/TypePath;[Lorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;[ILjava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=12, args_size=8
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter 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 967
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitCodeCalled:()V
         1: .line 968
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitMaxsNotCalled:()V
         2: .line 969
            new org.objectweb.asm.TypeReference
            dup
            iload 1 /* typeRef */
            invokespecial org.objectweb.asm.TypeReference.<init>:(I)V
            invokevirtual org.objectweb.asm.TypeReference.getSort:()I
            istore 8 /* sort */
        start local 8 // int sort
         3: .line 970
            iload 8 /* sort */
            bipush 64
            if_icmpeq 5
            iload 8 /* sort */
            bipush 65
            if_icmpeq 5
         4: .line 971
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid type reference sort 0x"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 8 /* sort */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 973
      StackMap locals: int
      StackMap stack:
            iload 1 /* typeRef */
            invokestatic org.objectweb.asm.util.CheckClassAdapter.checkTypeRef:(I)V
         6: .line 974
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 6 /* descriptor */
            iconst_0
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkDescriptor:(ILjava/lang/String;Z)V
         7: .line 975
            aload 3 /* start */
            ifnull 12
         8: .line 976
            aload 4 /* end */
            ifnull 12
         9: .line 977
            aload 5 /* index */
            ifnull 12
        10: .line 978
            aload 4 /* end */
            arraylength
            aload 3 /* start */
            arraylength
            if_icmpne 12
        11: .line 979
            aload 5 /* index */
            arraylength
            aload 3 /* start */
            arraylength
            if_icmpeq 15
        12: .line 980
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
        13: .line 981
            ldc "Invalid start, end and index arrays (must be non null and of identical length"
        14: .line 980
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 983
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        16: goto 27
        17: .line 984
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 3 /* start */
            iload 9 /* i */
            aaload
            iconst_1
            ldc "start label"
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkLabel:(Lorg/objectweb/asm/Label;ZLjava/lang/String;)V
        18: .line 985
            aload 0 /* this */
            aload 4 /* end */
            iload 9 /* i */
            aaload
            iconst_1
            ldc "end label"
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkLabel:(Lorg/objectweb/asm/Label;ZLjava/lang/String;)V
        19: .line 986
            aload 5 /* index */
            iload 9 /* i */
            iaload
            ldc "Invalid local variable index"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkUnsignedShort:(ILjava/lang/String;)V
        20: .line 987
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.labelInsnIndices:Ljava/util/Map;
            aload 3 /* start */
            iload 9 /* i */
            aaload
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 10 /* startInsnIndex */
        start local 10 // int startInsnIndex
        21: .line 988
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.labelInsnIndices:Ljava/util/Map;
            aload 4 /* end */
            iload 9 /* i */
            aaload
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 11 /* endInsnIndex */
        start local 11 // int endInsnIndex
        22: .line 989
            iload 11 /* endInsnIndex */
            iload 10 /* startInsnIndex */
            if_icmpge 26
        23: .line 990
            new java.lang.IllegalArgumentException
            dup
        24: .line 991
            ldc "Invalid start and end labels (end must be greater than start)"
        25: .line 990
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 11 // int endInsnIndex
        end local 10 // int startInsnIndex
        26: .line 983
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 9 /* i */
            aload 3 /* start */
            arraylength
            if_icmplt 17
        end local 9 // int i
        28: .line 994
            aload 0 /* this */
        29: .line 995
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* start */
            aload 4 /* end */
            aload 5 /* index */
            aload 6 /* descriptor */
            iload 7 /* visible */
        30: .line 994
            invokespecial org.objectweb.asm.MethodVisitor.visitLocalVariableAnnotation:(ILorg/objectweb/asm/TypePath;[Lorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;[ILjava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            areturn
        end local 8 // int sort
        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.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   31     0            this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0   31     1         typeRef  I
            0   31     2        typePath  Lorg/objectweb/asm/TypePath;
            0   31     3           start  [Lorg/objectweb/asm/Label;
            0   31     4             end  [Lorg/objectweb/asm/Label;
            0   31     5           index  [I
            0   31     6      descriptor  Ljava/lang/String;
            0   31     7         visible  Z
            3   31     8            sort  I
           16   28     9               i  I
           21   26    10  startInsnIndex  I
           22   26    11    endInsnIndex  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=4, locals=3, args_size=3
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // int line
        start local 2 // org.objectweb.asm.Label start
         0: .line 1000
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitCodeCalled:()V
         1: .line 1001
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitMaxsNotCalled:()V
         2: .line 1002
            iload 1 /* line */
            ldc "Invalid line number"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkUnsignedShort:(ILjava/lang/String;)V
         3: .line 1003
            aload 0 /* this */
            aload 2 /* start */
            iconst_1
            ldc "start label"
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkLabel:(Lorg/objectweb/asm/Label;ZLjava/lang/String;)V
         4: .line 1004
            aload 0 /* this */
            iload 1 /* line */
            aload 2 /* start */
            invokespecial org.objectweb.asm.MethodVisitor.visitLineNumber:(ILorg/objectweb/asm/Label;)V
         5: .line 1005
            return
        end local 2 // org.objectweb.asm.Label start
        end local 1 // int line
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            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=4, locals=6, args_size=3
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // int maxStack
        start local 2 // int maxLocals
         0: .line 1009
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitCodeCalled:()V
         1: .line 1010
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitMaxsNotCalled:()V
         2: .line 1011
            aload 0 /* this */
            iconst_1
            putfield org.objectweb.asm.util.CheckMethodAdapter.visitMaxCalled:Z
         3: .line 1012
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.referencedLabels:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 7
      StackMap locals: org.objectweb.asm.util.CheckMethodAdapter int int top java.util.Iterator
      StackMap stack:
         4: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.objectweb.asm.Label
            astore 3 /* l */
        start local 3 // org.objectweb.asm.Label l
         5: .line 1013
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.labelInsnIndices:Ljava/util/Map;
            aload 3 /* l */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnonnull 7
         6: .line 1014
            new java.lang.IllegalStateException
            dup
            ldc "Undefined label used"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // org.objectweb.asm.Label l
         7: .line 1012
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 1017
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         9: goto 17
        10: .line 1018
      StackMap locals: org.objectweb.asm.util.CheckMethodAdapter int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.labelInsnIndices:Ljava/util/Map;
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.handlers:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 4 /* startInsnIndex */
        start local 4 // java.lang.Integer startInsnIndex
        11: .line 1019
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.labelInsnIndices:Ljava/util/Map;
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.handlers:Ljava/util/List;
            iload 3 /* i */
            iconst_1
            iadd
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 5 /* endInsnIndex */
        start local 5 // java.lang.Integer endInsnIndex
        12: .line 1020
            aload 4 /* startInsnIndex */
            ifnull 13
            aload 5 /* endInsnIndex */
            ifnonnull 14
        13: .line 1021
      StackMap locals: java.lang.Integer java.lang.Integer
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "Undefined try catch block labels"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 1023
      StackMap locals:
      StackMap stack:
            aload 5 /* endInsnIndex */
            invokevirtual java.lang.Integer.intValue:()I
            aload 4 /* startInsnIndex */
            invokevirtual java.lang.Integer.intValue:()I
            if_icmpgt 16
        15: .line 1024
            new java.lang.IllegalStateException
            dup
            ldc "Emty try catch block handler range"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // java.lang.Integer endInsnIndex
        end local 4 // java.lang.Integer startInsnIndex
        16: .line 1017
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 2
      StackMap locals:
      StackMap stack:
        17: iload 3 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.handlers:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 10
        end local 3 // int i
        18: .line 1027
            iload 1 /* maxStack */
            ldc "Invalid max stack"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkUnsignedShort:(ILjava/lang/String;)V
        19: .line 1028
            iload 2 /* maxLocals */
            ldc "Invalid max locals"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkUnsignedShort:(ILjava/lang/String;)V
        20: .line 1029
            aload 0 /* this */
            iload 1 /* maxStack */
            iload 2 /* maxLocals */
            invokespecial org.objectweb.asm.MethodVisitor.visitMaxs:(II)V
        21: .line 1030
            return
        end local 2 // int maxLocals
        end local 1 // int maxStack
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   22     0            this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0   22     1        maxStack  I
            0   22     2       maxLocals  I
            5    7     3               l  Lorg/objectweb/asm/Label;
            9   18     3               i  I
           11   16     4  startInsnIndex  Ljava/lang/Integer;
           12   16     5    endInsnIndex  Ljava/lang/Integer;
    MethodParameters:
           Name  Flags
      maxStack   final
      maxLocals  final

  public void visitEnd();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
         0: .line 1034
            aload 0 /* this */
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkVisitEndNotCalled:()V
         1: .line 1035
            aload 0 /* this */
            iconst_1
            putfield org.objectweb.asm.util.CheckMethodAdapter.visitEndCalled:Z
         2: .line 1036
            aload 0 /* this */
            invokespecial org.objectweb.asm.MethodVisitor.visitEnd:()V
         3: .line 1037
            return
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/objectweb/asm/util/CheckMethodAdapter;

  private void checkVisitCodeCalled();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
         0: .line 1045
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.visitCodeCalled:Z
            ifne 4
         1: .line 1046
            new java.lang.IllegalStateException
            dup
         2: .line 1047
            ldc "Cannot visit instructions before visitCode has been called."
         3: .line 1046
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1049
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/objectweb/asm/util/CheckMethodAdapter;

  private void checkVisitMaxsNotCalled();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
         0: .line 1053
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.visitMaxCalled:Z
            ifeq 2
         1: .line 1054
            new java.lang.IllegalStateException
            dup
            ldc "Cannot visit instructions after visitMaxs has been called."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1056
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/util/CheckMethodAdapter;

  private void checkVisitEndNotCalled();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
         0: .line 1060
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.visitEndCalled:Z
            ifeq 2
         1: .line 1061
            new java.lang.IllegalStateException
            dup
            ldc "Cannot visit elements after visitEnd has been called."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1063
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/util/CheckMethodAdapter;

  private void checkFrameValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // java.lang.Object value
         0: .line 1071
            aload 1 /* value */
            getstatic org.objectweb.asm.Opcodes.TOP:Ljava/lang/Integer;
            if_acmpeq 7
         1: .line 1072
            aload 1 /* value */
            getstatic org.objectweb.asm.Opcodes.INTEGER:Ljava/lang/Integer;
            if_acmpeq 7
         2: .line 1073
            aload 1 /* value */
            getstatic org.objectweb.asm.Opcodes.FLOAT:Ljava/lang/Integer;
            if_acmpeq 7
         3: .line 1074
            aload 1 /* value */
            getstatic org.objectweb.asm.Opcodes.LONG:Ljava/lang/Integer;
            if_acmpeq 7
         4: .line 1075
            aload 1 /* value */
            getstatic org.objectweb.asm.Opcodes.DOUBLE:Ljava/lang/Integer;
            if_acmpeq 7
         5: .line 1076
            aload 1 /* value */
            getstatic org.objectweb.asm.Opcodes.NULL:Ljava/lang/Integer;
            if_acmpeq 7
         6: .line 1077
            aload 1 /* value */
            getstatic org.objectweb.asm.Opcodes.UNINITIALIZED_THIS:Ljava/lang/Integer;
            if_acmpne 8
         7: .line 1078
      StackMap locals:
      StackMap stack:
            return
         8: .line 1079
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            instanceof java.lang.String
            ifeq 11
         9: .line 1080
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 1 /* value */
            checkcast java.lang.String
            ldc "Invalid stack frame value"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkInternalName:(ILjava/lang/String;Ljava/lang/String;)V
        10: .line 1081
            goto 15
      StackMap locals:
      StackMap stack:
        11: aload 1 /* value */
            instanceof org.objectweb.asm.Label
            ifeq 14
        12: .line 1082
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.referencedLabels:Ljava/util/Set;
            aload 1 /* value */
            checkcast org.objectweb.asm.Label
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        13: .line 1083
            goto 15
        14: .line 1084
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid stack frame value: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* value */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 1086
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object value
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0   16     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  final

  private static void checkOpcodeMethod(int, org.objectweb.asm.util.CheckMethodAdapter$Method);
    descriptor: (ILorg/objectweb/asm/util/CheckMethodAdapter$Method;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // int opcode
        start local 1 // org.objectweb.asm.util.CheckMethodAdapter$Method method
         0: .line 1095
            iload 0 /* opcode */
            iflt 1
            iload 0 /* opcode */
            sipush 199
            if_icmpgt 1
            getstatic org.objectweb.asm.util.CheckMethodAdapter.OPCODE_METHODS:[Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
            iload 0 /* opcode */
            aaload
            aload 1 /* method */
            if_acmpeq 2
         1: .line 1096
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid opcode: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 0 /* opcode */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1098
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.objectweb.asm.util.CheckMethodAdapter$Method method
        end local 0 // int opcode
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0  opcode  I
            0    3     1  method  Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
    MethodParameters:
        Name  Flags
      opcode  final
      method  final

  private static void checkSignedByte(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // int value
        start local 1 // java.lang.String message
         0: .line 1107
            iload 0 /* value */
            bipush -128
            if_icmplt 1
            iload 0 /* value */
            bipush 127
            if_icmple 2
         1: .line 1108
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            aload 1 /* message */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " (must be a signed byte): "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 0 /* value */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1110
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String message
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0    value  I
            0    3     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      value    final
      message  final

  private static void checkSignedShort(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // int value
        start local 1 // java.lang.String message
         0: .line 1119
            iload 0 /* value */
            sipush -32768
            if_icmplt 1
            iload 0 /* value */
            sipush 32767
            if_icmple 2
         1: .line 1120
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            aload 1 /* message */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " (must be a signed short): "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 0 /* value */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1122
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String message
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0    value  I
            0    3     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      value    final
      message  final

  private static void checkUnsignedShort(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // int value
        start local 1 // java.lang.String message
         0: .line 1131
            iload 0 /* value */
            iflt 1
            iload 0 /* value */
            ldc 65535
            if_icmple 2
         1: .line 1132
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            aload 1 /* message */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " (must be an unsigned short): "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 0 /* value */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1134
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String message
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0    value  I
            0    3     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      value    final
      message  final

  static void checkConstant(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.lang.Object value
         0: .line 1143
            aload 0 /* value */
            instanceof java.lang.Integer
            ifne 6
         1: .line 1144
            aload 0 /* value */
            instanceof java.lang.Float
            ifne 6
         2: .line 1145
            aload 0 /* value */
            instanceof java.lang.Long
            ifne 6
         3: .line 1146
            aload 0 /* value */
            instanceof java.lang.Double
            ifne 6
         4: .line 1147
            aload 0 /* value */
            instanceof java.lang.String
            ifne 6
         5: .line 1148
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid constant: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* value */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1150
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.lang.Object value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  final

  private void checkLdcConstant(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // java.lang.Object value
         0: .line 1158
            aload 1 /* value */
            instanceof org.objectweb.asm.Type
            ifeq 8
         1: .line 1159
            aload 1 /* value */
            checkcast org.objectweb.asm.Type
            invokevirtual org.objectweb.asm.Type.getSort:()I
            istore 2 /* sort */
        start local 2 // int sort
         2: .line 1160
            iload 2 /* sort */
            bipush 10
            if_icmpeq 4
            iload 2 /* sort */
            bipush 9
            if_icmpeq 4
            iload 2 /* sort */
            bipush 11
            if_icmpeq 4
         3: .line 1161
            new java.lang.IllegalArgumentException
            dup
            ldc "Illegal LDC constant value"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1163
      StackMap locals: int
      StackMap stack:
            iload 2 /* sort */
            bipush 11
            if_icmpeq 6
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            ldc 65535
            iand
            bipush 49
            if_icmpge 6
         5: .line 1164
            new java.lang.IllegalArgumentException
            dup
            ldc "ldc of a constant class requires at least version 1.5"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1166
      StackMap locals:
      StackMap stack:
            iload 2 /* sort */
            bipush 11
            if_icmpne 39
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            ldc 65535
            iand
            bipush 51
            if_icmpge 39
         7: .line 1167
            new java.lang.IllegalArgumentException
            dup
            ldc "ldc of a method type requires at least version 1.7"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int sort
         8: .line 1169
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            instanceof org.objectweb.asm.Handle
            ifeq 24
         9: .line 1170
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            ldc 65535
            iand
            bipush 51
            if_icmpge 11
        10: .line 1171
            new java.lang.IllegalArgumentException
            dup
            ldc "ldc of a Handle requires at least version 1.7"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 1173
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            checkcast org.objectweb.asm.Handle
            astore 2 /* handle */
        start local 2 // org.objectweb.asm.Handle handle
        12: .line 1174
            aload 2 /* handle */
            invokevirtual org.objectweb.asm.Handle.getTag:()I
            istore 3 /* tag */
        start local 3 // int tag
        13: .line 1175
            iload 3 /* tag */
            iconst_1
            if_icmplt 14
            iload 3 /* tag */
            bipush 9
            if_icmple 15
        14: .line 1176
      StackMap locals: org.objectweb.asm.Handle int
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "invalid handle tag "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* tag */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 1178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 2 /* handle */
            invokevirtual org.objectweb.asm.Handle.getOwner:()Ljava/lang/String;
            ldc "handle owner"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkInternalName:(ILjava/lang/String;Ljava/lang/String;)V
        16: .line 1179
            iload 3 /* tag */
            iconst_4
            if_icmpgt 19
        17: .line 1180
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 2 /* handle */
            invokevirtual org.objectweb.asm.Handle.getDesc:()Ljava/lang/String;
            iconst_0
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkDescriptor:(ILjava/lang/String;Z)V
        18: .line 1181
            goto 20
        19: .line 1182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 2 /* handle */
            invokevirtual org.objectweb.asm.Handle.getDesc:()Ljava/lang/String;
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkMethodDescriptor:(ILjava/lang/String;)V
        20: .line 1184
      StackMap locals:
      StackMap stack:
            aload 2 /* handle */
            invokevirtual org.objectweb.asm.Handle.getName:()Ljava/lang/String;
            astore 4 /* handleName */
        start local 4 // java.lang.String handleName
        21: .line 1185
            ldc "<init>"
            aload 4 /* handleName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 22
            iload 3 /* tag */
            bipush 8
            if_icmpeq 39
        22: .line 1186
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 4 /* handleName */
            ldc "handle name"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkMethodIdentifier:(ILjava/lang/String;Ljava/lang/String;)V
        end local 4 // java.lang.String handleName
        end local 3 // int tag
        end local 2 // org.objectweb.asm.Handle handle
        23: .line 1188
            goto 39
      StackMap locals:
      StackMap stack:
        24: aload 1 /* value */
            instanceof org.objectweb.asm.ConstantDynamic
            ifeq 38
        25: .line 1189
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            ldc 65535
            iand
            bipush 55
            if_icmpge 27
        26: .line 1190
            new java.lang.IllegalArgumentException
            dup
            ldc "ldc of a ConstantDynamic requires at least version 11"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        27: .line 1192
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            checkcast org.objectweb.asm.ConstantDynamic
            astore 2 /* constantDynamic */
        start local 2 // org.objectweb.asm.ConstantDynamic constantDynamic
        28: .line 1193
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 2 /* constantDynamic */
            invokevirtual org.objectweb.asm.ConstantDynamic.getName:()Ljava/lang/String;
            ldc "constant dynamic name"
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkMethodIdentifier:(ILjava/lang/String;Ljava/lang/String;)V
        29: .line 1194
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.version:I
            aload 2 /* constantDynamic */
            invokevirtual org.objectweb.asm.ConstantDynamic.getDescriptor:()Ljava/lang/String;
            iconst_0
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkDescriptor:(ILjava/lang/String;Z)V
        30: .line 1195
            aload 0 /* this */
            aload 2 /* constantDynamic */
            invokevirtual org.objectweb.asm.ConstantDynamic.getBootstrapMethod:()Lorg/objectweb/asm/Handle;
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkLdcConstant:(Ljava/lang/Object;)V
        31: .line 1196
            aload 2 /* constantDynamic */
            invokevirtual org.objectweb.asm.ConstantDynamic.getBootstrapMethodArgumentCount:()I
            istore 3 /* bootstrapMethodArgumentCount */
        start local 3 // int bootstrapMethodArgumentCount
        32: .line 1197
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        33: goto 36
        34: .line 1198
      StackMap locals: org.objectweb.asm.ConstantDynamic int int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* constantDynamic */
            iload 4 /* i */
            invokevirtual org.objectweb.asm.ConstantDynamic.getBootstrapMethodArgument:(I)Ljava/lang/Object;
            invokevirtual org.objectweb.asm.util.CheckMethodAdapter.checkLdcConstant:(Ljava/lang/Object;)V
        35: .line 1197
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        36: iload 4 /* i */
            iload 3 /* bootstrapMethodArgumentCount */
            if_icmplt 34
        end local 4 // int i
        end local 3 // int bootstrapMethodArgumentCount
        end local 2 // org.objectweb.asm.ConstantDynamic constantDynamic
        37: .line 1200
            goto 39
        38: .line 1201
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkConstant:(Ljava/lang/Object;)V
        39: .line 1203
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object value
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   40     0                          this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0   40     1                         value  Ljava/lang/Object;
            2    8     2                          sort  I
           12   23     2                        handle  Lorg/objectweb/asm/Handle;
           13   23     3                           tag  I
           21   23     4                    handleName  Ljava/lang/String;
           28   37     2               constantDynamic  Lorg/objectweb/asm/ConstantDynamic;
           32   37     3  bootstrapMethodArgumentCount  I
           33   37     4                             i  I
    MethodParameters:
       Name  Flags
      value  final

  static void checkUnqualifiedName(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // int version
        start local 1 // java.lang.String name
        start local 2 // java.lang.String message
         0: .line 1213
            iload 0 /* version */
            aload 1 /* name */
            iconst_0
            iconst_m1
            aload 2 /* message */
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkIdentifier:(ILjava/lang/String;IILjava/lang/String;)V
         1: .line 1214
            return
        end local 2 // java.lang.String message
        end local 1 // java.lang.String name
        end local 0 // int version
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  version  I
            0    2     1     name  Ljava/lang/String;
            0    2     2  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      version  final
      name     final
      message  final

  static void checkIdentifier(int, java.lang.String, int, int, java.lang.String);
    descriptor: (ILjava/lang/String;IILjava/lang/String;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // int version
        start local 1 // java.lang.String name
        start local 2 // int startPos
        start local 3 // int endPos
        start local 4 // java.lang.String message
         0: .line 1232
            aload 1 /* name */
            ifnull 2
            iload 3 /* endPos */
            iconst_m1
            if_icmpne 1
            aload 1 /* name */
            invokevirtual java.lang.String.length:()I
            iload 2 /* startPos */
            if_icmpgt 3
            goto 2
      StackMap locals:
      StackMap stack:
         1: iload 3 /* endPos */
            iload 2 /* startPos */
            if_icmpgt 3
         2: .line 1233
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* message */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " (must not be null or empty)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 1235
      StackMap locals:
      StackMap stack:
            iload 3 /* endPos */
            iconst_m1
            if_icmpne 4
            aload 1 /* name */
            invokevirtual java.lang.String.length:()I
            goto 5
      StackMap locals:
      StackMap stack:
         4: iload 3 /* endPos */
      StackMap locals:
      StackMap stack: int
         5: istore 5 /* max */
        start local 5 // int max
         6: .line 1236
            iload 0 /* version */
            ldc 65535
            iand
            bipush 49
            if_icmplt 16
         7: .line 1237
            iload 2 /* startPos */
            istore 6 /* i */
        start local 6 // int i
         8: goto 14
         9: .line 1238
      StackMap locals: int int
      StackMap stack:
            ldc ".;[/"
            aload 1 /* name */
            iload 6 /* i */
            invokevirtual java.lang.String.codePointAt:(I)I
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpeq 13
        10: .line 1239
            new java.lang.IllegalArgumentException
            dup
        11: .line 1240
            new java.lang.StringBuilder
            dup
            ldc "Invalid "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* message */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " (must not contain . ; [ or /): "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        12: .line 1239
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 1237
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            iload 6 /* i */
            iconst_1
            invokevirtual java.lang.String.offsetByCodePoints:(II)I
            istore 6 /* i */
      StackMap locals:
      StackMap stack:
        14: iload 6 /* i */
            iload 5 /* max */
            if_icmplt 9
        end local 6 // int i
        15: .line 1243
            return
        16: .line 1245
      StackMap locals:
      StackMap stack:
            iload 2 /* startPos */
            istore 6 /* i */
        start local 6 // int i
        17: goto 25
        18: .line 1246
      StackMap locals: int
      StackMap stack:
            iload 6 /* i */
            iload 2 /* startPos */
            if_icmpne 20
        19: .line 1247
            aload 1 /* name */
            iload 6 /* i */
            invokevirtual java.lang.String.codePointAt:(I)I
            invokestatic java.lang.Character.isJavaIdentifierStart:(I)Z
            ifne 24
            goto 21
        20: .line 1248
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            iload 6 /* i */
            invokevirtual java.lang.String.codePointAt:(I)I
            invokestatic java.lang.Character.isJavaIdentifierPart:(I)Z
            ifne 24
        21: .line 1249
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
        22: .line 1250
            new java.lang.StringBuilder
            dup
            ldc "Invalid "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* message */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " (must be a valid Java identifier): "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        23: .line 1249
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        24: .line 1245
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            iload 6 /* i */
            iconst_1
            invokevirtual java.lang.String.offsetByCodePoints:(II)I
            istore 6 /* i */
      StackMap locals:
      StackMap stack:
        25: iload 6 /* i */
            iload 5 /* max */
            if_icmplt 18
        end local 6 // int i
        26: .line 1253
            return
        end local 5 // int max
        end local 4 // java.lang.String message
        end local 3 // int endPos
        end local 2 // int startPos
        end local 1 // java.lang.String name
        end local 0 // int version
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   27     0   version  I
            0   27     1      name  Ljava/lang/String;
            0   27     2  startPos  I
            0   27     3    endPos  I
            0   27     4   message  Ljava/lang/String;
            6   27     5       max  I
            8   15     6         i  I
           17   26     6         i  I
    MethodParameters:
          Name  Flags
      version   final
      name      final
      startPos  final
      endPos    final
      message   final

  static void checkMethodIdentifier(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // int version
        start local 1 // java.lang.String name
        start local 2 // java.lang.String message
         0: .line 1263
            aload 1 /* name */
            ifnull 1
            aload 1 /* name */
            invokevirtual java.lang.String.length:()I
            ifne 2
         1: .line 1264
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* message */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " (must not be null or empty)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1266
      StackMap locals:
      StackMap stack:
            iload 0 /* version */
            ldc 65535
            iand
            bipush 49
            if_icmplt 12
         3: .line 1267
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 10
         5: .line 1268
      StackMap locals: int
      StackMap stack:
            ldc ".;[/<>"
            aload 1 /* name */
            iload 3 /* i */
            invokevirtual java.lang.String.codePointAt:(I)I
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpeq 9
         6: .line 1269
            new java.lang.IllegalArgumentException
            dup
         7: .line 1270
            new java.lang.StringBuilder
            dup
            ldc "Invalid "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* message */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " (must be a valid unqualified name): "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         8: .line 1269
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 1267
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            iload 3 /* i */
            iconst_1
            invokevirtual java.lang.String.offsetByCodePoints:(II)I
            istore 3 /* i */
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            aload 1 /* name */
            invokevirtual java.lang.String.length:()I
            if_icmplt 5
        end local 3 // int i
        11: .line 1273
            return
        12: .line 1275
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        13: goto 25
        14: .line 1276
      StackMap locals: int
      StackMap stack:
            iload 3 /* i */
            ifne 16
        15: .line 1277
            aload 1 /* name */
            iload 3 /* i */
            invokevirtual java.lang.String.codePointAt:(I)I
            invokestatic java.lang.Character.isJavaIdentifierStart:(I)Z
            ifne 24
            goto 17
        16: .line 1278
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            iload 3 /* i */
            invokevirtual java.lang.String.codePointAt:(I)I
            invokestatic java.lang.Character.isJavaIdentifierPart:(I)Z
            ifne 24
        17: .line 1279
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
        18: .line 1280
            new java.lang.StringBuilder
            dup
            ldc "Invalid "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        19: .line 1281
            aload 2 /* message */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        20: .line 1282
            ldc " (must be a '<init>', '<clinit>' or a valid Java identifier): "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        21: .line 1283
            aload 1 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        22: .line 1280
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        23: .line 1279
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        24: .line 1275
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            iload 3 /* i */
            iconst_1
            invokevirtual java.lang.String.offsetByCodePoints:(II)I
            istore 3 /* i */
      StackMap locals:
      StackMap stack:
        25: iload 3 /* i */
            aload 1 /* name */
            invokevirtual java.lang.String.length:()I
            if_icmplt 14
        end local 3 // int i
        26: .line 1286
            return
        end local 2 // java.lang.String message
        end local 1 // java.lang.String name
        end local 0 // int version
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   27     0  version  I
            0   27     1     name  Ljava/lang/String;
            0   27     2  message  Ljava/lang/String;
            4   11     3        i  I
           13   26     3        i  I
    MethodParameters:
         Name  Flags
      version  final
      name     final
      message  final

  static void checkInternalName(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // int version
        start local 1 // java.lang.String name
        start local 2 // java.lang.String message
         0: .line 1296
            aload 1 /* name */
            ifnull 1
            aload 1 /* name */
            invokevirtual java.lang.String.length:()I
            ifne 2
         1: .line 1297
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* message */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " (must not be null or empty)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1299
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 91
            if_icmpne 5
         3: .line 1300
            iload 0 /* version */
            aload 1 /* name */
            iconst_0
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkDescriptor:(ILjava/lang/String;Z)V
         4: .line 1301
            goto 6
         5: .line 1302
      StackMap locals:
      StackMap stack:
            iload 0 /* version */
            aload 1 /* name */
            aload 2 /* message */
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkInternalClassName:(ILjava/lang/String;Ljava/lang/String;)V
         6: .line 1304
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String message
        end local 1 // java.lang.String name
        end local 0 // int version
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0  version  I
            0    7     1     name  Ljava/lang/String;
            0    7     2  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      version  final
      name     final
      message  final

  private static void checkInternalClassName(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // int version
        start local 1 // java.lang.String name
        start local 2 // java.lang.String message
         0: .line 1316
            iconst_0
            istore 3 /* startIndex */
        start local 3 // int startIndex
         1: .line 1318
            goto 4
        start local 4 // int slashIndex
         2: .line 1319
      StackMap locals: int int
      StackMap stack:
            iload 0 /* version */
            aload 1 /* name */
            iload 3 /* startIndex */
            iload 4 /* slashIndex */
            aconst_null
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkIdentifier:(ILjava/lang/String;IILjava/lang/String;)V
         3: .line 1320
            iload 4 /* slashIndex */
            iconst_1
            iadd
            istore 3 /* startIndex */
        end local 4 // int slashIndex
         4: .line 1318
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            bipush 47
            iload 3 /* startIndex */
            iconst_1
            iadd
            invokevirtual java.lang.String.indexOf:(II)I
            dup
            istore 4 /* slashIndex */
        start local 4 // int slashIndex
         5: iconst_m1
            if_icmpne 2
         6: .line 1322
            iload 0 /* version */
            aload 1 /* name */
            iload 3 /* startIndex */
            aload 1 /* name */
            invokevirtual java.lang.String.length:()I
            aconst_null
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkIdentifier:(ILjava/lang/String;IILjava/lang/String;)V
        end local 4 // int slashIndex
        end local 3 // int startIndex
         7: .line 1323
            goto 12
      StackMap locals: int java.lang.String java.lang.String
      StackMap stack: java.lang.IllegalArgumentException
         8: astore 3 /* e */
        start local 3 // java.lang.IllegalArgumentException e
         9: .line 1324
            new java.lang.IllegalArgumentException
            dup
        10: .line 1325
            new java.lang.StringBuilder
            dup
            ldc "Invalid "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* message */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " (must be an internal class name): "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 3 /* e */
        11: .line 1324
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.IllegalArgumentException e
        12: .line 1327
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String message
        end local 1 // java.lang.String name
        end local 0 // int version
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0     version  I
            0   13     1        name  Ljava/lang/String;
            0   13     2     message  Ljava/lang/String;
            1    7     3  startIndex  I
            2    4     4  slashIndex  I
            5    7     4  slashIndex  I
            9   12     3           e  Ljava/lang/IllegalArgumentException;
      Exception table:
        from    to  target  type
           0     7       8  Class java.lang.IllegalArgumentException
    MethodParameters:
         Name  Flags
      version  final
      name     final
      message  final

  static void checkDescriptor(int, java.lang.String, boolean);
    descriptor: (ILjava/lang/String;Z)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // int version
        start local 1 // java.lang.String descriptor
        start local 2 // boolean canBeVoid
         0: .line 1337
            iload 0 /* version */
            aload 1 /* descriptor */
            iconst_0
            iload 2 /* canBeVoid */
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkDescriptor:(ILjava/lang/String;IZ)I
            istore 3 /* endPos */
        start local 3 // int endPos
         1: .line 1338
            iload 3 /* endPos */
            aload 1 /* descriptor */
            invokevirtual java.lang.String.length:()I
            if_icmpeq 3
         2: .line 1339
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid descriptor: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* descriptor */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 1341
      StackMap locals: int
      StackMap stack:
            return
        end local 3 // int endPos
        end local 2 // boolean canBeVoid
        end local 1 // java.lang.String descriptor
        end local 0 // int version
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0     version  I
            0    4     1  descriptor  Ljava/lang/String;
            0    4     2   canBeVoid  Z
            1    4     3      endPos  I
    MethodParameters:
            Name  Flags
      version     final
      descriptor  final
      canBeVoid   final

  private static int checkDescriptor(int, java.lang.String, int, boolean);
    descriptor: (ILjava/lang/String;IZ)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // int version
        start local 1 // java.lang.String descriptor
        start local 2 // int startPos
        start local 3 // boolean canBeVoid
         0: .line 1354
            aload 1 /* descriptor */
            ifnull 1
            iload 2 /* startPos */
            aload 1 /* descriptor */
            invokevirtual java.lang.String.length:()I
            if_icmplt 2
         1: .line 1355
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid type descriptor (must not be null or empty)"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1357
      StackMap locals:
      StackMap stack:
            aload 1 /* descriptor */
            iload 2 /* startPos */
            invokevirtual java.lang.String.charAt:(I)C
            tableswitch { // 66 - 91
                   66: 6
                   67: 6
                   68: 6
                   69: 22
                   70: 6
                   71: 22
                   72: 22
                   73: 6
                   74: 6
                   75: 22
                   76: 14
                   77: 22
                   78: 22
                   79: 22
                   80: 22
                   81: 22
                   82: 22
                   83: 6
                   84: 22
                   85: 22
                   86: 3
                   87: 22
                   88: 22
                   89: 22
                   90: 6
                   91: 7
              default: 22
          }
         3: .line 1359
      StackMap locals:
      StackMap stack:
            iload 3 /* canBeVoid */
            ifeq 5
         4: .line 1360
            iload 2 /* startPos */
            iconst_1
            iadd
            ireturn
         5: .line 1362
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid descriptor: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* descriptor */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1372
      StackMap locals:
      StackMap stack:
            iload 2 /* startPos */
            iconst_1
            iadd
            ireturn
         7: .line 1374
      StackMap locals:
      StackMap stack:
            iload 2 /* startPos */
            iconst_1
            iadd
            istore 4 /* pos */
        start local 4 // int pos
         8: .line 1375
            goto 10
         9: .line 1376
      StackMap locals: int
      StackMap stack:
            iinc 4 /* pos */ 1
        10: .line 1375
      StackMap locals:
      StackMap stack:
            iload 4 /* pos */
            aload 1 /* descriptor */
            invokevirtual java.lang.String.length:()I
            if_icmpge 11
            aload 1 /* descriptor */
            iload 4 /* pos */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 91
            if_icmpeq 9
        11: .line 1378
      StackMap locals:
      StackMap stack:
            iload 4 /* pos */
            aload 1 /* descriptor */
            invokevirtual java.lang.String.length:()I
            if_icmpge 13
        12: .line 1379
            iload 0 /* version */
            aload 1 /* descriptor */
            iload 4 /* pos */
            iconst_0
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkDescriptor:(ILjava/lang/String;IZ)I
            ireturn
        13: .line 1381
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid descriptor: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* descriptor */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // int pos
        14: .line 1384
      StackMap locals:
      StackMap stack:
            aload 1 /* descriptor */
            bipush 59
            iload 2 /* startPos */
            invokevirtual java.lang.String.indexOf:(II)I
            istore 5 /* endPos */
        start local 5 // int endPos
        15: .line 1385
            iload 2 /* startPos */
            iconst_m1
            if_icmpeq 16
            iload 5 /* endPos */
            iload 2 /* startPos */
            isub
            iconst_2
            if_icmpge 17
        16: .line 1386
      StackMap locals: int java.lang.String int int top int
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid descriptor: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* descriptor */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 1389
      StackMap locals:
      StackMap stack:
            iload 0 /* version */
            aload 1 /* descriptor */
            iload 2 /* startPos */
            iconst_1
            iadd
            iload 5 /* endPos */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            aconst_null
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkInternalClassName:(ILjava/lang/String;Ljava/lang/String;)V
        18: .line 1390
            goto 21
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
        19: astore 6 /* e */
        start local 6 // java.lang.IllegalArgumentException e
        20: .line 1391
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid descriptor: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* descriptor */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 6 /* e */
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 6 // java.lang.IllegalArgumentException e
        21: .line 1393
      StackMap locals:
      StackMap stack:
            iload 5 /* endPos */
            iconst_1
            iadd
            ireturn
        end local 5 // int endPos
        22: .line 1395
      StackMap locals: int java.lang.String int int
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid descriptor: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* descriptor */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // boolean canBeVoid
        end local 2 // int startPos
        end local 1 // java.lang.String descriptor
        end local 0 // int version
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   23     0     version  I
            0   23     1  descriptor  Ljava/lang/String;
            0   23     2    startPos  I
            0   23     3   canBeVoid  Z
            8   14     4         pos  I
           15   22     5      endPos  I
           20   21     6           e  Ljava/lang/IllegalArgumentException;
      Exception table:
        from    to  target  type
          17    18      19  Class java.lang.IllegalArgumentException
    MethodParameters:
            Name  Flags
      version     final
      descriptor  final
      startPos    final
      canBeVoid   final

  static void checkMethodDescriptor(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // int version
        start local 1 // java.lang.String descriptor
         0: .line 1406
            aload 1 /* descriptor */
            ifnull 1
            aload 1 /* descriptor */
            invokevirtual java.lang.String.length:()I
            ifne 2
         1: .line 1407
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid method descriptor (must not be null or empty)"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1409
      StackMap locals:
      StackMap stack:
            aload 1 /* descriptor */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 40
            if_icmpne 3
            aload 1 /* descriptor */
            invokevirtual java.lang.String.length:()I
            iconst_3
            if_icmpge 4
         3: .line 1410
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid descriptor: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* descriptor */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1412
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* pos */
        start local 2 // int pos
         5: .line 1413
            aload 1 /* descriptor */
            iload 2 /* pos */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 41
            if_icmpeq 10
         6: .line 1415
      StackMap locals: int
      StackMap stack:
            aload 1 /* descriptor */
            iload 2 /* pos */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 86
            if_icmpne 8
         7: .line 1416
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid descriptor: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* descriptor */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1418
      StackMap locals:
      StackMap stack:
            iload 0 /* version */
            aload 1 /* descriptor */
            iload 2 /* pos */
            iconst_0
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkDescriptor:(ILjava/lang/String;IZ)I
            istore 2 /* pos */
         9: .line 1419
            iload 2 /* pos */
            aload 1 /* descriptor */
            invokevirtual java.lang.String.length:()I
            if_icmpge 10
            aload 1 /* descriptor */
            iload 2 /* pos */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 41
            if_icmpne 6
        10: .line 1421
      StackMap locals:
      StackMap stack:
            iload 0 /* version */
            aload 1 /* descriptor */
            iload 2 /* pos */
            iconst_1
            iadd
            iconst_1
            invokestatic org.objectweb.asm.util.CheckMethodAdapter.checkDescriptor:(ILjava/lang/String;IZ)I
            istore 2 /* pos */
        11: .line 1422
            iload 2 /* pos */
            aload 1 /* descriptor */
            invokevirtual java.lang.String.length:()I
            if_icmpeq 13
        12: .line 1423
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid descriptor: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* descriptor */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 1425
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int pos
        end local 1 // java.lang.String descriptor
        end local 0 // int version
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0     version  I
            0   14     1  descriptor  Ljava/lang/String;
            5   14     2         pos  I
    MethodParameters:
            Name  Flags
      version     final
      descriptor  final

  private void checkLabel(org.objectweb.asm.Label, boolean, java.lang.String);
    descriptor: (Lorg/objectweb/asm/Label;ZLjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.objectweb.asm.util.CheckMethodAdapter this
        start local 1 // org.objectweb.asm.Label label
        start local 2 // boolean checkVisited
        start local 3 // java.lang.String message
         0: .line 1436
            aload 1 /* label */
            ifnonnull 2
         1: .line 1437
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* message */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " (must not be null)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1439
      StackMap locals:
      StackMap stack:
            iload 2 /* checkVisited */
            ifeq 4
            aload 0 /* this */
            getfield org.objectweb.asm.util.CheckMethodAdapter.labelInsnIndices:Ljava/util/Map;
            aload 1 /* label */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnonnull 4
         3: .line 1440
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* message */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " (must be visited first)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1442
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.String message
        end local 2 // boolean checkVisited
        end local 1 // org.objectweb.asm.Label label
        end local 0 // org.objectweb.asm.util.CheckMethodAdapter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lorg/objectweb/asm/util/CheckMethodAdapter;
            0    5     1         label  Lorg/objectweb/asm/Label;
            0    5     2  checkVisited  Z
            0    5     3       message  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      label         final
      checkVisited  final
      message       final
}
SourceFile: "CheckMethodAdapter.java"
NestMembers:
  org.objectweb.asm.util.CheckMethodAdapter$1  org.objectweb.asm.util.CheckMethodAdapter$Method
InnerClasses:
  org.objectweb.asm.util.CheckMethodAdapter$1
  private final Method = org.objectweb.asm.util.CheckMethodAdapter$Method of org.objectweb.asm.util.CheckMethodAdapter