public class org.objectweb.asm.ClassReader
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.objectweb.asm.ClassReader
  super_class: java.lang.Object
{
  public static final int SKIP_CODE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int SKIP_DEBUG;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int SKIP_FRAMES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int EXPAND_FRAMES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

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

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

  public final byte[] b;
    descriptor: [B
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

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

  private final java.lang.Object[] cpInfoValues;
    descriptor: [Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  public final int header;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // byte[] classFile
         0: .line 146
            aload 0 /* this */
            aload 1 /* classFile */
            iconst_0
            aload 1 /* classFile */
            arraylength
            invokespecial org.objectweb.asm.ClassReader.<init>:([BII)V
         1: .line 147
            return
        end local 1 // byte[] classFile
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/objectweb/asm/ClassReader;
            0    2     1  classFile  [B
    MethodParameters:
           Name  Flags
      classFile  final

  public void <init>(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // byte[] classFileBuffer
        start local 2 // int classFileOffset
        start local 3 // int classFileLength
         0: .line 158
            aload 0 /* this */
            aload 1 /* classFileBuffer */
            iload 2 /* classFileOffset */
            iconst_1
            invokespecial org.objectweb.asm.ClassReader.<init>:([BIZ)V
         1: .line 159
            return
        end local 3 // int classFileLength
        end local 2 // int classFileOffset
        end local 1 // byte[] classFileBuffer
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/objectweb/asm/ClassReader;
            0    2     1  classFileBuffer  [B
            0    2     2  classFileOffset  I
            0    2     3  classFileLength  I
    MethodParameters:
                 Name  Flags
      classFileBuffer  final
      classFileOffset  final
      classFileLength  final

  void <init>(byte[], int, boolean);
    descriptor: ([BIZ)V
    flags: (0x0000) 
    Code:
      stack=6, locals=15, args_size=4
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // byte[] classFileBuffer
        start local 2 // int classFileOffset
        start local 3 // boolean checkClassVersion
         0: .line 169
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 171
            aload 0 /* this */
            aload 1 /* classFileBuffer */
            putfield org.objectweb.asm.ClassReader.b:[B
         2: .line 174
            iload 3 /* checkClassVersion */
            ifeq 6
            aload 0 /* this */
            iload 2 /* classFileOffset */
            bipush 6
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readShort:(I)S
            bipush 56
            if_icmple 6
         3: .line 175
            new java.lang.IllegalArgumentException
            dup
         4: .line 176
            new java.lang.StringBuilder
            dup
            ldc "Unsupported class file major version "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 2 /* classFileOffset */
            bipush 6
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readShort:(I)S
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 175
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 180
      StackMap locals: org.objectweb.asm.ClassReader byte[] int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* classFileOffset */
            bipush 8
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 4 /* constantPoolCount */
        start local 4 // int constantPoolCount
         7: .line 181
            aload 0 /* this */
            iload 4 /* constantPoolCount */
            newarray 10
            putfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
         8: .line 182
            aload 0 /* this */
            iload 4 /* constantPoolCount */
            anewarray java.lang.Object
            putfield org.objectweb.asm.ClassReader.cpInfoValues:[Ljava/lang/Object;
         9: .line 187
            iconst_1
            istore 5 /* currentCpInfoIndex */
        start local 5 // int currentCpInfoIndex
        10: .line 188
            iload 2 /* classFileOffset */
            bipush 10
            iadd
            istore 6 /* currentCpInfoOffset */
        start local 6 // int currentCpInfoOffset
        11: .line 189
            iconst_0
            istore 7 /* currentMaxStringLength */
        start local 7 // int currentMaxStringLength
        12: .line 191
            goto 30
        13: .line 192
      StackMap locals: org.objectweb.asm.ClassReader byte[] int int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            iload 5 /* currentCpInfoIndex */
            iinc 5 /* currentCpInfoIndex */ 1
            iload 6 /* currentCpInfoOffset */
            iconst_1
            iadd
            iastore
        14: .line 194
            aload 1 /* classFileBuffer */
            iload 6 /* currentCpInfoOffset */
            baload
            tableswitch { // 1 - 20
                    1: 20
                    2: 28
                    3: 15
                    4: 15
                    5: 17
                    6: 17
                    7: 26
                    8: 26
                    9: 15
                   10: 15
                   11: 15
                   12: 15
                   13: 28
                   14: 28
                   15: 24
                   16: 26
                   17: 15
                   18: 15
                   19: 26
                   20: 26
              default: 28
          }
        15: .line 203
      StackMap locals:
      StackMap stack:
            iconst_5
            istore 8 /* cpInfoSize */
        start local 8 // int cpInfoSize
        16: .line 204
            goto 29
        end local 8 // int cpInfoSize
        17: .line 207
      StackMap locals:
      StackMap stack:
            bipush 9
            istore 8 /* cpInfoSize */
        start local 8 // int cpInfoSize
        18: .line 208
            iinc 5 /* currentCpInfoIndex */ 1
        19: .line 209
            goto 29
        end local 8 // int cpInfoSize
        20: .line 211
      StackMap locals:
      StackMap stack:
            iconst_3
            aload 0 /* this */
            iload 6 /* currentCpInfoOffset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iadd
            istore 8 /* cpInfoSize */
        start local 8 // int cpInfoSize
        21: .line 212
            iload 8 /* cpInfoSize */
            iload 7 /* currentMaxStringLength */
            if_icmple 29
        22: .line 216
            iload 8 /* cpInfoSize */
            istore 7 /* currentMaxStringLength */
        23: .line 218
            goto 29
        end local 8 // int cpInfoSize
        24: .line 220
      StackMap locals:
      StackMap stack:
            iconst_4
            istore 8 /* cpInfoSize */
        start local 8 // int cpInfoSize
        25: .line 221
            goto 29
        end local 8 // int cpInfoSize
        26: .line 227
      StackMap locals:
      StackMap stack:
            iconst_3
            istore 8 /* cpInfoSize */
        start local 8 // int cpInfoSize
        27: .line 228
            goto 29
        end local 8 // int cpInfoSize
        28: .line 230
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        start local 8 // int cpInfoSize
        29: .line 232
      StackMap locals: int
      StackMap stack:
            iload 6 /* currentCpInfoOffset */
            iload 8 /* cpInfoSize */
            iadd
            istore 6 /* currentCpInfoOffset */
        end local 8 // int cpInfoSize
        30: .line 191
      StackMap locals:
      StackMap stack:
            iload 5 /* currentCpInfoIndex */
            iload 4 /* constantPoolCount */
            if_icmplt 13
        31: .line 234
            aload 0 /* this */
            iload 7 /* currentMaxStringLength */
            putfield org.objectweb.asm.ClassReader.maxStringLength:I
        32: .line 236
            aload 0 /* this */
            iload 6 /* currentCpInfoOffset */
            putfield org.objectweb.asm.ClassReader.header:I
        33: .line 239
            aload 0 /* this */
            invokevirtual org.objectweb.asm.ClassReader.getFirstAttributeOffset:()I
            istore 8 /* currentAttributeOffset */
        start local 8 // int currentAttributeOffset
        34: .line 240
            aconst_null
            astore 9 /* currentBootstrapMethodOffsets */
        start local 9 // int[] currentBootstrapMethodOffsets
        35: .line 241
            aload 0 /* this */
            iload 8 /* currentAttributeOffset */
            iconst_2
            isub
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 10 /* i */
        start local 10 // int i
        36: goto 52
        37: .line 243
      StackMap locals: int int[] int
      StackMap stack:
            aload 0 /* this */
            iload 8 /* currentAttributeOffset */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.maxStringLength:I
            newarray 5
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 11 /* attributeName */
        start local 11 // java.lang.String attributeName
        38: .line 244
            aload 0 /* this */
            iload 8 /* currentAttributeOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            istore 12 /* attributeLength */
        start local 12 // int attributeLength
        39: .line 245
            iinc 8 /* currentAttributeOffset */ 6
        40: .line 246
            ldc "BootstrapMethods"
            aload 11 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 50
        41: .line 248
            aload 0 /* this */
            iload 8 /* currentAttributeOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            newarray 10
            astore 9 /* currentBootstrapMethodOffsets */
        42: .line 250
            iload 8 /* currentAttributeOffset */
            iconst_2
            iadd
            istore 13 /* currentBootstrapMethodOffset */
        start local 13 // int currentBootstrapMethodOffset
        43: .line 251
            iconst_0
            istore 14 /* j */
        start local 14 // int j
        44: goto 49
        45: .line 252
      StackMap locals: org.objectweb.asm.ClassReader byte[] int int int int int int int int[] int java.lang.String int int int
      StackMap stack:
            aload 9 /* currentBootstrapMethodOffsets */
            iload 14 /* j */
            iload 13 /* currentBootstrapMethodOffset */
            iastore
        46: .line 255
            iload 13 /* currentBootstrapMethodOffset */
        47: .line 256
            iconst_4
            aload 0 /* this */
            iload 13 /* currentBootstrapMethodOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iconst_2
            imul
            iadd
            iadd
            istore 13 /* currentBootstrapMethodOffset */
        48: .line 251
            iinc 14 /* j */ 1
      StackMap locals:
      StackMap stack:
        49: iload 14 /* j */
            aload 9 /* currentBootstrapMethodOffsets */
            arraylength
            if_icmplt 45
        end local 14 // int j
        end local 13 // int currentBootstrapMethodOffset
        50: .line 259
      StackMap locals:
      StackMap stack:
            iload 8 /* currentAttributeOffset */
            iload 12 /* attributeLength */
            iadd
            istore 8 /* currentAttributeOffset */
        end local 12 // int attributeLength
        end local 11 // java.lang.String attributeName
        51: .line 241
            iinc 10 /* i */ -1
      StackMap locals:
      StackMap stack:
        52: iload 10 /* i */
            ifgt 37
        end local 10 // int i
        53: .line 261
            aload 0 /* this */
            aload 9 /* currentBootstrapMethodOffsets */
            putfield org.objectweb.asm.ClassReader.bootstrapMethodOffsets:[I
        54: .line 262
            return
        end local 9 // int[] currentBootstrapMethodOffsets
        end local 8 // int currentAttributeOffset
        end local 7 // int currentMaxStringLength
        end local 6 // int currentCpInfoOffset
        end local 5 // int currentCpInfoIndex
        end local 4 // int constantPoolCount
        end local 3 // boolean checkClassVersion
        end local 2 // int classFileOffset
        end local 1 // byte[] classFileBuffer
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0   55     0                           this  Lorg/objectweb/asm/ClassReader;
            0   55     1                classFileBuffer  [B
            0   55     2                classFileOffset  I
            0   55     3              checkClassVersion  Z
            7   55     4              constantPoolCount  I
           10   55     5             currentCpInfoIndex  I
           11   55     6            currentCpInfoOffset  I
           12   55     7         currentMaxStringLength  I
           16   17     8                     cpInfoSize  I
           18   20     8                     cpInfoSize  I
           21   24     8                     cpInfoSize  I
           25   26     8                     cpInfoSize  I
           27   28     8                     cpInfoSize  I
           29   30     8                     cpInfoSize  I
           34   55     8         currentAttributeOffset  I
           35   55     9  currentBootstrapMethodOffsets  [I
           36   53    10                              i  I
           38   51    11                  attributeName  Ljava/lang/String;
           39   51    12                attributeLength  I
           43   50    13   currentBootstrapMethodOffset  I
           44   50    14                              j  I
    MethodParameters:
                   Name  Flags
      classFileBuffer    final
      classFileOffset    final
      checkClassVersion  final

  public void <init>(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // java.io.InputStream inputStream
         0: .line 273
            aload 0 /* this */
            aload 1 /* inputStream */
            iconst_0
            invokestatic org.objectweb.asm.ClassReader.readStream:(Ljava/io/InputStream;Z)[B
            invokespecial org.objectweb.asm.ClassReader.<init>:([B)V
         1: .line 274
            return
        end local 1 // java.io.InputStream inputStream
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/objectweb/asm/ClassReader;
            0    2     1  inputStream  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      inputStream  final

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // java.lang.String className
         0: .line 284
            aload 0 /* this */
         1: .line 286
            new java.lang.StringBuilder
            dup
            aload 1 /* className */
            bipush 46
            bipush 47
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".class"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic java.lang.ClassLoader.getSystemResourceAsStream:(Ljava/lang/String;)Ljava/io/InputStream;
            iconst_1
         2: .line 285
            invokestatic org.objectweb.asm.ClassReader.readStream:(Ljava/io/InputStream;Z)[B
            invokespecial org.objectweb.asm.ClassReader.<init>:([B)V
         3: .line 287
            return
        end local 1 // java.lang.String className
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/objectweb/asm/ClassReader;
            0    4     1  className  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      className  final

  private static byte[] readStream(java.io.InputStream, boolean);
    descriptor: (Ljava/io/InputStream;Z)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // java.io.InputStream inputStream
        start local 1 // boolean close
         0: .line 299
            aload 0 /* inputStream */
            ifnonnull 2
         1: .line 300
            new java.io.IOException
            dup
            ldc "Class not found"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 303
      StackMap locals:
      StackMap stack:
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            astore 2 /* outputStream */
        start local 2 // java.io.ByteArrayOutputStream outputStream
         3: .line 304
            sipush 4096
            newarray 8
            astore 3 /* data */
        start local 3 // byte[] data
         4: .line 306
            goto 6
        start local 4 // int bytesRead
         5: .line 307
      StackMap locals: java.io.ByteArrayOutputStream byte[] int
      StackMap stack:
            aload 2 /* outputStream */
            aload 3 /* data */
            iconst_0
            iload 4 /* bytesRead */
            invokevirtual java.io.ByteArrayOutputStream.write:([BII)V
        end local 4 // int bytesRead
         6: .line 306
      StackMap locals:
      StackMap stack:
            aload 0 /* inputStream */
            aload 3 /* data */
            iconst_0
            aload 3 /* data */
            arraylength
            invokevirtual java.io.InputStream.read:([BII)I
            dup
            istore 4 /* bytesRead */
        start local 4 // int bytesRead
         7: iconst_m1
            if_icmpne 5
         8: .line 309
            aload 2 /* outputStream */
            invokevirtual java.io.ByteArrayOutputStream.flush:()V
         9: .line 310
            aload 2 /* outputStream */
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            astore 6
        10: .line 312
            iload 1 /* close */
            ifeq 12
        11: .line 313
            aload 0 /* inputStream */
            invokevirtual java.io.InputStream.close:()V
        12: .line 310
      StackMap locals: java.io.InputStream int java.io.ByteArrayOutputStream byte[] int top byte[]
      StackMap stack:
            aload 6
            areturn
        end local 4 // int bytesRead
        end local 3 // byte[] data
        end local 2 // java.io.ByteArrayOutputStream outputStream
        13: .line 311
      StackMap locals: java.io.InputStream int
      StackMap stack: java.lang.Throwable
            astore 5
        14: .line 312
            iload 1 /* close */
            ifeq 16
        15: .line 313
            aload 0 /* inputStream */
            invokevirtual java.io.InputStream.close:()V
        16: .line 315
      StackMap locals: java.io.InputStream int top top top java.lang.Throwable
      StackMap stack:
            aload 5
            athrow
        end local 1 // boolean close
        end local 0 // java.io.InputStream inputStream
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0   inputStream  Ljava/io/InputStream;
            0   17     1         close  Z
            3   13     2  outputStream  Ljava/io/ByteArrayOutputStream;
            4   13     3          data  [B
            5    6     4     bytesRead  I
            7   13     4     bytesRead  I
      Exception table:
        from    to  target  type
           2    10      13  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      inputStream  final
      close        final

  public int getAccess();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.ClassReader this
         0: .line 330
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.header:I
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            ireturn
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/ClassReader;

  public java.lang.String getClassName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.objectweb.asm.ClassReader this
         0: .line 341
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.header:I
            iconst_2
            iadd
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.maxStringLength:I
            newarray 5
            invokevirtual org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            areturn
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/ClassReader;

  public java.lang.String getSuperName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.objectweb.asm.ClassReader this
         0: .line 353
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.header:I
            iconst_4
            iadd
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.maxStringLength:I
            newarray 5
            invokevirtual org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            areturn
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/ClassReader;

  public java.lang.String[] getInterfaces();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // org.objectweb.asm.ClassReader this
         0: .line 365
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.header:I
            bipush 6
            iadd
            istore 1 /* currentOffset */
        start local 1 // int currentOffset
         1: .line 366
            aload 0 /* this */
            iload 1 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 2 /* interfacesCount */
        start local 2 // int interfacesCount
         2: .line 367
            iload 2 /* interfacesCount */
            anewarray java.lang.String
            astore 3 /* interfaces */
        start local 3 // java.lang.String[] interfaces
         3: .line 368
            iload 2 /* interfacesCount */
            ifle 11
         4: .line 369
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.maxStringLength:I
            newarray 5
            astore 4 /* charBuffer */
        start local 4 // char[] charBuffer
         5: .line 370
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 10
         7: .line 371
      StackMap locals: org.objectweb.asm.ClassReader int int java.lang.String[] char[] int
      StackMap stack:
            iinc 1 /* currentOffset */ 2
         8: .line 372
            aload 3 /* interfaces */
            iload 5 /* i */
            aload 0 /* this */
            iload 1 /* currentOffset */
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            aastore
         9: .line 370
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            iload 2 /* interfacesCount */
            if_icmplt 7
        end local 5 // int i
        end local 4 // char[] charBuffer
        11: .line 375
      StackMap locals:
      StackMap stack:
            aload 3 /* interfaces */
            areturn
        end local 3 // java.lang.String[] interfaces
        end local 2 // int interfacesCount
        end local 1 // int currentOffset
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   12     0             this  Lorg/objectweb/asm/ClassReader;
            1   12     1    currentOffset  I
            2   12     2  interfacesCount  I
            3   12     3       interfaces  [Ljava/lang/String;
            5   11     4       charBuffer  [C
            6   11     5                i  I

  public void accept(org.objectweb.asm.ClassVisitor, int);
    descriptor: (Lorg/objectweb/asm/ClassVisitor;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // org.objectweb.asm.ClassVisitor classVisitor
        start local 2 // int parsingOptions
         0: .line 391
            aload 0 /* this */
            aload 1 /* classVisitor */
            iconst_0
            anewarray org.objectweb.asm.Attribute
            iload 2 /* parsingOptions */
            invokevirtual org.objectweb.asm.ClassReader.accept:(Lorg/objectweb/asm/ClassVisitor;[Lorg/objectweb/asm/Attribute;I)V
         1: .line 392
            return
        end local 2 // int parsingOptions
        end local 1 // org.objectweb.asm.ClassVisitor classVisitor
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/objectweb/asm/ClassReader;
            0    2     1    classVisitor  Lorg/objectweb/asm/ClassVisitor;
            0    2     2  parsingOptions  I
    MethodParameters:
                Name  Flags
      classVisitor    final
      parsingOptions  final

  public void accept(org.objectweb.asm.ClassVisitor, org.objectweb.asm.Attribute[], int);
    descriptor: (Lorg/objectweb/asm/ClassVisitor;[Lorg/objectweb/asm/Attribute;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=31, args_size=4
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // org.objectweb.asm.ClassVisitor classVisitor
        start local 2 // org.objectweb.asm.Attribute[] attributePrototypes
        start local 3 // int parsingOptions
         0: .line 412
            new org.objectweb.asm.Context
            dup
            invokespecial org.objectweb.asm.Context.<init>:()V
            astore 4 /* context */
        start local 4 // org.objectweb.asm.Context context
         1: .line 413
            aload 4 /* context */
            aload 2 /* attributePrototypes */
            putfield org.objectweb.asm.Context.attributePrototypes:[Lorg/objectweb/asm/Attribute;
         2: .line 414
            aload 4 /* context */
            iload 3 /* parsingOptions */
            putfield org.objectweb.asm.Context.parsingOptions:I
         3: .line 415
            aload 4 /* context */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.maxStringLength:I
            newarray 5
            putfield org.objectweb.asm.Context.charBuffer:[C
         4: .line 418
            aload 4 /* context */
            getfield org.objectweb.asm.Context.charBuffer:[C
            astore 5 /* charBuffer */
        start local 5 // char[] charBuffer
         5: .line 419
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.header:I
            istore 6 /* currentOffset */
        start local 6 // int currentOffset
         6: .line 420
            aload 0 /* this */
            iload 6 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 7 /* accessFlags */
        start local 7 // int accessFlags
         7: .line 421
            aload 0 /* this */
            iload 6 /* currentOffset */
            iconst_2
            iadd
            aload 5 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            astore 8 /* thisClass */
        start local 8 // java.lang.String thisClass
         8: .line 422
            aload 0 /* this */
            iload 6 /* currentOffset */
            iconst_4
            iadd
            aload 5 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            astore 9 /* superClass */
        start local 9 // java.lang.String superClass
         9: .line 423
            aload 0 /* this */
            iload 6 /* currentOffset */
            bipush 6
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            anewarray java.lang.String
            astore 10 /* interfaces */
        start local 10 // java.lang.String[] interfaces
        10: .line 424
            iinc 6 /* currentOffset */ 8
        11: .line 425
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        12: goto 16
        13: .line 426
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.ClassVisitor org.objectweb.asm.Attribute[] int org.objectweb.asm.Context char[] int int java.lang.String java.lang.String java.lang.String[] int
      StackMap stack:
            aload 10 /* interfaces */
            iload 11 /* i */
            aload 0 /* this */
            iload 6 /* currentOffset */
            aload 5 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            aastore
        14: .line 427
            iinc 6 /* currentOffset */ 2
        15: .line 425
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 11 /* i */
            aload 10 /* interfaces */
            arraylength
            if_icmplt 13
        end local 11 // int i
        17: .line 433
            iconst_0
            istore 11 /* innerClassesOffset */
        start local 11 // int innerClassesOffset
        18: .line 435
            iconst_0
            istore 12 /* enclosingMethodOffset */
        start local 12 // int enclosingMethodOffset
        19: .line 437
            aconst_null
            astore 13 /* signature */
        start local 13 // java.lang.String signature
        20: .line 439
            aconst_null
            astore 14 /* sourceFile */
        start local 14 // java.lang.String sourceFile
        21: .line 441
            aconst_null
            astore 15 /* sourceDebugExtension */
        start local 15 // java.lang.String sourceDebugExtension
        22: .line 443
            iconst_0
            istore 16 /* runtimeVisibleAnnotationsOffset */
        start local 16 // int runtimeVisibleAnnotationsOffset
        23: .line 445
            iconst_0
            istore 17 /* runtimeInvisibleAnnotationsOffset */
        start local 17 // int runtimeInvisibleAnnotationsOffset
        24: .line 447
            iconst_0
            istore 18 /* runtimeVisibleTypeAnnotationsOffset */
        start local 18 // int runtimeVisibleTypeAnnotationsOffset
        25: .line 449
            iconst_0
            istore 19 /* runtimeInvisibleTypeAnnotationsOffset */
        start local 19 // int runtimeInvisibleTypeAnnotationsOffset
        26: .line 451
            iconst_0
            istore 20 /* moduleOffset */
        start local 20 // int moduleOffset
        27: .line 453
            iconst_0
            istore 21 /* modulePackagesOffset */
        start local 21 // int modulePackagesOffset
        28: .line 455
            aconst_null
            astore 22 /* moduleMainClass */
        start local 22 // java.lang.String moduleMainClass
        29: .line 457
            aconst_null
            astore 23 /* nestHostClass */
        start local 23 // java.lang.String nestHostClass
        30: .line 459
            iconst_0
            istore 24 /* nestMembersOffset */
        start local 24 // int nestMembersOffset
        31: .line 462
            aconst_null
            astore 25 /* attributes */
        start local 25 // org.objectweb.asm.Attribute attributes
        32: .line 464
            aload 0 /* this */
            invokevirtual org.objectweb.asm.ClassReader.getFirstAttributeOffset:()I
            istore 26 /* currentAttributeOffset */
        start local 26 // int currentAttributeOffset
        33: .line 465
            aload 0 /* this */
            iload 26 /* currentAttributeOffset */
            iconst_2
            isub
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 27 /* i */
        start local 27 // int i
        34: goto 102
        35: .line 467
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.ClassVisitor org.objectweb.asm.Attribute[] int org.objectweb.asm.Context char[] int int java.lang.String java.lang.String java.lang.String[] int int java.lang.String java.lang.String java.lang.String int int int int int int java.lang.String java.lang.String int org.objectweb.asm.Attribute int int
      StackMap stack:
            aload 0 /* this */
            iload 26 /* currentAttributeOffset */
            aload 5 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 28 /* attributeName */
        start local 28 // java.lang.String attributeName
        36: .line 468
            aload 0 /* this */
            iload 26 /* currentAttributeOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            istore 29 /* attributeLength */
        start local 29 // int attributeLength
        37: .line 469
            iinc 26 /* currentAttributeOffset */ 6
        38: .line 472
            ldc "SourceFile"
            aload 28 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 41
        39: .line 473
            aload 0 /* this */
            iload 26 /* currentAttributeOffset */
            aload 5 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 14 /* sourceFile */
        40: .line 474
            goto 100
      StackMap locals: java.lang.String int
      StackMap stack:
        41: ldc "InnerClasses"
            aload 28 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 44
        42: .line 475
            iload 26 /* currentAttributeOffset */
            istore 11 /* innerClassesOffset */
        43: .line 476
            goto 100
      StackMap locals:
      StackMap stack:
        44: ldc "EnclosingMethod"
            aload 28 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 47
        45: .line 477
            iload 26 /* currentAttributeOffset */
            istore 12 /* enclosingMethodOffset */
        46: .line 478
            goto 100
      StackMap locals:
      StackMap stack:
        47: ldc "NestHost"
            aload 28 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 50
        48: .line 479
            aload 0 /* this */
            iload 26 /* currentAttributeOffset */
            aload 5 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            astore 23 /* nestHostClass */
        49: .line 480
            goto 100
      StackMap locals:
      StackMap stack:
        50: ldc "NestMembers"
            aload 28 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 53
        51: .line 481
            iload 26 /* currentAttributeOffset */
            istore 24 /* nestMembersOffset */
        52: .line 482
            goto 100
      StackMap locals:
      StackMap stack:
        53: ldc "Signature"
            aload 28 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 56
        54: .line 483
            aload 0 /* this */
            iload 26 /* currentAttributeOffset */
            aload 5 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 13 /* signature */
        55: .line 484
            goto 100
      StackMap locals:
      StackMap stack:
        56: ldc "RuntimeVisibleAnnotations"
            aload 28 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 59
        57: .line 485
            iload 26 /* currentAttributeOffset */
            istore 16 /* runtimeVisibleAnnotationsOffset */
        58: .line 486
            goto 100
      StackMap locals:
      StackMap stack:
        59: ldc "RuntimeVisibleTypeAnnotations"
            aload 28 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 62
        60: .line 487
            iload 26 /* currentAttributeOffset */
            istore 18 /* runtimeVisibleTypeAnnotationsOffset */
        61: .line 488
            goto 100
      StackMap locals:
      StackMap stack:
        62: ldc "Deprecated"
            aload 28 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 65
        63: .line 489
            iload 7 /* accessFlags */
            ldc 131072
            ior
            istore 7 /* accessFlags */
        64: .line 490
            goto 100
      StackMap locals:
      StackMap stack:
        65: ldc "Synthetic"
            aload 28 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 68
        66: .line 491
            iload 7 /* accessFlags */
            sipush 4096
            ior
            istore 7 /* accessFlags */
        67: .line 492
            goto 100
      StackMap locals:
      StackMap stack:
        68: ldc "SourceDebugExtension"
            aload 28 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 72
        69: .line 494
            aload 0 /* this */
            iload 26 /* currentAttributeOffset */
            iload 29 /* attributeLength */
            iload 29 /* attributeLength */
            newarray 5
            invokevirtual org.objectweb.asm.ClassReader.readUTF:(II[C)Ljava/lang/String;
        70: .line 493
            astore 15 /* sourceDebugExtension */
        71: .line 495
            goto 100
      StackMap locals:
      StackMap stack:
        72: ldc "RuntimeInvisibleAnnotations"
            aload 28 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 75
        73: .line 496
            iload 26 /* currentAttributeOffset */
            istore 17 /* runtimeInvisibleAnnotationsOffset */
        74: .line 497
            goto 100
      StackMap locals:
      StackMap stack:
        75: ldc "RuntimeInvisibleTypeAnnotations"
            aload 28 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 78
        76: .line 498
            iload 26 /* currentAttributeOffset */
            istore 19 /* runtimeInvisibleTypeAnnotationsOffset */
        77: .line 499
            goto 100
      StackMap locals:
      StackMap stack:
        78: ldc "Module"
            aload 28 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 81
        79: .line 500
            iload 26 /* currentAttributeOffset */
            istore 20 /* moduleOffset */
        80: .line 501
            goto 100
      StackMap locals:
      StackMap stack:
        81: ldc "ModuleMainClass"
            aload 28 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 84
        82: .line 502
            aload 0 /* this */
            iload 26 /* currentAttributeOffset */
            aload 5 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            astore 22 /* moduleMainClass */
        83: .line 503
            goto 100
      StackMap locals:
      StackMap stack:
        84: ldc "ModulePackages"
            aload 28 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 87
        85: .line 504
            iload 26 /* currentAttributeOffset */
            istore 21 /* modulePackagesOffset */
        86: .line 505
            goto 100
      StackMap locals:
      StackMap stack:
        87: ldc "BootstrapMethods"
            aload 28 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 100
        88: .line 509
            aload 0 /* this */
        89: .line 510
            aload 2 /* attributePrototypes */
        90: .line 511
            aload 28 /* attributeName */
        91: .line 512
            iload 26 /* currentAttributeOffset */
        92: .line 513
            iload 29 /* attributeLength */
        93: .line 514
            aload 5 /* charBuffer */
        94: .line 515
            iconst_m1
        95: .line 516
            aconst_null
        96: .line 509
            invokevirtual org.objectweb.asm.ClassReader.readAttribute:([Lorg/objectweb/asm/Attribute;Ljava/lang/String;II[CI[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Attribute;
        97: .line 508
            astore 30 /* attribute */
        start local 30 // org.objectweb.asm.Attribute attribute
        98: .line 517
            aload 30 /* attribute */
            aload 25 /* attributes */
            putfield org.objectweb.asm.Attribute.nextAttribute:Lorg/objectweb/asm/Attribute;
        99: .line 518
            aload 30 /* attribute */
            astore 25 /* attributes */
        end local 30 // org.objectweb.asm.Attribute attribute
       100: .line 520
      StackMap locals:
      StackMap stack:
            iload 26 /* currentAttributeOffset */
            iload 29 /* attributeLength */
            iadd
            istore 26 /* currentAttributeOffset */
        end local 29 // int attributeLength
        end local 28 // java.lang.String attributeName
       101: .line 465
            iinc 27 /* i */ -1
      StackMap locals:
      StackMap stack:
       102: iload 27 /* i */
            ifgt 35
        end local 27 // int i
       103: .line 525
            aload 1 /* classVisitor */
       104: .line 526
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            iconst_1
            iaload
            bipush 7
            isub
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            iload 7 /* accessFlags */
            aload 8 /* thisClass */
            aload 13 /* signature */
            aload 9 /* superClass */
            aload 10 /* interfaces */
       105: .line 525
            invokevirtual org.objectweb.asm.ClassVisitor.visit:(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V
       106: .line 529
            iload 3 /* parsingOptions */
            iconst_2
            iand
            ifne 109
       107: .line 530
            aload 14 /* sourceFile */
            ifnonnull 108
            aload 15 /* sourceDebugExtension */
            ifnull 109
       108: .line 531
      StackMap locals:
      StackMap stack:
            aload 1 /* classVisitor */
            aload 14 /* sourceFile */
            aload 15 /* sourceDebugExtension */
            invokevirtual org.objectweb.asm.ClassVisitor.visitSource:(Ljava/lang/String;Ljava/lang/String;)V
       109: .line 535
      StackMap locals:
      StackMap stack:
            iload 20 /* moduleOffset */
            ifeq 111
       110: .line 536
            aload 0 /* this */
            aload 1 /* classVisitor */
            aload 4 /* context */
            iload 20 /* moduleOffset */
            iload 21 /* modulePackagesOffset */
            aload 22 /* moduleMainClass */
            invokevirtual org.objectweb.asm.ClassReader.readModule:(Lorg/objectweb/asm/ClassVisitor;Lorg/objectweb/asm/Context;IILjava/lang/String;)V
       111: .line 540
      StackMap locals:
      StackMap stack:
            aload 23 /* nestHostClass */
            ifnull 113
       112: .line 541
            aload 1 /* classVisitor */
            aload 23 /* nestHostClass */
            invokevirtual org.objectweb.asm.ClassVisitor.visitNestHostExperimental:(Ljava/lang/String;)V
       113: .line 545
      StackMap locals:
      StackMap stack:
            iload 12 /* enclosingMethodOffset */
            ifeq 123
       114: .line 546
            aload 0 /* this */
            iload 12 /* enclosingMethodOffset */
            aload 5 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            astore 27 /* className */
        start local 27 // java.lang.String className
       115: .line 547
            aload 0 /* this */
            iload 12 /* enclosingMethodOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 28 /* methodIndex */
        start local 28 // int methodIndex
       116: .line 548
            iload 28 /* methodIndex */
            ifne 117
            aconst_null
            goto 118
      StackMap locals: java.lang.String int
      StackMap stack:
       117: aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            iload 28 /* methodIndex */
            iaload
            aload 5 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
       118: astore 29 /* name */
        start local 29 // java.lang.String name
       119: .line 549
            iload 28 /* methodIndex */
            ifne 120
            aconst_null
            goto 121
      StackMap locals: java.lang.String
      StackMap stack:
       120: aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            iload 28 /* methodIndex */
            iaload
            iconst_2
            iadd
            aload 5 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
       121: astore 30 /* type */
        start local 30 // java.lang.String type
       122: .line 550
            aload 1 /* classVisitor */
            aload 27 /* className */
            aload 29 /* name */
            aload 30 /* type */
            invokevirtual org.objectweb.asm.ClassVisitor.visitOuterClass:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        end local 30 // java.lang.String type
        end local 29 // java.lang.String name
        end local 28 // int methodIndex
        end local 27 // java.lang.String className
       123: .line 554
      StackMap locals:
      StackMap stack:
            iload 16 /* runtimeVisibleAnnotationsOffset */
            ifeq 137
       124: .line 555
            aload 0 /* this */
            iload 16 /* runtimeVisibleAnnotationsOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 27 /* numAnnotations */
        start local 27 // int numAnnotations
       125: .line 556
            iload 16 /* runtimeVisibleAnnotationsOffset */
            iconst_2
            iadd
            istore 28 /* currentAnnotationOffset */
        start local 28 // int currentAnnotationOffset
       126: .line 557
            goto 136
       127: .line 559
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 28 /* currentAnnotationOffset */
            aload 5 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 29 /* annotationDescriptor */
        start local 29 // java.lang.String annotationDescriptor
       128: .line 560
            iinc 28 /* currentAnnotationOffset */ 2
       129: .line 563
            aload 0 /* this */
       130: .line 564
            aload 1 /* classVisitor */
            aload 29 /* annotationDescriptor */
            iconst_1
            invokevirtual org.objectweb.asm.ClassVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
       131: .line 565
            iload 28 /* currentAnnotationOffset */
       132: .line 566
            iconst_1
       133: .line 567
            aload 5 /* charBuffer */
       134: .line 563
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
       135: .line 562
            istore 28 /* currentAnnotationOffset */
        end local 29 // java.lang.String annotationDescriptor
       136: .line 557
      StackMap locals:
      StackMap stack:
            iload 27 /* numAnnotations */
            iinc 27 /* numAnnotations */ -1
            ifgt 127
        end local 28 // int currentAnnotationOffset
        end local 27 // int numAnnotations
       137: .line 572
      StackMap locals:
      StackMap stack:
            iload 17 /* runtimeInvisibleAnnotationsOffset */
            ifeq 151
       138: .line 573
            aload 0 /* this */
            iload 17 /* runtimeInvisibleAnnotationsOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 27 /* numAnnotations */
        start local 27 // int numAnnotations
       139: .line 574
            iload 17 /* runtimeInvisibleAnnotationsOffset */
            iconst_2
            iadd
            istore 28 /* currentAnnotationOffset */
        start local 28 // int currentAnnotationOffset
       140: .line 575
            goto 150
       141: .line 577
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 28 /* currentAnnotationOffset */
            aload 5 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 29 /* annotationDescriptor */
        start local 29 // java.lang.String annotationDescriptor
       142: .line 578
            iinc 28 /* currentAnnotationOffset */ 2
       143: .line 581
            aload 0 /* this */
       144: .line 582
            aload 1 /* classVisitor */
            aload 29 /* annotationDescriptor */
            iconst_0
            invokevirtual org.objectweb.asm.ClassVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
       145: .line 583
            iload 28 /* currentAnnotationOffset */
       146: .line 584
            iconst_1
       147: .line 585
            aload 5 /* charBuffer */
       148: .line 581
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
       149: .line 580
            istore 28 /* currentAnnotationOffset */
        end local 29 // java.lang.String annotationDescriptor
       150: .line 575
      StackMap locals:
      StackMap stack:
            iload 27 /* numAnnotations */
            iinc 27 /* numAnnotations */ -1
            ifgt 141
        end local 28 // int currentAnnotationOffset
        end local 27 // int numAnnotations
       151: .line 590
      StackMap locals:
      StackMap stack:
            iload 18 /* runtimeVisibleTypeAnnotationsOffset */
            ifeq 171
       152: .line 591
            aload 0 /* this */
            iload 18 /* runtimeVisibleTypeAnnotationsOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 27 /* numAnnotations */
        start local 27 // int numAnnotations
       153: .line 592
            iload 18 /* runtimeVisibleTypeAnnotationsOffset */
            iconst_2
            iadd
            istore 28 /* currentAnnotationOffset */
        start local 28 // int currentAnnotationOffset
       154: .line 593
            goto 170
       155: .line 595
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 4 /* context */
            iload 28 /* currentAnnotationOffset */
            invokevirtual org.objectweb.asm.ClassReader.readTypeAnnotationTarget:(Lorg/objectweb/asm/Context;I)I
            istore 28 /* currentAnnotationOffset */
       156: .line 597
            aload 0 /* this */
            iload 28 /* currentAnnotationOffset */
            aload 5 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 29 /* annotationDescriptor */
        start local 29 // java.lang.String annotationDescriptor
       157: .line 598
            iinc 28 /* currentAnnotationOffset */ 2
       158: .line 601
            aload 0 /* this */
       159: .line 602
            aload 1 /* classVisitor */
       160: .line 603
            aload 4 /* context */
            getfield org.objectweb.asm.Context.currentTypeAnnotationTarget:I
       161: .line 604
            aload 4 /* context */
            getfield org.objectweb.asm.Context.currentTypeAnnotationTargetPath:Lorg/objectweb/asm/TypePath;
       162: .line 605
            aload 29 /* annotationDescriptor */
       163: .line 606
            iconst_1
       164: .line 602
            invokevirtual org.objectweb.asm.ClassVisitor.visitTypeAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
       165: .line 607
            iload 28 /* currentAnnotationOffset */
       166: .line 608
            iconst_1
       167: .line 609
            aload 5 /* charBuffer */
       168: .line 601
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
       169: .line 600
            istore 28 /* currentAnnotationOffset */
        end local 29 // java.lang.String annotationDescriptor
       170: .line 593
      StackMap locals:
      StackMap stack:
            iload 27 /* numAnnotations */
            iinc 27 /* numAnnotations */ -1
            ifgt 155
        end local 28 // int currentAnnotationOffset
        end local 27 // int numAnnotations
       171: .line 614
      StackMap locals:
      StackMap stack:
            iload 19 /* runtimeInvisibleTypeAnnotationsOffset */
            ifeq 196
       172: .line 615
            aload 0 /* this */
            iload 19 /* runtimeInvisibleTypeAnnotationsOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 27 /* numAnnotations */
        start local 27 // int numAnnotations
       173: .line 616
            iload 19 /* runtimeInvisibleTypeAnnotationsOffset */
            iconst_2
            iadd
            istore 28 /* currentAnnotationOffset */
        start local 28 // int currentAnnotationOffset
       174: .line 617
            goto 190
       175: .line 619
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 4 /* context */
            iload 28 /* currentAnnotationOffset */
            invokevirtual org.objectweb.asm.ClassReader.readTypeAnnotationTarget:(Lorg/objectweb/asm/Context;I)I
            istore 28 /* currentAnnotationOffset */
       176: .line 621
            aload 0 /* this */
            iload 28 /* currentAnnotationOffset */
            aload 5 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 29 /* annotationDescriptor */
        start local 29 // java.lang.String annotationDescriptor
       177: .line 622
            iinc 28 /* currentAnnotationOffset */ 2
       178: .line 625
            aload 0 /* this */
       179: .line 626
            aload 1 /* classVisitor */
       180: .line 627
            aload 4 /* context */
            getfield org.objectweb.asm.Context.currentTypeAnnotationTarget:I
       181: .line 628
            aload 4 /* context */
            getfield org.objectweb.asm.Context.currentTypeAnnotationTargetPath:Lorg/objectweb/asm/TypePath;
       182: .line 629
            aload 29 /* annotationDescriptor */
       183: .line 630
            iconst_0
       184: .line 626
            invokevirtual org.objectweb.asm.ClassVisitor.visitTypeAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
       185: .line 631
            iload 28 /* currentAnnotationOffset */
       186: .line 632
            iconst_1
       187: .line 633
            aload 5 /* charBuffer */
       188: .line 625
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
       189: .line 624
            istore 28 /* currentAnnotationOffset */
        end local 29 // java.lang.String annotationDescriptor
       190: .line 617
      StackMap locals:
      StackMap stack:
            iload 27 /* numAnnotations */
            iinc 27 /* numAnnotations */ -1
            ifgt 175
        end local 28 // int currentAnnotationOffset
        end local 27 // int numAnnotations
       191: .line 638
            goto 196
       192: .line 640
      StackMap locals:
      StackMap stack:
            aload 25 /* attributes */
            getfield org.objectweb.asm.Attribute.nextAttribute:Lorg/objectweb/asm/Attribute;
            astore 27 /* nextAttribute */
        start local 27 // org.objectweb.asm.Attribute nextAttribute
       193: .line 641
            aload 25 /* attributes */
            aconst_null
            putfield org.objectweb.asm.Attribute.nextAttribute:Lorg/objectweb/asm/Attribute;
       194: .line 642
            aload 1 /* classVisitor */
            aload 25 /* attributes */
            invokevirtual org.objectweb.asm.ClassVisitor.visitAttribute:(Lorg/objectweb/asm/Attribute;)V
       195: .line 643
            aload 27 /* nextAttribute */
            astore 25 /* attributes */
        end local 27 // org.objectweb.asm.Attribute nextAttribute
       196: .line 638
      StackMap locals:
      StackMap stack:
            aload 25 /* attributes */
            ifnonnull 192
       197: .line 647
            iload 24 /* nestMembersOffset */
            ifeq 204
       198: .line 648
            aload 0 /* this */
            iload 24 /* nestMembersOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 27 /* numberOfNestMembers */
        start local 27 // int numberOfNestMembers
       199: .line 649
            iload 24 /* nestMembersOffset */
            iconst_2
            iadd
            istore 28 /* currentNestMemberOffset */
        start local 28 // int currentNestMemberOffset
       200: .line 650
            goto 203
       201: .line 651
      StackMap locals: int int
      StackMap stack:
            aload 1 /* classVisitor */
            aload 0 /* this */
            iload 28 /* currentNestMemberOffset */
            aload 5 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            invokevirtual org.objectweb.asm.ClassVisitor.visitNestMemberExperimental:(Ljava/lang/String;)V
       202: .line 652
            iinc 28 /* currentNestMemberOffset */ 2
       203: .line 650
      StackMap locals:
      StackMap stack:
            iload 27 /* numberOfNestMembers */
            iinc 27 /* numberOfNestMembers */ -1
            ifgt 201
        end local 28 // int currentNestMemberOffset
        end local 27 // int numberOfNestMembers
       204: .line 657
      StackMap locals:
      StackMap stack:
            iload 11 /* innerClassesOffset */
            ifeq 216
       205: .line 658
            aload 0 /* this */
            iload 11 /* innerClassesOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 27 /* numberOfClasses */
        start local 27 // int numberOfClasses
       206: .line 659
            iload 11 /* innerClassesOffset */
            iconst_2
            iadd
            istore 28 /* currentClassesOffset */
        start local 28 // int currentClassesOffset
       207: .line 660
            goto 215
       208: .line 661
      StackMap locals: int int
      StackMap stack:
            aload 1 /* classVisitor */
       209: .line 662
            aload 0 /* this */
            iload 28 /* currentClassesOffset */
            aload 5 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
       210: .line 663
            aload 0 /* this */
            iload 28 /* currentClassesOffset */
            iconst_2
            iadd
            aload 5 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
       211: .line 664
            aload 0 /* this */
            iload 28 /* currentClassesOffset */
            iconst_4
            iadd
            aload 5 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
       212: .line 665
            aload 0 /* this */
            iload 28 /* currentClassesOffset */
            bipush 6
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
       213: .line 661
            invokevirtual org.objectweb.asm.ClassVisitor.visitInnerClass:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
       214: .line 666
            iinc 28 /* currentClassesOffset */ 8
       215: .line 660
      StackMap locals:
      StackMap stack:
            iload 27 /* numberOfClasses */
            iinc 27 /* numberOfClasses */ -1
            ifgt 208
        end local 28 // int currentClassesOffset
        end local 27 // int numberOfClasses
       216: .line 671
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 27 /* fieldsCount */
        start local 27 // int fieldsCount
       217: .line 672
            iinc 6 /* currentOffset */ 2
       218: .line 673
            goto 220
       219: .line 674
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* classVisitor */
            aload 4 /* context */
            iload 6 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readField:(Lorg/objectweb/asm/ClassVisitor;Lorg/objectweb/asm/Context;I)I
            istore 6 /* currentOffset */
       220: .line 673
      StackMap locals:
      StackMap stack:
            iload 27 /* fieldsCount */
            iinc 27 /* fieldsCount */ -1
            ifgt 219
       221: .line 676
            aload 0 /* this */
            iload 6 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 28 /* methodsCount */
        start local 28 // int methodsCount
       222: .line 677
            iinc 6 /* currentOffset */ 2
       223: .line 678
            goto 225
       224: .line 679
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* classVisitor */
            aload 4 /* context */
            iload 6 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readMethod:(Lorg/objectweb/asm/ClassVisitor;Lorg/objectweb/asm/Context;I)I
            istore 6 /* currentOffset */
       225: .line 678
      StackMap locals:
      StackMap stack:
            iload 28 /* methodsCount */
            iinc 28 /* methodsCount */ -1
            ifgt 224
       226: .line 683
            aload 1 /* classVisitor */
            invokevirtual org.objectweb.asm.ClassVisitor.visitEnd:()V
       227: .line 684
            return
        end local 28 // int methodsCount
        end local 27 // int fieldsCount
        end local 26 // int currentAttributeOffset
        end local 25 // org.objectweb.asm.Attribute attributes
        end local 24 // int nestMembersOffset
        end local 23 // java.lang.String nestHostClass
        end local 22 // java.lang.String moduleMainClass
        end local 21 // int modulePackagesOffset
        end local 20 // int moduleOffset
        end local 19 // int runtimeInvisibleTypeAnnotationsOffset
        end local 18 // int runtimeVisibleTypeAnnotationsOffset
        end local 17 // int runtimeInvisibleAnnotationsOffset
        end local 16 // int runtimeVisibleAnnotationsOffset
        end local 15 // java.lang.String sourceDebugExtension
        end local 14 // java.lang.String sourceFile
        end local 13 // java.lang.String signature
        end local 12 // int enclosingMethodOffset
        end local 11 // int innerClassesOffset
        end local 10 // java.lang.String[] interfaces
        end local 9 // java.lang.String superClass
        end local 8 // java.lang.String thisClass
        end local 7 // int accessFlags
        end local 6 // int currentOffset
        end local 5 // char[] charBuffer
        end local 4 // org.objectweb.asm.Context context
        end local 3 // int parsingOptions
        end local 2 // org.objectweb.asm.Attribute[] attributePrototypes
        end local 1 // org.objectweb.asm.ClassVisitor classVisitor
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                                   Name  Signature
            0  228     0                                   this  Lorg/objectweb/asm/ClassReader;
            0  228     1                           classVisitor  Lorg/objectweb/asm/ClassVisitor;
            0  228     2                    attributePrototypes  [Lorg/objectweb/asm/Attribute;
            0  228     3                         parsingOptions  I
            1  228     4                                context  Lorg/objectweb/asm/Context;
            5  228     5                             charBuffer  [C
            6  228     6                          currentOffset  I
            7  228     7                            accessFlags  I
            8  228     8                              thisClass  Ljava/lang/String;
            9  228     9                             superClass  Ljava/lang/String;
           10  228    10                             interfaces  [Ljava/lang/String;
           12   17    11                                      i  I
           18  228    11                     innerClassesOffset  I
           19  228    12                  enclosingMethodOffset  I
           20  228    13                              signature  Ljava/lang/String;
           21  228    14                             sourceFile  Ljava/lang/String;
           22  228    15                   sourceDebugExtension  Ljava/lang/String;
           23  228    16        runtimeVisibleAnnotationsOffset  I
           24  228    17      runtimeInvisibleAnnotationsOffset  I
           25  228    18    runtimeVisibleTypeAnnotationsOffset  I
           26  228    19  runtimeInvisibleTypeAnnotationsOffset  I
           27  228    20                           moduleOffset  I
           28  228    21                   modulePackagesOffset  I
           29  228    22                        moduleMainClass  Ljava/lang/String;
           30  228    23                          nestHostClass  Ljava/lang/String;
           31  228    24                      nestMembersOffset  I
           32  228    25                             attributes  Lorg/objectweb/asm/Attribute;
           33  228    26                 currentAttributeOffset  I
           34  103    27                                      i  I
           36  101    28                          attributeName  Ljava/lang/String;
           37  101    29                        attributeLength  I
           98  100    30                              attribute  Lorg/objectweb/asm/Attribute;
          115  123    27                              className  Ljava/lang/String;
          116  123    28                            methodIndex  I
          119  123    29                                   name  Ljava/lang/String;
          122  123    30                                   type  Ljava/lang/String;
          125  137    27                         numAnnotations  I
          126  137    28                currentAnnotationOffset  I
          128  136    29                   annotationDescriptor  Ljava/lang/String;
          139  151    27                         numAnnotations  I
          140  151    28                currentAnnotationOffset  I
          142  150    29                   annotationDescriptor  Ljava/lang/String;
          153  171    27                         numAnnotations  I
          154  171    28                currentAnnotationOffset  I
          157  170    29                   annotationDescriptor  Ljava/lang/String;
          173  191    27                         numAnnotations  I
          174  191    28                currentAnnotationOffset  I
          177  190    29                   annotationDescriptor  Ljava/lang/String;
          193  196    27                          nextAttribute  Lorg/objectweb/asm/Attribute;
          199  204    27                    numberOfNestMembers  I
          200  204    28                currentNestMemberOffset  I
          206  216    27                        numberOfClasses  I
          207  216    28                   currentClassesOffset  I
          217  228    27                            fieldsCount  I
          222  228    28                           methodsCount  I
    MethodParameters:
                     Name  Flags
      classVisitor         final
      attributePrototypes  final
      parsingOptions       final

  private void readModule(org.objectweb.asm.ClassVisitor, org.objectweb.asm.Context, int, int, java.lang.String);
    descriptor: (Lorg/objectweb/asm/ClassVisitor;Lorg/objectweb/asm/Context;IILjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=21, args_size=6
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // org.objectweb.asm.ClassVisitor classVisitor
        start local 2 // org.objectweb.asm.Context context
        start local 3 // int moduleOffset
        start local 4 // int modulePackagesOffset
        start local 5 // java.lang.String moduleMainClass
         0: .line 707
            aload 2 /* context */
            getfield org.objectweb.asm.Context.charBuffer:[C
            astore 6 /* buffer */
        start local 6 // char[] buffer
         1: .line 710
            iload 3 /* moduleOffset */
            istore 7 /* currentOffset */
        start local 7 // int currentOffset
         2: .line 711
            aload 0 /* this */
            iload 7 /* currentOffset */
            aload 6 /* buffer */
            invokevirtual org.objectweb.asm.ClassReader.readModule:(I[C)Ljava/lang/String;
            astore 8 /* moduleName */
        start local 8 // java.lang.String moduleName
         3: .line 712
            aload 0 /* this */
            iload 7 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 9 /* moduleFlags */
        start local 9 // int moduleFlags
         4: .line 713
            aload 0 /* this */
            iload 7 /* currentOffset */
            iconst_4
            iadd
            aload 6 /* buffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 10 /* moduleVersion */
        start local 10 // java.lang.String moduleVersion
         5: .line 714
            iinc 7 /* currentOffset */ 6
         6: .line 715
            aload 1 /* classVisitor */
            aload 8 /* moduleName */
            iload 9 /* moduleFlags */
            aload 10 /* moduleVersion */
            invokevirtual org.objectweb.asm.ClassVisitor.visitModule:(Ljava/lang/String;ILjava/lang/String;)Lorg/objectweb/asm/ModuleVisitor;
            astore 11 /* moduleVisitor */
        start local 11 // org.objectweb.asm.ModuleVisitor moduleVisitor
         7: .line 716
            aload 11 /* moduleVisitor */
            ifnonnull 9
         8: .line 717
            return
         9: .line 721
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.ClassVisitor org.objectweb.asm.Context int int java.lang.String char[] int java.lang.String int java.lang.String org.objectweb.asm.ModuleVisitor
      StackMap stack:
            aload 5 /* moduleMainClass */
            ifnull 11
        10: .line 722
            aload 11 /* moduleVisitor */
            aload 5 /* moduleMainClass */
            invokevirtual org.objectweb.asm.ModuleVisitor.visitMainClass:(Ljava/lang/String;)V
        11: .line 726
      StackMap locals:
      StackMap stack:
            iload 4 /* modulePackagesOffset */
            ifeq 18
        12: .line 727
            aload 0 /* this */
            iload 4 /* modulePackagesOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 12 /* packageCount */
        start local 12 // int packageCount
        13: .line 728
            iload 4 /* modulePackagesOffset */
            iconst_2
            iadd
            istore 13 /* currentPackageOffset */
        start local 13 // int currentPackageOffset
        14: .line 729
            goto 17
        15: .line 730
      StackMap locals: int int
      StackMap stack:
            aload 11 /* moduleVisitor */
            aload 0 /* this */
            iload 13 /* currentPackageOffset */
            aload 6 /* buffer */
            invokevirtual org.objectweb.asm.ClassReader.readPackage:(I[C)Ljava/lang/String;
            invokevirtual org.objectweb.asm.ModuleVisitor.visitPackage:(Ljava/lang/String;)V
        16: .line 731
            iinc 13 /* currentPackageOffset */ 2
        17: .line 729
      StackMap locals:
      StackMap stack:
            iload 12 /* packageCount */
            iinc 12 /* packageCount */ -1
            ifgt 15
        end local 13 // int currentPackageOffset
        end local 12 // int packageCount
        18: .line 736
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 12 /* requiresCount */
        start local 12 // int requiresCount
        19: .line 737
            iinc 7 /* currentOffset */ 2
        20: .line 738
            goto 26
        21: .line 740
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* currentOffset */
            aload 6 /* buffer */
            invokevirtual org.objectweb.asm.ClassReader.readModule:(I[C)Ljava/lang/String;
            astore 13 /* requires */
        start local 13 // java.lang.String requires
        22: .line 741
            aload 0 /* this */
            iload 7 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 14 /* requiresFlags */
        start local 14 // int requiresFlags
        23: .line 742
            aload 0 /* this */
            iload 7 /* currentOffset */
            iconst_4
            iadd
            aload 6 /* buffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 15 /* requiresVersion */
        start local 15 // java.lang.String requiresVersion
        24: .line 743
            iinc 7 /* currentOffset */ 6
        25: .line 744
            aload 11 /* moduleVisitor */
            aload 13 /* requires */
            iload 14 /* requiresFlags */
            aload 15 /* requiresVersion */
            invokevirtual org.objectweb.asm.ModuleVisitor.visitRequire:(Ljava/lang/String;ILjava/lang/String;)V
        end local 15 // java.lang.String requiresVersion
        end local 14 // int requiresFlags
        end local 13 // java.lang.String requires
        26: .line 738
      StackMap locals:
      StackMap stack:
            iload 12 /* requiresCount */
            iinc 12 /* requiresCount */ -1
            ifgt 21
        27: .line 748
            aload 0 /* this */
            iload 7 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 13 /* exportsCount */
        start local 13 // int exportsCount
        28: .line 749
            iinc 7 /* currentOffset */ 2
        29: .line 750
            goto 44
        30: .line 753
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* currentOffset */
            aload 6 /* buffer */
            invokevirtual org.objectweb.asm.ClassReader.readPackage:(I[C)Ljava/lang/String;
            astore 14 /* exports */
        start local 14 // java.lang.String exports
        31: .line 754
            aload 0 /* this */
            iload 7 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 15 /* exportsFlags */
        start local 15 // int exportsFlags
        32: .line 755
            aload 0 /* this */
            iload 7 /* currentOffset */
            iconst_4
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 16 /* exportsToCount */
        start local 16 // int exportsToCount
        33: .line 756
            iinc 7 /* currentOffset */ 6
        34: .line 757
            aconst_null
            astore 17 /* exportsTo */
        start local 17 // java.lang.String[] exportsTo
        35: .line 758
            iload 16 /* exportsToCount */
            ifeq 43
        36: .line 759
            iload 16 /* exportsToCount */
            anewarray java.lang.String
            astore 17 /* exportsTo */
        37: .line 760
            iconst_0
            istore 18 /* i */
        start local 18 // int i
        38: goto 42
        39: .line 761
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.ClassVisitor org.objectweb.asm.Context int int java.lang.String char[] int java.lang.String int java.lang.String org.objectweb.asm.ModuleVisitor int int java.lang.String int int java.lang.String[] int
      StackMap stack:
            aload 17 /* exportsTo */
            iload 18 /* i */
            aload 0 /* this */
            iload 7 /* currentOffset */
            aload 6 /* buffer */
            invokevirtual org.objectweb.asm.ClassReader.readModule:(I[C)Ljava/lang/String;
            aastore
        40: .line 762
            iinc 7 /* currentOffset */ 2
        41: .line 760
            iinc 18 /* i */ 1
      StackMap locals:
      StackMap stack:
        42: iload 18 /* i */
            iload 16 /* exportsToCount */
            if_icmplt 39
        end local 18 // int i
        43: .line 765
      StackMap locals:
      StackMap stack:
            aload 11 /* moduleVisitor */
            aload 14 /* exports */
            iload 15 /* exportsFlags */
            aload 17 /* exportsTo */
            invokevirtual org.objectweb.asm.ModuleVisitor.visitExport:(Ljava/lang/String;I[Ljava/lang/String;)V
        end local 17 // java.lang.String[] exportsTo
        end local 16 // int exportsToCount
        end local 15 // int exportsFlags
        end local 14 // java.lang.String exports
        44: .line 750
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.ClassVisitor org.objectweb.asm.Context int int java.lang.String char[] int java.lang.String int java.lang.String org.objectweb.asm.ModuleVisitor int int
      StackMap stack:
            iload 13 /* exportsCount */
            iinc 13 /* exportsCount */ -1
            ifgt 30
        45: .line 769
            aload 0 /* this */
            iload 7 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 14 /* opensCount */
        start local 14 // int opensCount
        46: .line 770
            iinc 7 /* currentOffset */ 2
        47: .line 771
            goto 62
        48: .line 773
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* currentOffset */
            aload 6 /* buffer */
            invokevirtual org.objectweb.asm.ClassReader.readPackage:(I[C)Ljava/lang/String;
            astore 15 /* opens */
        start local 15 // java.lang.String opens
        49: .line 774
            aload 0 /* this */
            iload 7 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 16 /* opensFlags */
        start local 16 // int opensFlags
        50: .line 775
            aload 0 /* this */
            iload 7 /* currentOffset */
            iconst_4
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 17 /* opensToCount */
        start local 17 // int opensToCount
        51: .line 776
            iinc 7 /* currentOffset */ 6
        52: .line 777
            aconst_null
            astore 18 /* opensTo */
        start local 18 // java.lang.String[] opensTo
        53: .line 778
            iload 17 /* opensToCount */
            ifeq 61
        54: .line 779
            iload 17 /* opensToCount */
            anewarray java.lang.String
            astore 18 /* opensTo */
        55: .line 780
            iconst_0
            istore 19 /* i */
        start local 19 // int i
        56: goto 60
        57: .line 781
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.ClassVisitor org.objectweb.asm.Context int int java.lang.String char[] int java.lang.String int java.lang.String org.objectweb.asm.ModuleVisitor int int int java.lang.String int int java.lang.String[] int
      StackMap stack:
            aload 18 /* opensTo */
            iload 19 /* i */
            aload 0 /* this */
            iload 7 /* currentOffset */
            aload 6 /* buffer */
            invokevirtual org.objectweb.asm.ClassReader.readModule:(I[C)Ljava/lang/String;
            aastore
        58: .line 782
            iinc 7 /* currentOffset */ 2
        59: .line 780
            iinc 19 /* i */ 1
      StackMap locals:
      StackMap stack:
        60: iload 19 /* i */
            iload 17 /* opensToCount */
            if_icmplt 57
        end local 19 // int i
        61: .line 785
      StackMap locals:
      StackMap stack:
            aload 11 /* moduleVisitor */
            aload 15 /* opens */
            iload 16 /* opensFlags */
            aload 18 /* opensTo */
            invokevirtual org.objectweb.asm.ModuleVisitor.visitOpen:(Ljava/lang/String;I[Ljava/lang/String;)V
        end local 18 // java.lang.String[] opensTo
        end local 17 // int opensToCount
        end local 16 // int opensFlags
        end local 15 // java.lang.String opens
        62: .line 771
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.ClassVisitor org.objectweb.asm.Context int int java.lang.String char[] int java.lang.String int java.lang.String org.objectweb.asm.ModuleVisitor int int int
      StackMap stack:
            iload 14 /* opensCount */
            iinc 14 /* opensCount */ -1
            ifgt 48
        63: .line 789
            aload 0 /* this */
            iload 7 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 15 /* usesCount */
        start local 15 // int usesCount
        64: .line 790
            iinc 7 /* currentOffset */ 2
        65: .line 791
            goto 68
        66: .line 792
      StackMap locals: int
      StackMap stack:
            aload 11 /* moduleVisitor */
            aload 0 /* this */
            iload 7 /* currentOffset */
            aload 6 /* buffer */
            invokevirtual org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            invokevirtual org.objectweb.asm.ModuleVisitor.visitUse:(Ljava/lang/String;)V
        67: .line 793
            iinc 7 /* currentOffset */ 2
        68: .line 791
      StackMap locals:
      StackMap stack:
            iload 15 /* usesCount */
            iinc 15 /* usesCount */ -1
            ifgt 66
        69: .line 797
            aload 0 /* this */
            iload 7 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 16 /* providesCount */
        start local 16 // int providesCount
        70: .line 798
            iinc 7 /* currentOffset */ 2
        71: .line 799
            goto 83
        72: .line 801
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* currentOffset */
            aload 6 /* buffer */
            invokevirtual org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            astore 17 /* provides */
        start local 17 // java.lang.String provides
        73: .line 802
            aload 0 /* this */
            iload 7 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 18 /* providesWithCount */
        start local 18 // int providesWithCount
        74: .line 803
            iinc 7 /* currentOffset */ 4
        75: .line 804
            iload 18 /* providesWithCount */
            anewarray java.lang.String
            astore 19 /* providesWith */
        start local 19 // java.lang.String[] providesWith
        76: .line 805
            iconst_0
            istore 20 /* i */
        start local 20 // int i
        77: goto 81
        78: .line 806
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.ClassVisitor org.objectweb.asm.Context int int java.lang.String char[] int java.lang.String int java.lang.String org.objectweb.asm.ModuleVisitor int int int int int java.lang.String int java.lang.String[] int
      StackMap stack:
            aload 19 /* providesWith */
            iload 20 /* i */
            aload 0 /* this */
            iload 7 /* currentOffset */
            aload 6 /* buffer */
            invokevirtual org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            aastore
        79: .line 807
            iinc 7 /* currentOffset */ 2
        80: .line 805
            iinc 20 /* i */ 1
      StackMap locals:
      StackMap stack:
        81: iload 20 /* i */
            iload 18 /* providesWithCount */
            if_icmplt 78
        end local 20 // int i
        82: .line 809
            aload 11 /* moduleVisitor */
            aload 17 /* provides */
            aload 19 /* providesWith */
            invokevirtual org.objectweb.asm.ModuleVisitor.visitProvide:(Ljava/lang/String;[Ljava/lang/String;)V
        end local 19 // java.lang.String[] providesWith
        end local 18 // int providesWithCount
        end local 17 // java.lang.String provides
        83: .line 799
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.ClassVisitor org.objectweb.asm.Context int int java.lang.String char[] int java.lang.String int java.lang.String org.objectweb.asm.ModuleVisitor int int int int int
      StackMap stack:
            iload 16 /* providesCount */
            iinc 16 /* providesCount */ -1
            ifgt 72
        84: .line 813
            aload 11 /* moduleVisitor */
            invokevirtual org.objectweb.asm.ModuleVisitor.visitEnd:()V
        85: .line 814
            return
        end local 16 // int providesCount
        end local 15 // int usesCount
        end local 14 // int opensCount
        end local 13 // int exportsCount
        end local 12 // int requiresCount
        end local 11 // org.objectweb.asm.ModuleVisitor moduleVisitor
        end local 10 // java.lang.String moduleVersion
        end local 9 // int moduleFlags
        end local 8 // java.lang.String moduleName
        end local 7 // int currentOffset
        end local 6 // char[] buffer
        end local 5 // java.lang.String moduleMainClass
        end local 4 // int modulePackagesOffset
        end local 3 // int moduleOffset
        end local 2 // org.objectweb.asm.Context context
        end local 1 // org.objectweb.asm.ClassVisitor classVisitor
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   86     0                  this  Lorg/objectweb/asm/ClassReader;
            0   86     1          classVisitor  Lorg/objectweb/asm/ClassVisitor;
            0   86     2               context  Lorg/objectweb/asm/Context;
            0   86     3          moduleOffset  I
            0   86     4  modulePackagesOffset  I
            0   86     5       moduleMainClass  Ljava/lang/String;
            1   86     6                buffer  [C
            2   86     7         currentOffset  I
            3   86     8            moduleName  Ljava/lang/String;
            4   86     9           moduleFlags  I
            5   86    10         moduleVersion  Ljava/lang/String;
            7   86    11         moduleVisitor  Lorg/objectweb/asm/ModuleVisitor;
           13   18    12          packageCount  I
           14   18    13  currentPackageOffset  I
           19   86    12         requiresCount  I
           22   26    13              requires  Ljava/lang/String;
           23   26    14         requiresFlags  I
           24   26    15       requiresVersion  Ljava/lang/String;
           28   86    13          exportsCount  I
           31   44    14               exports  Ljava/lang/String;
           32   44    15          exportsFlags  I
           33   44    16        exportsToCount  I
           35   44    17             exportsTo  [Ljava/lang/String;
           38   43    18                     i  I
           46   86    14            opensCount  I
           49   62    15                 opens  Ljava/lang/String;
           50   62    16            opensFlags  I
           51   62    17          opensToCount  I
           53   62    18               opensTo  [Ljava/lang/String;
           56   61    19                     i  I
           64   86    15             usesCount  I
           70   86    16         providesCount  I
           73   83    17              provides  Ljava/lang/String;
           74   83    18     providesWithCount  I
           76   83    19          providesWith  [Ljava/lang/String;
           77   82    20                     i  I
    MethodParameters:
                      Name  Flags
      classVisitor          final
      context               final
      moduleOffset          final
      modulePackagesOffset  final
      moduleMainClass       final

  private int readField(org.objectweb.asm.ClassVisitor, org.objectweb.asm.Context, int);
    descriptor: (Lorg/objectweb/asm/ClassVisitor;Lorg/objectweb/asm/Context;I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=21, args_size=4
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // org.objectweb.asm.ClassVisitor classVisitor
        start local 2 // org.objectweb.asm.Context context
        start local 3 // int fieldInfoOffset
         0: .line 826
            aload 2 /* context */
            getfield org.objectweb.asm.Context.charBuffer:[C
            astore 4 /* charBuffer */
        start local 4 // char[] charBuffer
         1: .line 829
            iload 3 /* fieldInfoOffset */
            istore 5 /* currentOffset */
        start local 5 // int currentOffset
         2: .line 830
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 6 /* accessFlags */
        start local 6 // int accessFlags
         3: .line 831
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_2
            iadd
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 7 /* name */
        start local 7 // java.lang.String name
         4: .line 832
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_4
            iadd
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 8 /* descriptor */
        start local 8 // java.lang.String descriptor
         5: .line 833
            iinc 5 /* currentOffset */ 6
         6: .line 838
            aconst_null
            astore 9 /* constantValue */
        start local 9 // java.lang.Object constantValue
         7: .line 840
            aconst_null
            astore 10 /* signature */
        start local 10 // java.lang.String signature
         8: .line 842
            iconst_0
            istore 11 /* runtimeVisibleAnnotationsOffset */
        start local 11 // int runtimeVisibleAnnotationsOffset
         9: .line 844
            iconst_0
            istore 12 /* runtimeInvisibleAnnotationsOffset */
        start local 12 // int runtimeInvisibleAnnotationsOffset
        10: .line 846
            iconst_0
            istore 13 /* runtimeVisibleTypeAnnotationsOffset */
        start local 13 // int runtimeVisibleTypeAnnotationsOffset
        11: .line 848
            iconst_0
            istore 14 /* runtimeInvisibleTypeAnnotationsOffset */
        start local 14 // int runtimeInvisibleTypeAnnotationsOffset
        12: .line 851
            aconst_null
            astore 15 /* attributes */
        start local 15 // org.objectweb.asm.Attribute attributes
        13: .line 853
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 16 /* attributesCount */
        start local 16 // int attributesCount
        14: .line 854
            iinc 5 /* currentOffset */ 2
        15: .line 855
            goto 59
        16: .line 857
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.ClassVisitor org.objectweb.asm.Context int char[] int int java.lang.String java.lang.String java.lang.Object java.lang.String int int int int org.objectweb.asm.Attribute int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* currentOffset */
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 17 /* attributeName */
        start local 17 // java.lang.String attributeName
        17: .line 858
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            istore 18 /* attributeLength */
        start local 18 // int attributeLength
        18: .line 859
            iinc 5 /* currentOffset */ 6
        19: .line 862
            ldc "ConstantValue"
            aload 17 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 25
        20: .line 863
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 19 /* constantvalueIndex */
        start local 19 // int constantvalueIndex
        21: .line 864
            iload 19 /* constantvalueIndex */
            ifne 22
            aconst_null
            goto 23
      StackMap locals: java.lang.String int int
      StackMap stack:
        22: aload 0 /* this */
            iload 19 /* constantvalueIndex */
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readConst:(I[C)Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
        23: astore 9 /* constantValue */
        end local 19 // int constantvalueIndex
        24: .line 865
            goto 58
      StackMap locals:
      StackMap stack:
        25: ldc "Signature"
            aload 17 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 28
        26: .line 866
            aload 0 /* this */
            iload 5 /* currentOffset */
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 10 /* signature */
        27: .line 867
            goto 58
      StackMap locals:
      StackMap stack:
        28: ldc "Deprecated"
            aload 17 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 31
        29: .line 868
            iload 6 /* accessFlags */
            ldc 131072
            ior
            istore 6 /* accessFlags */
        30: .line 869
            goto 58
      StackMap locals:
      StackMap stack:
        31: ldc "Synthetic"
            aload 17 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 34
        32: .line 870
            iload 6 /* accessFlags */
            sipush 4096
            ior
            istore 6 /* accessFlags */
        33: .line 871
            goto 58
      StackMap locals:
      StackMap stack:
        34: ldc "RuntimeVisibleAnnotations"
            aload 17 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 37
        35: .line 872
            iload 5 /* currentOffset */
            istore 11 /* runtimeVisibleAnnotationsOffset */
        36: .line 873
            goto 58
      StackMap locals:
      StackMap stack:
        37: ldc "RuntimeVisibleTypeAnnotations"
            aload 17 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 40
        38: .line 874
            iload 5 /* currentOffset */
            istore 13 /* runtimeVisibleTypeAnnotationsOffset */
        39: .line 875
            goto 58
      StackMap locals:
      StackMap stack:
        40: ldc "RuntimeInvisibleAnnotations"
            aload 17 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 43
        41: .line 876
            iload 5 /* currentOffset */
            istore 12 /* runtimeInvisibleAnnotationsOffset */
        42: .line 877
            goto 58
      StackMap locals:
      StackMap stack:
        43: ldc "RuntimeInvisibleTypeAnnotations"
            aload 17 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 46
        44: .line 878
            iload 5 /* currentOffset */
            istore 14 /* runtimeInvisibleTypeAnnotationsOffset */
        45: .line 879
            goto 58
        46: .line 881
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        47: .line 882
            aload 2 /* context */
            getfield org.objectweb.asm.Context.attributePrototypes:[Lorg/objectweb/asm/Attribute;
        48: .line 883
            aload 17 /* attributeName */
        49: .line 884
            iload 5 /* currentOffset */
        50: .line 885
            iload 18 /* attributeLength */
        51: .line 886
            aload 4 /* charBuffer */
        52: .line 887
            iconst_m1
        53: .line 888
            aconst_null
        54: .line 881
            invokevirtual org.objectweb.asm.ClassReader.readAttribute:([Lorg/objectweb/asm/Attribute;Ljava/lang/String;II[CI[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Attribute;
        55: .line 880
            astore 19 /* attribute */
        start local 19 // org.objectweb.asm.Attribute attribute
        56: .line 889
            aload 19 /* attribute */
            aload 15 /* attributes */
            putfield org.objectweb.asm.Attribute.nextAttribute:Lorg/objectweb/asm/Attribute;
        57: .line 890
            aload 19 /* attribute */
            astore 15 /* attributes */
        end local 19 // org.objectweb.asm.Attribute attribute
        58: .line 892
      StackMap locals:
      StackMap stack:
            iload 5 /* currentOffset */
            iload 18 /* attributeLength */
            iadd
            istore 5 /* currentOffset */
        end local 18 // int attributeLength
        end local 17 // java.lang.String attributeName
        59: .line 855
      StackMap locals:
      StackMap stack:
            iload 16 /* attributesCount */
            iinc 16 /* attributesCount */ -1
            ifgt 16
        60: .line 897
            aload 1 /* classVisitor */
            iload 6 /* accessFlags */
            aload 7 /* name */
            aload 8 /* descriptor */
            aload 10 /* signature */
            aload 9 /* constantValue */
            invokevirtual org.objectweb.asm.ClassVisitor.visitField:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lorg/objectweb/asm/FieldVisitor;
        61: .line 896
            astore 17 /* fieldVisitor */
        start local 17 // org.objectweb.asm.FieldVisitor fieldVisitor
        62: .line 898
            aload 17 /* fieldVisitor */
            ifnonnull 64
        63: .line 899
            iload 5 /* currentOffset */
            ireturn
        64: .line 903
      StackMap locals: org.objectweb.asm.FieldVisitor
      StackMap stack:
            iload 11 /* runtimeVisibleAnnotationsOffset */
            ifeq 78
        65: .line 904
            aload 0 /* this */
            iload 11 /* runtimeVisibleAnnotationsOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 18 /* numAnnotations */
        start local 18 // int numAnnotations
        66: .line 905
            iload 11 /* runtimeVisibleAnnotationsOffset */
            iconst_2
            iadd
            istore 19 /* currentAnnotationOffset */
        start local 19 // int currentAnnotationOffset
        67: .line 906
            goto 77
        68: .line 908
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 19 /* currentAnnotationOffset */
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 20 /* annotationDescriptor */
        start local 20 // java.lang.String annotationDescriptor
        69: .line 909
            iinc 19 /* currentAnnotationOffset */ 2
        70: .line 912
            aload 0 /* this */
        71: .line 913
            aload 17 /* fieldVisitor */
            aload 20 /* annotationDescriptor */
            iconst_1
            invokevirtual org.objectweb.asm.FieldVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
        72: .line 914
            iload 19 /* currentAnnotationOffset */
        73: .line 915
            iconst_1
        74: .line 916
            aload 4 /* charBuffer */
        75: .line 912
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
        76: .line 911
            istore 19 /* currentAnnotationOffset */
        end local 20 // java.lang.String annotationDescriptor
        77: .line 906
      StackMap locals:
      StackMap stack:
            iload 18 /* numAnnotations */
            iinc 18 /* numAnnotations */ -1
            ifgt 68
        end local 19 // int currentAnnotationOffset
        end local 18 // int numAnnotations
        78: .line 921
      StackMap locals:
      StackMap stack:
            iload 12 /* runtimeInvisibleAnnotationsOffset */
            ifeq 92
        79: .line 922
            aload 0 /* this */
            iload 12 /* runtimeInvisibleAnnotationsOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 18 /* numAnnotations */
        start local 18 // int numAnnotations
        80: .line 923
            iload 12 /* runtimeInvisibleAnnotationsOffset */
            iconst_2
            iadd
            istore 19 /* currentAnnotationOffset */
        start local 19 // int currentAnnotationOffset
        81: .line 924
            goto 91
        82: .line 926
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 19 /* currentAnnotationOffset */
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 20 /* annotationDescriptor */
        start local 20 // java.lang.String annotationDescriptor
        83: .line 927
            iinc 19 /* currentAnnotationOffset */ 2
        84: .line 930
            aload 0 /* this */
        85: .line 931
            aload 17 /* fieldVisitor */
            aload 20 /* annotationDescriptor */
            iconst_0
            invokevirtual org.objectweb.asm.FieldVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
        86: .line 932
            iload 19 /* currentAnnotationOffset */
        87: .line 933
            iconst_1
        88: .line 934
            aload 4 /* charBuffer */
        89: .line 930
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
        90: .line 929
            istore 19 /* currentAnnotationOffset */
        end local 20 // java.lang.String annotationDescriptor
        91: .line 924
      StackMap locals:
      StackMap stack:
            iload 18 /* numAnnotations */
            iinc 18 /* numAnnotations */ -1
            ifgt 82
        end local 19 // int currentAnnotationOffset
        end local 18 // int numAnnotations
        92: .line 939
      StackMap locals:
      StackMap stack:
            iload 13 /* runtimeVisibleTypeAnnotationsOffset */
            ifeq 112
        93: .line 940
            aload 0 /* this */
            iload 13 /* runtimeVisibleTypeAnnotationsOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 18 /* numAnnotations */
        start local 18 // int numAnnotations
        94: .line 941
            iload 13 /* runtimeVisibleTypeAnnotationsOffset */
            iconst_2
            iadd
            istore 19 /* currentAnnotationOffset */
        start local 19 // int currentAnnotationOffset
        95: .line 942
            goto 111
        96: .line 944
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* context */
            iload 19 /* currentAnnotationOffset */
            invokevirtual org.objectweb.asm.ClassReader.readTypeAnnotationTarget:(Lorg/objectweb/asm/Context;I)I
            istore 19 /* currentAnnotationOffset */
        97: .line 946
            aload 0 /* this */
            iload 19 /* currentAnnotationOffset */
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 20 /* annotationDescriptor */
        start local 20 // java.lang.String annotationDescriptor
        98: .line 947
            iinc 19 /* currentAnnotationOffset */ 2
        99: .line 950
            aload 0 /* this */
       100: .line 951
            aload 17 /* fieldVisitor */
       101: .line 952
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentTypeAnnotationTarget:I
       102: .line 953
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentTypeAnnotationTargetPath:Lorg/objectweb/asm/TypePath;
       103: .line 954
            aload 20 /* annotationDescriptor */
       104: .line 955
            iconst_1
       105: .line 951
            invokevirtual org.objectweb.asm.FieldVisitor.visitTypeAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
       106: .line 956
            iload 19 /* currentAnnotationOffset */
       107: .line 957
            iconst_1
       108: .line 958
            aload 4 /* charBuffer */
       109: .line 950
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
       110: .line 949
            istore 19 /* currentAnnotationOffset */
        end local 20 // java.lang.String annotationDescriptor
       111: .line 942
      StackMap locals:
      StackMap stack:
            iload 18 /* numAnnotations */
            iinc 18 /* numAnnotations */ -1
            ifgt 96
        end local 19 // int currentAnnotationOffset
        end local 18 // int numAnnotations
       112: .line 963
      StackMap locals:
      StackMap stack:
            iload 14 /* runtimeInvisibleTypeAnnotationsOffset */
            ifeq 137
       113: .line 964
            aload 0 /* this */
            iload 14 /* runtimeInvisibleTypeAnnotationsOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 18 /* numAnnotations */
        start local 18 // int numAnnotations
       114: .line 965
            iload 14 /* runtimeInvisibleTypeAnnotationsOffset */
            iconst_2
            iadd
            istore 19 /* currentAnnotationOffset */
        start local 19 // int currentAnnotationOffset
       115: .line 966
            goto 131
       116: .line 968
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* context */
            iload 19 /* currentAnnotationOffset */
            invokevirtual org.objectweb.asm.ClassReader.readTypeAnnotationTarget:(Lorg/objectweb/asm/Context;I)I
            istore 19 /* currentAnnotationOffset */
       117: .line 970
            aload 0 /* this */
            iload 19 /* currentAnnotationOffset */
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 20 /* annotationDescriptor */
        start local 20 // java.lang.String annotationDescriptor
       118: .line 971
            iinc 19 /* currentAnnotationOffset */ 2
       119: .line 974
            aload 0 /* this */
       120: .line 975
            aload 17 /* fieldVisitor */
       121: .line 976
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentTypeAnnotationTarget:I
       122: .line 977
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentTypeAnnotationTargetPath:Lorg/objectweb/asm/TypePath;
       123: .line 978
            aload 20 /* annotationDescriptor */
       124: .line 979
            iconst_0
       125: .line 975
            invokevirtual org.objectweb.asm.FieldVisitor.visitTypeAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
       126: .line 980
            iload 19 /* currentAnnotationOffset */
       127: .line 981
            iconst_1
       128: .line 982
            aload 4 /* charBuffer */
       129: .line 974
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
       130: .line 973
            istore 19 /* currentAnnotationOffset */
        end local 20 // java.lang.String annotationDescriptor
       131: .line 966
      StackMap locals:
      StackMap stack:
            iload 18 /* numAnnotations */
            iinc 18 /* numAnnotations */ -1
            ifgt 116
        end local 19 // int currentAnnotationOffset
        end local 18 // int numAnnotations
       132: .line 987
            goto 137
       133: .line 989
      StackMap locals:
      StackMap stack:
            aload 15 /* attributes */
            getfield org.objectweb.asm.Attribute.nextAttribute:Lorg/objectweb/asm/Attribute;
            astore 18 /* nextAttribute */
        start local 18 // org.objectweb.asm.Attribute nextAttribute
       134: .line 990
            aload 15 /* attributes */
            aconst_null
            putfield org.objectweb.asm.Attribute.nextAttribute:Lorg/objectweb/asm/Attribute;
       135: .line 991
            aload 17 /* fieldVisitor */
            aload 15 /* attributes */
            invokevirtual org.objectweb.asm.FieldVisitor.visitAttribute:(Lorg/objectweb/asm/Attribute;)V
       136: .line 992
            aload 18 /* nextAttribute */
            astore 15 /* attributes */
        end local 18 // org.objectweb.asm.Attribute nextAttribute
       137: .line 987
      StackMap locals:
      StackMap stack:
            aload 15 /* attributes */
            ifnonnull 133
       138: .line 996
            aload 17 /* fieldVisitor */
            invokevirtual org.objectweb.asm.FieldVisitor.visitEnd:()V
       139: .line 997
            iload 5 /* currentOffset */
            ireturn
        end local 17 // org.objectweb.asm.FieldVisitor fieldVisitor
        end local 16 // int attributesCount
        end local 15 // org.objectweb.asm.Attribute attributes
        end local 14 // int runtimeInvisibleTypeAnnotationsOffset
        end local 13 // int runtimeVisibleTypeAnnotationsOffset
        end local 12 // int runtimeInvisibleAnnotationsOffset
        end local 11 // int runtimeVisibleAnnotationsOffset
        end local 10 // java.lang.String signature
        end local 9 // java.lang.Object constantValue
        end local 8 // java.lang.String descriptor
        end local 7 // java.lang.String name
        end local 6 // int accessFlags
        end local 5 // int currentOffset
        end local 4 // char[] charBuffer
        end local 3 // int fieldInfoOffset
        end local 2 // org.objectweb.asm.Context context
        end local 1 // org.objectweb.asm.ClassVisitor classVisitor
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                                   Name  Signature
            0  140     0                                   this  Lorg/objectweb/asm/ClassReader;
            0  140     1                           classVisitor  Lorg/objectweb/asm/ClassVisitor;
            0  140     2                                context  Lorg/objectweb/asm/Context;
            0  140     3                        fieldInfoOffset  I
            1  140     4                             charBuffer  [C
            2  140     5                          currentOffset  I
            3  140     6                            accessFlags  I
            4  140     7                                   name  Ljava/lang/String;
            5  140     8                             descriptor  Ljava/lang/String;
            7  140     9                          constantValue  Ljava/lang/Object;
            8  140    10                              signature  Ljava/lang/String;
            9  140    11        runtimeVisibleAnnotationsOffset  I
           10  140    12      runtimeInvisibleAnnotationsOffset  I
           11  140    13    runtimeVisibleTypeAnnotationsOffset  I
           12  140    14  runtimeInvisibleTypeAnnotationsOffset  I
           13  140    15                             attributes  Lorg/objectweb/asm/Attribute;
           14  140    16                        attributesCount  I
           17   59    17                          attributeName  Ljava/lang/String;
           18   59    18                        attributeLength  I
           21   24    19                     constantvalueIndex  I
           56   58    19                              attribute  Lorg/objectweb/asm/Attribute;
           62  140    17                           fieldVisitor  Lorg/objectweb/asm/FieldVisitor;
           66   78    18                         numAnnotations  I
           67   78    19                currentAnnotationOffset  I
           69   77    20                   annotationDescriptor  Ljava/lang/String;
           80   92    18                         numAnnotations  I
           81   92    19                currentAnnotationOffset  I
           83   91    20                   annotationDescriptor  Ljava/lang/String;
           94  112    18                         numAnnotations  I
           95  112    19                currentAnnotationOffset  I
           98  111    20                   annotationDescriptor  Ljava/lang/String;
          114  132    18                         numAnnotations  I
          115  132    19                currentAnnotationOffset  I
          118  131    20                   annotationDescriptor  Ljava/lang/String;
          134  137    18                          nextAttribute  Lorg/objectweb/asm/Attribute;
    MethodParameters:
                 Name  Flags
      classVisitor     final
      context          final
      fieldInfoOffset  final

  private int readMethod(org.objectweb.asm.ClassVisitor, org.objectweb.asm.Context, int);
    descriptor: (Lorg/objectweb/asm/ClassVisitor;Lorg/objectweb/asm/Context;I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=25, args_size=4
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // org.objectweb.asm.ClassVisitor classVisitor
        start local 2 // org.objectweb.asm.Context context
        start local 3 // int methodInfoOffset
         0: .line 1010
            aload 2 /* context */
            getfield org.objectweb.asm.Context.charBuffer:[C
            astore 4 /* charBuffer */
        start local 4 // char[] charBuffer
         1: .line 1013
            iload 3 /* methodInfoOffset */
            istore 5 /* currentOffset */
        start local 5 // int currentOffset
         2: .line 1014
            aload 2 /* context */
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            putfield org.objectweb.asm.Context.currentMethodAccessFlags:I
         3: .line 1015
            aload 2 /* context */
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_2
            iadd
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            putfield org.objectweb.asm.Context.currentMethodName:Ljava/lang/String;
         4: .line 1016
            aload 2 /* context */
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_4
            iadd
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            putfield org.objectweb.asm.Context.currentMethodDescriptor:Ljava/lang/String;
         5: .line 1017
            iinc 5 /* currentOffset */ 6
         6: .line 1022
            iconst_0
            istore 6 /* codeOffset */
        start local 6 // int codeOffset
         7: .line 1024
            iconst_0
            istore 7 /* exceptionsOffset */
        start local 7 // int exceptionsOffset
         8: .line 1026
            aconst_null
            astore 8 /* exceptions */
        start local 8 // java.lang.String[] exceptions
         9: .line 1028
            iconst_0
            istore 9 /* synthetic */
        start local 9 // boolean synthetic
        10: .line 1030
            iconst_0
            istore 10 /* signatureIndex */
        start local 10 // int signatureIndex
        11: .line 1032
            iconst_0
            istore 11 /* runtimeVisibleAnnotationsOffset */
        start local 11 // int runtimeVisibleAnnotationsOffset
        12: .line 1034
            iconst_0
            istore 12 /* runtimeInvisibleAnnotationsOffset */
        start local 12 // int runtimeInvisibleAnnotationsOffset
        13: .line 1036
            iconst_0
            istore 13 /* runtimeVisibleParameterAnnotationsOffset */
        start local 13 // int runtimeVisibleParameterAnnotationsOffset
        14: .line 1038
            iconst_0
            istore 14 /* runtimeInvisibleParameterAnnotationsOffset */
        start local 14 // int runtimeInvisibleParameterAnnotationsOffset
        15: .line 1040
            iconst_0
            istore 15 /* runtimeVisibleTypeAnnotationsOffset */
        start local 15 // int runtimeVisibleTypeAnnotationsOffset
        16: .line 1042
            iconst_0
            istore 16 /* runtimeInvisibleTypeAnnotationsOffset */
        start local 16 // int runtimeInvisibleTypeAnnotationsOffset
        17: .line 1044
            iconst_0
            istore 17 /* annotationDefaultOffset */
        start local 17 // int annotationDefaultOffset
        18: .line 1046
            iconst_0
            istore 18 /* methodParametersOffset */
        start local 18 // int methodParametersOffset
        19: .line 1049
            aconst_null
            astore 19 /* attributes */
        start local 19 // org.objectweb.asm.Attribute attributes
        20: .line 1051
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 20 /* attributesCount */
        start local 20 // int attributesCount
        21: .line 1052
            iinc 5 /* currentOffset */ 2
        22: .line 1053
            goto 88
        23: .line 1055
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.ClassVisitor org.objectweb.asm.Context int char[] int int int java.lang.String[] int int int int int int int int int int org.objectweb.asm.Attribute int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* currentOffset */
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 21 /* attributeName */
        start local 21 // java.lang.String attributeName
        24: .line 1056
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            istore 22 /* attributeLength */
        start local 22 // int attributeLength
        25: .line 1057
            iinc 5 /* currentOffset */ 6
        26: .line 1060
            ldc "Code"
            aload 21 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 30
        27: .line 1061
            aload 2 /* context */
            getfield org.objectweb.asm.Context.parsingOptions:I
            iconst_1
            iand
            ifne 87
        28: .line 1062
            iload 5 /* currentOffset */
            istore 6 /* codeOffset */
        29: .line 1064
            goto 87
      StackMap locals: java.lang.String int
      StackMap stack:
        30: ldc "Exceptions"
            aload 21 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 41
        31: .line 1065
            iload 5 /* currentOffset */
            istore 7 /* exceptionsOffset */
        32: .line 1066
            aload 0 /* this */
            iload 7 /* exceptionsOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            anewarray java.lang.String
            astore 8 /* exceptions */
        33: .line 1067
            iload 7 /* exceptionsOffset */
            iconst_2
            iadd
            istore 23 /* currentExceptionOffset */
        start local 23 // int currentExceptionOffset
        34: .line 1068
            iconst_0
            istore 24 /* i */
        start local 24 // int i
        35: goto 39
        36: .line 1069
      StackMap locals: int int
      StackMap stack:
            aload 8 /* exceptions */
            iload 24 /* i */
            aload 0 /* this */
            iload 23 /* currentExceptionOffset */
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            aastore
        37: .line 1070
            iinc 23 /* currentExceptionOffset */ 2
        38: .line 1068
            iinc 24 /* i */ 1
      StackMap locals:
      StackMap stack:
        39: iload 24 /* i */
            aload 8 /* exceptions */
            arraylength
            if_icmplt 36
        end local 24 // int i
        end local 23 // int currentExceptionOffset
        40: .line 1072
            goto 87
      StackMap locals:
      StackMap stack:
        41: ldc "Signature"
            aload 21 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 44
        42: .line 1073
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 10 /* signatureIndex */
        43: .line 1074
            goto 87
      StackMap locals:
      StackMap stack:
        44: ldc "Deprecated"
            aload 21 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 47
        45: .line 1075
            aload 2 /* context */
            dup
            getfield org.objectweb.asm.Context.currentMethodAccessFlags:I
            ldc 131072
            ior
            putfield org.objectweb.asm.Context.currentMethodAccessFlags:I
        46: .line 1076
            goto 87
      StackMap locals:
      StackMap stack:
        47: ldc "RuntimeVisibleAnnotations"
            aload 21 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 50
        48: .line 1077
            iload 5 /* currentOffset */
            istore 11 /* runtimeVisibleAnnotationsOffset */
        49: .line 1078
            goto 87
      StackMap locals:
      StackMap stack:
        50: ldc "RuntimeVisibleTypeAnnotations"
            aload 21 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 53
        51: .line 1079
            iload 5 /* currentOffset */
            istore 15 /* runtimeVisibleTypeAnnotationsOffset */
        52: .line 1080
            goto 87
      StackMap locals:
      StackMap stack:
        53: ldc "AnnotationDefault"
            aload 21 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 56
        54: .line 1081
            iload 5 /* currentOffset */
            istore 17 /* annotationDefaultOffset */
        55: .line 1082
            goto 87
      StackMap locals:
      StackMap stack:
        56: ldc "Synthetic"
            aload 21 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 60
        57: .line 1083
            iconst_1
            istore 9 /* synthetic */
        58: .line 1084
            aload 2 /* context */
            dup
            getfield org.objectweb.asm.Context.currentMethodAccessFlags:I
            sipush 4096
            ior
            putfield org.objectweb.asm.Context.currentMethodAccessFlags:I
        59: .line 1085
            goto 87
      StackMap locals:
      StackMap stack:
        60: ldc "RuntimeInvisibleAnnotations"
            aload 21 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 63
        61: .line 1086
            iload 5 /* currentOffset */
            istore 12 /* runtimeInvisibleAnnotationsOffset */
        62: .line 1087
            goto 87
      StackMap locals:
      StackMap stack:
        63: ldc "RuntimeInvisibleTypeAnnotations"
            aload 21 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 66
        64: .line 1088
            iload 5 /* currentOffset */
            istore 16 /* runtimeInvisibleTypeAnnotationsOffset */
        65: .line 1089
            goto 87
      StackMap locals:
      StackMap stack:
        66: ldc "RuntimeVisibleParameterAnnotations"
            aload 21 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 69
        67: .line 1090
            iload 5 /* currentOffset */
            istore 13 /* runtimeVisibleParameterAnnotationsOffset */
        68: .line 1091
            goto 87
      StackMap locals:
      StackMap stack:
        69: ldc "RuntimeInvisibleParameterAnnotations"
            aload 21 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 72
        70: .line 1092
            iload 5 /* currentOffset */
            istore 14 /* runtimeInvisibleParameterAnnotationsOffset */
        71: .line 1093
            goto 87
      StackMap locals:
      StackMap stack:
        72: ldc "MethodParameters"
            aload 21 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 75
        73: .line 1094
            iload 5 /* currentOffset */
            istore 18 /* methodParametersOffset */
        74: .line 1095
            goto 87
        75: .line 1097
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        76: .line 1098
            aload 2 /* context */
            getfield org.objectweb.asm.Context.attributePrototypes:[Lorg/objectweb/asm/Attribute;
        77: .line 1099
            aload 21 /* attributeName */
        78: .line 1100
            iload 5 /* currentOffset */
        79: .line 1101
            iload 22 /* attributeLength */
        80: .line 1102
            aload 4 /* charBuffer */
        81: .line 1103
            iconst_m1
        82: .line 1104
            aconst_null
        83: .line 1097
            invokevirtual org.objectweb.asm.ClassReader.readAttribute:([Lorg/objectweb/asm/Attribute;Ljava/lang/String;II[CI[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Attribute;
        84: .line 1096
            astore 23 /* attribute */
        start local 23 // org.objectweb.asm.Attribute attribute
        85: .line 1105
            aload 23 /* attribute */
            aload 19 /* attributes */
            putfield org.objectweb.asm.Attribute.nextAttribute:Lorg/objectweb/asm/Attribute;
        86: .line 1106
            aload 23 /* attribute */
            astore 19 /* attributes */
        end local 23 // org.objectweb.asm.Attribute attribute
        87: .line 1108
      StackMap locals:
      StackMap stack:
            iload 5 /* currentOffset */
            iload 22 /* attributeLength */
            iadd
            istore 5 /* currentOffset */
        end local 22 // int attributeLength
        end local 21 // java.lang.String attributeName
        88: .line 1053
      StackMap locals:
      StackMap stack:
            iload 20 /* attributesCount */
            iinc 20 /* attributesCount */ -1
            ifgt 23
        89: .line 1113
            aload 1 /* classVisitor */
        90: .line 1114
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentMethodAccessFlags:I
        91: .line 1115
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentMethodName:Ljava/lang/String;
        92: .line 1116
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentMethodDescriptor:Ljava/lang/String;
        93: .line 1117
            iload 10 /* signatureIndex */
            ifne 94
            aconst_null
            goto 95
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.ClassVisitor org.objectweb.asm.Context int char[] int int int java.lang.String[] int int int int int int int int int int org.objectweb.asm.Attribute int
      StackMap stack: org.objectweb.asm.ClassVisitor int java.lang.String java.lang.String
        94: aload 0 /* this */
            iload 10 /* signatureIndex */
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF:(I[C)Ljava/lang/String;
        95: .line 1118
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.ClassVisitor org.objectweb.asm.Context int char[] int int int java.lang.String[] int int int int int int int int int int org.objectweb.asm.Attribute int
      StackMap stack: org.objectweb.asm.ClassVisitor int java.lang.String java.lang.String java.lang.String
            aload 8 /* exceptions */
        96: .line 1113
            invokevirtual org.objectweb.asm.ClassVisitor.visitMethod:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Lorg/objectweb/asm/MethodVisitor;
        97: .line 1112
            astore 21 /* methodVisitor */
        start local 21 // org.objectweb.asm.MethodVisitor methodVisitor
        98: .line 1119
            aload 21 /* methodVisitor */
            ifnonnull 100
        99: .line 1120
            iload 5 /* currentOffset */
            ireturn
       100: .line 1127
      StackMap locals: org.objectweb.asm.MethodVisitor
      StackMap stack:
            aload 21 /* methodVisitor */
            instanceof org.objectweb.asm.MethodWriter
            ifeq 115
       101: .line 1128
            aload 21 /* methodVisitor */
            checkcast org.objectweb.asm.MethodWriter
            astore 22 /* methodWriter */
        start local 22 // org.objectweb.asm.MethodWriter methodWriter
       102: .line 1129
            aload 22 /* methodWriter */
       103: .line 1130
            aload 0 /* this */
       104: .line 1131
            iload 3 /* methodInfoOffset */
       105: .line 1132
            iload 5 /* currentOffset */
            iload 3 /* methodInfoOffset */
            isub
       106: .line 1133
            iload 9 /* synthetic */
       107: .line 1134
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentMethodAccessFlags:I
            ldc 131072
            iand
            ifeq 108
            iconst_1
            goto 109
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.ClassVisitor org.objectweb.asm.Context int char[] int int int java.lang.String[] int int int int int int int int int int org.objectweb.asm.Attribute int org.objectweb.asm.MethodVisitor org.objectweb.asm.MethodWriter
      StackMap stack: org.objectweb.asm.MethodWriter org.objectweb.asm.ClassReader int int int
       108: iconst_0
       109: .line 1135
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.ClassVisitor org.objectweb.asm.Context int char[] int int int java.lang.String[] int int int int int int int int int int org.objectweb.asm.Attribute int org.objectweb.asm.MethodVisitor org.objectweb.asm.MethodWriter
      StackMap stack: org.objectweb.asm.MethodWriter org.objectweb.asm.ClassReader int int int int
            aload 0 /* this */
            iload 3 /* methodInfoOffset */
            iconst_4
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
       110: .line 1136
            iload 10 /* signatureIndex */
       111: .line 1137
            iload 7 /* exceptionsOffset */
       112: .line 1129
            invokevirtual org.objectweb.asm.MethodWriter.canCopyMethodAttributes:(Lorg/objectweb/asm/ClassReader;IIZZIII)Z
       113: .line 1137
            ifeq 115
       114: .line 1138
            iload 5 /* currentOffset */
            ireturn
        end local 22 // org.objectweb.asm.MethodWriter methodWriter
       115: .line 1143
      StackMap locals:
      StackMap stack:
            iload 18 /* methodParametersOffset */
            ifeq 125
       116: .line 1144
            aload 0 /* this */
            iload 18 /* methodParametersOffset */
            invokevirtual org.objectweb.asm.ClassReader.readByte:(I)I
            istore 22 /* parametersCount */
        start local 22 // int parametersCount
       117: .line 1145
            iload 18 /* methodParametersOffset */
            iconst_1
            iadd
            istore 23 /* currentParameterOffset */
        start local 23 // int currentParameterOffset
       118: .line 1146
            goto 124
       119: .line 1148
      StackMap locals: int int
      StackMap stack:
            aload 21 /* methodVisitor */
       120: .line 1149
            aload 0 /* this */
            iload 23 /* currentParameterOffset */
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
       121: .line 1150
            aload 0 /* this */
            iload 23 /* currentParameterOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
       122: .line 1148
            invokevirtual org.objectweb.asm.MethodVisitor.visitParameter:(Ljava/lang/String;I)V
       123: .line 1151
            iinc 23 /* currentParameterOffset */ 4
       124: .line 1146
      StackMap locals:
      StackMap stack:
            iload 22 /* parametersCount */
            iinc 22 /* parametersCount */ -1
            ifgt 119
        end local 23 // int currentParameterOffset
        end local 22 // int parametersCount
       125: .line 1156
      StackMap locals:
      StackMap stack:
            iload 17 /* annotationDefaultOffset */
            ifeq 130
       126: .line 1157
            aload 21 /* methodVisitor */
            invokevirtual org.objectweb.asm.MethodVisitor.visitAnnotationDefault:()Lorg/objectweb/asm/AnnotationVisitor;
            astore 22 /* annotationVisitor */
        start local 22 // org.objectweb.asm.AnnotationVisitor annotationVisitor
       127: .line 1158
            aload 0 /* this */
            aload 22 /* annotationVisitor */
            iload 17 /* annotationDefaultOffset */
            aconst_null
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readElementValue:(Lorg/objectweb/asm/AnnotationVisitor;ILjava/lang/String;[C)I
            pop
       128: .line 1159
            aload 22 /* annotationVisitor */
            ifnull 130
       129: .line 1160
            aload 22 /* annotationVisitor */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visitEnd:()V
        end local 22 // org.objectweb.asm.AnnotationVisitor annotationVisitor
       130: .line 1165
      StackMap locals:
      StackMap stack:
            iload 11 /* runtimeVisibleAnnotationsOffset */
            ifeq 144
       131: .line 1166
            aload 0 /* this */
            iload 11 /* runtimeVisibleAnnotationsOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 22 /* numAnnotations */
        start local 22 // int numAnnotations
       132: .line 1167
            iload 11 /* runtimeVisibleAnnotationsOffset */
            iconst_2
            iadd
            istore 23 /* currentAnnotationOffset */
        start local 23 // int currentAnnotationOffset
       133: .line 1168
            goto 143
       134: .line 1170
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 23 /* currentAnnotationOffset */
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 24 /* annotationDescriptor */
        start local 24 // java.lang.String annotationDescriptor
       135: .line 1171
            iinc 23 /* currentAnnotationOffset */ 2
       136: .line 1174
            aload 0 /* this */
       137: .line 1175
            aload 21 /* methodVisitor */
            aload 24 /* annotationDescriptor */
            iconst_1
            invokevirtual org.objectweb.asm.MethodVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
       138: .line 1176
            iload 23 /* currentAnnotationOffset */
       139: .line 1177
            iconst_1
       140: .line 1178
            aload 4 /* charBuffer */
       141: .line 1174
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
       142: .line 1173
            istore 23 /* currentAnnotationOffset */
        end local 24 // java.lang.String annotationDescriptor
       143: .line 1168
      StackMap locals:
      StackMap stack:
            iload 22 /* numAnnotations */
            iinc 22 /* numAnnotations */ -1
            ifgt 134
        end local 23 // int currentAnnotationOffset
        end local 22 // int numAnnotations
       144: .line 1183
      StackMap locals:
      StackMap stack:
            iload 12 /* runtimeInvisibleAnnotationsOffset */
            ifeq 158
       145: .line 1184
            aload 0 /* this */
            iload 12 /* runtimeInvisibleAnnotationsOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 22 /* numAnnotations */
        start local 22 // int numAnnotations
       146: .line 1185
            iload 12 /* runtimeInvisibleAnnotationsOffset */
            iconst_2
            iadd
            istore 23 /* currentAnnotationOffset */
        start local 23 // int currentAnnotationOffset
       147: .line 1186
            goto 157
       148: .line 1188
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 23 /* currentAnnotationOffset */
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 24 /* annotationDescriptor */
        start local 24 // java.lang.String annotationDescriptor
       149: .line 1189
            iinc 23 /* currentAnnotationOffset */ 2
       150: .line 1192
            aload 0 /* this */
       151: .line 1193
            aload 21 /* methodVisitor */
            aload 24 /* annotationDescriptor */
            iconst_0
            invokevirtual org.objectweb.asm.MethodVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
       152: .line 1194
            iload 23 /* currentAnnotationOffset */
       153: .line 1195
            iconst_1
       154: .line 1196
            aload 4 /* charBuffer */
       155: .line 1192
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
       156: .line 1191
            istore 23 /* currentAnnotationOffset */
        end local 24 // java.lang.String annotationDescriptor
       157: .line 1186
      StackMap locals:
      StackMap stack:
            iload 22 /* numAnnotations */
            iinc 22 /* numAnnotations */ -1
            ifgt 148
        end local 23 // int currentAnnotationOffset
        end local 22 // int numAnnotations
       158: .line 1201
      StackMap locals:
      StackMap stack:
            iload 15 /* runtimeVisibleTypeAnnotationsOffset */
            ifeq 178
       159: .line 1202
            aload 0 /* this */
            iload 15 /* runtimeVisibleTypeAnnotationsOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 22 /* numAnnotations */
        start local 22 // int numAnnotations
       160: .line 1203
            iload 15 /* runtimeVisibleTypeAnnotationsOffset */
            iconst_2
            iadd
            istore 23 /* currentAnnotationOffset */
        start local 23 // int currentAnnotationOffset
       161: .line 1204
            goto 177
       162: .line 1206
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* context */
            iload 23 /* currentAnnotationOffset */
            invokevirtual org.objectweb.asm.ClassReader.readTypeAnnotationTarget:(Lorg/objectweb/asm/Context;I)I
            istore 23 /* currentAnnotationOffset */
       163: .line 1208
            aload 0 /* this */
            iload 23 /* currentAnnotationOffset */
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 24 /* annotationDescriptor */
        start local 24 // java.lang.String annotationDescriptor
       164: .line 1209
            iinc 23 /* currentAnnotationOffset */ 2
       165: .line 1212
            aload 0 /* this */
       166: .line 1213
            aload 21 /* methodVisitor */
       167: .line 1214
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentTypeAnnotationTarget:I
       168: .line 1215
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentTypeAnnotationTargetPath:Lorg/objectweb/asm/TypePath;
       169: .line 1216
            aload 24 /* annotationDescriptor */
       170: .line 1217
            iconst_1
       171: .line 1213
            invokevirtual org.objectweb.asm.MethodVisitor.visitTypeAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
       172: .line 1218
            iload 23 /* currentAnnotationOffset */
       173: .line 1219
            iconst_1
       174: .line 1220
            aload 4 /* charBuffer */
       175: .line 1212
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
       176: .line 1211
            istore 23 /* currentAnnotationOffset */
        end local 24 // java.lang.String annotationDescriptor
       177: .line 1204
      StackMap locals:
      StackMap stack:
            iload 22 /* numAnnotations */
            iinc 22 /* numAnnotations */ -1
            ifgt 162
        end local 23 // int currentAnnotationOffset
        end local 22 // int numAnnotations
       178: .line 1225
      StackMap locals:
      StackMap stack:
            iload 16 /* runtimeInvisibleTypeAnnotationsOffset */
            ifeq 198
       179: .line 1226
            aload 0 /* this */
            iload 16 /* runtimeInvisibleTypeAnnotationsOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 22 /* numAnnotations */
        start local 22 // int numAnnotations
       180: .line 1227
            iload 16 /* runtimeInvisibleTypeAnnotationsOffset */
            iconst_2
            iadd
            istore 23 /* currentAnnotationOffset */
        start local 23 // int currentAnnotationOffset
       181: .line 1228
            goto 197
       182: .line 1230
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* context */
            iload 23 /* currentAnnotationOffset */
            invokevirtual org.objectweb.asm.ClassReader.readTypeAnnotationTarget:(Lorg/objectweb/asm/Context;I)I
            istore 23 /* currentAnnotationOffset */
       183: .line 1232
            aload 0 /* this */
            iload 23 /* currentAnnotationOffset */
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 24 /* annotationDescriptor */
        start local 24 // java.lang.String annotationDescriptor
       184: .line 1233
            iinc 23 /* currentAnnotationOffset */ 2
       185: .line 1236
            aload 0 /* this */
       186: .line 1237
            aload 21 /* methodVisitor */
       187: .line 1238
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentTypeAnnotationTarget:I
       188: .line 1239
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentTypeAnnotationTargetPath:Lorg/objectweb/asm/TypePath;
       189: .line 1240
            aload 24 /* annotationDescriptor */
       190: .line 1241
            iconst_0
       191: .line 1237
            invokevirtual org.objectweb.asm.MethodVisitor.visitTypeAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
       192: .line 1242
            iload 23 /* currentAnnotationOffset */
       193: .line 1243
            iconst_1
       194: .line 1244
            aload 4 /* charBuffer */
       195: .line 1236
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
       196: .line 1235
            istore 23 /* currentAnnotationOffset */
        end local 24 // java.lang.String annotationDescriptor
       197: .line 1228
      StackMap locals:
      StackMap stack:
            iload 22 /* numAnnotations */
            iinc 22 /* numAnnotations */ -1
            ifgt 182
        end local 23 // int currentAnnotationOffset
        end local 22 // int numAnnotations
       198: .line 1249
      StackMap locals:
      StackMap stack:
            iload 13 /* runtimeVisibleParameterAnnotationsOffset */
            ifeq 202
       199: .line 1250
            aload 0 /* this */
       200: .line 1251
            aload 21 /* methodVisitor */
            aload 2 /* context */
            iload 13 /* runtimeVisibleParameterAnnotationsOffset */
            iconst_1
       201: .line 1250
            invokevirtual org.objectweb.asm.ClassReader.readParameterAnnotations:(Lorg/objectweb/asm/MethodVisitor;Lorg/objectweb/asm/Context;IZ)V
       202: .line 1255
      StackMap locals:
      StackMap stack:
            iload 14 /* runtimeInvisibleParameterAnnotationsOffset */
            ifeq 214
       203: .line 1256
            aload 0 /* this */
       204: .line 1257
            aload 21 /* methodVisitor */
       205: .line 1258
            aload 2 /* context */
       206: .line 1259
            iload 14 /* runtimeInvisibleParameterAnnotationsOffset */
       207: .line 1260
            iconst_0
       208: .line 1256
            invokevirtual org.objectweb.asm.ClassReader.readParameterAnnotations:(Lorg/objectweb/asm/MethodVisitor;Lorg/objectweb/asm/Context;IZ)V
       209: .line 1264
            goto 214
       210: .line 1266
      StackMap locals:
      StackMap stack:
            aload 19 /* attributes */
            getfield org.objectweb.asm.Attribute.nextAttribute:Lorg/objectweb/asm/Attribute;
            astore 22 /* nextAttribute */
        start local 22 // org.objectweb.asm.Attribute nextAttribute
       211: .line 1267
            aload 19 /* attributes */
            aconst_null
            putfield org.objectweb.asm.Attribute.nextAttribute:Lorg/objectweb/asm/Attribute;
       212: .line 1268
            aload 21 /* methodVisitor */
            aload 19 /* attributes */
            invokevirtual org.objectweb.asm.MethodVisitor.visitAttribute:(Lorg/objectweb/asm/Attribute;)V
       213: .line 1269
            aload 22 /* nextAttribute */
            astore 19 /* attributes */
        end local 22 // org.objectweb.asm.Attribute nextAttribute
       214: .line 1264
      StackMap locals:
      StackMap stack:
            aload 19 /* attributes */
            ifnonnull 210
       215: .line 1273
            iload 6 /* codeOffset */
            ifeq 218
       216: .line 1274
            aload 21 /* methodVisitor */
            invokevirtual org.objectweb.asm.MethodVisitor.visitCode:()V
       217: .line 1275
            aload 0 /* this */
            aload 21 /* methodVisitor */
            aload 2 /* context */
            iload 6 /* codeOffset */
            invokevirtual org.objectweb.asm.ClassReader.readCode:(Lorg/objectweb/asm/MethodVisitor;Lorg/objectweb/asm/Context;I)V
       218: .line 1279
      StackMap locals:
      StackMap stack:
            aload 21 /* methodVisitor */
            invokevirtual org.objectweb.asm.MethodVisitor.visitEnd:()V
       219: .line 1280
            iload 5 /* currentOffset */
            ireturn
        end local 21 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 20 // int attributesCount
        end local 19 // org.objectweb.asm.Attribute attributes
        end local 18 // int methodParametersOffset
        end local 17 // int annotationDefaultOffset
        end local 16 // int runtimeInvisibleTypeAnnotationsOffset
        end local 15 // int runtimeVisibleTypeAnnotationsOffset
        end local 14 // int runtimeInvisibleParameterAnnotationsOffset
        end local 13 // int runtimeVisibleParameterAnnotationsOffset
        end local 12 // int runtimeInvisibleAnnotationsOffset
        end local 11 // int runtimeVisibleAnnotationsOffset
        end local 10 // int signatureIndex
        end local 9 // boolean synthetic
        end local 8 // java.lang.String[] exceptions
        end local 7 // int exceptionsOffset
        end local 6 // int codeOffset
        end local 5 // int currentOffset
        end local 4 // char[] charBuffer
        end local 3 // int methodInfoOffset
        end local 2 // org.objectweb.asm.Context context
        end local 1 // org.objectweb.asm.ClassVisitor classVisitor
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                                        Name  Signature
            0  220     0                                        this  Lorg/objectweb/asm/ClassReader;
            0  220     1                                classVisitor  Lorg/objectweb/asm/ClassVisitor;
            0  220     2                                     context  Lorg/objectweb/asm/Context;
            0  220     3                            methodInfoOffset  I
            1  220     4                                  charBuffer  [C
            2  220     5                               currentOffset  I
            7  220     6                                  codeOffset  I
            8  220     7                            exceptionsOffset  I
            9  220     8                                  exceptions  [Ljava/lang/String;
           10  220     9                                   synthetic  Z
           11  220    10                              signatureIndex  I
           12  220    11             runtimeVisibleAnnotationsOffset  I
           13  220    12           runtimeInvisibleAnnotationsOffset  I
           14  220    13    runtimeVisibleParameterAnnotationsOffset  I
           15  220    14  runtimeInvisibleParameterAnnotationsOffset  I
           16  220    15         runtimeVisibleTypeAnnotationsOffset  I
           17  220    16       runtimeInvisibleTypeAnnotationsOffset  I
           18  220    17                     annotationDefaultOffset  I
           19  220    18                      methodParametersOffset  I
           20  220    19                                  attributes  Lorg/objectweb/asm/Attribute;
           21  220    20                             attributesCount  I
           24   88    21                               attributeName  Ljava/lang/String;
           25   88    22                             attributeLength  I
           34   40    23                      currentExceptionOffset  I
           35   40    24                                           i  I
           85   87    23                                   attribute  Lorg/objectweb/asm/Attribute;
           98  220    21                               methodVisitor  Lorg/objectweb/asm/MethodVisitor;
          102  115    22                                methodWriter  Lorg/objectweb/asm/MethodWriter;
          117  125    22                             parametersCount  I
          118  125    23                      currentParameterOffset  I
          127  130    22                           annotationVisitor  Lorg/objectweb/asm/AnnotationVisitor;
          132  144    22                              numAnnotations  I
          133  144    23                     currentAnnotationOffset  I
          135  143    24                        annotationDescriptor  Ljava/lang/String;
          146  158    22                              numAnnotations  I
          147  158    23                     currentAnnotationOffset  I
          149  157    24                        annotationDescriptor  Ljava/lang/String;
          160  178    22                              numAnnotations  I
          161  178    23                     currentAnnotationOffset  I
          164  177    24                        annotationDescriptor  Ljava/lang/String;
          180  198    22                              numAnnotations  I
          181  198    23                     currentAnnotationOffset  I
          184  197    24                        annotationDescriptor  Ljava/lang/String;
          211  214    22                               nextAttribute  Lorg/objectweb/asm/Attribute;
    MethodParameters:
                  Name  Flags
      classVisitor      final
      context           final
      methodInfoOffset  final

  private void readCode(org.objectweb.asm.MethodVisitor, org.objectweb.asm.Context, int);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lorg/objectweb/asm/Context;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=40, args_size=4
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // org.objectweb.asm.Context context
        start local 3 // int codeOffset
         0: .line 1297
            iload 3 /* codeOffset */
            istore 4 /* currentOffset */
        start local 4 // int currentOffset
         1: .line 1300
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.b:[B
            astore 5 /* classFileBuffer */
        start local 5 // byte[] classFileBuffer
         2: .line 1301
            aload 2 /* context */
            getfield org.objectweb.asm.Context.charBuffer:[C
            astore 6 /* charBuffer */
        start local 6 // char[] charBuffer
         3: .line 1302
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 7 /* maxStack */
        start local 7 // int maxStack
         4: .line 1303
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 8 /* maxLocals */
        start local 8 // int maxLocals
         5: .line 1304
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_4
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            istore 9 /* codeLength */
        start local 9 // int codeLength
         6: .line 1305
            iinc 4 /* currentOffset */ 8
         7: .line 1308
            iload 4 /* currentOffset */
            istore 10 /* bytecodeStartOffset */
        start local 10 // int bytecodeStartOffset
         8: .line 1309
            iload 4 /* currentOffset */
            iload 9 /* codeLength */
            iadd
            istore 11 /* bytecodeEndOffset */
        start local 11 // int bytecodeEndOffset
         9: .line 1310
            aload 2 /* context */
            iload 9 /* codeLength */
            iconst_1
            iadd
            anewarray org.objectweb.asm.Label
            dup_x1
            putfield org.objectweb.asm.Context.currentMethodLabels:[Lorg/objectweb/asm/Label;
            astore 12 /* labels */
        start local 12 // org.objectweb.asm.Label[] labels
        10: .line 1311
            goto 58
        11: .line 1312
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.MethodVisitor org.objectweb.asm.Context int int byte[] char[] int int int int int org.objectweb.asm.Label[]
      StackMap stack:
            iload 4 /* currentOffset */
            iload 10 /* bytecodeStartOffset */
            isub
            istore 13 /* bytecodeOffset */
        start local 13 // int bytecodeOffset
        12: .line 1313
            aload 5 /* classFileBuffer */
            iload 4 /* currentOffset */
            baload
            sipush 255
            iand
            istore 14 /* opcode */
        start local 14 // int opcode
        13: .line 1314
            iload 14 /* opcode */
            tableswitch { // 0 - 220
                    0: 14
                    1: 14
                    2: 14
                    3: 14
                    4: 14
                    5: 14
                    6: 14
                    7: 14
                    8: 14
                    9: 14
                   10: 14
                   11: 14
                   12: 14
                   13: 14
                   14: 14
                   15: 14
                   16: 49
                   17: 51
                   18: 49
                   19: 51
                   20: 51
                   21: 49
                   22: 49
                   23: 49
                   24: 49
                   25: 49
                   26: 14
                   27: 14
                   28: 14
                   29: 14
                   30: 14
                   31: 14
                   32: 14
                   33: 14
                   34: 14
                   35: 14
                   36: 14
                   37: 14
                   38: 14
                   39: 14
                   40: 14
                   41: 14
                   42: 14
                   43: 14
                   44: 14
                   45: 14
                   46: 14
                   47: 14
                   48: 14
                   49: 14
                   50: 14
                   51: 14
                   52: 14
                   53: 14
                   54: 49
                   55: 49
                   56: 49
                   57: 49
                   58: 49
                   59: 14
                   60: 14
                   61: 14
                   62: 14
                   63: 14
                   64: 14
                   65: 14
                   66: 14
                   67: 14
                   68: 14
                   69: 14
                   70: 14
                   71: 14
                   72: 14
                   73: 14
                   74: 14
                   75: 14
                   76: 14
                   77: 14
                   78: 14
                   79: 14
                   80: 14
                   81: 14
                   82: 14
                   83: 14
                   84: 14
                   85: 14
                   86: 14
                   87: 14
                   88: 14
                   89: 14
                   90: 14
                   91: 14
                   92: 14
                   93: 14
                   94: 14
                   95: 14
                   96: 14
                   97: 14
                   98: 14
                   99: 14
                  100: 14
                  101: 14
                  102: 14
                  103: 14
                  104: 14
                  105: 14
                  106: 14
                  107: 14
                  108: 14
                  109: 14
                  110: 14
                  111: 14
                  112: 14
                  113: 14
                  114: 14
                  115: 14
                  116: 14
                  117: 14
                  118: 14
                  119: 14
                  120: 14
                  121: 14
                  122: 14
                  123: 14
                  124: 14
                  125: 14
                  126: 14
                  127: 14
                  128: 14
                  129: 14
                  130: 14
                  131: 14
                  132: 51
                  133: 14
                  134: 14
                  135: 14
                  136: 14
                  137: 14
                  138: 14
                  139: 14
                  140: 14
                  141: 14
                  142: 14
                  143: 14
                  144: 14
                  145: 14
                  146: 14
                  147: 14
                  148: 14
                  149: 14
                  150: 14
                  151: 14
                  152: 14
                  153: 16
                  154: 16
                  155: 16
                  156: 16
                  157: 16
                  158: 16
                  159: 16
                  160: 16
                  161: 16
                  162: 16
                  163: 16
                  164: 16
                  165: 16
                  166: 16
                  167: 16
                  168: 16
                  169: 49
                  170: 31
                  171: 40
                  172: 14
                  173: 14
                  174: 14
                  175: 14
                  176: 14
                  177: 14
                  178: 51
                  179: 51
                  180: 51
                  181: 51
                  182: 51
                  183: 51
                  184: 51
                  185: 53
                  186: 53
                  187: 51
                  188: 49
                  189: 51
                  190: 14
                  191: 14
                  192: 51
                  193: 51
                  194: 14
                  195: 14
                  196: 25
                  197: 55
                  198: 16
                  199: 16
                  200: 22
                  201: 22
                  202: 19
                  203: 19
                  204: 19
                  205: 19
                  206: 19
                  207: 19
                  208: 19
                  209: 19
                  210: 19
                  211: 19
                  212: 19
                  213: 19
                  214: 19
                  215: 19
                  216: 19
                  217: 19
                  218: 19
                  219: 19
                  220: 22
              default: 57
          }
        14: .line 1462
      StackMap locals: int int
      StackMap stack:
            iinc 4 /* currentOffset */ 1
        15: .line 1463
            goto 58
        16: .line 1482
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 13 /* bytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readShort:(I)S
            iadd
            aload 12 /* labels */
            invokevirtual org.objectweb.asm.ClassReader.createLabel:(I[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
            pop
        17: .line 1483
            iinc 4 /* currentOffset */ 3
        18: .line 1484
            goto 58
        19: .line 1503
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 13 /* bytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iadd
            aload 12 /* labels */
            invokevirtual org.objectweb.asm.ClassReader.createLabel:(I[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
            pop
        20: .line 1504
            iinc 4 /* currentOffset */ 3
        21: .line 1505
            goto 58
        22: .line 1509
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 13 /* bytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            aload 12 /* labels */
            invokevirtual org.objectweb.asm.ClassReader.createLabel:(I[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
            pop
        23: .line 1510
            iinc 4 /* currentOffset */ 5
        24: .line 1511
            goto 58
        25: .line 1513
      StackMap locals:
      StackMap stack:
            aload 5 /* classFileBuffer */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            lookupswitch { // 12
                   21: 26
                   22: 26
                   23: 26
                   24: 26
                   25: 26
                   54: 26
                   55: 26
                   56: 26
                   57: 26
                   58: 26
                  132: 28
                  169: 26
              default: 30
          }
        26: .line 1525
      StackMap locals:
      StackMap stack:
            iinc 4 /* currentOffset */ 4
        27: .line 1526
            goto 58
        28: .line 1528
      StackMap locals:
      StackMap stack:
            iinc 4 /* currentOffset */ 6
        29: .line 1529
            goto 58
        30: .line 1531
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        31: .line 1536
      StackMap locals:
      StackMap stack:
            iload 4 /* currentOffset */
            iconst_4
            iload 13 /* bytecodeOffset */
            iconst_3
            iand
            isub
            iadd
            istore 4 /* currentOffset */
        32: .line 1538
            aload 0 /* this */
            iload 13 /* bytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            aload 12 /* labels */
            invokevirtual org.objectweb.asm.ClassReader.createLabel:(I[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
            pop
        33: .line 1539
            aload 0 /* this */
            iload 4 /* currentOffset */
            bipush 8
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_4
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            isub
            iconst_1
            iadd
            istore 15 /* numTableEntries */
        start local 15 // int numTableEntries
        34: .line 1540
            iinc 4 /* currentOffset */ 12
        35: .line 1542
            goto 38
        36: .line 1543
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 13 /* bytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            aload 12 /* labels */
            invokevirtual org.objectweb.asm.ClassReader.createLabel:(I[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
            pop
        37: .line 1544
            iinc 4 /* currentOffset */ 4
        38: .line 1542
      StackMap locals:
      StackMap stack:
            iload 15 /* numTableEntries */
            iinc 15 /* numTableEntries */ -1
            ifgt 36
        39: .line 1546
            goto 58
        end local 15 // int numTableEntries
        40: .line 1549
      StackMap locals:
      StackMap stack:
            iload 4 /* currentOffset */
            iconst_4
            iload 13 /* bytecodeOffset */
            iconst_3
            iand
            isub
            iadd
            istore 4 /* currentOffset */
        41: .line 1551
            aload 0 /* this */
            iload 13 /* bytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            aload 12 /* labels */
            invokevirtual org.objectweb.asm.ClassReader.createLabel:(I[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
            pop
        42: .line 1552
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_4
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            istore 16 /* numSwitchCases */
        start local 16 // int numSwitchCases
        43: .line 1553
            iinc 4 /* currentOffset */ 8
        44: .line 1555
            goto 47
        45: .line 1556
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.MethodVisitor org.objectweb.asm.Context int int byte[] char[] int int int int int org.objectweb.asm.Label[] int int top int
      StackMap stack:
            aload 0 /* this */
            iload 13 /* bytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_4
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            aload 12 /* labels */
            invokevirtual org.objectweb.asm.ClassReader.createLabel:(I[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
            pop
        46: .line 1557
            iinc 4 /* currentOffset */ 8
        47: .line 1555
      StackMap locals:
      StackMap stack:
            iload 16 /* numSwitchCases */
            iinc 16 /* numSwitchCases */ -1
            ifgt 45
        48: .line 1559
            goto 58
        end local 16 // int numSwitchCases
        49: .line 1574
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.MethodVisitor org.objectweb.asm.Context int int byte[] char[] int int int int int org.objectweb.asm.Label[] int int
      StackMap stack:
            iinc 4 /* currentOffset */ 2
        50: .line 1575
            goto 58
        51: .line 1591
      StackMap locals:
      StackMap stack:
            iinc 4 /* currentOffset */ 3
        52: .line 1592
            goto 58
        53: .line 1595
      StackMap locals:
      StackMap stack:
            iinc 4 /* currentOffset */ 5
        54: .line 1596
            goto 58
        55: .line 1598
      StackMap locals:
      StackMap stack:
            iinc 4 /* currentOffset */ 4
        56: .line 1599
            goto 58
        57: .line 1601
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        end local 14 // int opcode
        end local 13 // int bytecodeOffset
        58: .line 1311
      StackMap locals:
      StackMap stack:
            iload 4 /* currentOffset */
            iload 11 /* bytecodeEndOffset */
            if_icmplt 11
        59: .line 1608
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 13 /* exceptionTableLength */
        start local 13 // int exceptionTableLength
        60: .line 1609
            iinc 4 /* currentOffset */ 2
        61: .line 1610
            goto 69
        62: .line 1611
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 12 /* labels */
            invokevirtual org.objectweb.asm.ClassReader.createLabel:(I[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
            astore 14 /* start */
        start local 14 // org.objectweb.asm.Label start
        63: .line 1612
            aload 0 /* this */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 12 /* labels */
            invokevirtual org.objectweb.asm.ClassReader.createLabel:(I[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
            astore 15 /* end */
        start local 15 // org.objectweb.asm.Label end
        64: .line 1613
            aload 0 /* this */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_4
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 12 /* labels */
            invokevirtual org.objectweb.asm.ClassReader.createLabel:(I[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
            astore 16 /* handler */
        start local 16 // org.objectweb.asm.Label handler
        65: .line 1615
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 4 /* currentOffset */
            bipush 6
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            aload 6 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
        66: .line 1614
            astore 17 /* catchType */
        start local 17 // java.lang.String catchType
        67: .line 1616
            iinc 4 /* currentOffset */ 8
        68: .line 1617
            aload 1 /* methodVisitor */
            aload 14 /* start */
            aload 15 /* end */
            aload 16 /* handler */
            aload 17 /* catchType */
            invokevirtual org.objectweb.asm.MethodVisitor.visitTryCatchBlock:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
        end local 17 // java.lang.String catchType
        end local 16 // org.objectweb.asm.Label handler
        end local 15 // org.objectweb.asm.Label end
        end local 14 // org.objectweb.asm.Label start
        69: .line 1610
      StackMap locals:
      StackMap stack:
            iload 13 /* exceptionTableLength */
            iinc 13 /* exceptionTableLength */ -1
            ifgt 62
        end local 13 // int exceptionTableLength
        70: .line 1627
            iconst_0
            istore 13 /* stackMapFrameOffset */
        start local 13 // int stackMapFrameOffset
        71: .line 1629
            iconst_0
            istore 14 /* stackMapTableEndOffset */
        start local 14 // int stackMapTableEndOffset
        72: .line 1631
            iconst_1
            istore 15 /* compressedFrames */
        start local 15 // boolean compressedFrames
        73: .line 1633
            iconst_0
            istore 16 /* localVariableTableOffset */
        start local 16 // int localVariableTableOffset
        74: .line 1635
            iconst_0
            istore 17 /* localVariableTypeTableOffset */
        start local 17 // int localVariableTypeTableOffset
        75: .line 1638
            aconst_null
            astore 18 /* visibleTypeAnnotationOffsets */
        start local 18 // int[] visibleTypeAnnotationOffsets
        76: .line 1641
            aconst_null
            astore 19 /* invisibleTypeAnnotationOffsets */
        start local 19 // int[] invisibleTypeAnnotationOffsets
        77: .line 1644
            aconst_null
            astore 20 /* attributes */
        start local 20 // org.objectweb.asm.Attribute attributes
        78: .line 1646
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 21 /* attributesCount */
        start local 21 // int attributesCount
        79: .line 1647
            iinc 4 /* currentOffset */ 2
        80: .line 1648
            goto 146
        81: .line 1650
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.MethodVisitor org.objectweb.asm.Context int int byte[] char[] int int int int int org.objectweb.asm.Label[] int int int int int int[] int[] org.objectweb.asm.Attribute int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* currentOffset */
            aload 6 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 22 /* attributeName */
        start local 22 // java.lang.String attributeName
        82: .line 1651
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            istore 23 /* attributeLength */
        start local 23 // int attributeLength
        83: .line 1652
            iinc 4 /* currentOffset */ 6
        84: .line 1653
            ldc "LocalVariableTable"
            aload 22 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 98
        85: .line 1654
            aload 2 /* context */
            getfield org.objectweb.asm.Context.parsingOptions:I
            iconst_2
            iand
            ifne 145
        86: .line 1655
            iload 4 /* currentOffset */
            istore 16 /* localVariableTableOffset */
        87: .line 1657
            iload 4 /* currentOffset */
            istore 24 /* currentLocalVariableTableOffset */
        start local 24 // int currentLocalVariableTableOffset
        88: .line 1658
            aload 0 /* this */
            iload 24 /* currentLocalVariableTableOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 25 /* localVariableTableLength */
        start local 25 // int localVariableTableLength
        89: .line 1659
            iinc 24 /* currentLocalVariableTableOffset */ 2
        90: .line 1660
            goto 96
        91: .line 1661
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.MethodVisitor org.objectweb.asm.Context int int byte[] char[] int int int int int org.objectweb.asm.Label[] int int int int int int[] int[] org.objectweb.asm.Attribute int java.lang.String int int int
      StackMap stack:
            aload 0 /* this */
            iload 24 /* currentLocalVariableTableOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 26 /* startPc */
        start local 26 // int startPc
        92: .line 1662
            aload 0 /* this */
            iload 26 /* startPc */
            aload 12 /* labels */
            invokevirtual org.objectweb.asm.ClassReader.createDebugLabel:(I[Lorg/objectweb/asm/Label;)V
        93: .line 1663
            aload 0 /* this */
            iload 24 /* currentLocalVariableTableOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 27 /* length */
        start local 27 // int length
        94: .line 1664
            aload 0 /* this */
            iload 26 /* startPc */
            iload 27 /* length */
            iadd
            aload 12 /* labels */
            invokevirtual org.objectweb.asm.ClassReader.createDebugLabel:(I[Lorg/objectweb/asm/Label;)V
        95: .line 1666
            iinc 24 /* currentLocalVariableTableOffset */ 10
        end local 27 // int length
        end local 26 // int startPc
        96: .line 1660
      StackMap locals:
      StackMap stack:
            iload 25 /* localVariableTableLength */
            iinc 25 /* localVariableTableLength */ -1
            ifgt 91
        end local 25 // int localVariableTableLength
        end local 24 // int currentLocalVariableTableOffset
        97: .line 1669
            goto 145
      StackMap locals:
      StackMap stack:
        98: ldc "LocalVariableTypeTable"
            aload 22 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 101
        99: .line 1670
            iload 4 /* currentOffset */
            istore 17 /* localVariableTypeTableOffset */
       100: .line 1673
            goto 145
      StackMap locals:
      StackMap stack:
       101: ldc "LineNumberTable"
            aload 22 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 114
       102: .line 1674
            aload 2 /* context */
            getfield org.objectweb.asm.Context.parsingOptions:I
            iconst_2
            iand
            ifne 145
       103: .line 1676
            iload 4 /* currentOffset */
            istore 24 /* currentLineNumberTableOffset */
        start local 24 // int currentLineNumberTableOffset
       104: .line 1677
            aload 0 /* this */
            iload 24 /* currentLineNumberTableOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 25 /* lineNumberTableLength */
        start local 25 // int lineNumberTableLength
       105: .line 1678
            iinc 24 /* currentLineNumberTableOffset */ 2
       106: .line 1679
            goto 112
       107: .line 1680
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 24 /* currentLineNumberTableOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 26 /* startPc */
        start local 26 // int startPc
       108: .line 1681
            aload 0 /* this */
            iload 24 /* currentLineNumberTableOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 27 /* lineNumber */
        start local 27 // int lineNumber
       109: .line 1682
            iinc 24 /* currentLineNumberTableOffset */ 4
       110: .line 1683
            aload 0 /* this */
            iload 26 /* startPc */
            aload 12 /* labels */
            invokevirtual org.objectweb.asm.ClassReader.createDebugLabel:(I[Lorg/objectweb/asm/Label;)V
       111: .line 1684
            aload 12 /* labels */
            iload 26 /* startPc */
            aaload
            iload 27 /* lineNumber */
            invokevirtual org.objectweb.asm.Label.addLineNumber:(I)V
        end local 27 // int lineNumber
        end local 26 // int startPc
       112: .line 1679
      StackMap locals:
      StackMap stack:
            iload 25 /* lineNumberTableLength */
            iinc 25 /* lineNumberTableLength */ -1
            ifgt 107
        end local 25 // int lineNumberTableLength
        end local 24 // int currentLineNumberTableOffset
       113: .line 1687
            goto 145
      StackMap locals:
      StackMap stack:
       114: ldc "RuntimeVisibleTypeAnnotations"
            aload 22 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 118
       115: .line 1689
            aload 0 /* this */
            aload 1 /* methodVisitor */
            aload 2 /* context */
            iload 4 /* currentOffset */
            iconst_1
            invokevirtual org.objectweb.asm.ClassReader.readTypeAnnotations:(Lorg/objectweb/asm/MethodVisitor;Lorg/objectweb/asm/Context;IZ)[I
       116: .line 1688
            astore 18 /* visibleTypeAnnotationOffsets */
       117: .line 1696
            goto 145
      StackMap locals:
      StackMap stack:
       118: ldc "RuntimeInvisibleTypeAnnotations"
            aload 22 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 122
       119: .line 1698
            aload 0 /* this */
            aload 1 /* methodVisitor */
            aload 2 /* context */
            iload 4 /* currentOffset */
            iconst_0
            invokevirtual org.objectweb.asm.ClassReader.readTypeAnnotations:(Lorg/objectweb/asm/MethodVisitor;Lorg/objectweb/asm/Context;IZ)[I
       120: .line 1697
            astore 19 /* invisibleTypeAnnotationOffsets */
       121: .line 1700
            goto 145
      StackMap locals:
      StackMap stack:
       122: ldc "StackMapTable"
            aload 22 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 127
       123: .line 1701
            aload 2 /* context */
            getfield org.objectweb.asm.Context.parsingOptions:I
            iconst_4
            iand
            ifne 145
       124: .line 1702
            iload 4 /* currentOffset */
            iconst_2
            iadd
            istore 13 /* stackMapFrameOffset */
       125: .line 1703
            iload 4 /* currentOffset */
            iload 23 /* attributeLength */
            iadd
            istore 14 /* stackMapTableEndOffset */
       126: .line 1714
            goto 145
      StackMap locals:
      StackMap stack:
       127: ldc "StackMap"
            aload 22 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 133
       128: .line 1715
            aload 2 /* context */
            getfield org.objectweb.asm.Context.parsingOptions:I
            iconst_4
            iand
            ifne 145
       129: .line 1716
            iload 4 /* currentOffset */
            iconst_2
            iadd
            istore 13 /* stackMapFrameOffset */
       130: .line 1717
            iload 4 /* currentOffset */
            iload 23 /* attributeLength */
            iadd
            istore 14 /* stackMapTableEndOffset */
       131: .line 1718
            iconst_0
            istore 15 /* compressedFrames */
       132: .line 1724
            goto 145
       133: .line 1726
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
       134: .line 1727
            aload 2 /* context */
            getfield org.objectweb.asm.Context.attributePrototypes:[Lorg/objectweb/asm/Attribute;
       135: .line 1728
            aload 22 /* attributeName */
       136: .line 1729
            iload 4 /* currentOffset */
       137: .line 1730
            iload 23 /* attributeLength */
       138: .line 1731
            aload 6 /* charBuffer */
       139: .line 1732
            iload 3 /* codeOffset */
       140: .line 1733
            aload 12 /* labels */
       141: .line 1726
            invokevirtual org.objectweb.asm.ClassReader.readAttribute:([Lorg/objectweb/asm/Attribute;Ljava/lang/String;II[CI[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Attribute;
       142: .line 1725
            astore 24 /* attribute */
        start local 24 // org.objectweb.asm.Attribute attribute
       143: .line 1734
            aload 24 /* attribute */
            aload 20 /* attributes */
            putfield org.objectweb.asm.Attribute.nextAttribute:Lorg/objectweb/asm/Attribute;
       144: .line 1735
            aload 24 /* attribute */
            astore 20 /* attributes */
        end local 24 // org.objectweb.asm.Attribute attribute
       145: .line 1737
      StackMap locals:
      StackMap stack:
            iload 4 /* currentOffset */
            iload 23 /* attributeLength */
            iadd
            istore 4 /* currentOffset */
        end local 23 // int attributeLength
        end local 22 // java.lang.String attributeName
       146: .line 1648
      StackMap locals:
      StackMap stack:
            iload 21 /* attributesCount */
            iinc 21 /* attributesCount */ -1
            ifgt 81
       147: .line 1742
            aload 2 /* context */
            getfield org.objectweb.asm.Context.parsingOptions:I
            bipush 8
            iand
            ifeq 148
            iconst_1
            goto 149
      StackMap locals:
      StackMap stack:
       148: iconst_0
      StackMap locals:
      StackMap stack: int
       149: istore 22 /* expandFrames */
        start local 22 // boolean expandFrames
       150: .line 1743
            iload 13 /* stackMapFrameOffset */
            ifeq 172
       151: .line 1747
            aload 2 /* context */
            iconst_m1
            putfield org.objectweb.asm.Context.currentFrameOffset:I
       152: .line 1748
            aload 2 /* context */
            iconst_0
            putfield org.objectweb.asm.Context.currentFrameType:I
       153: .line 1749
            aload 2 /* context */
            iconst_0
            putfield org.objectweb.asm.Context.currentFrameLocalCount:I
       154: .line 1750
            aload 2 /* context */
            iconst_0
            putfield org.objectweb.asm.Context.currentFrameLocalCountDelta:I
       155: .line 1751
            aload 2 /* context */
            iload 8 /* maxLocals */
            anewarray java.lang.Object
            putfield org.objectweb.asm.Context.currentFrameLocalTypes:[Ljava/lang/Object;
       156: .line 1752
            aload 2 /* context */
            iconst_0
            putfield org.objectweb.asm.Context.currentFrameStackCount:I
       157: .line 1753
            aload 2 /* context */
            iload 7 /* maxStack */
            anewarray java.lang.Object
            putfield org.objectweb.asm.Context.currentFrameStackTypes:[Ljava/lang/Object;
       158: .line 1754
            iload 22 /* expandFrames */
            ifeq 160
       159: .line 1755
            aload 0 /* this */
            aload 2 /* context */
            invokevirtual org.objectweb.asm.ClassReader.computeImplicitFrame:(Lorg/objectweb/asm/Context;)V
       160: .line 1764
      StackMap locals: int
      StackMap stack:
            iload 13 /* stackMapFrameOffset */
            istore 23 /* offset */
        start local 23 // int offset
       161: goto 171
       162: .line 1765
      StackMap locals: int
      StackMap stack:
            aload 5 /* classFileBuffer */
            iload 23 /* offset */
            baload
            bipush 8
            if_icmpne 170
       163: .line 1766
            aload 0 /* this */
            iload 23 /* offset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 24 /* potentialBytecodeOffset */
        start local 24 // int potentialBytecodeOffset
       164: .line 1767
            iload 24 /* potentialBytecodeOffset */
            iflt 170
       165: .line 1768
            iload 24 /* potentialBytecodeOffset */
            iload 9 /* codeLength */
            if_icmpge 170
       166: .line 1769
            aload 5 /* classFileBuffer */
            iload 10 /* bytecodeStartOffset */
            iload 24 /* potentialBytecodeOffset */
            iadd
            baload
            sipush 255
            iand
       167: .line 1770
            sipush 187
       168: .line 1769
            if_icmpne 170
       169: .line 1771
            aload 0 /* this */
            iload 24 /* potentialBytecodeOffset */
            aload 12 /* labels */
            invokevirtual org.objectweb.asm.ClassReader.createLabel:(I[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
            pop
        end local 24 // int potentialBytecodeOffset
       170: .line 1764
      StackMap locals:
      StackMap stack:
            iinc 23 /* offset */ 1
      StackMap locals:
      StackMap stack:
       171: iload 23 /* offset */
            iload 14 /* stackMapTableEndOffset */
            iconst_2
            isub
            if_icmplt 162
        end local 23 // int offset
       172: .line 1776
      StackMap locals:
      StackMap stack:
            iload 22 /* expandFrames */
            ifeq 174
            aload 2 /* context */
            getfield org.objectweb.asm.Context.parsingOptions:I
            sipush 256
            iand
            ifeq 174
       173: .line 1783
            aload 1 /* methodVisitor */
            iconst_m1
            iload 8 /* maxLocals */
            aconst_null
            iconst_0
            aconst_null
            invokevirtual org.objectweb.asm.MethodVisitor.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
       174: .line 1791
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 23 /* currentVisibleTypeAnnotationIndex */
        start local 23 // int currentVisibleTypeAnnotationIndex
       175: .line 1794
            aload 0 /* this */
            aload 18 /* visibleTypeAnnotationOffsets */
            iconst_0
            invokevirtual org.objectweb.asm.ClassReader.getTypeAnnotationBytecodeOffset:([II)I
       176: .line 1793
            istore 24 /* currentVisibleTypeAnnotationBytecodeOffset */
        start local 24 // int currentVisibleTypeAnnotationBytecodeOffset
       177: .line 1797
            iconst_0
            istore 25 /* currentInvisibleTypeAnnotationIndex */
        start local 25 // int currentInvisibleTypeAnnotationIndex
       178: .line 1800
            aload 0 /* this */
            aload 19 /* invisibleTypeAnnotationOffsets */
            iconst_0
            invokevirtual org.objectweb.asm.ClassReader.getTypeAnnotationBytecodeOffset:([II)I
       179: .line 1799
            istore 26 /* currentInvisibleTypeAnnotationBytecodeOffset */
        start local 26 // int currentInvisibleTypeAnnotationBytecodeOffset
       180: .line 1803
            iconst_0
            istore 27 /* insertFrame */
        start local 27 // boolean insertFrame
       181: .line 1809
            aload 2 /* context */
            getfield org.objectweb.asm.Context.parsingOptions:I
            sipush 256
            iand
            ifne 182
            bipush 33
            goto 183
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.MethodVisitor org.objectweb.asm.Context int int byte[] char[] int int int int int org.objectweb.asm.Label[] int int int int int int[] int[] org.objectweb.asm.Attribute int int int int int int int
      StackMap stack:
       182: iconst_0
       183: .line 1808
      StackMap locals:
      StackMap stack: int
            istore 28 /* wideJumpOpcodeDelta */
        start local 28 // int wideJumpOpcodeDelta
       184: .line 1811
            iload 10 /* bytecodeStartOffset */
            istore 4 /* currentOffset */
       185: .line 1812
            goto 433
       186: .line 1813
      StackMap locals: int
      StackMap stack:
            iload 4 /* currentOffset */
            iload 10 /* bytecodeStartOffset */
            isub
            istore 29 /* currentBytecodeOffset */
        start local 29 // int currentBytecodeOffset
       187: .line 1816
            aload 12 /* labels */
            iload 29 /* currentBytecodeOffset */
            aaload
            astore 30 /* currentLabel */
        start local 30 // org.objectweb.asm.Label currentLabel
       188: .line 1817
            aload 30 /* currentLabel */
            ifnull 216
       189: .line 1818
            aload 30 /* currentLabel */
            aload 1 /* methodVisitor */
            aload 2 /* context */
            getfield org.objectweb.asm.Context.parsingOptions:I
            iconst_2
            iand
            ifne 190
            iconst_1
            goto 191
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.MethodVisitor org.objectweb.asm.Context int int byte[] char[] int int int int int org.objectweb.asm.Label[] int int int int int int[] int[] org.objectweb.asm.Attribute int int int int int int int int int org.objectweb.asm.Label
      StackMap stack: org.objectweb.asm.Label org.objectweb.asm.MethodVisitor
       190: iconst_0
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.MethodVisitor org.objectweb.asm.Context int int byte[] char[] int int int int int org.objectweb.asm.Label[] int int int int int int[] int[] org.objectweb.asm.Attribute int int int int int int int int int org.objectweb.asm.Label
      StackMap stack: org.objectweb.asm.Label org.objectweb.asm.MethodVisitor int
       191: invokevirtual org.objectweb.asm.Label.accept:(Lorg/objectweb/asm/MethodVisitor;Z)V
       192: .line 1822
            goto 216
       193: .line 1827
      StackMap locals:
      StackMap stack:
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentFrameOffset:I
            iconst_m1
            if_icmpeq 211
       194: .line 1828
            iload 15 /* compressedFrames */
            ifeq 195
            iload 22 /* expandFrames */
            ifeq 203
       195: .line 1829
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
       196: .line 1830
            iconst_m1
       197: .line 1831
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentFrameLocalCount:I
       198: .line 1832
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentFrameLocalTypes:[Ljava/lang/Object;
       199: .line 1833
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentFrameStackCount:I
       200: .line 1834
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentFrameStackTypes:[Ljava/lang/Object;
       201: .line 1829
            invokevirtual org.objectweb.asm.MethodVisitor.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
       202: .line 1835
            goto 210
       203: .line 1836
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
       204: .line 1837
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentFrameType:I
       205: .line 1838
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentFrameLocalCountDelta:I
       206: .line 1839
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentFrameLocalTypes:[Ljava/lang/Object;
       207: .line 1840
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentFrameStackCount:I
       208: .line 1841
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentFrameStackTypes:[Ljava/lang/Object;
       209: .line 1836
            invokevirtual org.objectweb.asm.MethodVisitor.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
       210: .line 1845
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 27 /* insertFrame */
       211: .line 1847
      StackMap locals:
      StackMap stack:
            iload 13 /* stackMapFrameOffset */
            iload 14 /* stackMapTableEndOffset */
            if_icmpge 215
       212: .line 1849
            aload 0 /* this */
            iload 13 /* stackMapFrameOffset */
            iload 15 /* compressedFrames */
            iload 22 /* expandFrames */
            aload 2 /* context */
            invokevirtual org.objectweb.asm.ClassReader.readStackMapFrame:(IZZLorg/objectweb/asm/Context;)I
       213: .line 1848
            istore 13 /* stackMapFrameOffset */
       214: .line 1850
            goto 216
       215: .line 1851
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 13 /* stackMapFrameOffset */
       216: .line 1822
      StackMap locals:
      StackMap stack:
            iload 13 /* stackMapFrameOffset */
            ifeq 219
       217: .line 1823
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentFrameOffset:I
            iload 29 /* currentBytecodeOffset */
            if_icmpeq 193
       218: .line 1824
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentFrameOffset:I
            iconst_m1
            if_icmpeq 193
       219: .line 1857
      StackMap locals:
      StackMap stack:
            iload 27 /* insertFrame */
            ifeq 223
       220: .line 1858
            aload 2 /* context */
            getfield org.objectweb.asm.Context.parsingOptions:I
            bipush 8
            iand
            ifeq 222
       221: .line 1859
            aload 1 /* methodVisitor */
            sipush 256
            iconst_0
            aconst_null
            iconst_0
            aconst_null
            invokevirtual org.objectweb.asm.MethodVisitor.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
       222: .line 1861
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 27 /* insertFrame */
       223: .line 1865
      StackMap locals:
      StackMap stack:
            aload 5 /* classFileBuffer */
            iload 4 /* currentOffset */
            baload
            sipush 255
            iand
            istore 31 /* opcode */
        start local 31 // int opcode
       224: .line 1866
            iload 31 /* opcode */
            tableswitch { // 0 - 220
                    0: 225
                    1: 225
                    2: 225
                    3: 225
                    4: 225
                    5: 225
                    6: 225
                    7: 225
                    8: 225
                    9: 225
                   10: 225
                   11: 225
                   12: 225
                   13: 225
                   14: 225
                   15: 225
                   16: 312
                   17: 315
                   18: 318
                   19: 323
                   20: 323
                   21: 309
                   22: 309
                   23: 309
                   24: 309
                   25: 309
                   26: 228
                   27: 228
                   28: 228
                   29: 228
                   30: 228
                   31: 228
                   32: 228
                   33: 228
                   34: 228
                   35: 228
                   36: 228
                   37: 228
                   38: 228
                   39: 228
                   40: 228
                   41: 228
                   42: 228
                   43: 228
                   44: 228
                   45: 228
                   46: 225
                   47: 225
                   48: 225
                   49: 225
                   50: 225
                   51: 225
                   52: 225
                   53: 225
                   54: 309
                   55: 309
                   56: 309
                   57: 309
                   58: 309
                   59: 232
                   60: 232
                   61: 232
                   62: 232
                   63: 232
                   64: 232
                   65: 232
                   66: 232
                   67: 232
                   68: 232
                   69: 232
                   70: 232
                   71: 232
                   72: 232
                   73: 232
                   74: 232
                   75: 232
                   76: 232
                   77: 232
                   78: 232
                   79: 225
                   80: 225
                   81: 225
                   82: 225
                   83: 225
                   84: 225
                   85: 225
                   86: 225
                   87: 225
                   88: 225
                   89: 225
                   90: 225
                   91: 225
                   92: 225
                   93: 225
                   94: 225
                   95: 225
                   96: 225
                   97: 225
                   98: 225
                   99: 225
                  100: 225
                  101: 225
                  102: 225
                  103: 225
                  104: 225
                  105: 225
                  106: 225
                  107: 225
                  108: 225
                  109: 225
                  110: 225
                  111: 225
                  112: 225
                  113: 225
                  114: 225
                  115: 225
                  116: 225
                  117: 225
                  118: 225
                  119: 225
                  120: 225
                  121: 225
                  122: 225
                  123: 225
                  124: 225
                  125: 225
                  126: 225
                  127: 225
                  128: 225
                  129: 225
                  130: 225
                  131: 225
                  132: 369
                  133: 225
                  134: 225
                  135: 225
                  136: 225
                  137: 225
                  138: 225
                  139: 225
                  140: 225
                  141: 225
                  142: 225
                  143: 225
                  144: 225
                  145: 225
                  146: 225
                  147: 225
                  148: 225
                  149: 225
                  150: 225
                  151: 225
                  152: 225
                  153: 236
                  154: 236
                  155: 236
                  156: 236
                  157: 236
                  158: 236
                  159: 236
                  160: 236
                  161: 236
                  162: 236
                  163: 236
                  164: 236
                  165: 236
                  166: 236
                  167: 236
                  168: 236
                  169: 309
                  170: 280
                  171: 294
                  172: 225
                  173: 225
                  174: 225
                  175: 225
                  176: 225
                  177: 225
                  178: 326
                  179: 326
                  180: 326
                  181: 326
                  182: 326
                  183: 326
                  184: 326
                  185: 326
                  186: 343
                  187: 366
                  188: 312
                  189: 366
                  190: 225
                  191: 225
                  192: 366
                  193: 366
                  194: 225
                  195: 225
                  196: 270
                  197: 374
                  198: 236
                  199: 236
                  200: 241
                  201: 241
                  202: 247
                  203: 247
                  204: 247
                  205: 247
                  206: 247
                  207: 247
                  208: 247
                  209: 247
                  210: 247
                  211: 247
                  212: 247
                  213: 247
                  214: 247
                  215: 247
                  216: 247
                  217: 247
                  218: 247
                  219: 247
                  220: 264
              default: 379
          }
       225: .line 1974
      StackMap locals: int
      StackMap stack:
            aload 1 /* methodVisitor */
            iload 31 /* opcode */
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
       226: .line 1975
            iinc 4 /* currentOffset */ 1
       227: .line 1976
            goto 402
       228: .line 1997
      StackMap locals:
      StackMap stack:
            iinc 31 /* opcode */ -26
       229: .line 1998
            aload 1 /* methodVisitor */
            bipush 21
            iload 31 /* opcode */
            iconst_2
            ishr
            iadd
            iload 31 /* opcode */
            iconst_3
            iand
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
       230: .line 1999
            iinc 4 /* currentOffset */ 1
       231: .line 2000
            goto 402
       232: .line 2021
      StackMap locals:
      StackMap stack:
            iinc 31 /* opcode */ -59
       233: .line 2022
            aload 1 /* methodVisitor */
            bipush 54
            iload 31 /* opcode */
            iconst_2
            ishr
            iadd
            iload 31 /* opcode */
            iconst_3
            iand
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
       234: .line 2023
            iinc 4 /* currentOffset */ 1
       235: .line 2024
            goto 402
       236: .line 2043
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
       237: .line 2044
            iload 31 /* opcode */
            aload 12 /* labels */
            iload 29 /* currentBytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readShort:(I)S
            iadd
            aaload
       238: .line 2043
            invokevirtual org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
       239: .line 2045
            iinc 4 /* currentOffset */ 3
       240: .line 2046
            goto 402
       241: .line 2049
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
       242: .line 2050
            iload 31 /* opcode */
            iload 28 /* wideJumpOpcodeDelta */
            isub
       243: .line 2051
            aload 12 /* labels */
            iload 29 /* currentBytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            aaload
       244: .line 2049
            invokevirtual org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
       245: .line 2052
            iinc 4 /* currentOffset */ 5
       246: .line 2053
            goto 402
       247: .line 2080
      StackMap locals:
      StackMap stack:
            iload 31 /* opcode */
            sipush 218
            if_icmpge 249
       248: .line 2081
            iload 31 /* opcode */
            bipush 49
            isub
            goto 250
       249: .line 2082
      StackMap locals:
      StackMap stack:
            iload 31 /* opcode */
            bipush 20
            isub
       250: .line 2079
      StackMap locals:
      StackMap stack: int
            istore 31 /* opcode */
       251: .line 2083
            aload 12 /* labels */
            iload 29 /* currentBytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iadd
            aaload
            astore 32 /* target */
        start local 32 // org.objectweb.asm.Label target
       252: .line 2084
            iload 31 /* opcode */
            sipush 167
            if_icmpeq 253
            iload 31 /* opcode */
            sipush 168
            if_icmpne 255
       253: .line 2086
      StackMap locals: org.objectweb.asm.Label
      StackMap stack:
            aload 1 /* methodVisitor */
            iload 31 /* opcode */
            bipush 33
            iadd
            aload 32 /* target */
            invokevirtual org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
       254: .line 2087
            goto 262
       255: .line 2091
      StackMap locals:
      StackMap stack:
            iload 31 /* opcode */
            sipush 167
            if_icmpge 256
            iload 31 /* opcode */
            iconst_1
            iadd
            iconst_1
            ixor
            iconst_1
            isub
            goto 257
      StackMap locals:
      StackMap stack:
       256: iload 31 /* opcode */
            iconst_1
            ixor
      StackMap locals:
      StackMap stack: int
       257: istore 31 /* opcode */
       258: .line 2092
            aload 0 /* this */
            iload 29 /* currentBytecodeOffset */
            iconst_3
            iadd
            aload 12 /* labels */
            invokevirtual org.objectweb.asm.ClassReader.createLabel:(I[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
            astore 33 /* endif */
        start local 33 // org.objectweb.asm.Label endif
       259: .line 2093
            aload 1 /* methodVisitor */
            iload 31 /* opcode */
            aload 33 /* endif */
            invokevirtual org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
       260: .line 2094
            aload 1 /* methodVisitor */
            sipush 200
            aload 32 /* target */
            invokevirtual org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
       261: .line 2097
            iconst_1
            istore 27 /* insertFrame */
        end local 33 // org.objectweb.asm.Label endif
       262: .line 2099
      StackMap locals:
      StackMap stack:
            iinc 4 /* currentOffset */ 3
       263: .line 2100
            goto 402
        end local 32 // org.objectweb.asm.Label target
       264: .line 2105
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
       265: .line 2106
            sipush 200
            aload 12 /* labels */
            iload 29 /* currentBytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            aaload
       266: .line 2105
            invokevirtual org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
       267: .line 2110
            iconst_1
            istore 27 /* insertFrame */
       268: .line 2111
            iinc 4 /* currentOffset */ 5
       269: .line 2112
            goto 402
       270: .line 2115
      StackMap locals:
      StackMap stack:
            aload 5 /* classFileBuffer */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            istore 31 /* opcode */
       271: .line 2116
            iload 31 /* opcode */
            sipush 132
            if_icmpne 277
       272: .line 2117
            aload 1 /* methodVisitor */
       273: .line 2118
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_4
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readShort:(I)S
       274: .line 2117
            invokevirtual org.objectweb.asm.MethodVisitor.visitIincInsn:(II)V
       275: .line 2119
            iinc 4 /* currentOffset */ 6
       276: .line 2120
            goto 402
       277: .line 2121
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
            iload 31 /* opcode */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
       278: .line 2122
            iinc 4 /* currentOffset */ 4
       279: .line 2124
            goto 402
       280: .line 2128
      StackMap locals:
      StackMap stack:
            iload 4 /* currentOffset */
            iconst_4
            iload 29 /* currentBytecodeOffset */
            iconst_3
            iand
            isub
            iadd
            istore 4 /* currentOffset */
       281: .line 2130
            aload 12 /* labels */
            iload 29 /* currentBytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            aaload
            astore 32 /* defaultLabel */
        start local 32 // org.objectweb.asm.Label defaultLabel
       282: .line 2131
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_4
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            istore 33 /* low */
        start local 33 // int low
       283: .line 2132
            aload 0 /* this */
            iload 4 /* currentOffset */
            bipush 8
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            istore 34 /* high */
        start local 34 // int high
       284: .line 2133
            iinc 4 /* currentOffset */ 12
       285: .line 2134
            iload 34 /* high */
            iload 33 /* low */
            isub
            iconst_1
            iadd
            anewarray org.objectweb.asm.Label
            astore 35 /* table */
        start local 35 // org.objectweb.asm.Label[] table
       286: .line 2135
            iconst_0
            istore 36 /* i */
        start local 36 // int i
       287: goto 291
       288: .line 2136
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.MethodVisitor org.objectweb.asm.Context int int byte[] char[] int int int int int org.objectweb.asm.Label[] int int int int int int[] int[] org.objectweb.asm.Attribute int int int int int int int int int org.objectweb.asm.Label int org.objectweb.asm.Label int int org.objectweb.asm.Label[] int
      StackMap stack:
            aload 35 /* table */
            iload 36 /* i */
            aload 12 /* labels */
            iload 29 /* currentBytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            aaload
            aastore
       289: .line 2137
            iinc 4 /* currentOffset */ 4
       290: .line 2135
            iinc 36 /* i */ 1
      StackMap locals:
      StackMap stack:
       291: iload 36 /* i */
            aload 35 /* table */
            arraylength
            if_icmplt 288
        end local 36 // int i
       292: .line 2139
            aload 1 /* methodVisitor */
            iload 33 /* low */
            iload 34 /* high */
            aload 32 /* defaultLabel */
            aload 35 /* table */
            invokevirtual org.objectweb.asm.MethodVisitor.visitTableSwitchInsn:(IILorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V
       293: .line 2140
            goto 402
        end local 35 // org.objectweb.asm.Label[] table
        end local 34 // int high
        end local 33 // int low
        end local 32 // org.objectweb.asm.Label defaultLabel
       294: .line 2145
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.MethodVisitor org.objectweb.asm.Context int int byte[] char[] int int int int int org.objectweb.asm.Label[] int int int int int int[] int[] org.objectweb.asm.Attribute int int int int int int int int int org.objectweb.asm.Label int
      StackMap stack:
            iload 4 /* currentOffset */
            iconst_4
            iload 29 /* currentBytecodeOffset */
            iconst_3
            iand
            isub
            iadd
            istore 4 /* currentOffset */
       295: .line 2147
            aload 12 /* labels */
            iload 29 /* currentBytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            aaload
            astore 32 /* defaultLabel */
        start local 32 // org.objectweb.asm.Label defaultLabel
       296: .line 2148
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_4
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            istore 33 /* nPairs */
        start local 33 // int nPairs
       297: .line 2149
            iinc 4 /* currentOffset */ 8
       298: .line 2150
            iload 33 /* nPairs */
            newarray 10
            astore 34 /* keys */
        start local 34 // int[] keys
       299: .line 2151
            iload 33 /* nPairs */
            anewarray org.objectweb.asm.Label
            astore 35 /* values */
        start local 35 // org.objectweb.asm.Label[] values
       300: .line 2152
            iconst_0
            istore 36 /* i */
        start local 36 // int i
       301: goto 306
       302: .line 2153
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.MethodVisitor org.objectweb.asm.Context int int byte[] char[] int int int int int org.objectweb.asm.Label[] int int int int int int[] int[] org.objectweb.asm.Attribute int int int int int int int int int org.objectweb.asm.Label int org.objectweb.asm.Label int int[] org.objectweb.asm.Label[] int
      StackMap stack:
            aload 34 /* keys */
            iload 36 /* i */
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            iastore
       303: .line 2154
            aload 35 /* values */
            iload 36 /* i */
            aload 12 /* labels */
            iload 29 /* currentBytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_4
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            aaload
            aastore
       304: .line 2155
            iinc 4 /* currentOffset */ 8
       305: .line 2152
            iinc 36 /* i */ 1
      StackMap locals:
      StackMap stack:
       306: iload 36 /* i */
            iload 33 /* nPairs */
            if_icmplt 302
        end local 36 // int i
       307: .line 2157
            aload 1 /* methodVisitor */
            aload 32 /* defaultLabel */
            aload 34 /* keys */
            aload 35 /* values */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLookupSwitchInsn:(Lorg/objectweb/asm/Label;[I[Lorg/objectweb/asm/Label;)V
       308: .line 2158
            goto 402
        end local 35 // org.objectweb.asm.Label[] values
        end local 34 // int[] keys
        end local 33 // int nPairs
        end local 32 // org.objectweb.asm.Label defaultLabel
       309: .line 2171
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.MethodVisitor org.objectweb.asm.Context int int byte[] char[] int int int int int org.objectweb.asm.Label[] int int int int int int[] int[] org.objectweb.asm.Attribute int int int int int int int int int org.objectweb.asm.Label int
      StackMap stack:
            aload 1 /* methodVisitor */
            iload 31 /* opcode */
            aload 5 /* classFileBuffer */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
       310: .line 2172
            iinc 4 /* currentOffset */ 2
       311: .line 2173
            goto 402
       312: .line 2176
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
            iload 31 /* opcode */
            aload 5 /* classFileBuffer */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            baload
            invokevirtual org.objectweb.asm.MethodVisitor.visitIntInsn:(II)V
       313: .line 2177
            iinc 4 /* currentOffset */ 2
       314: .line 2178
            goto 402
       315: .line 2180
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
            iload 31 /* opcode */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readShort:(I)S
            invokevirtual org.objectweb.asm.MethodVisitor.visitIntInsn:(II)V
       316: .line 2181
            iinc 4 /* currentOffset */ 3
       317: .line 2182
            goto 402
       318: .line 2184
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
       319: .line 2185
            aload 0 /* this */
            aload 5 /* classFileBuffer */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            aload 6 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readConst:(I[C)Ljava/lang/Object;
       320: .line 2184
            invokevirtual org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
       321: .line 2186
            iinc 4 /* currentOffset */ 2
       322: .line 2187
            goto 402
       323: .line 2190
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
            aload 0 /* this */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 6 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readConst:(I[C)Ljava/lang/Object;
            invokevirtual org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
       324: .line 2191
            iinc 4 /* currentOffset */ 3
       325: .line 2192
            goto 402
       326: .line 2202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 32 /* cpInfoOffset */
        start local 32 // int cpInfoOffset
       327: .line 2203
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 32 /* cpInfoOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 33 /* nameAndTypeCpInfoOffset */
        start local 33 // int nameAndTypeCpInfoOffset
       328: .line 2204
            aload 0 /* this */
            iload 32 /* cpInfoOffset */
            aload 6 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            astore 34 /* owner */
        start local 34 // java.lang.String owner
       329: .line 2205
            aload 0 /* this */
            iload 33 /* nameAndTypeCpInfoOffset */
            aload 6 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 35 /* name */
        start local 35 // java.lang.String name
       330: .line 2206
            aload 0 /* this */
            iload 33 /* nameAndTypeCpInfoOffset */
            iconst_2
            iadd
            aload 6 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 36 /* descriptor */
        start local 36 // java.lang.String descriptor
       331: .line 2207
            iload 31 /* opcode */
            sipush 182
            if_icmpge 334
       332: .line 2208
            aload 1 /* methodVisitor */
            iload 31 /* opcode */
            aload 34 /* owner */
            aload 35 /* name */
            aload 36 /* descriptor */
            invokevirtual org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
       333: .line 2209
            goto 338
       334: .line 2211
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.MethodVisitor org.objectweb.asm.Context int int byte[] char[] int int int int int org.objectweb.asm.Label[] int int int int int int[] int[] org.objectweb.asm.Attribute int int int int int int int int int org.objectweb.asm.Label int int int java.lang.String java.lang.String java.lang.String
      StackMap stack:
            aload 5 /* classFileBuffer */
            iload 32 /* cpInfoOffset */
            iconst_1
            isub
            baload
            bipush 11
            if_icmpne 335
            iconst_1
            goto 336
      StackMap locals:
      StackMap stack:
       335: iconst_0
       336: .line 2210
      StackMap locals:
      StackMap stack: int
            istore 37 /* isInterface */
        start local 37 // boolean isInterface
       337: .line 2212
            aload 1 /* methodVisitor */
            iload 31 /* opcode */
            aload 34 /* owner */
            aload 35 /* name */
            aload 36 /* descriptor */
            iload 37 /* isInterface */
            invokevirtual org.objectweb.asm.MethodVisitor.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
        end local 37 // boolean isInterface
       338: .line 2214
      StackMap locals:
      StackMap stack:
            iload 31 /* opcode */
            sipush 185
            if_icmpne 341
       339: .line 2215
            iinc 4 /* currentOffset */ 5
       340: .line 2216
            goto 402
       341: .line 2217
      StackMap locals:
      StackMap stack:
            iinc 4 /* currentOffset */ 3
       342: .line 2219
            goto 402
        end local 36 // java.lang.String descriptor
        end local 35 // java.lang.String name
        end local 34 // java.lang.String owner
        end local 33 // int nameAndTypeCpInfoOffset
        end local 32 // int cpInfoOffset
       343: .line 2223
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.MethodVisitor org.objectweb.asm.Context int int byte[] char[] int int int int int org.objectweb.asm.Label[] int int int int int int[] int[] org.objectweb.asm.Attribute int int int int int int int int int org.objectweb.asm.Label int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 32 /* cpInfoOffset */
        start local 32 // int cpInfoOffset
       344: .line 2224
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 32 /* cpInfoOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 33 /* nameAndTypeCpInfoOffset */
        start local 33 // int nameAndTypeCpInfoOffset
       345: .line 2225
            aload 0 /* this */
            iload 33 /* nameAndTypeCpInfoOffset */
            aload 6 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 34 /* name */
        start local 34 // java.lang.String name
       346: .line 2226
            aload 0 /* this */
            iload 33 /* nameAndTypeCpInfoOffset */
            iconst_2
            iadd
            aload 6 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 35 /* descriptor */
        start local 35 // java.lang.String descriptor
       347: .line 2227
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.bootstrapMethodOffsets:[I
            aload 0 /* this */
            iload 32 /* cpInfoOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 36 /* bootstrapMethodOffset */
        start local 36 // int bootstrapMethodOffset
       348: .line 2229
            aload 0 /* this */
            aload 0 /* this */
            iload 36 /* bootstrapMethodOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 6 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readConst:(I[C)Ljava/lang/Object;
            checkcast org.objectweb.asm.Handle
       349: .line 2228
            astore 37 /* handle */
        start local 37 // org.objectweb.asm.Handle handle
       350: .line 2231
            aload 0 /* this */
            iload 36 /* bootstrapMethodOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            anewarray java.lang.Object
       351: .line 2230
            astore 38 /* bootstrapMethodArguments */
        start local 38 // java.lang.Object[] bootstrapMethodArguments
       352: .line 2232
            iinc 36 /* bootstrapMethodOffset */ 4
       353: .line 2233
            iconst_0
            istore 39 /* i */
        start local 39 // int i
       354: goto 360
       355: .line 2234
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.MethodVisitor org.objectweb.asm.Context int int byte[] char[] int int int int int org.objectweb.asm.Label[] int int int int int int[] int[] org.objectweb.asm.Attribute int int int int int int int int int org.objectweb.asm.Label int int int java.lang.String java.lang.String int org.objectweb.asm.Handle java.lang.Object[] int
      StackMap stack:
            aload 38 /* bootstrapMethodArguments */
            iload 39 /* i */
       356: .line 2235
            aload 0 /* this */
            aload 0 /* this */
            iload 36 /* bootstrapMethodOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 6 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readConst:(I[C)Ljava/lang/Object;
       357: .line 2234
            aastore
       358: .line 2236
            iinc 36 /* bootstrapMethodOffset */ 2
       359: .line 2233
            iinc 39 /* i */ 1
      StackMap locals:
      StackMap stack:
       360: iload 39 /* i */
            aload 38 /* bootstrapMethodArguments */
            arraylength
            if_icmplt 355
        end local 39 // int i
       361: .line 2238
            aload 1 /* methodVisitor */
       362: .line 2239
            aload 34 /* name */
            aload 35 /* descriptor */
            aload 37 /* handle */
            aload 38 /* bootstrapMethodArguments */
       363: .line 2238
            invokevirtual org.objectweb.asm.MethodVisitor.visitInvokeDynamicInsn:(Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Handle;[Ljava/lang/Object;)V
       364: .line 2240
            iinc 4 /* currentOffset */ 5
       365: .line 2241
            goto 402
        end local 38 // java.lang.Object[] bootstrapMethodArguments
        end local 37 // org.objectweb.asm.Handle handle
        end local 36 // int bootstrapMethodOffset
        end local 35 // java.lang.String descriptor
        end local 34 // java.lang.String name
        end local 33 // int nameAndTypeCpInfoOffset
        end local 32 // int cpInfoOffset
       366: .line 2247
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.MethodVisitor org.objectweb.asm.Context int int byte[] char[] int int int int int org.objectweb.asm.Label[] int int int int int int[] int[] org.objectweb.asm.Attribute int int int int int int int int int org.objectweb.asm.Label int
      StackMap stack:
            aload 1 /* methodVisitor */
            iload 31 /* opcode */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            aload 6 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            invokevirtual org.objectweb.asm.MethodVisitor.visitTypeInsn:(ILjava/lang/String;)V
       367: .line 2248
            iinc 4 /* currentOffset */ 3
       368: .line 2249
            goto 402
       369: .line 2251
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
       370: .line 2252
            aload 5 /* classFileBuffer */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            aload 5 /* classFileBuffer */
            iload 4 /* currentOffset */
            iconst_2
            iadd
            baload
       371: .line 2251
            invokevirtual org.objectweb.asm.MethodVisitor.visitIincInsn:(II)V
       372: .line 2253
            iinc 4 /* currentOffset */ 3
       373: .line 2254
            goto 402
       374: .line 2256
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
       375: .line 2257
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            aload 6 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            aload 5 /* classFileBuffer */
            iload 4 /* currentOffset */
            iconst_3
            iadd
            baload
            sipush 255
            iand
       376: .line 2256
            invokevirtual org.objectweb.asm.MethodVisitor.visitMultiANewArrayInsn:(Ljava/lang/String;I)V
       377: .line 2258
            iinc 4 /* currentOffset */ 4
       378: .line 2259
            goto 402
       379: .line 2261
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
       380: .line 2268
      StackMap locals:
      StackMap stack:
            iload 24 /* currentVisibleTypeAnnotationBytecodeOffset */
            iload 29 /* currentBytecodeOffset */
            if_icmpne 398
       381: .line 2271
            aload 0 /* this */
       382: .line 2272
            aload 2 /* context */
            aload 18 /* visibleTypeAnnotationOffsets */
            iload 23 /* currentVisibleTypeAnnotationIndex */
            iaload
       383: .line 2271
            invokevirtual org.objectweb.asm.ClassReader.readTypeAnnotationTarget:(Lorg/objectweb/asm/Context;I)I
       384: .line 2270
            istore 32 /* currentAnnotationOffset */
        start local 32 // int currentAnnotationOffset
       385: .line 2274
            aload 0 /* this */
            iload 32 /* currentAnnotationOffset */
            aload 6 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 33 /* annotationDescriptor */
        start local 33 // java.lang.String annotationDescriptor
       386: .line 2275
            iinc 32 /* currentAnnotationOffset */ 2
       387: .line 2277
            aload 0 /* this */
       388: .line 2278
            aload 1 /* methodVisitor */
       389: .line 2279
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentTypeAnnotationTarget:I
       390: .line 2280
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentTypeAnnotationTargetPath:Lorg/objectweb/asm/TypePath;
       391: .line 2281
            aload 33 /* annotationDescriptor */
       392: .line 2282
            iconst_1
       393: .line 2278
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsnAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
       394: .line 2283
            iload 32 /* currentAnnotationOffset */
       395: .line 2284
            iconst_1
       396: .line 2285
            aload 6 /* charBuffer */
       397: .line 2277
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
            pop
        end local 33 // java.lang.String annotationDescriptor
        end local 32 // int currentAnnotationOffset
       398: .line 2288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
       399: .line 2289
            aload 18 /* visibleTypeAnnotationOffsets */
            iinc 23 /* currentVisibleTypeAnnotationIndex */ 1
            iload 23 /* currentVisibleTypeAnnotationIndex */
       400: .line 2288
            invokevirtual org.objectweb.asm.ClassReader.getTypeAnnotationBytecodeOffset:([II)I
       401: .line 2287
            istore 24 /* currentVisibleTypeAnnotationBytecodeOffset */
       402: .line 2265
      StackMap locals:
      StackMap stack:
            aload 18 /* visibleTypeAnnotationOffsets */
            ifnull 429
       403: .line 2266
            iload 23 /* currentVisibleTypeAnnotationIndex */
            aload 18 /* visibleTypeAnnotationOffsets */
            arraylength
            if_icmpge 429
       404: .line 2267
            iload 24 /* currentVisibleTypeAnnotationBytecodeOffset */
            iload 29 /* currentBytecodeOffset */
       405: .line 2265
            if_icmple 380
       406: .line 2293
            goto 429
       407: .line 2296
      StackMap locals:
      StackMap stack:
            iload 26 /* currentInvisibleTypeAnnotationBytecodeOffset */
            iload 29 /* currentBytecodeOffset */
            if_icmpne 425
       408: .line 2299
            aload 0 /* this */
       409: .line 2300
            aload 2 /* context */
            aload 19 /* invisibleTypeAnnotationOffsets */
            iload 25 /* currentInvisibleTypeAnnotationIndex */
            iaload
       410: .line 2299
            invokevirtual org.objectweb.asm.ClassReader.readTypeAnnotationTarget:(Lorg/objectweb/asm/Context;I)I
       411: .line 2298
            istore 32 /* currentAnnotationOffset */
        start local 32 // int currentAnnotationOffset
       412: .line 2302
            aload 0 /* this */
            iload 32 /* currentAnnotationOffset */
            aload 6 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 33 /* annotationDescriptor */
        start local 33 // java.lang.String annotationDescriptor
       413: .line 2303
            iinc 32 /* currentAnnotationOffset */ 2
       414: .line 2305
            aload 0 /* this */
       415: .line 2306
            aload 1 /* methodVisitor */
       416: .line 2307
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentTypeAnnotationTarget:I
       417: .line 2308
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentTypeAnnotationTargetPath:Lorg/objectweb/asm/TypePath;
       418: .line 2309
            aload 33 /* annotationDescriptor */
       419: .line 2310
            iconst_0
       420: .line 2306
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsnAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
       421: .line 2311
            iload 32 /* currentAnnotationOffset */
       422: .line 2312
            iconst_1
       423: .line 2313
            aload 6 /* charBuffer */
       424: .line 2305
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
            pop
        end local 33 // java.lang.String annotationDescriptor
        end local 32 // int currentAnnotationOffset
       425: .line 2316
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
       426: .line 2317
            aload 19 /* invisibleTypeAnnotationOffsets */
            iinc 25 /* currentInvisibleTypeAnnotationIndex */ 1
            iload 25 /* currentInvisibleTypeAnnotationIndex */
       427: .line 2316
            invokevirtual org.objectweb.asm.ClassReader.getTypeAnnotationBytecodeOffset:([II)I
       428: .line 2315
            istore 26 /* currentInvisibleTypeAnnotationBytecodeOffset */
       429: .line 2293
      StackMap locals:
      StackMap stack:
            aload 19 /* invisibleTypeAnnotationOffsets */
            ifnull 433
       430: .line 2294
            iload 25 /* currentInvisibleTypeAnnotationIndex */
            aload 19 /* invisibleTypeAnnotationOffsets */
            arraylength
            if_icmpge 433
       431: .line 2295
            iload 26 /* currentInvisibleTypeAnnotationBytecodeOffset */
            iload 29 /* currentBytecodeOffset */
       432: .line 2293
            if_icmple 407
        end local 31 // int opcode
        end local 30 // org.objectweb.asm.Label currentLabel
        end local 29 // int currentBytecodeOffset
       433: .line 1812
      StackMap locals:
      StackMap stack:
            iload 4 /* currentOffset */
            iload 11 /* bytecodeEndOffset */
            if_icmplt 186
       434: .line 2320
            aload 12 /* labels */
            iload 9 /* codeLength */
            aaload
            ifnull 436
       435: .line 2321
            aload 1 /* methodVisitor */
            aload 12 /* labels */
            iload 9 /* codeLength */
            aaload
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
       436: .line 2325
      StackMap locals:
      StackMap stack:
            iload 16 /* localVariableTableOffset */
            ifeq 470
            aload 2 /* context */
            getfield org.objectweb.asm.Context.parsingOptions:I
            iconst_2
            iand
            ifne 470
       437: .line 2327
            aconst_null
            astore 29 /* typeTable */
        start local 29 // int[] typeTable
       438: .line 2328
            iload 17 /* localVariableTypeTableOffset */
            ifeq 448
       439: .line 2329
            aload 0 /* this */
            iload 17 /* localVariableTypeTableOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iconst_3
            imul
            newarray 10
            astore 29 /* typeTable */
       440: .line 2330
            iload 17 /* localVariableTypeTableOffset */
            iconst_2
            iadd
            istore 4 /* currentOffset */
       441: .line 2331
            aload 29 /* typeTable */
            arraylength
            istore 30 /* typeTableIndex */
        start local 30 // int typeTableIndex
       442: .line 2332
            goto 447
       443: .line 2334
      StackMap locals: int[] int
      StackMap stack:
            aload 29 /* typeTable */
            iinc 30 /* typeTableIndex */ -1
            iload 30 /* typeTableIndex */
            iload 4 /* currentOffset */
            bipush 6
            iadd
            iastore
       444: .line 2335
            aload 29 /* typeTable */
            iinc 30 /* typeTableIndex */ -1
            iload 30 /* typeTableIndex */
            aload 0 /* this */
            iload 4 /* currentOffset */
            bipush 8
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iastore
       445: .line 2336
            aload 29 /* typeTable */
            iinc 30 /* typeTableIndex */ -1
            iload 30 /* typeTableIndex */
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iastore
       446: .line 2337
            iinc 4 /* currentOffset */ 10
       447: .line 2332
      StackMap locals:
      StackMap stack:
            iload 30 /* typeTableIndex */
            ifgt 443
        end local 30 // int typeTableIndex
       448: .line 2340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 16 /* localVariableTableOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 30 /* localVariableTableLength */
        start local 30 // int localVariableTableLength
       449: .line 2341
            iload 16 /* localVariableTableOffset */
            iconst_2
            iadd
            istore 4 /* currentOffset */
       450: .line 2342
            goto 469
       451: .line 2343
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 31 /* startPc */
        start local 31 // int startPc
       452: .line 2344
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 32 /* length */
        start local 32 // int length
       453: .line 2345
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_4
            iadd
            aload 6 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 33 /* name */
        start local 33 // java.lang.String name
       454: .line 2346
            aload 0 /* this */
            iload 4 /* currentOffset */
            bipush 6
            iadd
            aload 6 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 34 /* descriptor */
        start local 34 // java.lang.String descriptor
       455: .line 2347
            aload 0 /* this */
            iload 4 /* currentOffset */
            bipush 8
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 35 /* index */
        start local 35 // int index
       456: .line 2348
            iinc 4 /* currentOffset */ 10
       457: .line 2349
            aconst_null
            astore 36 /* signature */
        start local 36 // java.lang.String signature
       458: .line 2350
            aload 29 /* typeTable */
            ifnull 466
       459: .line 2351
            iconst_0
            istore 37 /* i */
        start local 37 // int i
       460: goto 465
       461: .line 2352
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.MethodVisitor org.objectweb.asm.Context int int byte[] char[] int int int int int org.objectweb.asm.Label[] int int int int int int[] int[] org.objectweb.asm.Attribute int int int int int int int int int[] int int int java.lang.String java.lang.String int java.lang.String int
      StackMap stack:
            aload 29 /* typeTable */
            iload 37 /* i */
            iaload
            iload 31 /* startPc */
            if_icmpne 464
            aload 29 /* typeTable */
            iload 37 /* i */
            iconst_1
            iadd
            iaload
            iload 35 /* index */
            if_icmpne 464
       462: .line 2353
            aload 0 /* this */
            aload 29 /* typeTable */
            iload 37 /* i */
            iconst_2
            iadd
            iaload
            aload 6 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 36 /* signature */
       463: .line 2354
            goto 466
       464: .line 2351
      StackMap locals:
      StackMap stack:
            iinc 37 /* i */ 3
      StackMap locals:
      StackMap stack:
       465: iload 37 /* i */
            aload 29 /* typeTable */
            arraylength
            if_icmplt 461
        end local 37 // int i
       466: .line 2358
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
       467: .line 2359
            aload 33 /* name */
            aload 34 /* descriptor */
            aload 36 /* signature */
            aload 12 /* labels */
            iload 31 /* startPc */
            aaload
            aload 12 /* labels */
            iload 31 /* startPc */
            iload 32 /* length */
            iadd
            aaload
            iload 35 /* index */
       468: .line 2358
            invokevirtual org.objectweb.asm.MethodVisitor.visitLocalVariable:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;I)V
        end local 36 // java.lang.String signature
        end local 35 // int index
        end local 34 // java.lang.String descriptor
        end local 33 // java.lang.String name
        end local 32 // int length
        end local 31 // int startPc
       469: .line 2342
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.MethodVisitor org.objectweb.asm.Context int int byte[] char[] int int int int int org.objectweb.asm.Label[] int int int int int int[] int[] org.objectweb.asm.Attribute int int int int int int int int int[] int
      StackMap stack:
            iload 30 /* localVariableTableLength */
            iinc 30 /* localVariableTableLength */ -1
            ifgt 451
        end local 30 // int localVariableTableLength
        end local 29 // int[] typeTable
       470: .line 2364
      StackMap locals:
      StackMap stack:
            aload 18 /* visibleTypeAnnotationOffsets */
            ifnull 495
       471: .line 2365
            iconst_0
            istore 29 /* i */
        start local 29 // int i
       472: goto 494
       473: .line 2366
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 18 /* visibleTypeAnnotationOffsets */
            iload 29 /* i */
            iaload
            invokevirtual org.objectweb.asm.ClassReader.readByte:(I)I
            istore 30 /* targetType */
        start local 30 // int targetType
       474: .line 2367
            iload 30 /* targetType */
            bipush 64
            if_icmpeq 476
       475: .line 2368
            iload 30 /* targetType */
            bipush 65
            if_icmpne 493
       476: .line 2370
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* context */
            aload 18 /* visibleTypeAnnotationOffsets */
            iload 29 /* i */
            iaload
            invokevirtual org.objectweb.asm.ClassReader.readTypeAnnotationTarget:(Lorg/objectweb/asm/Context;I)I
            istore 4 /* currentOffset */
       477: .line 2372
            aload 0 /* this */
            iload 4 /* currentOffset */
            aload 6 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 31 /* annotationDescriptor */
        start local 31 // java.lang.String annotationDescriptor
       478: .line 2373
            iinc 4 /* currentOffset */ 2
       479: .line 2375
            aload 0 /* this */
       480: .line 2376
            aload 1 /* methodVisitor */
       481: .line 2377
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentTypeAnnotationTarget:I
       482: .line 2378
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentTypeAnnotationTargetPath:Lorg/objectweb/asm/TypePath;
       483: .line 2379
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentLocalVariableAnnotationRangeStarts:[Lorg/objectweb/asm/Label;
       484: .line 2380
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentLocalVariableAnnotationRangeEnds:[Lorg/objectweb/asm/Label;
       485: .line 2381
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentLocalVariableAnnotationRangeIndices:[I
       486: .line 2382
            aload 31 /* annotationDescriptor */
       487: .line 2383
            iconst_1
       488: .line 2376
            invokevirtual org.objectweb.asm.MethodVisitor.visitLocalVariableAnnotation:(ILorg/objectweb/asm/TypePath;[Lorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;[ILjava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
       489: .line 2384
            iload 4 /* currentOffset */
       490: .line 2385
            iconst_1
       491: .line 2386
            aload 6 /* charBuffer */
       492: .line 2375
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
            pop
        end local 31 // java.lang.String annotationDescriptor
        end local 30 // int targetType
       493: .line 2365
      StackMap locals:
      StackMap stack:
            iinc 29 /* i */ 1
      StackMap locals:
      StackMap stack:
       494: iload 29 /* i */
            aload 18 /* visibleTypeAnnotationOffsets */
            arraylength
            if_icmplt 473
        end local 29 // int i
       495: .line 2392
      StackMap locals:
      StackMap stack:
            aload 19 /* invisibleTypeAnnotationOffsets */
            ifnull 525
       496: .line 2393
            iconst_0
            istore 29 /* i */
        start local 29 // int i
       497: goto 519
       498: .line 2394
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 19 /* invisibleTypeAnnotationOffsets */
            iload 29 /* i */
            iaload
            invokevirtual org.objectweb.asm.ClassReader.readByte:(I)I
            istore 30 /* targetType */
        start local 30 // int targetType
       499: .line 2395
            iload 30 /* targetType */
            bipush 64
            if_icmpeq 501
       500: .line 2396
            iload 30 /* targetType */
            bipush 65
            if_icmpne 518
       501: .line 2398
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* context */
            aload 19 /* invisibleTypeAnnotationOffsets */
            iload 29 /* i */
            iaload
            invokevirtual org.objectweb.asm.ClassReader.readTypeAnnotationTarget:(Lorg/objectweb/asm/Context;I)I
            istore 4 /* currentOffset */
       502: .line 2400
            aload 0 /* this */
            iload 4 /* currentOffset */
            aload 6 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 31 /* annotationDescriptor */
        start local 31 // java.lang.String annotationDescriptor
       503: .line 2401
            iinc 4 /* currentOffset */ 2
       504: .line 2403
            aload 0 /* this */
       505: .line 2404
            aload 1 /* methodVisitor */
       506: .line 2405
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentTypeAnnotationTarget:I
       507: .line 2406
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentTypeAnnotationTargetPath:Lorg/objectweb/asm/TypePath;
       508: .line 2407
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentLocalVariableAnnotationRangeStarts:[Lorg/objectweb/asm/Label;
       509: .line 2408
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentLocalVariableAnnotationRangeEnds:[Lorg/objectweb/asm/Label;
       510: .line 2409
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentLocalVariableAnnotationRangeIndices:[I
       511: .line 2410
            aload 31 /* annotationDescriptor */
       512: .line 2411
            iconst_0
       513: .line 2404
            invokevirtual org.objectweb.asm.MethodVisitor.visitLocalVariableAnnotation:(ILorg/objectweb/asm/TypePath;[Lorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;[ILjava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
       514: .line 2412
            iload 4 /* currentOffset */
       515: .line 2413
            iconst_1
       516: .line 2414
            aload 6 /* charBuffer */
       517: .line 2403
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
            pop
        end local 31 // java.lang.String annotationDescriptor
        end local 30 // int targetType
       518: .line 2393
      StackMap locals:
      StackMap stack:
            iinc 29 /* i */ 1
      StackMap locals:
      StackMap stack:
       519: iload 29 /* i */
            aload 19 /* invisibleTypeAnnotationOffsets */
            arraylength
            if_icmplt 498
        end local 29 // int i
       520: .line 2420
            goto 525
       521: .line 2422
      StackMap locals:
      StackMap stack:
            aload 20 /* attributes */
            getfield org.objectweb.asm.Attribute.nextAttribute:Lorg/objectweb/asm/Attribute;
            astore 29 /* nextAttribute */
        start local 29 // org.objectweb.asm.Attribute nextAttribute
       522: .line 2423
            aload 20 /* attributes */
            aconst_null
            putfield org.objectweb.asm.Attribute.nextAttribute:Lorg/objectweb/asm/Attribute;
       523: .line 2424
            aload 1 /* methodVisitor */
            aload 20 /* attributes */
            invokevirtual org.objectweb.asm.MethodVisitor.visitAttribute:(Lorg/objectweb/asm/Attribute;)V
       524: .line 2425
            aload 29 /* nextAttribute */
            astore 20 /* attributes */
        end local 29 // org.objectweb.asm.Attribute nextAttribute
       525: .line 2420
      StackMap locals:
      StackMap stack:
            aload 20 /* attributes */
            ifnonnull 521
       526: .line 2429
            aload 1 /* methodVisitor */
            iload 7 /* maxStack */
            iload 8 /* maxLocals */
            invokevirtual org.objectweb.asm.MethodVisitor.visitMaxs:(II)V
       527: .line 2430
            return
        end local 28 // int wideJumpOpcodeDelta
        end local 27 // boolean insertFrame
        end local 26 // int currentInvisibleTypeAnnotationBytecodeOffset
        end local 25 // int currentInvisibleTypeAnnotationIndex
        end local 24 // int currentVisibleTypeAnnotationBytecodeOffset
        end local 23 // int currentVisibleTypeAnnotationIndex
        end local 22 // boolean expandFrames
        end local 21 // int attributesCount
        end local 20 // org.objectweb.asm.Attribute attributes
        end local 19 // int[] invisibleTypeAnnotationOffsets
        end local 18 // int[] visibleTypeAnnotationOffsets
        end local 17 // int localVariableTypeTableOffset
        end local 16 // int localVariableTableOffset
        end local 15 // boolean compressedFrames
        end local 14 // int stackMapTableEndOffset
        end local 13 // int stackMapFrameOffset
        end local 12 // org.objectweb.asm.Label[] labels
        end local 11 // int bytecodeEndOffset
        end local 10 // int bytecodeStartOffset
        end local 9 // int codeLength
        end local 8 // int maxLocals
        end local 7 // int maxStack
        end local 6 // char[] charBuffer
        end local 5 // byte[] classFileBuffer
        end local 4 // int currentOffset
        end local 3 // int codeOffset
        end local 2 // org.objectweb.asm.Context context
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                                          Name  Signature
            0  528     0                                          this  Lorg/objectweb/asm/ClassReader;
            0  528     1                                 methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0  528     2                                       context  Lorg/objectweb/asm/Context;
            0  528     3                                    codeOffset  I
            1  528     4                                 currentOffset  I
            2  528     5                               classFileBuffer  [B
            3  528     6                                    charBuffer  [C
            4  528     7                                      maxStack  I
            5  528     8                                     maxLocals  I
            6  528     9                                    codeLength  I
            8  528    10                           bytecodeStartOffset  I
            9  528    11                             bytecodeEndOffset  I
           10  528    12                                        labels  [Lorg/objectweb/asm/Label;
           12   58    13                                bytecodeOffset  I
           13   58    14                                        opcode  I
           34   40    15                               numTableEntries  I
           43   49    16                                numSwitchCases  I
           60   70    13                          exceptionTableLength  I
           63   69    14                                         start  Lorg/objectweb/asm/Label;
           64   69    15                                           end  Lorg/objectweb/asm/Label;
           65   69    16                                       handler  Lorg/objectweb/asm/Label;
           67   69    17                                     catchType  Ljava/lang/String;
           71  528    13                           stackMapFrameOffset  I
           72  528    14                        stackMapTableEndOffset  I
           73  528    15                              compressedFrames  Z
           74  528    16                      localVariableTableOffset  I
           75  528    17                  localVariableTypeTableOffset  I
           76  528    18                  visibleTypeAnnotationOffsets  [I
           77  528    19                invisibleTypeAnnotationOffsets  [I
           78  528    20                                    attributes  Lorg/objectweb/asm/Attribute;
           79  528    21                               attributesCount  I
           82  146    22                                 attributeName  Ljava/lang/String;
           83  146    23                               attributeLength  I
           88   97    24               currentLocalVariableTableOffset  I
           89   97    25                      localVariableTableLength  I
           92   96    26                                       startPc  I
           94   96    27                                        length  I
          104  113    24                  currentLineNumberTableOffset  I
          105  113    25                         lineNumberTableLength  I
          108  112    26                                       startPc  I
          109  112    27                                    lineNumber  I
          143  145    24                                     attribute  Lorg/objectweb/asm/Attribute;
          150  528    22                                  expandFrames  Z
          161  172    23                                        offset  I
          164  170    24                       potentialBytecodeOffset  I
          175  528    23             currentVisibleTypeAnnotationIndex  I
          177  528    24    currentVisibleTypeAnnotationBytecodeOffset  I
          178  528    25           currentInvisibleTypeAnnotationIndex  I
          180  528    26  currentInvisibleTypeAnnotationBytecodeOffset  I
          181  528    27                                   insertFrame  Z
          184  528    28                           wideJumpOpcodeDelta  I
          187  433    29                         currentBytecodeOffset  I
          188  433    30                                  currentLabel  Lorg/objectweb/asm/Label;
          224  433    31                                        opcode  I
          252  264    32                                        target  Lorg/objectweb/asm/Label;
          259  262    33                                         endif  Lorg/objectweb/asm/Label;
          282  294    32                                  defaultLabel  Lorg/objectweb/asm/Label;
          283  294    33                                           low  I
          284  294    34                                          high  I
          286  294    35                                         table  [Lorg/objectweb/asm/Label;
          287  292    36                                             i  I
          296  309    32                                  defaultLabel  Lorg/objectweb/asm/Label;
          297  309    33                                        nPairs  I
          299  309    34                                          keys  [I
          300  309    35                                        values  [Lorg/objectweb/asm/Label;
          301  307    36                                             i  I
          327  343    32                                  cpInfoOffset  I
          328  343    33                       nameAndTypeCpInfoOffset  I
          329  343    34                                         owner  Ljava/lang/String;
          330  343    35                                          name  Ljava/lang/String;
          331  343    36                                    descriptor  Ljava/lang/String;
          337  338    37                                   isInterface  Z
          344  366    32                                  cpInfoOffset  I
          345  366    33                       nameAndTypeCpInfoOffset  I
          346  366    34                                          name  Ljava/lang/String;
          347  366    35                                    descriptor  Ljava/lang/String;
          348  366    36                         bootstrapMethodOffset  I
          350  366    37                                        handle  Lorg/objectweb/asm/Handle;
          352  366    38                      bootstrapMethodArguments  [Ljava/lang/Object;
          354  361    39                                             i  I
          385  398    32                       currentAnnotationOffset  I
          386  398    33                          annotationDescriptor  Ljava/lang/String;
          412  425    32                       currentAnnotationOffset  I
          413  425    33                          annotationDescriptor  Ljava/lang/String;
          438  470    29                                     typeTable  [I
          442  448    30                                typeTableIndex  I
          449  470    30                      localVariableTableLength  I
          452  469    31                                       startPc  I
          453  469    32                                        length  I
          454  469    33                                          name  Ljava/lang/String;
          455  469    34                                    descriptor  Ljava/lang/String;
          456  469    35                                         index  I
          458  469    36                                     signature  Ljava/lang/String;
          460  466    37                                             i  I
          472  495    29                                             i  I
          474  493    30                                    targetType  I
          478  493    31                          annotationDescriptor  Ljava/lang/String;
          497  520    29                                             i  I
          499  518    30                                    targetType  I
          503  518    31                          annotationDescriptor  Ljava/lang/String;
          522  525    29                                 nextAttribute  Lorg/objectweb/asm/Attribute;
    MethodParameters:
               Name  Flags
      methodVisitor  final
      context        final
      codeOffset     final

  protected org.objectweb.asm.Label readLabel(int, org.objectweb.asm.Label[]);
    descriptor: (I[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // int bytecodeOffset
        start local 2 // org.objectweb.asm.Label[] labels
         0: .line 2443
            aload 2 /* labels */
            iload 1 /* bytecodeOffset */
            aaload
            ifnonnull 2
         1: .line 2444
            aload 2 /* labels */
            iload 1 /* bytecodeOffset */
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            aastore
         2: .line 2446
      StackMap locals:
      StackMap stack:
            aload 2 /* labels */
            iload 1 /* bytecodeOffset */
            aaload
            areturn
        end local 2 // org.objectweb.asm.Label[] labels
        end local 1 // int bytecodeOffset
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/objectweb/asm/ClassReader;
            0    3     1  bytecodeOffset  I
            0    3     2          labels  [Lorg/objectweb/asm/Label;
    MethodParameters:
                Name  Flags
      bytecodeOffset  final
      labels          final

  private org.objectweb.asm.Label createLabel(int, org.objectweb.asm.Label[]);
    descriptor: (I[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // int bytecodeOffset
        start local 2 // org.objectweb.asm.Label[] labels
         0: .line 2459
            aload 0 /* this */
            iload 1 /* bytecodeOffset */
            aload 2 /* labels */
            invokevirtual org.objectweb.asm.ClassReader.readLabel:(I[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
            astore 3 /* label */
        start local 3 // org.objectweb.asm.Label label
         1: .line 2460
            aload 3 /* label */
            dup
            getfield org.objectweb.asm.Label.flags:S
            bipush -2
            iand
            i2s
            putfield org.objectweb.asm.Label.flags:S
         2: .line 2461
            aload 3 /* label */
            areturn
        end local 3 // org.objectweb.asm.Label label
        end local 2 // org.objectweb.asm.Label[] labels
        end local 1 // int bytecodeOffset
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/objectweb/asm/ClassReader;
            0    3     1  bytecodeOffset  I
            0    3     2          labels  [Lorg/objectweb/asm/Label;
            1    3     3           label  Lorg/objectweb/asm/Label;
    MethodParameters:
                Name  Flags
      bytecodeOffset  final
      labels          final

  private void createDebugLabel(int, org.objectweb.asm.Label[]);
    descriptor: (I[Lorg/objectweb/asm/Label;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // int bytecodeOffset
        start local 2 // org.objectweb.asm.Label[] labels
         0: .line 2473
            aload 2 /* labels */
            iload 1 /* bytecodeOffset */
            aaload
            ifnonnull 2
         1: .line 2474
            aload 0 /* this */
            iload 1 /* bytecodeOffset */
            aload 2 /* labels */
            invokevirtual org.objectweb.asm.ClassReader.readLabel:(I[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
            dup
            getfield org.objectweb.asm.Label.flags:S
            iconst_1
            ior
            i2s
            putfield org.objectweb.asm.Label.flags:S
         2: .line 2476
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.objectweb.asm.Label[] labels
        end local 1 // int bytecodeOffset
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/objectweb/asm/ClassReader;
            0    3     1  bytecodeOffset  I
            0    3     2          labels  [Lorg/objectweb/asm/Label;
    MethodParameters:
                Name  Flags
      bytecodeOffset  final
      labels          final

  private int[] readTypeAnnotations(org.objectweb.asm.MethodVisitor, org.objectweb.asm.Context, int, boolean);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lorg/objectweb/asm/Context;IZ)[I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=13, args_size=5
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // org.objectweb.asm.Context context
        start local 3 // int runtimeTypeAnnotationsOffset
        start local 4 // boolean visible
         0: .line 2501
            aload 2 /* context */
            getfield org.objectweb.asm.Context.charBuffer:[C
            astore 5 /* charBuffer */
        start local 5 // char[] charBuffer
         1: .line 2502
            iload 3 /* runtimeTypeAnnotationsOffset */
            istore 6 /* currentOffset */
        start local 6 // int currentOffset
         2: .line 2504
            aload 0 /* this */
            iload 6 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            newarray 10
            astore 7 /* typeAnnotationsOffsets */
        start local 7 // int[] typeAnnotationsOffsets
         3: .line 2505
            iinc 6 /* currentOffset */ 2
         4: .line 2507
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         5: goto 48
         6: .line 2508
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.MethodVisitor org.objectweb.asm.Context int int char[] int int[] int
      StackMap stack:
            aload 7 /* typeAnnotationsOffsets */
            iload 8 /* i */
            iload 6 /* currentOffset */
            iastore
         7: .line 2511
            aload 0 /* this */
            iload 6 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            istore 9 /* targetType */
        start local 9 // int targetType
         8: .line 2512
            iload 9 /* targetType */
            bipush 24
            iushr
            lookupswitch { // 22
                    0: 23
                    1: 23
                   16: 21
                   17: 21
                   18: 21
                   19: 23
                   20: 23
                   21: 23
                   22: 23
                   23: 21
                   64: 9
                   65: 9
                   66: 21
                   67: 21
                   68: 21
                   69: 21
                   70: 21
                   71: 19
                   72: 19
                   73: 19
                   74: 19
                   75: 19
              default: 23
          }
         9: .line 2517
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 10 /* tableLength */
        start local 10 // int tableLength
        10: .line 2518
            iinc 6 /* currentOffset */ 3
        11: .line 2519
            goto 17
        12: .line 2520
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 11 /* startPc */
        start local 11 // int startPc
        13: .line 2521
            aload 0 /* this */
            iload 6 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 12 /* length */
        start local 12 // int length
        14: .line 2523
            iinc 6 /* currentOffset */ 6
        15: .line 2524
            aload 0 /* this */
            iload 11 /* startPc */
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentMethodLabels:[Lorg/objectweb/asm/Label;
            invokevirtual org.objectweb.asm.ClassReader.createLabel:(I[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
            pop
        16: .line 2525
            aload 0 /* this */
            iload 11 /* startPc */
            iload 12 /* length */
            iadd
            aload 2 /* context */
            getfield org.objectweb.asm.Context.currentMethodLabels:[Lorg/objectweb/asm/Label;
            invokevirtual org.objectweb.asm.ClassReader.createLabel:(I[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
            pop
        end local 12 // int length
        end local 11 // int startPc
        17: .line 2519
      StackMap locals:
      StackMap stack:
            iload 10 /* tableLength */
            iinc 10 /* tableLength */ -1
            ifgt 12
        18: .line 2527
            goto 24
        end local 10 // int tableLength
        19: .line 2533
      StackMap locals:
      StackMap stack:
            iinc 6 /* currentOffset */ 4
        20: .line 2534
            goto 24
        21: .line 2544
      StackMap locals:
      StackMap stack:
            iinc 6 /* currentOffset */ 3
        22: .line 2545
            goto 24
        23: .line 2554
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        24: .line 2558
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readByte:(I)I
            istore 10 /* pathLength */
        start local 10 // int pathLength
        25: .line 2559
            iload 9 /* targetType */
            bipush 24
            iushr
            bipush 66
            if_icmpne 42
        26: .line 2561
            iload 10 /* pathLength */
            ifne 27
            aconst_null
            goto 28
      StackMap locals: int
      StackMap stack:
        27: new org.objectweb.asm.TypePath
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.b:[B
            iload 6 /* currentOffset */
            invokespecial org.objectweb.asm.TypePath.<init>:([BI)V
      StackMap locals:
      StackMap stack: org.objectweb.asm.TypePath
        28: astore 11 /* path */
        start local 11 // org.objectweb.asm.TypePath path
        29: .line 2562
            iload 6 /* currentOffset */
            iconst_1
            iconst_2
            iload 10 /* pathLength */
            imul
            iadd
            iadd
            istore 6 /* currentOffset */
        30: .line 2564
            aload 0 /* this */
            iload 6 /* currentOffset */
            aload 5 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 12 /* annotationDescriptor */
        start local 12 // java.lang.String annotationDescriptor
        31: .line 2565
            iinc 6 /* currentOffset */ 2
        32: .line 2568
            aload 0 /* this */
        33: .line 2569
            aload 1 /* methodVisitor */
        34: .line 2570
            iload 9 /* targetType */
            sipush -256
            iand
            aload 11 /* path */
            aload 12 /* annotationDescriptor */
            iload 4 /* visible */
        35: .line 2569
            invokevirtual org.objectweb.asm.MethodVisitor.visitTryCatchAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
        36: .line 2571
            iload 6 /* currentOffset */
        37: .line 2572
            iconst_1
        38: .line 2573
            aload 5 /* charBuffer */
        39: .line 2568
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
        40: .line 2567
            istore 6 /* currentOffset */
        end local 12 // java.lang.String annotationDescriptor
        end local 11 // org.objectweb.asm.TypePath path
        41: .line 2574
            goto 47
        42: .line 2578
      StackMap locals:
      StackMap stack:
            iload 6 /* currentOffset */
            iconst_3
            iconst_2
            iload 10 /* pathLength */
            imul
            iadd
            iadd
            istore 6 /* currentOffset */
        43: .line 2582
            aload 0 /* this */
        44: .line 2583
            aconst_null
            iload 6 /* currentOffset */
            iconst_1
            aload 5 /* charBuffer */
        45: .line 2582
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
        46: .line 2581
            istore 6 /* currentOffset */
        end local 10 // int pathLength
        end local 9 // int targetType
        47: .line 2507
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        48: iload 8 /* i */
            aload 7 /* typeAnnotationsOffsets */
            arraylength
            if_icmplt 6
        end local 8 // int i
        49: .line 2586
            aload 7 /* typeAnnotationsOffsets */
            areturn
        end local 7 // int[] typeAnnotationsOffsets
        end local 6 // int currentOffset
        end local 5 // char[] charBuffer
        end local 4 // boolean visible
        end local 3 // int runtimeTypeAnnotationsOffset
        end local 2 // org.objectweb.asm.Context context
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   50     0                          this  Lorg/objectweb/asm/ClassReader;
            0   50     1                 methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0   50     2                       context  Lorg/objectweb/asm/Context;
            0   50     3  runtimeTypeAnnotationsOffset  I
            0   50     4                       visible  Z
            1   50     5                    charBuffer  [C
            2   50     6                 currentOffset  I
            3   50     7        typeAnnotationsOffsets  [I
            5   49     8                             i  I
            8   47     9                    targetType  I
           10   19    10                   tableLength  I
           13   17    11                       startPc  I
           14   17    12                        length  I
           25   47    10                    pathLength  I
           29   41    11                          path  Lorg/objectweb/asm/TypePath;
           31   41    12          annotationDescriptor  Ljava/lang/String;
    MethodParameters:
                              Name  Flags
      methodVisitor                 final
      context                       final
      runtimeTypeAnnotationsOffset  final
      visible                       final

  private int getTypeAnnotationBytecodeOffset(int[], int);
    descriptor: ([II)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // int[] typeAnnotationOffsets
        start local 2 // int typeAnnotationIndex
         0: .line 2601
            aload 1 /* typeAnnotationOffsets */
            ifnull 3
         1: .line 2602
            iload 2 /* typeAnnotationIndex */
            aload 1 /* typeAnnotationOffsets */
            arraylength
            if_icmpge 3
         2: .line 2603
            aload 0 /* this */
            aload 1 /* typeAnnotationOffsets */
            iload 2 /* typeAnnotationIndex */
            iaload
            invokevirtual org.objectweb.asm.ClassReader.readByte:(I)I
            bipush 67
            if_icmpge 4
         3: .line 2604
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
         4: .line 2606
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* typeAnnotationOffsets */
            iload 2 /* typeAnnotationIndex */
            iaload
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            ireturn
        end local 2 // int typeAnnotationIndex
        end local 1 // int[] typeAnnotationOffsets
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    5     0                   this  Lorg/objectweb/asm/ClassReader;
            0    5     1  typeAnnotationOffsets  [I
            0    5     2    typeAnnotationIndex  I
    MethodParameters:
                       Name  Flags
      typeAnnotationOffsets  final
      typeAnnotationIndex    final

  private int readTypeAnnotationTarget(org.objectweb.asm.Context, int);
    descriptor: (Lorg/objectweb/asm/Context;I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=10, args_size=3
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // org.objectweb.asm.Context context
        start local 2 // int typeAnnotationOffset
         0: .line 2620
            iload 2 /* typeAnnotationOffset */
            istore 3 /* currentOffset */
        start local 3 // int currentOffset
         1: .line 2622
            aload 0 /* this */
            iload 2 /* typeAnnotationOffset */
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            istore 4 /* targetType */
        start local 4 // int targetType
         2: .line 2623
            iload 4 /* targetType */
            bipush 24
            iushr
            lookupswitch { // 22
                    0: 3
                    1: 3
                   16: 34
                   17: 34
                   18: 34
                   19: 6
                   20: 6
                   21: 6
                   22: 3
                   23: 34
                   64: 9
                   65: 9
                   66: 34
                   67: 37
                   68: 37
                   69: 37
                   70: 37
                   71: 31
                   72: 31
                   73: 31
                   74: 31
                   75: 31
              default: 40
          }
         3: .line 2627
      StackMap locals: int int
      StackMap stack:
            iload 4 /* targetType */
            ldc -65536
            iand
            istore 4 /* targetType */
         4: .line 2628
            iinc 3 /* currentOffset */ 2
         5: .line 2629
            goto 41
         6: .line 2633
      StackMap locals:
      StackMap stack:
            iload 4 /* targetType */
            ldc -16777216
            iand
            istore 4 /* targetType */
         7: .line 2634
            iinc 3 /* currentOffset */ 1
         8: .line 2635
            goto 41
         9: .line 2638
      StackMap locals:
      StackMap stack:
            iload 4 /* targetType */
            ldc -16777216
            iand
            istore 4 /* targetType */
        10: .line 2639
            aload 0 /* this */
            iload 3 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 5 /* tableLength */
        start local 5 // int tableLength
        11: .line 2640
            iinc 3 /* currentOffset */ 3
        12: .line 2641
            aload 1 /* context */
            iload 5 /* tableLength */
            anewarray org.objectweb.asm.Label
            putfield org.objectweb.asm.Context.currentLocalVariableAnnotationRangeStarts:[Lorg/objectweb/asm/Label;
        13: .line 2642
            aload 1 /* context */
            iload 5 /* tableLength */
            anewarray org.objectweb.asm.Label
            putfield org.objectweb.asm.Context.currentLocalVariableAnnotationRangeEnds:[Lorg/objectweb/asm/Label;
        14: .line 2643
            aload 1 /* context */
            iload 5 /* tableLength */
            newarray 10
            putfield org.objectweb.asm.Context.currentLocalVariableAnnotationRangeIndices:[I
        15: .line 2644
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        16: goto 29
        17: .line 2645
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 7 /* startPc */
        start local 7 // int startPc
        18: .line 2646
            aload 0 /* this */
            iload 3 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 8 /* length */
        start local 8 // int length
        19: .line 2647
            aload 0 /* this */
            iload 3 /* currentOffset */
            iconst_4
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 9 /* index */
        start local 9 // int index
        20: .line 2648
            iinc 3 /* currentOffset */ 6
        21: .line 2649
            aload 1 /* context */
            getfield org.objectweb.asm.Context.currentLocalVariableAnnotationRangeStarts:[Lorg/objectweb/asm/Label;
            iload 6 /* i */
        22: .line 2650
            aload 0 /* this */
            iload 7 /* startPc */
            aload 1 /* context */
            getfield org.objectweb.asm.Context.currentMethodLabels:[Lorg/objectweb/asm/Label;
            invokevirtual org.objectweb.asm.ClassReader.createLabel:(I[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
        23: .line 2649
            aastore
        24: .line 2651
            aload 1 /* context */
            getfield org.objectweb.asm.Context.currentLocalVariableAnnotationRangeEnds:[Lorg/objectweb/asm/Label;
            iload 6 /* i */
        25: .line 2652
            aload 0 /* this */
            iload 7 /* startPc */
            iload 8 /* length */
            iadd
            aload 1 /* context */
            getfield org.objectweb.asm.Context.currentMethodLabels:[Lorg/objectweb/asm/Label;
            invokevirtual org.objectweb.asm.ClassReader.createLabel:(I[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
        26: .line 2651
            aastore
        27: .line 2653
            aload 1 /* context */
            getfield org.objectweb.asm.Context.currentLocalVariableAnnotationRangeIndices:[I
            iload 6 /* i */
            iload 9 /* index */
            iastore
        end local 9 // int index
        end local 8 // int length
        end local 7 // int startPc
        28: .line 2644
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        29: iload 6 /* i */
            iload 5 /* tableLength */
            if_icmplt 17
        end local 6 // int i
        30: .line 2655
            goto 41
        end local 5 // int tableLength
        31: .line 2661
      StackMap locals:
      StackMap stack:
            iload 4 /* targetType */
            ldc -16776961
            iand
            istore 4 /* targetType */
        32: .line 2662
            iinc 3 /* currentOffset */ 4
        33: .line 2663
            goto 41
        34: .line 2669
      StackMap locals:
      StackMap stack:
            iload 4 /* targetType */
            sipush -256
            iand
            istore 4 /* targetType */
        35: .line 2670
            iinc 3 /* currentOffset */ 3
        36: .line 2671
            goto 41
        37: .line 2676
      StackMap locals:
      StackMap stack:
            iload 4 /* targetType */
            ldc -16777216
            iand
            istore 4 /* targetType */
        38: .line 2677
            iinc 3 /* currentOffset */ 3
        39: .line 2678
            goto 41
        40: .line 2680
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        41: .line 2682
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            iload 4 /* targetType */
            putfield org.objectweb.asm.Context.currentTypeAnnotationTarget:I
        42: .line 2684
            aload 0 /* this */
            iload 3 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readByte:(I)I
            istore 5 /* pathLength */
        start local 5 // int pathLength
        43: .line 2685
            aload 1 /* context */
        44: .line 2686
            iload 5 /* pathLength */
            ifne 45
            aconst_null
            goto 46
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.Context int int int int
      StackMap stack: org.objectweb.asm.Context
        45: new org.objectweb.asm.TypePath
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.b:[B
            iload 3 /* currentOffset */
            invokespecial org.objectweb.asm.TypePath.<init>:([BI)V
        46: .line 2685
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.Context int int int int
      StackMap stack: org.objectweb.asm.Context org.objectweb.asm.TypePath
            putfield org.objectweb.asm.Context.currentTypeAnnotationTargetPath:Lorg/objectweb/asm/TypePath;
        47: .line 2688
            iload 3 /* currentOffset */
            iconst_1
            iadd
            iconst_2
            iload 5 /* pathLength */
            imul
            iadd
            ireturn
        end local 5 // int pathLength
        end local 4 // int targetType
        end local 3 // int currentOffset
        end local 2 // int typeAnnotationOffset
        end local 1 // org.objectweb.asm.Context context
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   48     0                  this  Lorg/objectweb/asm/ClassReader;
            0   48     1               context  Lorg/objectweb/asm/Context;
            0   48     2  typeAnnotationOffset  I
            1   48     3         currentOffset  I
            2   48     4            targetType  I
           11   31     5           tableLength  I
           16   30     6                     i  I
           18   28     7               startPc  I
           19   28     8                length  I
           20   28     9                 index  I
           43   48     5            pathLength  I
    MethodParameters:
                      Name  Flags
      context               final
      typeAnnotationOffset  final

  private void readParameterAnnotations(org.objectweb.asm.MethodVisitor, org.objectweb.asm.Context, int, boolean);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lorg/objectweb/asm/Context;IZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=11, args_size=5
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // org.objectweb.asm.Context context
        start local 3 // int runtimeParameterAnnotationsOffset
        start local 4 // boolean visible
         0: .line 2707
            iload 3 /* runtimeParameterAnnotationsOffset */
            istore 5 /* currentOffset */
        start local 5 // int currentOffset
         1: .line 2708
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.b:[B
            iload 5 /* currentOffset */
            iinc 5 /* currentOffset */ 1
            baload
            sipush 255
            iand
            istore 6 /* numParameters */
        start local 6 // int numParameters
         2: .line 2709
            aload 1 /* methodVisitor */
            iload 6 /* numParameters */
            iload 4 /* visible */
            invokevirtual org.objectweb.asm.MethodVisitor.visitAnnotableParameterCount:(IZ)V
         3: .line 2710
            aload 2 /* context */
            getfield org.objectweb.asm.Context.charBuffer:[C
            astore 7 /* charBuffer */
        start local 7 // char[] charBuffer
         4: .line 2711
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         5: goto 20
         6: .line 2712
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.MethodVisitor org.objectweb.asm.Context int int int int char[] int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 9 /* numAnnotations */
        start local 9 // int numAnnotations
         7: .line 2713
            iinc 5 /* currentOffset */ 2
         8: .line 2714
            goto 18
         9: .line 2716
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* currentOffset */
            aload 7 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 10 /* annotationDescriptor */
        start local 10 // java.lang.String annotationDescriptor
        10: .line 2717
            iinc 5 /* currentOffset */ 2
        11: .line 2720
            aload 0 /* this */
        12: .line 2721
            aload 1 /* methodVisitor */
            iload 8 /* i */
            aload 10 /* annotationDescriptor */
            iload 4 /* visible */
            invokevirtual org.objectweb.asm.MethodVisitor.visitParameterAnnotation:(ILjava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
        13: .line 2722
            iload 5 /* currentOffset */
        14: .line 2723
            iconst_1
        15: .line 2724
            aload 7 /* charBuffer */
        16: .line 2720
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
        17: .line 2719
            istore 5 /* currentOffset */
        end local 10 // java.lang.String annotationDescriptor
        18: .line 2714
      StackMap locals:
      StackMap stack:
            iload 9 /* numAnnotations */
            iinc 9 /* numAnnotations */ -1
            ifgt 9
        end local 9 // int numAnnotations
        19: .line 2711
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 8 /* i */
            iload 6 /* numParameters */
            if_icmplt 6
        end local 8 // int i
        21: .line 2727
            return
        end local 7 // char[] charBuffer
        end local 6 // int numParameters
        end local 5 // int currentOffset
        end local 4 // boolean visible
        end local 3 // int runtimeParameterAnnotationsOffset
        end local 2 // org.objectweb.asm.Context context
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                               Name  Signature
            0   22     0                               this  Lorg/objectweb/asm/ClassReader;
            0   22     1                      methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0   22     2                            context  Lorg/objectweb/asm/Context;
            0   22     3  runtimeParameterAnnotationsOffset  I
            0   22     4                            visible  Z
            1   22     5                      currentOffset  I
            2   22     6                      numParameters  I
            4   22     7                         charBuffer  [C
            5   21     8                                  i  I
            7   19     9                     numAnnotations  I
           10   18    10               annotationDescriptor  Ljava/lang/String;
    MethodParameters:
                                   Name  Flags
      methodVisitor                      final
      context                            final
      runtimeParameterAnnotationsOffset  final
      visible                            final

  private int readElementValues(org.objectweb.asm.AnnotationVisitor, int, boolean, char[]);
    descriptor: (Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // org.objectweb.asm.AnnotationVisitor annotationVisitor
        start local 2 // int annotationOffset
        start local 3 // boolean named
        start local 4 // char[] charBuffer
         0: .line 2748
            iload 2 /* annotationOffset */
            istore 5 /* currentOffset */
        start local 5 // int currentOffset
         1: .line 2750
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 6 /* numElementValuePairs */
        start local 6 // int numElementValuePairs
         2: .line 2751
            iinc 5 /* currentOffset */ 2
         3: .line 2752
            iload 3 /* named */
            ifeq 12
         4: .line 2754
            goto 8
         5: .line 2755
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* currentOffset */
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 7 /* elementName */
        start local 7 // java.lang.String elementName
         6: .line 2757
            aload 0 /* this */
            aload 1 /* annotationVisitor */
            iload 5 /* currentOffset */
            iconst_2
            iadd
            aload 7 /* elementName */
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readElementValue:(Lorg/objectweb/asm/AnnotationVisitor;ILjava/lang/String;[C)I
         7: .line 2756
            istore 5 /* currentOffset */
        end local 7 // java.lang.String elementName
         8: .line 2754
      StackMap locals:
      StackMap stack:
            iload 6 /* numElementValuePairs */
            iinc 6 /* numElementValuePairs */ -1
            ifgt 5
         9: .line 2759
            goto 13
        10: .line 2763
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* annotationVisitor */
            iload 5 /* currentOffset */
            aconst_null
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readElementValue:(Lorg/objectweb/asm/AnnotationVisitor;ILjava/lang/String;[C)I
        11: .line 2762
            istore 5 /* currentOffset */
        12: .line 2761
      StackMap locals:
      StackMap stack:
            iload 6 /* numElementValuePairs */
            iinc 6 /* numElementValuePairs */ -1
            ifgt 10
        13: .line 2766
      StackMap locals:
      StackMap stack:
            aload 1 /* annotationVisitor */
            ifnull 15
        14: .line 2767
            aload 1 /* annotationVisitor */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visitEnd:()V
        15: .line 2769
      StackMap locals:
      StackMap stack:
            iload 5 /* currentOffset */
            ireturn
        end local 6 // int numElementValuePairs
        end local 5 // int currentOffset
        end local 4 // char[] charBuffer
        end local 3 // boolean named
        end local 2 // int annotationOffset
        end local 1 // org.objectweb.asm.AnnotationVisitor annotationVisitor
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   16     0                  this  Lorg/objectweb/asm/ClassReader;
            0   16     1     annotationVisitor  Lorg/objectweb/asm/AnnotationVisitor;
            0   16     2      annotationOffset  I
            0   16     3                 named  Z
            0   16     4            charBuffer  [C
            1   16     5         currentOffset  I
            2   16     6  numElementValuePairs  I
            6    8     7           elementName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      annotationVisitor  final
      annotationOffset   final
      named              final
      charBuffer         final

  private int readElementValue(org.objectweb.asm.AnnotationVisitor, int, java.lang.String, char[]);
    descriptor: (Lorg/objectweb/asm/AnnotationVisitor;ILjava/lang/String;[C)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=16, args_size=5
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // org.objectweb.asm.AnnotationVisitor annotationVisitor
        start local 2 // int elementValueOffset
        start local 3 // java.lang.String elementName
        start local 4 // char[] charBuffer
         0: .line 2787
            iload 2 /* elementValueOffset */
            istore 5 /* currentOffset */
        start local 5 // int currentOffset
         1: .line 2788
            aload 1 /* annotationVisitor */
            ifnonnull 7
         2: .line 2789
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.b:[B
            iload 5 /* currentOffset */
            baload
            sipush 255
            iand
            lookupswitch { // 3
                   64: 4
                   91: 5
                  101: 3
              default: 6
          }
         3: .line 2791
      StackMap locals: int
      StackMap stack:
            iload 5 /* currentOffset */
            iconst_5
            iadd
            ireturn
         4: .line 2793
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            iload 5 /* currentOffset */
            iconst_3
            iadd
            iconst_1
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
            ireturn
         5: .line 2795
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            iload 5 /* currentOffset */
            iconst_1
            iadd
            iconst_0
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
            ireturn
         6: .line 2797
      StackMap locals:
      StackMap stack:
            iload 5 /* currentOffset */
            iconst_3
            iadd
            ireturn
         7: .line 2800
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.b:[B
            iload 5 /* currentOffset */
            iinc 5 /* currentOffset */ 1
            baload
            sipush 255
            iand
            lookupswitch { // 13
                   64: 49
                   66: 8
                   67: 13
                   68: 18
                   70: 18
                   73: 18
                   74: 18
                   83: 23
                   90: 28
                   91: 57
                   99: 46
                  101: 39
                  115: 36
              default: 155
          }
         8: .line 2802
      StackMap locals:
      StackMap stack:
            aload 1 /* annotationVisitor */
         9: .line 2803
            aload 3 /* elementName */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            i2b
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
        10: .line 2802
            invokevirtual org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        11: .line 2804
            iinc 5 /* currentOffset */ 2
        12: .line 2805
            goto 156
        13: .line 2807
      StackMap locals:
      StackMap stack:
            aload 1 /* annotationVisitor */
        14: .line 2808
            aload 3 /* elementName */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            i2c
            invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
        15: .line 2807
            invokevirtual org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        16: .line 2809
            iinc 5 /* currentOffset */ 2
        17: .line 2810
            goto 156
        18: .line 2815
      StackMap locals:
      StackMap stack:
            aload 1 /* annotationVisitor */
        19: .line 2816
            aload 3 /* elementName */
            aload 0 /* this */
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readConst:(I[C)Ljava/lang/Object;
        20: .line 2815
            invokevirtual org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        21: .line 2817
            iinc 5 /* currentOffset */ 2
        22: .line 2818
            goto 156
        23: .line 2820
      StackMap locals:
      StackMap stack:
            aload 1 /* annotationVisitor */
        24: .line 2821
            aload 3 /* elementName */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            i2s
            invokestatic java.lang.Short.valueOf:(S)Ljava/lang/Short;
        25: .line 2820
            invokevirtual org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        26: .line 2822
            iinc 5 /* currentOffset */ 2
        27: .line 2823
            goto 156
        28: .line 2826
      StackMap locals:
      StackMap stack:
            aload 1 /* annotationVisitor */
        29: .line 2827
            aload 3 /* elementName */
        30: .line 2828
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            ifne 32
        31: .line 2829
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            goto 33
        32: .line 2830
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.AnnotationVisitor int java.lang.String char[] int
      StackMap stack: org.objectweb.asm.AnnotationVisitor java.lang.String
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
        33: .line 2826
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.AnnotationVisitor int java.lang.String char[] int
      StackMap stack: org.objectweb.asm.AnnotationVisitor java.lang.String java.lang.Boolean
            invokevirtual org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        34: .line 2831
            iinc 5 /* currentOffset */ 2
        35: .line 2832
            goto 156
        36: .line 2834
      StackMap locals:
      StackMap stack:
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            aload 0 /* this */
            iload 5 /* currentOffset */
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            invokevirtual org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        37: .line 2835
            iinc 5 /* currentOffset */ 2
        38: .line 2836
            goto 156
        39: .line 2838
      StackMap locals:
      StackMap stack:
            aload 1 /* annotationVisitor */
        40: .line 2839
            aload 3 /* elementName */
        41: .line 2840
            aload 0 /* this */
            iload 5 /* currentOffset */
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
        42: .line 2841
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_2
            iadd
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
        43: .line 2838
            invokevirtual org.objectweb.asm.AnnotationVisitor.visitEnum:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        44: .line 2842
            iinc 5 /* currentOffset */ 4
        45: .line 2843
            goto 156
        46: .line 2845
      StackMap locals:
      StackMap stack:
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            aload 0 /* this */
            iload 5 /* currentOffset */
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        47: .line 2846
            iinc 5 /* currentOffset */ 2
        48: .line 2847
            goto 156
        49: .line 2850
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        50: .line 2851
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            aload 0 /* this */
            iload 5 /* currentOffset */
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            invokevirtual org.objectweb.asm.AnnotationVisitor.visitAnnotation:(Ljava/lang/String;Ljava/lang/String;)Lorg/objectweb/asm/AnnotationVisitor;
        51: .line 2852
            iload 5 /* currentOffset */
            iconst_2
            iadd
        52: .line 2853
            iconst_1
        53: .line 2854
            aload 4 /* charBuffer */
        54: .line 2850
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
        55: .line 2849
            istore 5 /* currentOffset */
        56: .line 2855
            goto 156
        57: .line 2857
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 6 /* numValues */
        start local 6 // int numValues
        58: .line 2858
            iinc 5 /* currentOffset */ 2
        59: .line 2859
            iload 6 /* numValues */
            ifne 66
        60: .line 2860
            aload 0 /* this */
        61: .line 2861
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visitArray:(Ljava/lang/String;)Lorg/objectweb/asm/AnnotationVisitor;
        62: .line 2862
            iload 5 /* currentOffset */
            iconst_2
            isub
        63: .line 2863
            iconst_0
        64: .line 2864
            aload 4 /* charBuffer */
        65: .line 2860
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
            ireturn
        66: .line 2866
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.b:[B
            iload 5 /* currentOffset */
            baload
            sipush 255
            iand
            lookupswitch { // 8
                   66: 67
                   67: 96
                   68: 135
                   70: 123
                   73: 105
                   74: 114
                   83: 87
                   90: 76
              default: 147
          }
        67: .line 2868
      StackMap locals:
      StackMap stack:
            iload 6 /* numValues */
            newarray 8
            astore 7 /* byteValues */
        start local 7 // byte[] byteValues
        68: .line 2869
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        69: goto 73
        70: .line 2870
      StackMap locals: byte[] int
      StackMap stack:
            aload 7 /* byteValues */
            iload 8 /* i */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            i2b
            bastore
        71: .line 2871
            iinc 5 /* currentOffset */ 3
        72: .line 2869
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        73: iload 8 /* i */
            iload 6 /* numValues */
            if_icmplt 70
        end local 8 // int i
        74: .line 2873
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            aload 7 /* byteValues */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        75: .line 2874
            goto 156
        end local 7 // byte[] byteValues
        76: .line 2876
      StackMap locals:
      StackMap stack:
            iload 6 /* numValues */
            newarray 4
            astore 8 /* booleanValues */
        start local 8 // boolean[] booleanValues
        77: .line 2877
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        78: goto 84
        79: .line 2878
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.AnnotationVisitor int java.lang.String char[] int int top boolean[] int
      StackMap stack:
            aload 8 /* booleanValues */
            iload 9 /* i */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            ifeq 80
            iconst_1
            goto 81
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.AnnotationVisitor int java.lang.String char[] int int top boolean[] int
      StackMap stack: boolean[] int
        80: iconst_0
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.AnnotationVisitor int java.lang.String char[] int int top boolean[] int
      StackMap stack: boolean[] int int
        81: bastore
        82: .line 2879
            iinc 5 /* currentOffset */ 3
        83: .line 2877
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        84: iload 9 /* i */
            iload 6 /* numValues */
            if_icmplt 79
        end local 9 // int i
        85: .line 2881
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            aload 8 /* booleanValues */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        86: .line 2882
            goto 156
        end local 8 // boolean[] booleanValues
        87: .line 2884
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.AnnotationVisitor int java.lang.String char[] int int
      StackMap stack:
            iload 6 /* numValues */
            newarray 9
            astore 9 /* shortValues */
        start local 9 // short[] shortValues
        88: .line 2885
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        89: goto 93
        90: .line 2886
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.AnnotationVisitor int java.lang.String char[] int int top top short[] int
      StackMap stack:
            aload 9 /* shortValues */
            iload 10 /* i */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            i2s
            sastore
        91: .line 2887
            iinc 5 /* currentOffset */ 3
        92: .line 2885
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        93: iload 10 /* i */
            iload 6 /* numValues */
            if_icmplt 90
        end local 10 // int i
        94: .line 2889
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            aload 9 /* shortValues */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        95: .line 2890
            goto 156
        end local 9 // short[] shortValues
        96: .line 2892
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.AnnotationVisitor int java.lang.String char[] int int
      StackMap stack:
            iload 6 /* numValues */
            newarray 5
            astore 10 /* charValues */
        start local 10 // char[] charValues
        97: .line 2893
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        98: goto 102
        99: .line 2894
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.AnnotationVisitor int java.lang.String char[] int int top top top char[] int
      StackMap stack:
            aload 10 /* charValues */
            iload 11 /* i */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            i2c
            castore
       100: .line 2895
            iinc 5 /* currentOffset */ 3
       101: .line 2893
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
       102: iload 11 /* i */
            iload 6 /* numValues */
            if_icmplt 99
        end local 11 // int i
       103: .line 2897
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            aload 10 /* charValues */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
       104: .line 2898
            goto 156
        end local 10 // char[] charValues
       105: .line 2900
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.AnnotationVisitor int java.lang.String char[] int int
      StackMap stack:
            iload 6 /* numValues */
            newarray 10
            astore 11 /* intValues */
        start local 11 // int[] intValues
       106: .line 2901
            iconst_0
            istore 12 /* i */
        start local 12 // int i
       107: goto 111
       108: .line 2902
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.AnnotationVisitor int java.lang.String char[] int int top top top top int[] int
      StackMap stack:
            aload 11 /* intValues */
            iload 12 /* i */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            iastore
       109: .line 2903
            iinc 5 /* currentOffset */ 3
       110: .line 2901
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
       111: iload 12 /* i */
            iload 6 /* numValues */
            if_icmplt 108
        end local 12 // int i
       112: .line 2905
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            aload 11 /* intValues */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
       113: .line 2906
            goto 156
        end local 11 // int[] intValues
       114: .line 2908
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.AnnotationVisitor int java.lang.String char[] int int
      StackMap stack:
            iload 6 /* numValues */
            newarray 11
            astore 12 /* longValues */
        start local 12 // long[] longValues
       115: .line 2909
            iconst_0
            istore 13 /* i */
        start local 13 // int i
       116: goto 120
       117: .line 2910
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.AnnotationVisitor int java.lang.String char[] int int top top top top top long[] int
      StackMap stack:
            aload 12 /* longValues */
            iload 13 /* i */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.objectweb.asm.ClassReader.readLong:(I)J
            lastore
       118: .line 2911
            iinc 5 /* currentOffset */ 3
       119: .line 2909
            iinc 13 /* i */ 1
      StackMap locals:
      StackMap stack:
       120: iload 13 /* i */
            iload 6 /* numValues */
            if_icmplt 117
        end local 13 // int i
       121: .line 2913
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            aload 12 /* longValues */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
       122: .line 2914
            goto 156
        end local 12 // long[] longValues
       123: .line 2916
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.AnnotationVisitor int java.lang.String char[] int int
      StackMap stack:
            iload 6 /* numValues */
            newarray 6
            astore 13 /* floatValues */
        start local 13 // float[] floatValues
       124: .line 2917
            iconst_0
            istore 14 /* i */
        start local 14 // int i
       125: goto 132
       126: .line 2918
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.AnnotationVisitor int java.lang.String char[] int int top top top top top top float[] int
      StackMap stack:
            aload 13 /* floatValues */
            iload 14 /* i */
       127: .line 2920
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
       128: .line 2919
            invokestatic java.lang.Float.intBitsToFloat:(I)F
       129: .line 2918
            fastore
       130: .line 2921
            iinc 5 /* currentOffset */ 3
       131: .line 2917
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
       132: iload 14 /* i */
            iload 6 /* numValues */
            if_icmplt 126
        end local 14 // int i
       133: .line 2923
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            aload 13 /* floatValues */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
       134: .line 2924
            goto 156
        end local 13 // float[] floatValues
       135: .line 2926
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.AnnotationVisitor int java.lang.String char[] int int
      StackMap stack:
            iload 6 /* numValues */
            newarray 7
            astore 14 /* doubleValues */
        start local 14 // double[] doubleValues
       136: .line 2927
            iconst_0
            istore 15 /* i */
        start local 15 // int i
       137: goto 144
       138: .line 2928
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.AnnotationVisitor int java.lang.String char[] int int top top top top top top top double[] int
      StackMap stack:
            aload 14 /* doubleValues */
            iload 15 /* i */
       139: .line 2930
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.objectweb.asm.ClassReader.readLong:(I)J
       140: .line 2929
            invokestatic java.lang.Double.longBitsToDouble:(J)D
       141: .line 2928
            dastore
       142: .line 2931
            iinc 5 /* currentOffset */ 3
       143: .line 2927
            iinc 15 /* i */ 1
      StackMap locals:
      StackMap stack:
       144: iload 15 /* i */
            iload 6 /* numValues */
            if_icmplt 138
        end local 15 // int i
       145: .line 2933
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            aload 14 /* doubleValues */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
       146: .line 2934
            goto 156
        end local 14 // double[] doubleValues
       147: .line 2937
      StackMap locals: org.objectweb.asm.ClassReader org.objectweb.asm.AnnotationVisitor int java.lang.String char[] int int
      StackMap stack:
            aload 0 /* this */
       148: .line 2938
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visitArray:(Ljava/lang/String;)Lorg/objectweb/asm/AnnotationVisitor;
       149: .line 2939
            iload 5 /* currentOffset */
            iconst_2
            isub
       150: .line 2940
            iconst_0
       151: .line 2941
            aload 4 /* charBuffer */
       152: .line 2937
            invokevirtual org.objectweb.asm.ClassReader.readElementValues:(Lorg/objectweb/asm/AnnotationVisitor;IZ[C)I
       153: .line 2936
            istore 5 /* currentOffset */
       154: .line 2944
            goto 156
        end local 6 // int numValues
       155: .line 2946
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
       156: .line 2948
      StackMap locals:
      StackMap stack:
            iload 5 /* currentOffset */
            ireturn
        end local 5 // int currentOffset
        end local 4 // char[] charBuffer
        end local 3 // java.lang.String elementName
        end local 2 // int elementValueOffset
        end local 1 // org.objectweb.asm.AnnotationVisitor annotationVisitor
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0  157     0                this  Lorg/objectweb/asm/ClassReader;
            0  157     1   annotationVisitor  Lorg/objectweb/asm/AnnotationVisitor;
            0  157     2  elementValueOffset  I
            0  157     3         elementName  Ljava/lang/String;
            0  157     4          charBuffer  [C
            1  157     5       currentOffset  I
           58  155     6           numValues  I
           68   76     7          byteValues  [B
           69   74     8                   i  I
           77   87     8       booleanValues  [Z
           78   85     9                   i  I
           88   96     9         shortValues  [S
           89   94    10                   i  I
           97  105    10          charValues  [C
           98  103    11                   i  I
          106  114    11           intValues  [I
          107  112    12                   i  I
          115  123    12          longValues  [J
          116  121    13                   i  I
          124  135    13         floatValues  [F
          125  133    14                   i  I
          136  147    14        doubleValues  [D
          137  145    15                   i  I
    MethodParameters:
                    Name  Flags
      annotationVisitor   final
      elementValueOffset  final
      elementName         final
      charBuffer          final

  private void computeImplicitFrame(org.objectweb.asm.Context);
    descriptor: (Lorg/objectweb/asm/Context;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // org.objectweb.asm.Context context
         0: .line 2962
            aload 1 /* context */
            getfield org.objectweb.asm.Context.currentMethodDescriptor:Ljava/lang/String;
            astore 2 /* methodDescriptor */
        start local 2 // java.lang.String methodDescriptor
         1: .line 2963
            aload 1 /* context */
            getfield org.objectweb.asm.Context.currentFrameLocalTypes:[Ljava/lang/Object;
            astore 3 /* locals */
        start local 3 // java.lang.Object[] locals
         2: .line 2964
            iconst_0
            istore 4 /* nLocal */
        start local 4 // int nLocal
         3: .line 2965
            aload 1 /* context */
            getfield org.objectweb.asm.Context.currentMethodAccessFlags:I
            bipush 8
            iand
            ifne 8
         4: .line 2966
            ldc "<init>"
            aload 1 /* context */
            getfield org.objectweb.asm.Context.currentMethodName:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         5: .line 2967
            aload 3 /* locals */
            iload 4 /* nLocal */
            iinc 4 /* nLocal */ 1
            getstatic org.objectweb.asm.Opcodes.UNINITIALIZED_THIS:Ljava/lang/Integer;
            aastore
         6: .line 2968
            goto 8
         7: .line 2969
      StackMap locals: java.lang.String java.lang.Object[] int
      StackMap stack:
            aload 3 /* locals */
            iload 4 /* nLocal */
            iinc 4 /* nLocal */ 1
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.header:I
            iconst_2
            iadd
            aload 1 /* context */
            getfield org.objectweb.asm.Context.charBuffer:[C
            invokevirtual org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            aastore
         8: .line 2974
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 5 /* currentMethodDescritorOffset */
        start local 5 // int currentMethodDescritorOffset
         9: .line 2976
      StackMap locals: int
      StackMap stack:
            iload 5 /* currentMethodDescritorOffset */
            istore 6 /* currentArgumentDescriptorStartOffset */
        start local 6 // int currentArgumentDescriptorStartOffset
        10: .line 2977
            aload 2 /* methodDescriptor */
            iload 5 /* currentMethodDescritorOffset */
            iinc 5 /* currentMethodDescritorOffset */ 1
            invokevirtual java.lang.String.charAt:(I)C
            lookupswitch { // 10
                   66: 11
                   67: 11
                   68: 17
                   70: 13
                   73: 11
                   74: 15
                   76: 33
                   83: 11
                   90: 11
                   91: 19
              default: 42
          }
        11: .line 2983
      StackMap locals: int
      StackMap stack:
            aload 3 /* locals */
            iload 4 /* nLocal */
            iinc 4 /* nLocal */ 1
            getstatic org.objectweb.asm.Opcodes.INTEGER:Ljava/lang/Integer;
            aastore
        12: .line 2984
            goto 9
        13: .line 2986
      StackMap locals:
      StackMap stack:
            aload 3 /* locals */
            iload 4 /* nLocal */
            iinc 4 /* nLocal */ 1
            getstatic org.objectweb.asm.Opcodes.FLOAT:Ljava/lang/Integer;
            aastore
        14: .line 2987
            goto 9
        15: .line 2989
      StackMap locals:
      StackMap stack:
            aload 3 /* locals */
            iload 4 /* nLocal */
            iinc 4 /* nLocal */ 1
            getstatic org.objectweb.asm.Opcodes.LONG:Ljava/lang/Integer;
            aastore
        16: .line 2990
            goto 9
        17: .line 2992
      StackMap locals:
      StackMap stack:
            aload 3 /* locals */
            iload 4 /* nLocal */
            iinc 4 /* nLocal */ 1
            getstatic org.objectweb.asm.Opcodes.DOUBLE:Ljava/lang/Integer;
            aastore
        18: .line 2993
            goto 9
        19: .line 2995
      StackMap locals:
      StackMap stack:
            goto 21
        20: .line 2996
      StackMap locals:
      StackMap stack:
            iinc 5 /* currentMethodDescritorOffset */ 1
        21: .line 2995
      StackMap locals:
      StackMap stack:
            aload 2 /* methodDescriptor */
            iload 5 /* currentMethodDescritorOffset */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 91
            if_icmpeq 20
        22: .line 2998
            aload 2 /* methodDescriptor */
            iload 5 /* currentMethodDescritorOffset */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 76
            if_icmpne 27
        23: .line 2999
            iinc 5 /* currentMethodDescritorOffset */ 1
        24: .line 3000
            goto 26
        25: .line 3001
      StackMap locals:
      StackMap stack:
            iinc 5 /* currentMethodDescritorOffset */ 1
        26: .line 3000
      StackMap locals:
      StackMap stack:
            aload 2 /* methodDescriptor */
            iload 5 /* currentMethodDescritorOffset */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 59
            if_icmpne 25
        27: .line 3004
      StackMap locals:
      StackMap stack:
            aload 3 /* locals */
            iload 4 /* nLocal */
            iinc 4 /* nLocal */ 1
        28: .line 3005
            aload 2 /* methodDescriptor */
        29: .line 3006
            iload 6 /* currentArgumentDescriptorStartOffset */
            iinc 5 /* currentMethodDescritorOffset */ 1
            iload 5 /* currentMethodDescritorOffset */
        30: .line 3005
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
        31: .line 3004
            aastore
        32: .line 3007
            goto 9
        33: .line 3009
      StackMap locals:
      StackMap stack:
            goto 35
        34: .line 3010
      StackMap locals:
      StackMap stack:
            iinc 5 /* currentMethodDescritorOffset */ 1
        35: .line 3009
      StackMap locals:
      StackMap stack:
            aload 2 /* methodDescriptor */
            iload 5 /* currentMethodDescritorOffset */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 59
            if_icmpne 34
        36: .line 3012
            aload 3 /* locals */
            iload 4 /* nLocal */
            iinc 4 /* nLocal */ 1
        37: .line 3013
            aload 2 /* methodDescriptor */
        38: .line 3014
            iload 6 /* currentArgumentDescriptorStartOffset */
            iconst_1
            iadd
            iload 5 /* currentMethodDescritorOffset */
            iinc 5 /* currentMethodDescritorOffset */ 1
        39: .line 3013
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
        40: .line 3012
            aastore
        41: .line 3015
            goto 9
        42: .line 3017
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            iload 4 /* nLocal */
            putfield org.objectweb.asm.Context.currentFrameLocalCount:I
        43: .line 3018
            return
        end local 6 // int currentArgumentDescriptorStartOffset
        end local 5 // int currentMethodDescritorOffset
        end local 4 // int nLocal
        end local 3 // java.lang.Object[] locals
        end local 2 // java.lang.String methodDescriptor
        end local 1 // org.objectweb.asm.Context context
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                                  Name  Signature
            0   44     0                                  this  Lorg/objectweb/asm/ClassReader;
            0   44     1                               context  Lorg/objectweb/asm/Context;
            1   44     2                      methodDescriptor  Ljava/lang/String;
            2   44     3                                locals  [Ljava/lang/Object;
            3   44     4                                nLocal  I
            9   44     5          currentMethodDescritorOffset  I
           10   44     6  currentArgumentDescriptorStartOffset  I
    MethodParameters:
         Name  Flags
      context  final

  private int readStackMapFrame(int, boolean, boolean, org.objectweb.asm.Context);
    descriptor: (IZZLorg/objectweb/asm/Context;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=13, args_size=5
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // int stackMapFrameOffset
        start local 2 // boolean compressed
        start local 3 // boolean expand
        start local 4 // org.objectweb.asm.Context context
         0: .line 3042
            iload 1 /* stackMapFrameOffset */
            istore 5 /* currentOffset */
        start local 5 // int currentOffset
         1: .line 3043
            aload 4 /* context */
            getfield org.objectweb.asm.Context.charBuffer:[C
            astore 6 /* charBuffer */
        start local 6 // char[] charBuffer
         2: .line 3044
            aload 4 /* context */
            getfield org.objectweb.asm.Context.currentMethodLabels:[Lorg/objectweb/asm/Label;
            astore 7 /* labels */
        start local 7 // org.objectweb.asm.Label[] labels
         3: .line 3046
            iload 2 /* compressed */
            ifeq 6
         4: .line 3048
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.b:[B
            iload 5 /* currentOffset */
            iinc 5 /* currentOffset */ 1
            baload
            sipush 255
            iand
            istore 8 /* frameType */
        start local 8 // int frameType
         5: .line 3049
            goto 8
        end local 8 // int frameType
         6: .line 3050
      StackMap locals: int char[] org.objectweb.asm.Label[]
      StackMap stack:
            sipush 255
            istore 8 /* frameType */
        start local 8 // int frameType
         7: .line 3051
            aload 4 /* context */
            iconst_m1
            putfield org.objectweb.asm.Context.currentFrameOffset:I
         8: .line 3054
      StackMap locals: int
      StackMap stack:
            aload 4 /* context */
            iconst_0
            putfield org.objectweb.asm.Context.currentFrameLocalCountDelta:I
         9: .line 3055
            iload 8 /* frameType */
            bipush 64
            if_icmpge 14
        10: .line 3056
            iload 8 /* frameType */
            istore 9 /* offsetDelta */
        start local 9 // int offsetDelta
        11: .line 3057
            aload 4 /* context */
            iconst_3
            putfield org.objectweb.asm.Context.currentFrameType:I
        12: .line 3058
            aload 4 /* context */
            iconst_0
            putfield org.objectweb.asm.Context.currentFrameStackCount:I
        13: .line 3059
            goto 87
        end local 9 // int offsetDelta
      StackMap locals:
      StackMap stack:
        14: iload 8 /* frameType */
            sipush 128
            if_icmpge 23
        15: .line 3060
            iload 8 /* frameType */
            bipush 64
            isub
            istore 9 /* offsetDelta */
        start local 9 // int offsetDelta
        16: .line 3062
            aload 0 /* this */
        17: .line 3063
            iload 5 /* currentOffset */
            aload 4 /* context */
            getfield org.objectweb.asm.Context.currentFrameStackTypes:[Ljava/lang/Object;
            iconst_0
            aload 6 /* charBuffer */
            aload 7 /* labels */
        18: .line 3062
            invokevirtual org.objectweb.asm.ClassReader.readVerificationTypeInfo:(I[Ljava/lang/Object;I[C[Lorg/objectweb/asm/Label;)I
        19: .line 3061
            istore 5 /* currentOffset */
        20: .line 3064
            aload 4 /* context */
            iconst_4
            putfield org.objectweb.asm.Context.currentFrameType:I
        21: .line 3065
            aload 4 /* context */
            iconst_1
            putfield org.objectweb.asm.Context.currentFrameStackCount:I
        22: .line 3066
            goto 87
        end local 9 // int offsetDelta
      StackMap locals:
      StackMap stack:
        23: iload 8 /* frameType */
            sipush 247
            if_icmplt 86
        24: .line 3067
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 9 /* offsetDelta */
        start local 9 // int offsetDelta
        25: .line 3068
            iinc 5 /* currentOffset */ 2
        26: .line 3069
            iload 8 /* frameType */
            sipush 247
            if_icmpne 34
        27: .line 3071
            aload 0 /* this */
        28: .line 3072
            iload 5 /* currentOffset */
            aload 4 /* context */
            getfield org.objectweb.asm.Context.currentFrameStackTypes:[Ljava/lang/Object;
            iconst_0
            aload 6 /* charBuffer */
            aload 7 /* labels */
        29: .line 3071
            invokevirtual org.objectweb.asm.ClassReader.readVerificationTypeInfo:(I[Ljava/lang/Object;I[C[Lorg/objectweb/asm/Label;)I
        30: .line 3070
            istore 5 /* currentOffset */
        31: .line 3073
            aload 4 /* context */
            iconst_4
            putfield org.objectweb.asm.Context.currentFrameType:I
        32: .line 3074
            aload 4 /* context */
            iconst_1
            putfield org.objectweb.asm.Context.currentFrameStackCount:I
        33: .line 3075
            goto 87
      StackMap locals: int
      StackMap stack:
        34: iload 8 /* frameType */
            sipush 248
            if_icmplt 40
            iload 8 /* frameType */
            sipush 251
            if_icmpge 40
        35: .line 3076
            aload 4 /* context */
            iconst_2
            putfield org.objectweb.asm.Context.currentFrameType:I
        36: .line 3077
            aload 4 /* context */
            sipush 251
            iload 8 /* frameType */
            isub
            putfield org.objectweb.asm.Context.currentFrameLocalCountDelta:I
        37: .line 3078
            aload 4 /* context */
            dup
            getfield org.objectweb.asm.Context.currentFrameLocalCount:I
            aload 4 /* context */
            getfield org.objectweb.asm.Context.currentFrameLocalCountDelta:I
            isub
            putfield org.objectweb.asm.Context.currentFrameLocalCount:I
        38: .line 3079
            aload 4 /* context */
            iconst_0
            putfield org.objectweb.asm.Context.currentFrameStackCount:I
        39: .line 3080
            goto 87
      StackMap locals:
      StackMap stack:
        40: iload 8 /* frameType */
            sipush 251
            if_icmpne 44
        41: .line 3081
            aload 4 /* context */
            iconst_3
            putfield org.objectweb.asm.Context.currentFrameType:I
        42: .line 3082
            aload 4 /* context */
            iconst_0
            putfield org.objectweb.asm.Context.currentFrameStackCount:I
        43: .line 3083
            goto 87
      StackMap locals:
      StackMap stack:
        44: iload 8 /* frameType */
            sipush 255
            if_icmpge 61
        45: .line 3084
            iload 3 /* expand */
            ifeq 46
            aload 4 /* context */
            getfield org.objectweb.asm.Context.currentFrameLocalCount:I
            goto 47
      StackMap locals:
      StackMap stack:
        46: iconst_0
      StackMap locals:
      StackMap stack: int
        47: istore 10 /* local */
        start local 10 // int local
        48: .line 3085
            iload 8 /* frameType */
            sipush 251
            isub
            istore 11 /* k */
        start local 11 // int k
        49: goto 55
        50: .line 3087
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
        51: .line 3088
            iload 5 /* currentOffset */
            aload 4 /* context */
            getfield org.objectweb.asm.Context.currentFrameLocalTypes:[Ljava/lang/Object;
            iload 10 /* local */
            iinc 10 /* local */ 1
            aload 6 /* charBuffer */
            aload 7 /* labels */
        52: .line 3087
            invokevirtual org.objectweb.asm.ClassReader.readVerificationTypeInfo:(I[Ljava/lang/Object;I[C[Lorg/objectweb/asm/Label;)I
        53: .line 3086
            istore 5 /* currentOffset */
        54: .line 3085
            iinc 11 /* k */ -1
      StackMap locals:
      StackMap stack:
        55: iload 11 /* k */
            ifgt 50
        end local 11 // int k
        56: .line 3090
            aload 4 /* context */
            iconst_1
            putfield org.objectweb.asm.Context.currentFrameType:I
        57: .line 3091
            aload 4 /* context */
            iload 8 /* frameType */
            sipush 251
            isub
            putfield org.objectweb.asm.Context.currentFrameLocalCountDelta:I
        58: .line 3092
            aload 4 /* context */
            dup
            getfield org.objectweb.asm.Context.currentFrameLocalCount:I
            aload 4 /* context */
            getfield org.objectweb.asm.Context.currentFrameLocalCountDelta:I
            iadd
            putfield org.objectweb.asm.Context.currentFrameLocalCount:I
        59: .line 3093
            aload 4 /* context */
            iconst_0
            putfield org.objectweb.asm.Context.currentFrameStackCount:I
        end local 10 // int local
        60: .line 3094
            goto 87
        61: .line 3095
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 10 /* numberOfLocals */
        start local 10 // int numberOfLocals
        62: .line 3096
            iinc 5 /* currentOffset */ 2
        63: .line 3097
            aload 4 /* context */
            iconst_0
            putfield org.objectweb.asm.Context.currentFrameType:I
        64: .line 3098
            aload 4 /* context */
            iload 10 /* numberOfLocals */
            putfield org.objectweb.asm.Context.currentFrameLocalCountDelta:I
        65: .line 3099
            aload 4 /* context */
            iload 10 /* numberOfLocals */
            putfield org.objectweb.asm.Context.currentFrameLocalCount:I
        66: .line 3100
            iconst_0
            istore 11 /* local */
        start local 11 // int local
        67: goto 73
        68: .line 3102
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
        69: .line 3103
            iload 5 /* currentOffset */
            aload 4 /* context */
            getfield org.objectweb.asm.Context.currentFrameLocalTypes:[Ljava/lang/Object;
            iload 11 /* local */
            aload 6 /* charBuffer */
            aload 7 /* labels */
        70: .line 3102
            invokevirtual org.objectweb.asm.ClassReader.readVerificationTypeInfo:(I[Ljava/lang/Object;I[C[Lorg/objectweb/asm/Label;)I
        71: .line 3101
            istore 5 /* currentOffset */
        72: .line 3100
            iinc 11 /* local */ 1
      StackMap locals:
      StackMap stack:
        73: iload 11 /* local */
            iload 10 /* numberOfLocals */
            if_icmplt 68
        end local 11 // int local
        74: .line 3105
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 11 /* numberOfStackItems */
        start local 11 // int numberOfStackItems
        75: .line 3106
            iinc 5 /* currentOffset */ 2
        76: .line 3107
            aload 4 /* context */
            iload 11 /* numberOfStackItems */
            putfield org.objectweb.asm.Context.currentFrameStackCount:I
        77: .line 3108
            iconst_0
            istore 12 /* stack */
        start local 12 // int stack
        78: goto 84
        79: .line 3110
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
        80: .line 3111
            iload 5 /* currentOffset */
            aload 4 /* context */
            getfield org.objectweb.asm.Context.currentFrameStackTypes:[Ljava/lang/Object;
            iload 12 /* stack */
            aload 6 /* charBuffer */
            aload 7 /* labels */
        81: .line 3110
            invokevirtual org.objectweb.asm.ClassReader.readVerificationTypeInfo:(I[Ljava/lang/Object;I[C[Lorg/objectweb/asm/Label;)I
        82: .line 3109
            istore 5 /* currentOffset */
        83: .line 3108
            iinc 12 /* stack */ 1
      StackMap locals:
      StackMap stack:
        84: iload 12 /* stack */
            iload 11 /* numberOfStackItems */
            if_icmplt 79
        end local 12 // int stack
        end local 11 // int numberOfStackItems
        end local 10 // int numberOfLocals
        85: .line 3114
            goto 87
        end local 9 // int offsetDelta
        86: .line 3115
      StackMap locals: org.objectweb.asm.ClassReader int int int org.objectweb.asm.Context int char[] org.objectweb.asm.Label[] int
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        start local 9 // int offsetDelta
        87: .line 3117
      StackMap locals: int
      StackMap stack:
            aload 4 /* context */
            dup
            getfield org.objectweb.asm.Context.currentFrameOffset:I
            iload 9 /* offsetDelta */
            iconst_1
            iadd
            iadd
            putfield org.objectweb.asm.Context.currentFrameOffset:I
        88: .line 3118
            aload 0 /* this */
            aload 4 /* context */
            getfield org.objectweb.asm.Context.currentFrameOffset:I
            aload 7 /* labels */
            invokevirtual org.objectweb.asm.ClassReader.createLabel:(I[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
            pop
        89: .line 3119
            iload 5 /* currentOffset */
            ireturn
        end local 9 // int offsetDelta
        end local 8 // int frameType
        end local 7 // org.objectweb.asm.Label[] labels
        end local 6 // char[] charBuffer
        end local 5 // int currentOffset
        end local 4 // org.objectweb.asm.Context context
        end local 3 // boolean expand
        end local 2 // boolean compressed
        end local 1 // int stackMapFrameOffset
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   90     0                 this  Lorg/objectweb/asm/ClassReader;
            0   90     1  stackMapFrameOffset  I
            0   90     2           compressed  Z
            0   90     3               expand  Z
            0   90     4              context  Lorg/objectweb/asm/Context;
            1   90     5        currentOffset  I
            2   90     6           charBuffer  [C
            3   90     7               labels  [Lorg/objectweb/asm/Label;
            5    6     8            frameType  I
            7   90     8            frameType  I
           11   14     9          offsetDelta  I
           16   23     9          offsetDelta  I
           25   86     9          offsetDelta  I
           87   90     9          offsetDelta  I
           48   60    10                local  I
           49   56    11                    k  I
           62   85    10       numberOfLocals  I
           67   74    11                local  I
           75   85    11   numberOfStackItems  I
           78   85    12                stack  I
    MethodParameters:
                     Name  Flags
      stackMapFrameOffset  final
      compressed           final
      expand               final
      context              final

  private int readVerificationTypeInfo(int, java.lang.Object[], int, char[], org.objectweb.asm.Label[]);
    descriptor: (I[Ljava/lang/Object;I[C[Lorg/objectweb/asm/Label;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=6
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // int verificationTypeInfoOffset
        start local 2 // java.lang.Object[] frame
        start local 3 // int index
        start local 4 // char[] charBuffer
        start local 5 // org.objectweb.asm.Label[] labels
         0: .line 3142
            iload 1 /* verificationTypeInfoOffset */
            istore 6 /* currentOffset */
        start local 6 // int currentOffset
         1: .line 3143
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.b:[B
            iload 6 /* currentOffset */
            iinc 6 /* currentOffset */ 1
            baload
            sipush 255
            iand
            istore 7 /* tag */
        start local 7 // int tag
         2: .line 3144
            iload 7 /* tag */
            tableswitch { // 0 - 8
                    0: 3
                    1: 5
                    2: 7
                    3: 9
                    4: 11
                    5: 13
                    6: 15
                    7: 17
                    8: 20
              default: 23
          }
         3: .line 3146
      StackMap locals: int int
      StackMap stack:
            aload 2 /* frame */
            iload 3 /* index */
            getstatic org.objectweb.asm.Opcodes.TOP:Ljava/lang/Integer;
            aastore
         4: .line 3147
            goto 24
         5: .line 3149
      StackMap locals:
      StackMap stack:
            aload 2 /* frame */
            iload 3 /* index */
            getstatic org.objectweb.asm.Opcodes.INTEGER:Ljava/lang/Integer;
            aastore
         6: .line 3150
            goto 24
         7: .line 3152
      StackMap locals:
      StackMap stack:
            aload 2 /* frame */
            iload 3 /* index */
            getstatic org.objectweb.asm.Opcodes.FLOAT:Ljava/lang/Integer;
            aastore
         8: .line 3153
            goto 24
         9: .line 3155
      StackMap locals:
      StackMap stack:
            aload 2 /* frame */
            iload 3 /* index */
            getstatic org.objectweb.asm.Opcodes.DOUBLE:Ljava/lang/Integer;
            aastore
        10: .line 3156
            goto 24
        11: .line 3158
      StackMap locals:
      StackMap stack:
            aload 2 /* frame */
            iload 3 /* index */
            getstatic org.objectweb.asm.Opcodes.LONG:Ljava/lang/Integer;
            aastore
        12: .line 3159
            goto 24
        13: .line 3161
      StackMap locals:
      StackMap stack:
            aload 2 /* frame */
            iload 3 /* index */
            getstatic org.objectweb.asm.Opcodes.NULL:Ljava/lang/Integer;
            aastore
        14: .line 3162
            goto 24
        15: .line 3164
      StackMap locals:
      StackMap stack:
            aload 2 /* frame */
            iload 3 /* index */
            getstatic org.objectweb.asm.Opcodes.UNINITIALIZED_THIS:Ljava/lang/Integer;
            aastore
        16: .line 3165
            goto 24
        17: .line 3167
      StackMap locals:
      StackMap stack:
            aload 2 /* frame */
            iload 3 /* index */
            aload 0 /* this */
            iload 6 /* currentOffset */
            aload 4 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            aastore
        18: .line 3168
            iinc 6 /* currentOffset */ 2
        19: .line 3169
            goto 24
        20: .line 3171
      StackMap locals:
      StackMap stack:
            aload 2 /* frame */
            iload 3 /* index */
            aload 0 /* this */
            aload 0 /* this */
            iload 6 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 5 /* labels */
            invokevirtual org.objectweb.asm.ClassReader.createLabel:(I[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;
            aastore
        21: .line 3172
            iinc 6 /* currentOffset */ 2
        22: .line 3173
            goto 24
        23: .line 3175
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        24: .line 3177
      StackMap locals:
      StackMap stack:
            iload 6 /* currentOffset */
            ireturn
        end local 7 // int tag
        end local 6 // int currentOffset
        end local 5 // org.objectweb.asm.Label[] labels
        end local 4 // char[] charBuffer
        end local 3 // int index
        end local 2 // java.lang.Object[] frame
        end local 1 // int verificationTypeInfoOffset
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   25     0                        this  Lorg/objectweb/asm/ClassReader;
            0   25     1  verificationTypeInfoOffset  I
            0   25     2                       frame  [Ljava/lang/Object;
            0   25     3                       index  I
            0   25     4                  charBuffer  [C
            0   25     5                      labels  [Lorg/objectweb/asm/Label;
            1   25     6               currentOffset  I
            2   25     7                         tag  I
    MethodParameters:
                            Name  Flags
      verificationTypeInfoOffset  final
      frame                       final
      index                       final
      charBuffer                  final
      labels                      final

  final int getFirstAttributeOffset();
    descriptor: ()I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // org.objectweb.asm.ClassReader this
         0: .line 3188
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.header:I
            bipush 8
            iadd
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.header:I
            bipush 6
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iconst_2
            imul
            iadd
            istore 1 /* currentOffset */
        start local 1 // int currentOffset
         1: .line 3191
            aload 0 /* this */
            iload 1 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 2 /* fieldsCount */
        start local 2 // int fieldsCount
         2: .line 3192
            iinc 1 /* currentOffset */ 2
         3: .line 3194
            goto 9
         4: .line 3198
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* currentOffset */
            bipush 6
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 3 /* attributesCount */
        start local 3 // int attributesCount
         5: .line 3199
            iinc 1 /* currentOffset */ 8
         6: .line 3201
            goto 8
         7: .line 3206
      StackMap locals: int
      StackMap stack:
            iload 1 /* currentOffset */
            bipush 6
            aload 0 /* this */
            iload 1 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            iadd
            istore 1 /* currentOffset */
         8: .line 3201
      StackMap locals:
      StackMap stack:
            iload 3 /* attributesCount */
            iinc 3 /* attributesCount */ -1
            ifgt 7
        end local 3 // int attributesCount
         9: .line 3194
      StackMap locals:
      StackMap stack:
            iload 2 /* fieldsCount */
            iinc 2 /* fieldsCount */ -1
            ifgt 4
        10: .line 3211
            aload 0 /* this */
            iload 1 /* currentOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 3 /* methodsCount */
        start local 3 // int methodsCount
        11: .line 3212
            iinc 1 /* currentOffset */ 2
        12: .line 3213
            goto 18
        13: .line 3214
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* currentOffset */
            bipush 6
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 4 /* attributesCount */
        start local 4 // int attributesCount
        14: .line 3215
            iinc 1 /* currentOffset */ 8
        15: .line 3216
            goto 17
        16: .line 3217
      StackMap locals: int
      StackMap stack:
            iload 1 /* currentOffset */
            bipush 6
            aload 0 /* this */
            iload 1 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            iadd
            istore 1 /* currentOffset */
        17: .line 3216
      StackMap locals:
      StackMap stack:
            iload 4 /* attributesCount */
            iinc 4 /* attributesCount */ -1
            ifgt 16
        end local 4 // int attributesCount
        18: .line 3213
      StackMap locals:
      StackMap stack:
            iload 3 /* methodsCount */
            iinc 3 /* methodsCount */ -1
            ifgt 13
        19: .line 3222
            iload 1 /* currentOffset */
            iconst_2
            iadd
            ireturn
        end local 3 // int methodsCount
        end local 2 // int fieldsCount
        end local 1 // int currentOffset
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   20     0             this  Lorg/objectweb/asm/ClassReader;
            1   20     1    currentOffset  I
            2   20     2      fieldsCount  I
            5    9     3  attributesCount  I
           11   20     3     methodsCount  I
           14   18     4  attributesCount  I

  private org.objectweb.asm.Attribute readAttribute(org.objectweb.asm.Attribute[], java.lang.String, int, int, char[], int, org.objectweb.asm.Label[]);
    descriptor: ([Lorg/objectweb/asm/Attribute;Ljava/lang/String;II[CI[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Attribute;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=9, args_size=8
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // org.objectweb.asm.Attribute[] attributePrototypes
        start local 2 // java.lang.String type
        start local 3 // int offset
        start local 4 // int length
        start local 5 // char[] charBuffer
        start local 6 // int codeAttributeOffset
        start local 7 // org.objectweb.asm.Label[] labels
         0: .line 3251
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         1: goto 7
         2: .line 3252
      StackMap locals: int
      StackMap stack:
            aload 1 /* attributePrototypes */
            iload 8 /* i */
            aaload
            getfield org.objectweb.asm.Attribute.type:Ljava/lang/String;
            aload 2 /* type */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         3: .line 3253
            aload 1 /* attributePrototypes */
            iload 8 /* i */
            aaload
         4: .line 3254
            aload 0 /* this */
            iload 3 /* offset */
            iload 4 /* length */
            aload 5 /* charBuffer */
            iload 6 /* codeAttributeOffset */
            aload 7 /* labels */
         5: .line 3253
            invokevirtual org.objectweb.asm.Attribute.read:(Lorg/objectweb/asm/ClassReader;II[CI[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Attribute;
            areturn
         6: .line 3251
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 8 /* i */
            aload 1 /* attributePrototypes */
            arraylength
            if_icmplt 2
        end local 8 // int i
         8: .line 3257
            new org.objectweb.asm.Attribute
            dup
            aload 2 /* type */
            invokespecial org.objectweb.asm.Attribute.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 3 /* offset */
            iload 4 /* length */
            aconst_null
            iconst_m1
            aconst_null
            invokevirtual org.objectweb.asm.Attribute.read:(Lorg/objectweb/asm/ClassReader;II[CI[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Attribute;
            areturn
        end local 7 // org.objectweb.asm.Label[] labels
        end local 6 // int codeAttributeOffset
        end local 5 // char[] charBuffer
        end local 4 // int length
        end local 3 // int offset
        end local 2 // java.lang.String type
        end local 1 // org.objectweb.asm.Attribute[] attributePrototypes
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    9     0                 this  Lorg/objectweb/asm/ClassReader;
            0    9     1  attributePrototypes  [Lorg/objectweb/asm/Attribute;
            0    9     2                 type  Ljava/lang/String;
            0    9     3               offset  I
            0    9     4               length  I
            0    9     5           charBuffer  [C
            0    9     6  codeAttributeOffset  I
            0    9     7               labels  [Lorg/objectweb/asm/Label;
            1    8     8                    i  I
    MethodParameters:
                     Name  Flags
      attributePrototypes  final
      type                 final
      offset               final
      length               final
      charBuffer           final
      codeAttributeOffset  final
      labels               final

  public int getItemCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.ClassReader this
         0: .line 3270
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            arraylength
            ireturn
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/ClassReader;

  public int getItem(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // int constantPoolEntryIndex
         0: .line 3283
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            iload 1 /* constantPoolEntryIndex */
            iaload
            ireturn
        end local 1 // int constantPoolEntryIndex
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lorg/objectweb/asm/ClassReader;
            0    1     1  constantPoolEntryIndex  I
    MethodParameters:
                        Name  Flags
      constantPoolEntryIndex  final

  public int getMaxStringLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.ClassReader this
         0: .line 3294
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.maxStringLength:I
            ireturn
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/ClassReader;

  public int readByte(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // int offset
         0: .line 3305
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.b:[B
            iload 1 /* offset */
            baload
            sipush 255
            iand
            ireturn
        end local 1 // int offset
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/objectweb/asm/ClassReader;
            0    1     1  offset  I
    MethodParameters:
        Name  Flags
      offset  final

  public int readUnsignedShort(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // int offset
         0: .line 3316
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.b:[B
            astore 2 /* classFileBuffer */
        start local 2 // byte[] classFileBuffer
         1: .line 3317
            aload 2 /* classFileBuffer */
            iload 1 /* offset */
            baload
            sipush 255
            iand
            bipush 8
            ishl
            aload 2 /* classFileBuffer */
            iload 1 /* offset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            ior
            ireturn
        end local 2 // byte[] classFileBuffer
        end local 1 // int offset
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/objectweb/asm/ClassReader;
            0    2     1           offset  I
            1    2     2  classFileBuffer  [B
    MethodParameters:
        Name  Flags
      offset  final

  public short readShort(int);
    descriptor: (I)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // int offset
         0: .line 3328
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.b:[B
            astore 2 /* classFileBuffer */
        start local 2 // byte[] classFileBuffer
         1: .line 3329
            aload 2 /* classFileBuffer */
            iload 1 /* offset */
            baload
            sipush 255
            iand
            bipush 8
            ishl
            aload 2 /* classFileBuffer */
            iload 1 /* offset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            ior
            i2s
            ireturn
        end local 2 // byte[] classFileBuffer
        end local 1 // int offset
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/objectweb/asm/ClassReader;
            0    2     1           offset  I
            1    2     2  classFileBuffer  [B
    MethodParameters:
        Name  Flags
      offset  final

  public int readInt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // int offset
         0: .line 3340
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.b:[B
            astore 2 /* classFileBuffer */
        start local 2 // byte[] classFileBuffer
         1: .line 3341
            aload 2 /* classFileBuffer */
            iload 1 /* offset */
            baload
            sipush 255
            iand
            bipush 24
            ishl
         2: .line 3342
            aload 2 /* classFileBuffer */
            iload 1 /* offset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 16
            ishl
         3: .line 3341
            ior
         4: .line 3343
            aload 2 /* classFileBuffer */
            iload 1 /* offset */
            iconst_2
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
         5: .line 3341
            ior
         6: .line 3344
            aload 2 /* classFileBuffer */
            iload 1 /* offset */
            iconst_3
            iadd
            baload
            sipush 255
            iand
         7: .line 3341
            ior
            ireturn
        end local 2 // byte[] classFileBuffer
        end local 1 // int offset
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lorg/objectweb/asm/ClassReader;
            0    8     1           offset  I
            1    8     2  classFileBuffer  [B
    MethodParameters:
        Name  Flags
      offset  final

  public long readLong(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // int offset
         0: .line 3355
            aload 0 /* this */
            iload 1 /* offset */
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            i2l
            lstore 2 /* l1 */
        start local 2 // long l1
         1: .line 3356
            aload 0 /* this */
            iload 1 /* offset */
            iconst_4
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            i2l
            ldc 4294967295
            land
            lstore 4 /* l0 */
        start local 4 // long l0
         2: .line 3357
            lload 2 /* l1 */
            bipush 32
            lshl
            lload 4 /* l0 */
            lor
            lreturn
        end local 4 // long l0
        end local 2 // long l1
        end local 1 // int offset
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/objectweb/asm/ClassReader;
            0    3     1  offset  I
            1    3     2      l1  J
            2    3     4      l0  J
    MethodParameters:
        Name  Flags
      offset  final

  public java.lang.String readUTF8(int, char[]);
    descriptor: (I[C)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // int offset
        start local 2 // char[] charBuffer
         0: .line 3371
            aload 0 /* this */
            iload 1 /* offset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 3 /* constantPoolEntryIndex */
        start local 3 // int constantPoolEntryIndex
         1: .line 3372
            iload 1 /* offset */
            ifeq 2
            iload 3 /* constantPoolEntryIndex */
            ifne 3
         2: .line 3373
      StackMap locals: int
      StackMap stack:
            aconst_null
            areturn
         3: .line 3375
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* constantPoolEntryIndex */
            aload 2 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF:(I[C)Ljava/lang/String;
            areturn
        end local 3 // int constantPoolEntryIndex
        end local 2 // char[] charBuffer
        end local 1 // int offset
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    4     0                    this  Lorg/objectweb/asm/ClassReader;
            0    4     1                  offset  I
            0    4     2              charBuffer  [C
            1    4     3  constantPoolEntryIndex  I
    MethodParameters:
            Name  Flags
      offset      final
      charBuffer  final

  final java.lang.String readUTF(int, char[]);
    descriptor: (I[C)Ljava/lang/String;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // int constantPoolEntryIndex
        start local 2 // char[] charBuffer
         0: .line 3388
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoValues:[Ljava/lang/Object;
            iload 1 /* constantPoolEntryIndex */
            aaload
            checkcast java.lang.String
            astore 3 /* value */
        start local 3 // java.lang.String value
         1: .line 3389
            aload 3 /* value */
            ifnull 3
         2: .line 3390
            aload 3 /* value */
            areturn
         3: .line 3392
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            iload 1 /* constantPoolEntryIndex */
            iaload
            istore 4 /* cpInfoOffset */
        start local 4 // int cpInfoOffset
         4: .line 3393
            aload 0 /* this */
            iload 4 /* cpInfoOffset */
            iconst_2
            iadd
            aload 0 /* this */
            iload 4 /* cpInfoOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 2 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF:(II[C)Ljava/lang/String;
            astore 3 /* value */
         5: .line 3394
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoValues:[Ljava/lang/Object;
            iload 1 /* constantPoolEntryIndex */
            aload 3 /* value */
            aastore
         6: .line 3395
            aload 3 /* value */
            areturn
        end local 4 // int cpInfoOffset
        end local 3 // java.lang.String value
        end local 2 // char[] charBuffer
        end local 1 // int constantPoolEntryIndex
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    7     0                    this  Lorg/objectweb/asm/ClassReader;
            0    7     1  constantPoolEntryIndex  I
            0    7     2              charBuffer  [C
            1    7     3                   value  Ljava/lang/String;
            4    7     4            cpInfoOffset  I
    MethodParameters:
                        Name  Flags
      constantPoolEntryIndex  final
      charBuffer              final

  private java.lang.String readUTF(int, int, char[]);
    descriptor: (II[C)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=4
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // int utfOffset
        start local 2 // int utfLength
        start local 3 // char[] charBuffer
         0: .line 3408
            iload 1 /* utfOffset */
            istore 4 /* currentOffset */
        start local 4 // int currentOffset
         1: .line 3409
            iload 4 /* currentOffset */
            iload 2 /* utfLength */
            iadd
            istore 5 /* endOffset */
        start local 5 // int endOffset
         2: .line 3410
            iconst_0
            istore 6 /* strLength */
        start local 6 // int strLength
         3: .line 3411
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.b:[B
            astore 7 /* classFileBuffer */
        start local 7 // byte[] classFileBuffer
         4: .line 3412
            goto 21
         5: .line 3413
      StackMap locals: org.objectweb.asm.ClassReader int int char[] int int int byte[]
      StackMap stack:
            aload 7 /* classFileBuffer */
            iload 4 /* currentOffset */
            iinc 4 /* currentOffset */ 1
            baload
            istore 8 /* currentByte */
        start local 8 // int currentByte
         6: .line 3414
            iload 8 /* currentByte */
            sipush 128
            iand
            ifne 9
         7: .line 3415
            aload 3 /* charBuffer */
            iload 6 /* strLength */
            iinc 6 /* strLength */ 1
            iload 8 /* currentByte */
            bipush 127
            iand
            i2c
            castore
         8: .line 3416
            goto 21
      StackMap locals: int
      StackMap stack:
         9: iload 8 /* currentByte */
            sipush 224
            iand
            sipush 192
            if_icmpne 14
        10: .line 3417
            aload 3 /* charBuffer */
            iload 6 /* strLength */
            iinc 6 /* strLength */ 1
        11: .line 3418
            iload 8 /* currentByte */
            bipush 31
            iand
            bipush 6
            ishl
            aload 7 /* classFileBuffer */
            iload 4 /* currentOffset */
            iinc 4 /* currentOffset */ 1
            baload
            bipush 63
            iand
            iadd
            i2c
        12: .line 3417
            castore
        13: .line 3419
            goto 21
        14: .line 3420
      StackMap locals:
      StackMap stack:
            aload 3 /* charBuffer */
            iload 6 /* strLength */
            iinc 6 /* strLength */ 1
        15: .line 3422
            iload 8 /* currentByte */
            bipush 15
            iand
            bipush 12
            ishl
        16: .line 3423
            aload 7 /* classFileBuffer */
            iload 4 /* currentOffset */
            iinc 4 /* currentOffset */ 1
            baload
            bipush 63
            iand
            bipush 6
            ishl
        17: .line 3422
            iadd
        18: .line 3424
            aload 7 /* classFileBuffer */
            iload 4 /* currentOffset */
            iinc 4 /* currentOffset */ 1
            baload
            bipush 63
            iand
        19: .line 3422
            iadd
            i2c
        20: .line 3420
            castore
        end local 8 // int currentByte
        21: .line 3412
      StackMap locals:
      StackMap stack:
            iload 4 /* currentOffset */
            iload 5 /* endOffset */
            if_icmplt 5
        22: .line 3427
            new java.lang.String
            dup
            aload 3 /* charBuffer */
            iconst_0
            iload 6 /* strLength */
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 7 // byte[] classFileBuffer
        end local 6 // int strLength
        end local 5 // int endOffset
        end local 4 // int currentOffset
        end local 3 // char[] charBuffer
        end local 2 // int utfLength
        end local 1 // int utfOffset
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   23     0             this  Lorg/objectweb/asm/ClassReader;
            0   23     1        utfOffset  I
            0   23     2        utfLength  I
            0   23     3       charBuffer  [C
            1   23     4    currentOffset  I
            2   23     5        endOffset  I
            3   23     6        strLength  I
            4   23     7  classFileBuffer  [B
            6   21     8      currentByte  I
    MethodParameters:
            Name  Flags
      utfOffset   final
      utfLength   final
      charBuffer  final

  private java.lang.String readStringish(int, char[]);
    descriptor: (I[C)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // int offset
        start local 2 // char[] charBuffer
         0: .line 3445
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 1 /* offset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            aload 2 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            areturn
        end local 2 // char[] charBuffer
        end local 1 // int offset
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/objectweb/asm/ClassReader;
            0    1     1      offset  I
            0    1     2  charBuffer  [C
    MethodParameters:
            Name  Flags
      offset      final
      charBuffer  final

  public java.lang.String readClass(int, char[]);
    descriptor: (I[C)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // int offset
        start local 2 // char[] charBuffer
         0: .line 3459
            aload 0 /* this */
            iload 1 /* offset */
            aload 2 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readStringish:(I[C)Ljava/lang/String;
            areturn
        end local 2 // char[] charBuffer
        end local 1 // int offset
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/objectweb/asm/ClassReader;
            0    1     1      offset  I
            0    1     2  charBuffer  [C
    MethodParameters:
            Name  Flags
      offset      final
      charBuffer  final

  public java.lang.String readModule(int, char[]);
    descriptor: (I[C)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // int offset
        start local 2 // char[] charBuffer
         0: .line 3473
            aload 0 /* this */
            iload 1 /* offset */
            aload 2 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readStringish:(I[C)Ljava/lang/String;
            areturn
        end local 2 // char[] charBuffer
        end local 1 // int offset
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/objectweb/asm/ClassReader;
            0    1     1      offset  I
            0    1     2  charBuffer  [C
    MethodParameters:
            Name  Flags
      offset      final
      charBuffer  final

  public java.lang.String readPackage(int, char[]);
    descriptor: (I[C)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // int offset
        start local 2 // char[] charBuffer
         0: .line 3487
            aload 0 /* this */
            iload 1 /* offset */
            aload 2 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readStringish:(I[C)Ljava/lang/String;
            areturn
        end local 2 // char[] charBuffer
        end local 1 // int offset
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/objectweb/asm/ClassReader;
            0    1     1      offset  I
            0    1     2  charBuffer  [C
    MethodParameters:
            Name  Flags
      offset      final
      charBuffer  final

  private org.objectweb.asm.ConstantDynamic readConstantDynamic(int, char[]);
    descriptor: (I[C)Lorg/objectweb/asm/ConstantDynamic;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=12, args_size=3
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // int constantPoolEntryIndex
        start local 2 // char[] charBuffer
         0: .line 3501
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoValues:[Ljava/lang/Object;
            iload 1 /* constantPoolEntryIndex */
            aaload
            checkcast org.objectweb.asm.ConstantDynamic
            astore 3 /* constantDynamic */
        start local 3 // org.objectweb.asm.ConstantDynamic constantDynamic
         1: .line 3502
            aload 3 /* constantDynamic */
            ifnull 3
         2: .line 3503
            aload 3 /* constantDynamic */
            areturn
         3: .line 3505
      StackMap locals: org.objectweb.asm.ConstantDynamic
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            iload 1 /* constantPoolEntryIndex */
            iaload
            istore 4 /* cpInfoOffset */
        start local 4 // int cpInfoOffset
         4: .line 3506
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 4 /* cpInfoOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 5 /* nameAndTypeCpInfoOffset */
        start local 5 // int nameAndTypeCpInfoOffset
         5: .line 3507
            aload 0 /* this */
            iload 5 /* nameAndTypeCpInfoOffset */
            aload 2 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 6 /* name */
        start local 6 // java.lang.String name
         6: .line 3508
            aload 0 /* this */
            iload 5 /* nameAndTypeCpInfoOffset */
            iconst_2
            iadd
            aload 2 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 7 /* descriptor */
        start local 7 // java.lang.String descriptor
         7: .line 3509
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.bootstrapMethodOffsets:[I
            aload 0 /* this */
            iload 4 /* cpInfoOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 8 /* bootstrapMethodOffset */
        start local 8 // int bootstrapMethodOffset
         8: .line 3510
            aload 0 /* this */
            aload 0 /* this */
            iload 8 /* bootstrapMethodOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 2 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readConst:(I[C)Ljava/lang/Object;
            checkcast org.objectweb.asm.Handle
            astore 9 /* handle */
        start local 9 // org.objectweb.asm.Handle handle
         9: .line 3511
            aload 0 /* this */
            iload 8 /* bootstrapMethodOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            anewarray java.lang.Object
            astore 10 /* bootstrapMethodArguments */
        start local 10 // java.lang.Object[] bootstrapMethodArguments
        10: .line 3512
            iinc 8 /* bootstrapMethodOffset */ 4
        11: .line 3513
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        12: goto 16
        13: .line 3514
      StackMap locals: org.objectweb.asm.ClassReader int char[] org.objectweb.asm.ConstantDynamic int int java.lang.String java.lang.String int org.objectweb.asm.Handle java.lang.Object[] int
      StackMap stack:
            aload 10 /* bootstrapMethodArguments */
            iload 11 /* i */
            aload 0 /* this */
            aload 0 /* this */
            iload 8 /* bootstrapMethodOffset */
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 2 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readConst:(I[C)Ljava/lang/Object;
            aastore
        14: .line 3515
            iinc 8 /* bootstrapMethodOffset */ 2
        15: .line 3513
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 11 /* i */
            aload 10 /* bootstrapMethodArguments */
            arraylength
            if_icmplt 13
        end local 11 // int i
        17: .line 3517
            new org.objectweb.asm.ConstantDynamic
            dup
            aload 6 /* name */
            aload 7 /* descriptor */
            aload 9 /* handle */
            aload 10 /* bootstrapMethodArguments */
            invokespecial org.objectweb.asm.ConstantDynamic.<init>:(Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Handle;[Ljava/lang/Object;)V
            astore 3 /* constantDynamic */
        18: .line 3518
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoValues:[Ljava/lang/Object;
            iload 1 /* constantPoolEntryIndex */
            aload 3 /* constantDynamic */
            aastore
        19: .line 3519
            aload 3 /* constantDynamic */
            areturn
        end local 10 // java.lang.Object[] bootstrapMethodArguments
        end local 9 // org.objectweb.asm.Handle handle
        end local 8 // int bootstrapMethodOffset
        end local 7 // java.lang.String descriptor
        end local 6 // java.lang.String name
        end local 5 // int nameAndTypeCpInfoOffset
        end local 4 // int cpInfoOffset
        end local 3 // org.objectweb.asm.ConstantDynamic constantDynamic
        end local 2 // char[] charBuffer
        end local 1 // int constantPoolEntryIndex
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   20     0                      this  Lorg/objectweb/asm/ClassReader;
            0   20     1    constantPoolEntryIndex  I
            0   20     2                charBuffer  [C
            1   20     3           constantDynamic  Lorg/objectweb/asm/ConstantDynamic;
            4   20     4              cpInfoOffset  I
            5   20     5   nameAndTypeCpInfoOffset  I
            6   20     6                      name  Ljava/lang/String;
            7   20     7                descriptor  Ljava/lang/String;
            8   20     8     bootstrapMethodOffset  I
            9   20     9                    handle  Lorg/objectweb/asm/Handle;
           10   20    10  bootstrapMethodArguments  [Ljava/lang/Object;
           12   17    11                         i  I
    MethodParameters:
                        Name  Flags
      constantPoolEntryIndex  final
      charBuffer              final

  public java.lang.Object readConst(int, char[]);
    descriptor: (I[C)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=11, args_size=3
        start local 0 // org.objectweb.asm.ClassReader this
        start local 1 // int constantPoolEntryIndex
        start local 2 // char[] charBuffer
         0: .line 3536
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            iload 1 /* constantPoolEntryIndex */
            iaload
            istore 3 /* cpInfoOffset */
        start local 3 // int cpInfoOffset
         1: .line 3537
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.b:[B
            iload 3 /* cpInfoOffset */
            iconst_1
            isub
            baload
            tableswitch { // 3 - 17
                    3: 2
                    4: 3
                    5: 4
                    6: 5
                    7: 6
                    8: 7
                    9: 20
                   10: 20
                   11: 20
                   12: 20
                   13: 20
                   14: 20
                   15: 9
                   16: 8
                   17: 19
              default: 20
          }
         2: .line 3539
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* cpInfoOffset */
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         3: .line 3541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* cpInfoOffset */
            invokevirtual org.objectweb.asm.ClassReader.readInt:(I)I
            invokestatic java.lang.Float.intBitsToFloat:(I)F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            areturn
         4: .line 3543
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* cpInfoOffset */
            invokevirtual org.objectweb.asm.ClassReader.readLong:(I)J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
         5: .line 3545
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* cpInfoOffset */
            invokevirtual org.objectweb.asm.ClassReader.readLong:(I)J
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            areturn
         6: .line 3547
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* cpInfoOffset */
            aload 2 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            areturn
         7: .line 3549
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* cpInfoOffset */
            aload 2 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            areturn
         8: .line 3551
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* cpInfoOffset */
            aload 2 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            invokestatic org.objectweb.asm.Type.getMethodType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            areturn
         9: .line 3553
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* cpInfoOffset */
            invokevirtual org.objectweb.asm.ClassReader.readByte:(I)I
            istore 4 /* referenceKind */
        start local 4 // int referenceKind
        10: .line 3554
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 3 /* cpInfoOffset */
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 5 /* referenceCpInfoOffset */
        start local 5 // int referenceCpInfoOffset
        11: .line 3555
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* referenceCpInfoOffset */
            iconst_2
            iadd
            invokevirtual org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 6 /* nameAndTypeCpInfoOffset */
        start local 6 // int nameAndTypeCpInfoOffset
        12: .line 3556
            aload 0 /* this */
            iload 5 /* referenceCpInfoOffset */
            aload 2 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            astore 7 /* owner */
        start local 7 // java.lang.String owner
        13: .line 3557
            aload 0 /* this */
            iload 6 /* nameAndTypeCpInfoOffset */
            aload 2 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 8 /* name */
        start local 8 // java.lang.String name
        14: .line 3558
            aload 0 /* this */
            iload 6 /* nameAndTypeCpInfoOffset */
            iconst_2
            iadd
            aload 2 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 9 /* descriptor */
        start local 9 // java.lang.String descriptor
        15: .line 3560
            aload 0 /* this */
            getfield org.objectweb.asm.ClassReader.b:[B
            iload 5 /* referenceCpInfoOffset */
            iconst_1
            isub
            baload
            bipush 11
            if_icmpne 16
            iconst_1
            goto 17
      StackMap locals: org.objectweb.asm.ClassReader int char[] int int int int java.lang.String java.lang.String java.lang.String
      StackMap stack:
        16: iconst_0
        17: .line 3559
      StackMap locals:
      StackMap stack: int
            istore 10 /* isInterface */
        start local 10 // boolean isInterface
        18: .line 3561
            new org.objectweb.asm.Handle
            dup
            iload 4 /* referenceKind */
            aload 7 /* owner */
            aload 8 /* name */
            aload 9 /* descriptor */
            iload 10 /* isInterface */
            invokespecial org.objectweb.asm.Handle.<init>:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
            areturn
        end local 10 // boolean isInterface
        end local 9 // java.lang.String descriptor
        end local 8 // java.lang.String name
        end local 7 // java.lang.String owner
        end local 6 // int nameAndTypeCpInfoOffset
        end local 5 // int referenceCpInfoOffset
        end local 4 // int referenceKind
        19: .line 3563
      StackMap locals: org.objectweb.asm.ClassReader int char[] int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* constantPoolEntryIndex */
            aload 2 /* charBuffer */
            invokevirtual org.objectweb.asm.ClassReader.readConstantDynamic:(I[C)Lorg/objectweb/asm/ConstantDynamic;
            areturn
        20: .line 3565
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        end local 3 // int cpInfoOffset
        end local 2 // char[] charBuffer
        end local 1 // int constantPoolEntryIndex
        end local 0 // org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   21     0                     this  Lorg/objectweb/asm/ClassReader;
            0   21     1   constantPoolEntryIndex  I
            0   21     2               charBuffer  [C
            1   21     3             cpInfoOffset  I
           10   19     4            referenceKind  I
           11   19     5    referenceCpInfoOffset  I
           12   19     6  nameAndTypeCpInfoOffset  I
           13   19     7                    owner  Ljava/lang/String;
           14   19     8                     name  Ljava/lang/String;
           15   19     9               descriptor  Ljava/lang/String;
           18   19    10              isInterface  Z
    MethodParameters:
                        Name  Flags
      constantPoolEntryIndex  final
      charBuffer              final
}
SourceFile: "ClassReader.java"