public class org.springframework.asm.ClassReader
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.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
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

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

  final byte[] classFileBuffer;
    descriptor: [B
    flags: (0x0010) ACC_FINAL

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

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

  private final org.springframework.asm.ConstantDynamic[] constantDynamicValues;
    descriptor: [Lorg/springframework/asm/ConstantDynamic;
    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 void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.asm.ClassReader this
        start local 1 // byte[] classFile
         0: .line 163
            aload 0 /* this */
            aload 1 /* classFile */
            iconst_0
            aload 1 /* classFile */
            arraylength
            invokespecial org.springframework.asm.ClassReader.<init>:([BII)V
         1: .line 164
            return
        end local 1 // byte[] classFile
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/springframework/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.springframework.asm.ClassReader this
        start local 1 // byte[] classFileBuffer
        start local 2 // int classFileOffset
        start local 3 // int classFileLength
         0: .line 177
            aload 0 /* this */
            aload 1 /* classFileBuffer */
            iload 2 /* classFileOffset */
            iconst_1
            invokespecial org.springframework.asm.ClassReader.<init>:([BIZ)V
         1: .line 178
            return
        end local 3 // int classFileLength
        end local 2 // int classFileOffset
        end local 1 // byte[] classFileBuffer
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/springframework/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=11, args_size=4
        start local 0 // org.springframework.asm.ClassReader this
        start local 1 // byte[] classFileBuffer
        start local 2 // int classFileOffset
        start local 3 // boolean checkClassVersion
         0: .line 188
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 190
            aload 0 /* this */
            aload 1 /* classFileBuffer */
            putfield org.springframework.asm.ClassReader.classFileBuffer:[B
         2: .line 191
            aload 0 /* this */
            aload 1 /* classFileBuffer */
            putfield org.springframework.asm.ClassReader.b:[B
         3: .line 194
            iload 3 /* checkClassVersion */
            ifeq 7
            aload 0 /* this */
            iload 2 /* classFileOffset */
            bipush 6
            iadd
            invokevirtual org.springframework.asm.ClassReader.readShort:(I)S
            bipush 61
            if_icmple 7
         4: .line 195
            new java.lang.IllegalArgumentException
            dup
         5: .line 196
            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.springframework.asm.ClassReader.readShort:(I)S
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 195
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 200
      StackMap locals: org.springframework.asm.ClassReader byte[] int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* classFileOffset */
            bipush 8
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 4 /* constantPoolCount */
        start local 4 // int constantPoolCount
         8: .line 201
            aload 0 /* this */
            iload 4 /* constantPoolCount */
            newarray 10
            putfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
         9: .line 202
            aload 0 /* this */
            iload 4 /* constantPoolCount */
            anewarray java.lang.String
            putfield org.springframework.asm.ClassReader.constantUtf8Values:[Ljava/lang/String;
        10: .line 207
            iconst_1
            istore 5 /* currentCpInfoIndex */
        start local 5 // int currentCpInfoIndex
        11: .line 208
            iload 2 /* classFileOffset */
            bipush 10
            iadd
            istore 6 /* currentCpInfoOffset */
        start local 6 // int currentCpInfoOffset
        12: .line 209
            iconst_0
            istore 7 /* currentMaxStringLength */
        start local 7 // int currentMaxStringLength
        13: .line 210
            iconst_0
            istore 8 /* hasBootstrapMethods */
        start local 8 // boolean hasBootstrapMethods
        14: .line 211
            iconst_0
            istore 9 /* hasConstantDynamic */
        start local 9 // boolean hasConstantDynamic
        15: .line 213
            goto 40
        16: .line 214
      StackMap locals: org.springframework.asm.ClassReader byte[] int int int int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            iload 5 /* currentCpInfoIndex */
            iinc 5 /* currentCpInfoIndex */ 1
            iload 6 /* currentCpInfoOffset */
            iconst_1
            iadd
            iastore
        17: .line 216
            aload 1 /* classFileBuffer */
            iload 6 /* currentCpInfoOffset */
            baload
            tableswitch { // 1 - 20
                    1: 30
                    2: 38
                    3: 18
                    4: 18
                    5: 27
                    6: 27
                    7: 36
                    8: 36
                    9: 18
                   10: 18
                   11: 18
                   12: 18
                   13: 38
                   14: 38
                   15: 34
                   16: 36
                   17: 20
                   18: 24
                   19: 36
                   20: 36
              default: 38
          }
        18: .line 223
      StackMap locals:
      StackMap stack:
            iconst_5
            istore 10 /* cpInfoSize */
        start local 10 // int cpInfoSize
        19: .line 224
            goto 39
        end local 10 // int cpInfoSize
        20: .line 226
      StackMap locals:
      StackMap stack:
            iconst_5
            istore 10 /* cpInfoSize */
        start local 10 // int cpInfoSize
        21: .line 227
            iconst_1
            istore 8 /* hasBootstrapMethods */
        22: .line 228
            iconst_1
            istore 9 /* hasConstantDynamic */
        23: .line 229
            goto 39
        end local 10 // int cpInfoSize
        24: .line 231
      StackMap locals:
      StackMap stack:
            iconst_5
            istore 10 /* cpInfoSize */
        start local 10 // int cpInfoSize
        25: .line 232
            iconst_1
            istore 8 /* hasBootstrapMethods */
        26: .line 233
            goto 39
        end local 10 // int cpInfoSize
        27: .line 236
      StackMap locals:
      StackMap stack:
            bipush 9
            istore 10 /* cpInfoSize */
        start local 10 // int cpInfoSize
        28: .line 237
            iinc 5 /* currentCpInfoIndex */ 1
        29: .line 238
            goto 39
        end local 10 // int cpInfoSize
        30: .line 240
      StackMap locals:
      StackMap stack:
            iconst_3
            aload 0 /* this */
            iload 6 /* currentCpInfoOffset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iadd
            istore 10 /* cpInfoSize */
        start local 10 // int cpInfoSize
        31: .line 241
            iload 10 /* cpInfoSize */
            iload 7 /* currentMaxStringLength */
            if_icmple 39
        32: .line 245
            iload 10 /* cpInfoSize */
            istore 7 /* currentMaxStringLength */
        33: .line 247
            goto 39
        end local 10 // int cpInfoSize
        34: .line 249
      StackMap locals:
      StackMap stack:
            iconst_4
            istore 10 /* cpInfoSize */
        start local 10 // int cpInfoSize
        35: .line 250
            goto 39
        end local 10 // int cpInfoSize
        36: .line 256
      StackMap locals:
      StackMap stack:
            iconst_3
            istore 10 /* cpInfoSize */
        start local 10 // int cpInfoSize
        37: .line 257
            goto 39
        end local 10 // int cpInfoSize
        38: .line 259
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        start local 10 // int cpInfoSize
        39: .line 261
      StackMap locals: int
      StackMap stack:
            iload 6 /* currentCpInfoOffset */
            iload 10 /* cpInfoSize */
            iadd
            istore 6 /* currentCpInfoOffset */
        end local 10 // int cpInfoSize
        40: .line 213
      StackMap locals:
      StackMap stack:
            iload 5 /* currentCpInfoIndex */
            iload 4 /* constantPoolCount */
            if_icmplt 16
        41: .line 263
            aload 0 /* this */
            iload 7 /* currentMaxStringLength */
            putfield org.springframework.asm.ClassReader.maxStringLength:I
        42: .line 265
            aload 0 /* this */
            iload 6 /* currentCpInfoOffset */
            putfield org.springframework.asm.ClassReader.header:I
        43: .line 268
            aload 0 /* this */
            iload 9 /* hasConstantDynamic */
            ifeq 44
            iload 4 /* constantPoolCount */
            anewarray org.springframework.asm.ConstantDynamic
            goto 45
      StackMap locals:
      StackMap stack: org.springframework.asm.ClassReader
        44: aconst_null
      StackMap locals: org.springframework.asm.ClassReader byte[] int int int int int int int int
      StackMap stack: org.springframework.asm.ClassReader org.springframework.asm.ConstantDynamic[]
        45: putfield org.springframework.asm.ClassReader.constantDynamicValues:[Lorg/springframework/asm/ConstantDynamic;
        46: .line 271
            aload 0 /* this */
        47: .line 272
            iload 8 /* hasBootstrapMethods */
            ifeq 48
            aload 0 /* this */
            iload 7 /* currentMaxStringLength */
            invokevirtual org.springframework.asm.ClassReader.readBootstrapMethodsAttribute:(I)[I
            goto 49
      StackMap locals:
      StackMap stack: org.springframework.asm.ClassReader
        48: aconst_null
        49: .line 271
      StackMap locals: org.springframework.asm.ClassReader byte[] int int int int int int int int
      StackMap stack: org.springframework.asm.ClassReader int[]
            putfield org.springframework.asm.ClassReader.bootstrapMethodOffsets:[I
        50: .line 273
            return
        end local 9 // boolean hasConstantDynamic
        end local 8 // boolean hasBootstrapMethods
        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.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   51     0                    this  Lorg/springframework/asm/ClassReader;
            0   51     1         classFileBuffer  [B
            0   51     2         classFileOffset  I
            0   51     3       checkClassVersion  Z
            8   51     4       constantPoolCount  I
           11   51     5      currentCpInfoIndex  I
           12   51     6     currentCpInfoOffset  I
           13   51     7  currentMaxStringLength  I
           14   51     8     hasBootstrapMethods  Z
           15   51     9      hasConstantDynamic  Z
           19   20    10              cpInfoSize  I
           21   24    10              cpInfoSize  I
           25   27    10              cpInfoSize  I
           28   30    10              cpInfoSize  I
           31   34    10              cpInfoSize  I
           35   36    10              cpInfoSize  I
           37   38    10              cpInfoSize  I
           39   40    10              cpInfoSize  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.springframework.asm.ClassReader this
        start local 1 // java.io.InputStream inputStream
         0: .line 284
            aload 0 /* this */
            aload 1 /* inputStream */
            iconst_0
            invokestatic org.springframework.asm.ClassReader.readStream:(Ljava/io/InputStream;Z)[B
            invokespecial org.springframework.asm.ClassReader.<init>:([B)V
         1: .line 285
            return
        end local 1 // java.io.InputStream inputStream
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/springframework/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.springframework.asm.ClassReader this
        start local 1 // java.lang.String className
         0: .line 295
            aload 0 /* this */
         1: .line 297
            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 296
            invokestatic org.springframework.asm.ClassReader.readStream:(Ljava/io/InputStream;Z)[B
            invokespecial org.springframework.asm.ClassReader.<init>:([B)V
         3: .line 298
            return
        end local 1 // java.lang.String className
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/springframework/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=9, args_size=2
        start local 0 // java.io.InputStream inputStream
        start local 1 // boolean close
         0: .line 310
            aload 0 /* inputStream */
            ifnonnull 2
         1: .line 311
            new java.io.IOException
            dup
            ldc "Class not found"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 313
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2
            aconst_null
            astore 3
         3: new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            astore 4 /* outputStream */
        start local 4 // java.io.ByteArrayOutputStream outputStream
         4: .line 314
            sipush 4096
            newarray 8
            astore 5 /* data */
        start local 5 // byte[] data
         5: .line 316
            goto 7
        start local 6 // int bytesRead
         6: .line 317
      StackMap locals: java.io.InputStream int java.lang.Throwable java.lang.Throwable java.io.ByteArrayOutputStream byte[] int
      StackMap stack:
            aload 4 /* outputStream */
            aload 5 /* data */
            iconst_0
            iload 6 /* bytesRead */
            invokevirtual java.io.ByteArrayOutputStream.write:([BII)V
        end local 6 // int bytesRead
         7: .line 316
      StackMap locals:
      StackMap stack:
            aload 0 /* inputStream */
            aload 5 /* data */
            iconst_0
            aload 5 /* data */
            arraylength
            invokevirtual java.io.InputStream.read:([BII)I
            dup
            istore 6 /* bytesRead */
        start local 6 // int bytesRead
         8: iconst_m1
            if_icmpne 6
         9: .line 319
            aload 4 /* outputStream */
            invokevirtual java.io.ByteArrayOutputStream.flush:()V
        10: .line 320
            aload 4 /* outputStream */
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            astore 8
        11: .line 321
            aload 4 /* outputStream */
            ifnull 12
            aload 4 /* outputStream */
            invokevirtual java.io.ByteArrayOutputStream.close:()V
        12: .line 322
      StackMap locals: java.io.InputStream int java.lang.Throwable java.lang.Throwable java.io.ByteArrayOutputStream byte[] int top byte[]
      StackMap stack:
            iload 1 /* close */
            ifeq 14
        13: .line 323
            aload 0 /* inputStream */
            invokevirtual java.io.InputStream.close:()V
        14: .line 320
      StackMap locals:
      StackMap stack:
            aload 8
            areturn
        end local 6 // int bytesRead
        end local 5 // byte[] data
      StackMap locals: java.io.InputStream int java.lang.Throwable java.lang.Throwable java.io.ByteArrayOutputStream
      StackMap stack: java.lang.Throwable
        15: astore 2
        16: .line 321
            aload 4 /* outputStream */
            ifnull 17
            aload 4 /* outputStream */
            invokevirtual java.io.ByteArrayOutputStream.close:()V
        end local 4 // java.io.ByteArrayOutputStream outputStream
      StackMap locals:
      StackMap stack:
        17: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        18: astore 3
            aload 2
            ifnonnull 19
            aload 3
            astore 2
            goto 20
      StackMap locals:
      StackMap stack:
        19: aload 2
            aload 3
            if_acmpeq 20
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        20: aload 2
            athrow
      StackMap locals: java.io.InputStream int
      StackMap stack: java.lang.Throwable
        21: astore 7
        22: .line 322
            iload 1 /* close */
            ifeq 24
        23: .line 323
            aload 0 /* inputStream */
            invokevirtual java.io.InputStream.close:()V
        24: .line 325
      StackMap locals: java.io.InputStream int top top top top top java.lang.Throwable
      StackMap stack:
            aload 7
            athrow
        end local 1 // boolean close
        end local 0 // java.io.InputStream inputStream
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   25     0   inputStream  Ljava/io/InputStream;
            0   25     1         close  Z
            4   17     4  outputStream  Ljava/io/ByteArrayOutputStream;
            5   15     5          data  [B
            6    7     6     bytesRead  I
            8   15     6     bytesRead  I
      Exception table:
        from    to  target  type
           4    11      15  any
           3    12      18  any
          15    18      18  any
           2    12      21  any
          15    21      21  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.springframework.asm.ClassReader this
         0: .line 340
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.header:I
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            ireturn
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/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.springframework.asm.ClassReader this
         0: .line 351
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.header:I
            iconst_2
            iadd
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.maxStringLength:I
            newarray 5
            invokevirtual org.springframework.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            areturn
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/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.springframework.asm.ClassReader this
         0: .line 363
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.header:I
            iconst_4
            iadd
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.maxStringLength:I
            newarray 5
            invokevirtual org.springframework.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            areturn
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/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.springframework.asm.ClassReader this
         0: .line 375
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.header:I
            bipush 6
            iadd
            istore 1 /* currentOffset */
        start local 1 // int currentOffset
         1: .line 376
            aload 0 /* this */
            iload 1 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 2 /* interfacesCount */
        start local 2 // int interfacesCount
         2: .line 377
            iload 2 /* interfacesCount */
            anewarray java.lang.String
            astore 3 /* interfaces */
        start local 3 // java.lang.String[] interfaces
         3: .line 378
            iload 2 /* interfacesCount */
            ifle 11
         4: .line 379
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.maxStringLength:I
            newarray 5
            astore 4 /* charBuffer */
        start local 4 // char[] charBuffer
         5: .line 380
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 10
         7: .line 381
      StackMap locals: org.springframework.asm.ClassReader int int java.lang.String[] char[] int
      StackMap stack:
            iinc 1 /* currentOffset */ 2
         8: .line 382
            aload 3 /* interfaces */
            iload 5 /* i */
            aload 0 /* this */
            iload 1 /* currentOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            aastore
         9: .line 380
            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 385
      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.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   12     0             this  Lorg/springframework/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.springframework.asm.ClassVisitor, int);
    descriptor: (Lorg/springframework/asm/ClassVisitor;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.springframework.asm.ClassReader this
        start local 1 // org.springframework.asm.ClassVisitor classVisitor
        start local 2 // int parsingOptions
         0: .line 401
            aload 0 /* this */
            aload 1 /* classVisitor */
            iconst_0
            anewarray org.springframework.asm.Attribute
            iload 2 /* parsingOptions */
            invokevirtual org.springframework.asm.ClassReader.accept:(Lorg/springframework/asm/ClassVisitor;[Lorg/springframework/asm/Attribute;I)V
         1: .line 402
            return
        end local 2 // int parsingOptions
        end local 1 // org.springframework.asm.ClassVisitor classVisitor
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/springframework/asm/ClassReader;
            0    2     1    classVisitor  Lorg/springframework/asm/ClassVisitor;
            0    2     2  parsingOptions  I
    MethodParameters:
                Name  Flags
      classVisitor    final
      parsingOptions  final

  public void accept(org.springframework.asm.ClassVisitor, org.springframework.asm.Attribute[], int);
    descriptor: (Lorg/springframework/asm/ClassVisitor;[Lorg/springframework/asm/Attribute;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=33, args_size=4
        start local 0 // org.springframework.asm.ClassReader this
        start local 1 // org.springframework.asm.ClassVisitor classVisitor
        start local 2 // org.springframework.asm.Attribute[] attributePrototypes
        start local 3 // int parsingOptions
         0: .line 422
            new org.springframework.asm.Context
            dup
            invokespecial org.springframework.asm.Context.<init>:()V
            astore 4 /* context */
        start local 4 // org.springframework.asm.Context context
         1: .line 423
            aload 4 /* context */
            aload 2 /* attributePrototypes */
            putfield org.springframework.asm.Context.attributePrototypes:[Lorg/springframework/asm/Attribute;
         2: .line 424
            aload 4 /* context */
            iload 3 /* parsingOptions */
            putfield org.springframework.asm.Context.parsingOptions:I
         3: .line 425
            aload 4 /* context */
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.maxStringLength:I
            newarray 5
            putfield org.springframework.asm.Context.charBuffer:[C
         4: .line 428
            aload 4 /* context */
            getfield org.springframework.asm.Context.charBuffer:[C
            astore 5 /* charBuffer */
        start local 5 // char[] charBuffer
         5: .line 429
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.header:I
            istore 6 /* currentOffset */
        start local 6 // int currentOffset
         6: .line 430
            aload 0 /* this */
            iload 6 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 7 /* accessFlags */
        start local 7 // int accessFlags
         7: .line 431
            aload 0 /* this */
            iload 6 /* currentOffset */
            iconst_2
            iadd
            aload 5 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            astore 8 /* thisClass */
        start local 8 // java.lang.String thisClass
         8: .line 432
            aload 0 /* this */
            iload 6 /* currentOffset */
            iconst_4
            iadd
            aload 5 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            astore 9 /* superClass */
        start local 9 // java.lang.String superClass
         9: .line 433
            aload 0 /* this */
            iload 6 /* currentOffset */
            bipush 6
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            anewarray java.lang.String
            astore 10 /* interfaces */
        start local 10 // java.lang.String[] interfaces
        10: .line 434
            iinc 6 /* currentOffset */ 8
        11: .line 435
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        12: goto 16
        13: .line 436
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.ClassVisitor org.springframework.asm.Attribute[] int org.springframework.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.springframework.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            aastore
        14: .line 437
            iinc 6 /* currentOffset */ 2
        15: .line 435
            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 443
            iconst_0
            istore 11 /* innerClassesOffset */
        start local 11 // int innerClassesOffset
        18: .line 445
            iconst_0
            istore 12 /* enclosingMethodOffset */
        start local 12 // int enclosingMethodOffset
        19: .line 447
            aconst_null
            astore 13 /* signature */
        start local 13 // java.lang.String signature
        20: .line 449
            aconst_null
            astore 14 /* sourceFile */
        start local 14 // java.lang.String sourceFile
        21: .line 451
            aconst_null
            astore 15 /* sourceDebugExtension */
        start local 15 // java.lang.String sourceDebugExtension
        22: .line 453
            iconst_0
            istore 16 /* runtimeVisibleAnnotationsOffset */
        start local 16 // int runtimeVisibleAnnotationsOffset
        23: .line 455
            iconst_0
            istore 17 /* runtimeInvisibleAnnotationsOffset */
        start local 17 // int runtimeInvisibleAnnotationsOffset
        24: .line 457
            iconst_0
            istore 18 /* runtimeVisibleTypeAnnotationsOffset */
        start local 18 // int runtimeVisibleTypeAnnotationsOffset
        25: .line 459
            iconst_0
            istore 19 /* runtimeInvisibleTypeAnnotationsOffset */
        start local 19 // int runtimeInvisibleTypeAnnotationsOffset
        26: .line 461
            iconst_0
            istore 20 /* moduleOffset */
        start local 20 // int moduleOffset
        27: .line 463
            iconst_0
            istore 21 /* modulePackagesOffset */
        start local 21 // int modulePackagesOffset
        28: .line 465
            aconst_null
            astore 22 /* moduleMainClass */
        start local 22 // java.lang.String moduleMainClass
        29: .line 467
            aconst_null
            astore 23 /* nestHostClass */
        start local 23 // java.lang.String nestHostClass
        30: .line 469
            iconst_0
            istore 24 /* nestMembersOffset */
        start local 24 // int nestMembersOffset
        31: .line 471
            iconst_0
            istore 25 /* permittedSubclassesOffset */
        start local 25 // int permittedSubclassesOffset
        32: .line 473
            iconst_0
            istore 26 /* recordOffset */
        start local 26 // int recordOffset
        33: .line 476
            aconst_null
            astore 27 /* attributes */
        start local 27 // org.springframework.asm.Attribute attributes
        34: .line 478
            aload 0 /* this */
            invokevirtual org.springframework.asm.ClassReader.getFirstAttributeOffset:()I
            istore 28 /* currentAttributeOffset */
        start local 28 // int currentAttributeOffset
        35: .line 479
            aload 0 /* this */
            iload 28 /* currentAttributeOffset */
            iconst_2
            isub
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 29 /* i */
        start local 29 // int i
        36: goto 113
        37: .line 481
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.ClassVisitor org.springframework.asm.Attribute[] int org.springframework.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 int int org.springframework.asm.Attribute int int
      StackMap stack:
            aload 0 /* this */
            iload 28 /* currentAttributeOffset */
            aload 5 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 30 /* attributeName */
        start local 30 // java.lang.String attributeName
        38: .line 482
            aload 0 /* this */
            iload 28 /* currentAttributeOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            istore 31 /* attributeLength */
        start local 31 // int attributeLength
        39: .line 483
            iinc 28 /* currentAttributeOffset */ 6
        40: .line 486
            ldc "SourceFile"
            aload 30 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 43
        41: .line 487
            aload 0 /* this */
            iload 28 /* currentAttributeOffset */
            aload 5 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 14 /* sourceFile */
        42: .line 488
            goto 111
      StackMap locals: java.lang.String int
      StackMap stack:
        43: ldc "InnerClasses"
            aload 30 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 46
        44: .line 489
            iload 28 /* currentAttributeOffset */
            istore 11 /* innerClassesOffset */
        45: .line 490
            goto 111
      StackMap locals:
      StackMap stack:
        46: ldc "EnclosingMethod"
            aload 30 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 49
        47: .line 491
            iload 28 /* currentAttributeOffset */
            istore 12 /* enclosingMethodOffset */
        48: .line 492
            goto 111
      StackMap locals:
      StackMap stack:
        49: ldc "NestHost"
            aload 30 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 52
        50: .line 493
            aload 0 /* this */
            iload 28 /* currentAttributeOffset */
            aload 5 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            astore 23 /* nestHostClass */
        51: .line 494
            goto 111
      StackMap locals:
      StackMap stack:
        52: ldc "NestMembers"
            aload 30 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 55
        53: .line 495
            iload 28 /* currentAttributeOffset */
            istore 24 /* nestMembersOffset */
        54: .line 496
            goto 111
      StackMap locals:
      StackMap stack:
        55: ldc "PermittedSubclasses"
            aload 30 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 58
        56: .line 497
            iload 28 /* currentAttributeOffset */
            istore 25 /* permittedSubclassesOffset */
        57: .line 498
            goto 111
      StackMap locals:
      StackMap stack:
        58: ldc "Signature"
            aload 30 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 61
        59: .line 499
            aload 0 /* this */
            iload 28 /* currentAttributeOffset */
            aload 5 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 13 /* signature */
        60: .line 500
            goto 111
      StackMap locals:
      StackMap stack:
        61: ldc "RuntimeVisibleAnnotations"
            aload 30 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 64
        62: .line 501
            iload 28 /* currentAttributeOffset */
            istore 16 /* runtimeVisibleAnnotationsOffset */
        63: .line 502
            goto 111
      StackMap locals:
      StackMap stack:
        64: ldc "RuntimeVisibleTypeAnnotations"
            aload 30 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 67
        65: .line 503
            iload 28 /* currentAttributeOffset */
            istore 18 /* runtimeVisibleTypeAnnotationsOffset */
        66: .line 504
            goto 111
      StackMap locals:
      StackMap stack:
        67: ldc "Deprecated"
            aload 30 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 70
        68: .line 505
            iload 7 /* accessFlags */
            ldc 131072
            ior
            istore 7 /* accessFlags */
        69: .line 506
            goto 111
      StackMap locals:
      StackMap stack:
        70: ldc "Synthetic"
            aload 30 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 73
        71: .line 507
            iload 7 /* accessFlags */
            sipush 4096
            ior
            istore 7 /* accessFlags */
        72: .line 508
            goto 111
      StackMap locals:
      StackMap stack:
        73: ldc "SourceDebugExtension"
            aload 30 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 79
        74: .line 509
            iload 31 /* attributeLength */
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.classFileBuffer:[B
            arraylength
            iload 28 /* currentAttributeOffset */
            isub
            if_icmple 76
        75: .line 510
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        76: .line 513
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 28 /* currentAttributeOffset */
            iload 31 /* attributeLength */
            iload 31 /* attributeLength */
            newarray 5
            invokevirtual org.springframework.asm.ClassReader.readUtf:(II[C)Ljava/lang/String;
        77: .line 512
            astore 15 /* sourceDebugExtension */
        78: .line 514
            goto 111
      StackMap locals:
      StackMap stack:
        79: ldc "RuntimeInvisibleAnnotations"
            aload 30 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 82
        80: .line 515
            iload 28 /* currentAttributeOffset */
            istore 17 /* runtimeInvisibleAnnotationsOffset */
        81: .line 516
            goto 111
      StackMap locals:
      StackMap stack:
        82: ldc "RuntimeInvisibleTypeAnnotations"
            aload 30 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 85
        83: .line 517
            iload 28 /* currentAttributeOffset */
            istore 19 /* runtimeInvisibleTypeAnnotationsOffset */
        84: .line 518
            goto 111
      StackMap locals:
      StackMap stack:
        85: ldc "Record"
            aload 30 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 89
        86: .line 519
            iload 28 /* currentAttributeOffset */
            istore 26 /* recordOffset */
        87: .line 520
            iload 7 /* accessFlags */
            ldc 65536
            ior
            istore 7 /* accessFlags */
        88: .line 521
            goto 111
      StackMap locals:
      StackMap stack:
        89: ldc "Module"
            aload 30 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 92
        90: .line 522
            iload 28 /* currentAttributeOffset */
            istore 20 /* moduleOffset */
        91: .line 523
            goto 111
      StackMap locals:
      StackMap stack:
        92: ldc "ModuleMainClass"
            aload 30 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 95
        93: .line 524
            aload 0 /* this */
            iload 28 /* currentAttributeOffset */
            aload 5 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            astore 22 /* moduleMainClass */
        94: .line 525
            goto 111
      StackMap locals:
      StackMap stack:
        95: ldc "ModulePackages"
            aload 30 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 98
        96: .line 526
            iload 28 /* currentAttributeOffset */
            istore 21 /* modulePackagesOffset */
        97: .line 527
            goto 111
      StackMap locals:
      StackMap stack:
        98: ldc "BootstrapMethods"
            aload 30 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 111
        99: .line 530
            aload 0 /* this */
       100: .line 531
            aload 2 /* attributePrototypes */
       101: .line 532
            aload 30 /* attributeName */
       102: .line 533
            iload 28 /* currentAttributeOffset */
       103: .line 534
            iload 31 /* attributeLength */
       104: .line 535
            aload 5 /* charBuffer */
       105: .line 536
            iconst_m1
       106: .line 537
            aconst_null
       107: .line 530
            invokevirtual org.springframework.asm.ClassReader.readAttribute:([Lorg/springframework/asm/Attribute;Ljava/lang/String;II[CI[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Attribute;
       108: .line 529
            astore 32 /* attribute */
        start local 32 // org.springframework.asm.Attribute attribute
       109: .line 538
            aload 32 /* attribute */
            aload 27 /* attributes */
            putfield org.springframework.asm.Attribute.nextAttribute:Lorg/springframework/asm/Attribute;
       110: .line 539
            aload 32 /* attribute */
            astore 27 /* attributes */
        end local 32 // org.springframework.asm.Attribute attribute
       111: .line 541
      StackMap locals:
      StackMap stack:
            iload 28 /* currentAttributeOffset */
            iload 31 /* attributeLength */
            iadd
            istore 28 /* currentAttributeOffset */
        end local 31 // int attributeLength
        end local 30 // java.lang.String attributeName
       112: .line 479
            iinc 29 /* i */ -1
      StackMap locals:
      StackMap stack:
       113: iload 29 /* i */
            ifgt 37
        end local 29 // int i
       114: .line 546
            aload 1 /* classVisitor */
       115: .line 547
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            iconst_1
            iaload
            bipush 7
            isub
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            iload 7 /* accessFlags */
            aload 8 /* thisClass */
            aload 13 /* signature */
            aload 9 /* superClass */
            aload 10 /* interfaces */
       116: .line 546
            invokevirtual org.springframework.asm.ClassVisitor.visit:(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V
       117: .line 550
            iload 3 /* parsingOptions */
            iconst_2
            iand
            ifne 120
       118: .line 551
            aload 14 /* sourceFile */
            ifnonnull 119
            aload 15 /* sourceDebugExtension */
            ifnull 120
       119: .line 552
      StackMap locals:
      StackMap stack:
            aload 1 /* classVisitor */
            aload 14 /* sourceFile */
            aload 15 /* sourceDebugExtension */
            invokevirtual org.springframework.asm.ClassVisitor.visitSource:(Ljava/lang/String;Ljava/lang/String;)V
       120: .line 556
      StackMap locals:
      StackMap stack:
            iload 20 /* moduleOffset */
            ifeq 124
       121: .line 557
            aload 0 /* this */
       122: .line 558
            aload 1 /* classVisitor */
            aload 4 /* context */
            iload 20 /* moduleOffset */
            iload 21 /* modulePackagesOffset */
            aload 22 /* moduleMainClass */
       123: .line 557
            invokevirtual org.springframework.asm.ClassReader.readModuleAttributes:(Lorg/springframework/asm/ClassVisitor;Lorg/springframework/asm/Context;IILjava/lang/String;)V
       124: .line 562
      StackMap locals:
      StackMap stack:
            aload 23 /* nestHostClass */
            ifnull 126
       125: .line 563
            aload 1 /* classVisitor */
            aload 23 /* nestHostClass */
            invokevirtual org.springframework.asm.ClassVisitor.visitNestHost:(Ljava/lang/String;)V
       126: .line 567
      StackMap locals:
      StackMap stack:
            iload 12 /* enclosingMethodOffset */
            ifeq 136
       127: .line 568
            aload 0 /* this */
            iload 12 /* enclosingMethodOffset */
            aload 5 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            astore 29 /* className */
        start local 29 // java.lang.String className
       128: .line 569
            aload 0 /* this */
            iload 12 /* enclosingMethodOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 30 /* methodIndex */
        start local 30 // int methodIndex
       129: .line 570
            iload 30 /* methodIndex */
            ifne 130
            aconst_null
            goto 131
      StackMap locals: java.lang.String int
      StackMap stack:
       130: aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            iload 30 /* methodIndex */
            iaload
            aload 5 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
       131: astore 31 /* name */
        start local 31 // java.lang.String name
       132: .line 571
            iload 30 /* methodIndex */
            ifne 133
            aconst_null
            goto 134
      StackMap locals: java.lang.String
      StackMap stack:
       133: aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            iload 30 /* methodIndex */
            iaload
            iconst_2
            iadd
            aload 5 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
       134: astore 32 /* type */
        start local 32 // java.lang.String type
       135: .line 572
            aload 1 /* classVisitor */
            aload 29 /* className */
            aload 31 /* name */
            aload 32 /* type */
            invokevirtual org.springframework.asm.ClassVisitor.visitOuterClass:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        end local 32 // java.lang.String type
        end local 31 // java.lang.String name
        end local 30 // int methodIndex
        end local 29 // java.lang.String className
       136: .line 576
      StackMap locals:
      StackMap stack:
            iload 16 /* runtimeVisibleAnnotationsOffset */
            ifeq 150
       137: .line 577
            aload 0 /* this */
            iload 16 /* runtimeVisibleAnnotationsOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 29 /* numAnnotations */
        start local 29 // int numAnnotations
       138: .line 578
            iload 16 /* runtimeVisibleAnnotationsOffset */
            iconst_2
            iadd
            istore 30 /* currentAnnotationOffset */
        start local 30 // int currentAnnotationOffset
       139: .line 579
            goto 149
       140: .line 581
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 30 /* currentAnnotationOffset */
            aload 5 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 31 /* annotationDescriptor */
        start local 31 // java.lang.String annotationDescriptor
       141: .line 582
            iinc 30 /* currentAnnotationOffset */ 2
       142: .line 585
            aload 0 /* this */
       143: .line 586
            aload 1 /* classVisitor */
            aload 31 /* annotationDescriptor */
            iconst_1
            invokevirtual org.springframework.asm.ClassVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
       144: .line 587
            iload 30 /* currentAnnotationOffset */
       145: .line 588
            iconst_1
       146: .line 589
            aload 5 /* charBuffer */
       147: .line 585
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
       148: .line 584
            istore 30 /* currentAnnotationOffset */
        end local 31 // java.lang.String annotationDescriptor
       149: .line 579
      StackMap locals:
      StackMap stack:
            iload 29 /* numAnnotations */
            iinc 29 /* numAnnotations */ -1
            ifgt 140
        end local 30 // int currentAnnotationOffset
        end local 29 // int numAnnotations
       150: .line 594
      StackMap locals:
      StackMap stack:
            iload 17 /* runtimeInvisibleAnnotationsOffset */
            ifeq 164
       151: .line 595
            aload 0 /* this */
            iload 17 /* runtimeInvisibleAnnotationsOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 29 /* numAnnotations */
        start local 29 // int numAnnotations
       152: .line 596
            iload 17 /* runtimeInvisibleAnnotationsOffset */
            iconst_2
            iadd
            istore 30 /* currentAnnotationOffset */
        start local 30 // int currentAnnotationOffset
       153: .line 597
            goto 163
       154: .line 599
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 30 /* currentAnnotationOffset */
            aload 5 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 31 /* annotationDescriptor */
        start local 31 // java.lang.String annotationDescriptor
       155: .line 600
            iinc 30 /* currentAnnotationOffset */ 2
       156: .line 603
            aload 0 /* this */
       157: .line 604
            aload 1 /* classVisitor */
            aload 31 /* annotationDescriptor */
            iconst_0
            invokevirtual org.springframework.asm.ClassVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
       158: .line 605
            iload 30 /* currentAnnotationOffset */
       159: .line 606
            iconst_1
       160: .line 607
            aload 5 /* charBuffer */
       161: .line 603
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
       162: .line 602
            istore 30 /* currentAnnotationOffset */
        end local 31 // java.lang.String annotationDescriptor
       163: .line 597
      StackMap locals:
      StackMap stack:
            iload 29 /* numAnnotations */
            iinc 29 /* numAnnotations */ -1
            ifgt 154
        end local 30 // int currentAnnotationOffset
        end local 29 // int numAnnotations
       164: .line 612
      StackMap locals:
      StackMap stack:
            iload 18 /* runtimeVisibleTypeAnnotationsOffset */
            ifeq 184
       165: .line 613
            aload 0 /* this */
            iload 18 /* runtimeVisibleTypeAnnotationsOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 29 /* numAnnotations */
        start local 29 // int numAnnotations
       166: .line 614
            iload 18 /* runtimeVisibleTypeAnnotationsOffset */
            iconst_2
            iadd
            istore 30 /* currentAnnotationOffset */
        start local 30 // int currentAnnotationOffset
       167: .line 615
            goto 183
       168: .line 617
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 4 /* context */
            iload 30 /* currentAnnotationOffset */
            invokevirtual org.springframework.asm.ClassReader.readTypeAnnotationTarget:(Lorg/springframework/asm/Context;I)I
            istore 30 /* currentAnnotationOffset */
       169: .line 619
            aload 0 /* this */
            iload 30 /* currentAnnotationOffset */
            aload 5 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 31 /* annotationDescriptor */
        start local 31 // java.lang.String annotationDescriptor
       170: .line 620
            iinc 30 /* currentAnnotationOffset */ 2
       171: .line 623
            aload 0 /* this */
       172: .line 624
            aload 1 /* classVisitor */
       173: .line 625
            aload 4 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTarget:I
       174: .line 626
            aload 4 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTargetPath:Lorg/springframework/asm/TypePath;
       175: .line 627
            aload 31 /* annotationDescriptor */
       176: .line 628
            iconst_1
       177: .line 624
            invokevirtual org.springframework.asm.ClassVisitor.visitTypeAnnotation:(ILorg/springframework/asm/TypePath;Ljava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
       178: .line 629
            iload 30 /* currentAnnotationOffset */
       179: .line 630
            iconst_1
       180: .line 631
            aload 5 /* charBuffer */
       181: .line 623
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
       182: .line 622
            istore 30 /* currentAnnotationOffset */
        end local 31 // java.lang.String annotationDescriptor
       183: .line 615
      StackMap locals:
      StackMap stack:
            iload 29 /* numAnnotations */
            iinc 29 /* numAnnotations */ -1
            ifgt 168
        end local 30 // int currentAnnotationOffset
        end local 29 // int numAnnotations
       184: .line 636
      StackMap locals:
      StackMap stack:
            iload 19 /* runtimeInvisibleTypeAnnotationsOffset */
            ifeq 209
       185: .line 637
            aload 0 /* this */
            iload 19 /* runtimeInvisibleTypeAnnotationsOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 29 /* numAnnotations */
        start local 29 // int numAnnotations
       186: .line 638
            iload 19 /* runtimeInvisibleTypeAnnotationsOffset */
            iconst_2
            iadd
            istore 30 /* currentAnnotationOffset */
        start local 30 // int currentAnnotationOffset
       187: .line 639
            goto 203
       188: .line 641
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 4 /* context */
            iload 30 /* currentAnnotationOffset */
            invokevirtual org.springframework.asm.ClassReader.readTypeAnnotationTarget:(Lorg/springframework/asm/Context;I)I
            istore 30 /* currentAnnotationOffset */
       189: .line 643
            aload 0 /* this */
            iload 30 /* currentAnnotationOffset */
            aload 5 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 31 /* annotationDescriptor */
        start local 31 // java.lang.String annotationDescriptor
       190: .line 644
            iinc 30 /* currentAnnotationOffset */ 2
       191: .line 647
            aload 0 /* this */
       192: .line 648
            aload 1 /* classVisitor */
       193: .line 649
            aload 4 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTarget:I
       194: .line 650
            aload 4 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTargetPath:Lorg/springframework/asm/TypePath;
       195: .line 651
            aload 31 /* annotationDescriptor */
       196: .line 652
            iconst_0
       197: .line 648
            invokevirtual org.springframework.asm.ClassVisitor.visitTypeAnnotation:(ILorg/springframework/asm/TypePath;Ljava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
       198: .line 653
            iload 30 /* currentAnnotationOffset */
       199: .line 654
            iconst_1
       200: .line 655
            aload 5 /* charBuffer */
       201: .line 647
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
       202: .line 646
            istore 30 /* currentAnnotationOffset */
        end local 31 // java.lang.String annotationDescriptor
       203: .line 639
      StackMap locals:
      StackMap stack:
            iload 29 /* numAnnotations */
            iinc 29 /* numAnnotations */ -1
            ifgt 188
        end local 30 // int currentAnnotationOffset
        end local 29 // int numAnnotations
       204: .line 660
            goto 209
       205: .line 662
      StackMap locals:
      StackMap stack:
            aload 27 /* attributes */
            getfield org.springframework.asm.Attribute.nextAttribute:Lorg/springframework/asm/Attribute;
            astore 29 /* nextAttribute */
        start local 29 // org.springframework.asm.Attribute nextAttribute
       206: .line 663
            aload 27 /* attributes */
            aconst_null
            putfield org.springframework.asm.Attribute.nextAttribute:Lorg/springframework/asm/Attribute;
       207: .line 664
            aload 1 /* classVisitor */
            aload 27 /* attributes */
            invokevirtual org.springframework.asm.ClassVisitor.visitAttribute:(Lorg/springframework/asm/Attribute;)V
       208: .line 665
            aload 29 /* nextAttribute */
            astore 27 /* attributes */
        end local 29 // org.springframework.asm.Attribute nextAttribute
       209: .line 660
      StackMap locals:
      StackMap stack:
            aload 27 /* attributes */
            ifnonnull 205
       210: .line 669
            iload 24 /* nestMembersOffset */
            ifeq 217
       211: .line 670
            aload 0 /* this */
            iload 24 /* nestMembersOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 29 /* numberOfNestMembers */
        start local 29 // int numberOfNestMembers
       212: .line 671
            iload 24 /* nestMembersOffset */
            iconst_2
            iadd
            istore 30 /* currentNestMemberOffset */
        start local 30 // int currentNestMemberOffset
       213: .line 672
            goto 216
       214: .line 673
      StackMap locals: int int
      StackMap stack:
            aload 1 /* classVisitor */
            aload 0 /* this */
            iload 30 /* currentNestMemberOffset */
            aload 5 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            invokevirtual org.springframework.asm.ClassVisitor.visitNestMember:(Ljava/lang/String;)V
       215: .line 674
            iinc 30 /* currentNestMemberOffset */ 2
       216: .line 672
      StackMap locals:
      StackMap stack:
            iload 29 /* numberOfNestMembers */
            iinc 29 /* numberOfNestMembers */ -1
            ifgt 214
        end local 30 // int currentNestMemberOffset
        end local 29 // int numberOfNestMembers
       217: .line 679
      StackMap locals:
      StackMap stack:
            iload 25 /* permittedSubclassesOffset */
            ifeq 226
       218: .line 680
            aload 0 /* this */
            iload 25 /* permittedSubclassesOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 29 /* numberOfPermittedSubclasses */
        start local 29 // int numberOfPermittedSubclasses
       219: .line 681
            iload 25 /* permittedSubclassesOffset */
            iconst_2
            iadd
            istore 30 /* currentPermittedSubclassesOffset */
        start local 30 // int currentPermittedSubclassesOffset
       220: .line 682
            goto 225
       221: .line 683
      StackMap locals: int int
      StackMap stack:
            aload 1 /* classVisitor */
       222: .line 684
            aload 0 /* this */
            iload 30 /* currentPermittedSubclassesOffset */
            aload 5 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
       223: .line 683
            invokevirtual org.springframework.asm.ClassVisitor.visitPermittedSubclass:(Ljava/lang/String;)V
       224: .line 685
            iinc 30 /* currentPermittedSubclassesOffset */ 2
       225: .line 682
      StackMap locals:
      StackMap stack:
            iload 29 /* numberOfPermittedSubclasses */
            iinc 29 /* numberOfPermittedSubclasses */ -1
            ifgt 221
        end local 30 // int currentPermittedSubclassesOffset
        end local 29 // int numberOfPermittedSubclasses
       226: .line 690
      StackMap locals:
      StackMap stack:
            iload 11 /* innerClassesOffset */
            ifeq 238
       227: .line 691
            aload 0 /* this */
            iload 11 /* innerClassesOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 29 /* numberOfClasses */
        start local 29 // int numberOfClasses
       228: .line 692
            iload 11 /* innerClassesOffset */
            iconst_2
            iadd
            istore 30 /* currentClassesOffset */
        start local 30 // int currentClassesOffset
       229: .line 693
            goto 237
       230: .line 694
      StackMap locals: int int
      StackMap stack:
            aload 1 /* classVisitor */
       231: .line 695
            aload 0 /* this */
            iload 30 /* currentClassesOffset */
            aload 5 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
       232: .line 696
            aload 0 /* this */
            iload 30 /* currentClassesOffset */
            iconst_2
            iadd
            aload 5 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
       233: .line 697
            aload 0 /* this */
            iload 30 /* currentClassesOffset */
            iconst_4
            iadd
            aload 5 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
       234: .line 698
            aload 0 /* this */
            iload 30 /* currentClassesOffset */
            bipush 6
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
       235: .line 694
            invokevirtual org.springframework.asm.ClassVisitor.visitInnerClass:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
       236: .line 699
            iinc 30 /* currentClassesOffset */ 8
       237: .line 693
      StackMap locals:
      StackMap stack:
            iload 29 /* numberOfClasses */
            iinc 29 /* numberOfClasses */ -1
            ifgt 230
        end local 30 // int currentClassesOffset
        end local 29 // int numberOfClasses
       238: .line 704
      StackMap locals:
      StackMap stack:
            iload 26 /* recordOffset */
            ifeq 244
       239: .line 705
            aload 0 /* this */
            iload 26 /* recordOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 29 /* recordComponentsCount */
        start local 29 // int recordComponentsCount
       240: .line 706
            iinc 26 /* recordOffset */ 2
       241: .line 707
            goto 243
       242: .line 708
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* classVisitor */
            aload 4 /* context */
            iload 26 /* recordOffset */
            invokevirtual org.springframework.asm.ClassReader.readRecordComponent:(Lorg/springframework/asm/ClassVisitor;Lorg/springframework/asm/Context;I)I
            istore 26 /* recordOffset */
       243: .line 707
      StackMap locals:
      StackMap stack:
            iload 29 /* recordComponentsCount */
            iinc 29 /* recordComponentsCount */ -1
            ifgt 242
        end local 29 // int recordComponentsCount
       244: .line 713
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 29 /* fieldsCount */
        start local 29 // int fieldsCount
       245: .line 714
            iinc 6 /* currentOffset */ 2
       246: .line 715
            goto 248
       247: .line 716
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* classVisitor */
            aload 4 /* context */
            iload 6 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readField:(Lorg/springframework/asm/ClassVisitor;Lorg/springframework/asm/Context;I)I
            istore 6 /* currentOffset */
       248: .line 715
      StackMap locals:
      StackMap stack:
            iload 29 /* fieldsCount */
            iinc 29 /* fieldsCount */ -1
            ifgt 247
       249: .line 718
            aload 0 /* this */
            iload 6 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 30 /* methodsCount */
        start local 30 // int methodsCount
       250: .line 719
            iinc 6 /* currentOffset */ 2
       251: .line 720
            goto 253
       252: .line 721
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* classVisitor */
            aload 4 /* context */
            iload 6 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readMethod:(Lorg/springframework/asm/ClassVisitor;Lorg/springframework/asm/Context;I)I
            istore 6 /* currentOffset */
       253: .line 720
      StackMap locals:
      StackMap stack:
            iload 30 /* methodsCount */
            iinc 30 /* methodsCount */ -1
            ifgt 252
       254: .line 725
            aload 1 /* classVisitor */
            invokevirtual org.springframework.asm.ClassVisitor.visitEnd:()V
       255: .line 726
            return
        end local 30 // int methodsCount
        end local 29 // int fieldsCount
        end local 28 // int currentAttributeOffset
        end local 27 // org.springframework.asm.Attribute attributes
        end local 26 // int recordOffset
        end local 25 // int permittedSubclassesOffset
        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.springframework.asm.Context context
        end local 3 // int parsingOptions
        end local 2 // org.springframework.asm.Attribute[] attributePrototypes
        end local 1 // org.springframework.asm.ClassVisitor classVisitor
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                                   Name  Signature
            0  256     0                                   this  Lorg/springframework/asm/ClassReader;
            0  256     1                           classVisitor  Lorg/springframework/asm/ClassVisitor;
            0  256     2                    attributePrototypes  [Lorg/springframework/asm/Attribute;
            0  256     3                         parsingOptions  I
            1  256     4                                context  Lorg/springframework/asm/Context;
            5  256     5                             charBuffer  [C
            6  256     6                          currentOffset  I
            7  256     7                            accessFlags  I
            8  256     8                              thisClass  Ljava/lang/String;
            9  256     9                             superClass  Ljava/lang/String;
           10  256    10                             interfaces  [Ljava/lang/String;
           12   17    11                                      i  I
           18  256    11                     innerClassesOffset  I
           19  256    12                  enclosingMethodOffset  I
           20  256    13                              signature  Ljava/lang/String;
           21  256    14                             sourceFile  Ljava/lang/String;
           22  256    15                   sourceDebugExtension  Ljava/lang/String;
           23  256    16        runtimeVisibleAnnotationsOffset  I
           24  256    17      runtimeInvisibleAnnotationsOffset  I
           25  256    18    runtimeVisibleTypeAnnotationsOffset  I
           26  256    19  runtimeInvisibleTypeAnnotationsOffset  I
           27  256    20                           moduleOffset  I
           28  256    21                   modulePackagesOffset  I
           29  256    22                        moduleMainClass  Ljava/lang/String;
           30  256    23                          nestHostClass  Ljava/lang/String;
           31  256    24                      nestMembersOffset  I
           32  256    25              permittedSubclassesOffset  I
           33  256    26                           recordOffset  I
           34  256    27                             attributes  Lorg/springframework/asm/Attribute;
           35  256    28                 currentAttributeOffset  I
           36  114    29                                      i  I
           38  112    30                          attributeName  Ljava/lang/String;
           39  112    31                        attributeLength  I
          109  111    32                              attribute  Lorg/springframework/asm/Attribute;
          128  136    29                              className  Ljava/lang/String;
          129  136    30                            methodIndex  I
          132  136    31                                   name  Ljava/lang/String;
          135  136    32                                   type  Ljava/lang/String;
          138  150    29                         numAnnotations  I
          139  150    30                currentAnnotationOffset  I
          141  149    31                   annotationDescriptor  Ljava/lang/String;
          152  164    29                         numAnnotations  I
          153  164    30                currentAnnotationOffset  I
          155  163    31                   annotationDescriptor  Ljava/lang/String;
          166  184    29                         numAnnotations  I
          167  184    30                currentAnnotationOffset  I
          170  183    31                   annotationDescriptor  Ljava/lang/String;
          186  204    29                         numAnnotations  I
          187  204    30                currentAnnotationOffset  I
          190  203    31                   annotationDescriptor  Ljava/lang/String;
          206  209    29                          nextAttribute  Lorg/springframework/asm/Attribute;
          212  217    29                    numberOfNestMembers  I
          213  217    30                currentNestMemberOffset  I
          219  226    29            numberOfPermittedSubclasses  I
          220  226    30       currentPermittedSubclassesOffset  I
          228  238    29                        numberOfClasses  I
          229  238    30                   currentClassesOffset  I
          240  244    29                  recordComponentsCount  I
          245  256    29                            fieldsCount  I
          250  256    30                           methodsCount  I
    MethodParameters:
                     Name  Flags
      classVisitor         final
      attributePrototypes  final
      parsingOptions       final

  private void readModuleAttributes(org.springframework.asm.ClassVisitor, org.springframework.asm.Context, int, int, java.lang.String);
    descriptor: (Lorg/springframework/asm/ClassVisitor;Lorg/springframework/asm/Context;IILjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=21, args_size=6
        start local 0 // org.springframework.asm.ClassReader this
        start local 1 // org.springframework.asm.ClassVisitor classVisitor
        start local 2 // org.springframework.asm.Context context
        start local 3 // int moduleOffset
        start local 4 // int modulePackagesOffset
        start local 5 // java.lang.String moduleMainClass
         0: .line 750
            aload 2 /* context */
            getfield org.springframework.asm.Context.charBuffer:[C
            astore 6 /* buffer */
        start local 6 // char[] buffer
         1: .line 753
            iload 3 /* moduleOffset */
            istore 7 /* currentOffset */
        start local 7 // int currentOffset
         2: .line 754
            aload 0 /* this */
            iload 7 /* currentOffset */
            aload 6 /* buffer */
            invokevirtual org.springframework.asm.ClassReader.readModule:(I[C)Ljava/lang/String;
            astore 8 /* moduleName */
        start local 8 // java.lang.String moduleName
         3: .line 755
            aload 0 /* this */
            iload 7 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 9 /* moduleFlags */
        start local 9 // int moduleFlags
         4: .line 756
            aload 0 /* this */
            iload 7 /* currentOffset */
            iconst_4
            iadd
            aload 6 /* buffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 10 /* moduleVersion */
        start local 10 // java.lang.String moduleVersion
         5: .line 757
            iinc 7 /* currentOffset */ 6
         6: .line 758
            aload 1 /* classVisitor */
            aload 8 /* moduleName */
            iload 9 /* moduleFlags */
            aload 10 /* moduleVersion */
            invokevirtual org.springframework.asm.ClassVisitor.visitModule:(Ljava/lang/String;ILjava/lang/String;)Lorg/springframework/asm/ModuleVisitor;
            astore 11 /* moduleVisitor */
        start local 11 // org.springframework.asm.ModuleVisitor moduleVisitor
         7: .line 759
            aload 11 /* moduleVisitor */
            ifnonnull 9
         8: .line 760
            return
         9: .line 764
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.ClassVisitor org.springframework.asm.Context int int java.lang.String char[] int java.lang.String int java.lang.String org.springframework.asm.ModuleVisitor
      StackMap stack:
            aload 5 /* moduleMainClass */
            ifnull 11
        10: .line 765
            aload 11 /* moduleVisitor */
            aload 5 /* moduleMainClass */
            invokevirtual org.springframework.asm.ModuleVisitor.visitMainClass:(Ljava/lang/String;)V
        11: .line 769
      StackMap locals:
      StackMap stack:
            iload 4 /* modulePackagesOffset */
            ifeq 18
        12: .line 770
            aload 0 /* this */
            iload 4 /* modulePackagesOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 12 /* packageCount */
        start local 12 // int packageCount
        13: .line 771
            iload 4 /* modulePackagesOffset */
            iconst_2
            iadd
            istore 13 /* currentPackageOffset */
        start local 13 // int currentPackageOffset
        14: .line 772
            goto 17
        15: .line 773
      StackMap locals: int int
      StackMap stack:
            aload 11 /* moduleVisitor */
            aload 0 /* this */
            iload 13 /* currentPackageOffset */
            aload 6 /* buffer */
            invokevirtual org.springframework.asm.ClassReader.readPackage:(I[C)Ljava/lang/String;
            invokevirtual org.springframework.asm.ModuleVisitor.visitPackage:(Ljava/lang/String;)V
        16: .line 774
            iinc 13 /* currentPackageOffset */ 2
        17: .line 772
      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 779
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 12 /* requiresCount */
        start local 12 // int requiresCount
        19: .line 780
            iinc 7 /* currentOffset */ 2
        20: .line 781
            goto 26
        21: .line 783
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* currentOffset */
            aload 6 /* buffer */
            invokevirtual org.springframework.asm.ClassReader.readModule:(I[C)Ljava/lang/String;
            astore 13 /* requires */
        start local 13 // java.lang.String requires
        22: .line 784
            aload 0 /* this */
            iload 7 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 14 /* requiresFlags */
        start local 14 // int requiresFlags
        23: .line 785
            aload 0 /* this */
            iload 7 /* currentOffset */
            iconst_4
            iadd
            aload 6 /* buffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 15 /* requiresVersion */
        start local 15 // java.lang.String requiresVersion
        24: .line 786
            iinc 7 /* currentOffset */ 6
        25: .line 787
            aload 11 /* moduleVisitor */
            aload 13 /* requires */
            iload 14 /* requiresFlags */
            aload 15 /* requiresVersion */
            invokevirtual org.springframework.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 781
      StackMap locals:
      StackMap stack:
            iload 12 /* requiresCount */
            iinc 12 /* requiresCount */ -1
            ifgt 21
        27: .line 791
            aload 0 /* this */
            iload 7 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 13 /* exportsCount */
        start local 13 // int exportsCount
        28: .line 792
            iinc 7 /* currentOffset */ 2
        29: .line 793
            goto 44
        30: .line 796
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* currentOffset */
            aload 6 /* buffer */
            invokevirtual org.springframework.asm.ClassReader.readPackage:(I[C)Ljava/lang/String;
            astore 14 /* exports */
        start local 14 // java.lang.String exports
        31: .line 797
            aload 0 /* this */
            iload 7 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 15 /* exportsFlags */
        start local 15 // int exportsFlags
        32: .line 798
            aload 0 /* this */
            iload 7 /* currentOffset */
            iconst_4
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 16 /* exportsToCount */
        start local 16 // int exportsToCount
        33: .line 799
            iinc 7 /* currentOffset */ 6
        34: .line 800
            aconst_null
            astore 17 /* exportsTo */
        start local 17 // java.lang.String[] exportsTo
        35: .line 801
            iload 16 /* exportsToCount */
            ifeq 43
        36: .line 802
            iload 16 /* exportsToCount */
            anewarray java.lang.String
            astore 17 /* exportsTo */
        37: .line 803
            iconst_0
            istore 18 /* i */
        start local 18 // int i
        38: goto 42
        39: .line 804
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.ClassVisitor org.springframework.asm.Context int int java.lang.String char[] int java.lang.String int java.lang.String org.springframework.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.springframework.asm.ClassReader.readModule:(I[C)Ljava/lang/String;
            aastore
        40: .line 805
            iinc 7 /* currentOffset */ 2
        41: .line 803
            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 808
      StackMap locals:
      StackMap stack:
            aload 11 /* moduleVisitor */
            aload 14 /* exports */
            iload 15 /* exportsFlags */
            aload 17 /* exportsTo */
            invokevirtual org.springframework.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 793
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.ClassVisitor org.springframework.asm.Context int int java.lang.String char[] int java.lang.String int java.lang.String org.springframework.asm.ModuleVisitor int int
      StackMap stack:
            iload 13 /* exportsCount */
            iinc 13 /* exportsCount */ -1
            ifgt 30
        45: .line 812
            aload 0 /* this */
            iload 7 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 14 /* opensCount */
        start local 14 // int opensCount
        46: .line 813
            iinc 7 /* currentOffset */ 2
        47: .line 814
            goto 62
        48: .line 816
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* currentOffset */
            aload 6 /* buffer */
            invokevirtual org.springframework.asm.ClassReader.readPackage:(I[C)Ljava/lang/String;
            astore 15 /* opens */
        start local 15 // java.lang.String opens
        49: .line 817
            aload 0 /* this */
            iload 7 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 16 /* opensFlags */
        start local 16 // int opensFlags
        50: .line 818
            aload 0 /* this */
            iload 7 /* currentOffset */
            iconst_4
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 17 /* opensToCount */
        start local 17 // int opensToCount
        51: .line 819
            iinc 7 /* currentOffset */ 6
        52: .line 820
            aconst_null
            astore 18 /* opensTo */
        start local 18 // java.lang.String[] opensTo
        53: .line 821
            iload 17 /* opensToCount */
            ifeq 61
        54: .line 822
            iload 17 /* opensToCount */
            anewarray java.lang.String
            astore 18 /* opensTo */
        55: .line 823
            iconst_0
            istore 19 /* i */
        start local 19 // int i
        56: goto 60
        57: .line 824
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.ClassVisitor org.springframework.asm.Context int int java.lang.String char[] int java.lang.String int java.lang.String org.springframework.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.springframework.asm.ClassReader.readModule:(I[C)Ljava/lang/String;
            aastore
        58: .line 825
            iinc 7 /* currentOffset */ 2
        59: .line 823
            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 828
      StackMap locals:
      StackMap stack:
            aload 11 /* moduleVisitor */
            aload 15 /* opens */
            iload 16 /* opensFlags */
            aload 18 /* opensTo */
            invokevirtual org.springframework.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 814
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.ClassVisitor org.springframework.asm.Context int int java.lang.String char[] int java.lang.String int java.lang.String org.springframework.asm.ModuleVisitor int int int
      StackMap stack:
            iload 14 /* opensCount */
            iinc 14 /* opensCount */ -1
            ifgt 48
        63: .line 832
            aload 0 /* this */
            iload 7 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 15 /* usesCount */
        start local 15 // int usesCount
        64: .line 833
            iinc 7 /* currentOffset */ 2
        65: .line 834
            goto 68
        66: .line 835
      StackMap locals: int
      StackMap stack:
            aload 11 /* moduleVisitor */
            aload 0 /* this */
            iload 7 /* currentOffset */
            aload 6 /* buffer */
            invokevirtual org.springframework.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            invokevirtual org.springframework.asm.ModuleVisitor.visitUse:(Ljava/lang/String;)V
        67: .line 836
            iinc 7 /* currentOffset */ 2
        68: .line 834
      StackMap locals:
      StackMap stack:
            iload 15 /* usesCount */
            iinc 15 /* usesCount */ -1
            ifgt 66
        69: .line 840
            aload 0 /* this */
            iload 7 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 16 /* providesCount */
        start local 16 // int providesCount
        70: .line 841
            iinc 7 /* currentOffset */ 2
        71: .line 842
            goto 83
        72: .line 844
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* currentOffset */
            aload 6 /* buffer */
            invokevirtual org.springframework.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            astore 17 /* provides */
        start local 17 // java.lang.String provides
        73: .line 845
            aload 0 /* this */
            iload 7 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 18 /* providesWithCount */
        start local 18 // int providesWithCount
        74: .line 846
            iinc 7 /* currentOffset */ 4
        75: .line 847
            iload 18 /* providesWithCount */
            anewarray java.lang.String
            astore 19 /* providesWith */
        start local 19 // java.lang.String[] providesWith
        76: .line 848
            iconst_0
            istore 20 /* i */
        start local 20 // int i
        77: goto 81
        78: .line 849
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.ClassVisitor org.springframework.asm.Context int int java.lang.String char[] int java.lang.String int java.lang.String org.springframework.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.springframework.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            aastore
        79: .line 850
            iinc 7 /* currentOffset */ 2
        80: .line 848
            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 852
            aload 11 /* moduleVisitor */
            aload 17 /* provides */
            aload 19 /* providesWith */
            invokevirtual org.springframework.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 842
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.ClassVisitor org.springframework.asm.Context int int java.lang.String char[] int java.lang.String int java.lang.String org.springframework.asm.ModuleVisitor int int int int int
      StackMap stack:
            iload 16 /* providesCount */
            iinc 16 /* providesCount */ -1
            ifgt 72
        84: .line 856
            aload 11 /* moduleVisitor */
            invokevirtual org.springframework.asm.ModuleVisitor.visitEnd:()V
        85: .line 857
            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.springframework.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.springframework.asm.Context context
        end local 1 // org.springframework.asm.ClassVisitor classVisitor
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   86     0                  this  Lorg/springframework/asm/ClassReader;
            0   86     1          classVisitor  Lorg/springframework/asm/ClassVisitor;
            0   86     2               context  Lorg/springframework/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/springframework/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 readRecordComponent(org.springframework.asm.ClassVisitor, org.springframework.asm.Context, int);
    descriptor: (Lorg/springframework/asm/ClassVisitor;Lorg/springframework/asm/Context;I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=19, args_size=4
        start local 0 // org.springframework.asm.ClassReader this
        start local 1 // org.springframework.asm.ClassVisitor classVisitor
        start local 2 // org.springframework.asm.Context context
        start local 3 // int recordComponentOffset
         0: .line 869
            aload 2 /* context */
            getfield org.springframework.asm.Context.charBuffer:[C
            astore 4 /* charBuffer */
        start local 4 // char[] charBuffer
         1: .line 871
            iload 3 /* recordComponentOffset */
            istore 5 /* currentOffset */
        start local 5 // int currentOffset
         2: .line 872
            aload 0 /* this */
            iload 5 /* currentOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 6 /* name */
        start local 6 // java.lang.String name
         3: .line 873
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_2
            iadd
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 7 /* descriptor */
        start local 7 // java.lang.String descriptor
         4: .line 874
            iinc 5 /* currentOffset */ 4
         5: .line 881
            aconst_null
            astore 8 /* signature */
        start local 8 // java.lang.String signature
         6: .line 883
            iconst_0
            istore 9 /* runtimeVisibleAnnotationsOffset */
        start local 9 // int runtimeVisibleAnnotationsOffset
         7: .line 885
            iconst_0
            istore 10 /* runtimeInvisibleAnnotationsOffset */
        start local 10 // int runtimeInvisibleAnnotationsOffset
         8: .line 887
            iconst_0
            istore 11 /* runtimeVisibleTypeAnnotationsOffset */
        start local 11 // int runtimeVisibleTypeAnnotationsOffset
         9: .line 889
            iconst_0
            istore 12 /* runtimeInvisibleTypeAnnotationsOffset */
        start local 12 // int runtimeInvisibleTypeAnnotationsOffset
        10: .line 892
            aconst_null
            astore 13 /* attributes */
        start local 13 // org.springframework.asm.Attribute attributes
        11: .line 894
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 14 /* attributesCount */
        start local 14 // int attributesCount
        12: .line 895
            iinc 5 /* currentOffset */ 2
        13: .line 896
            goto 45
        14: .line 898
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.ClassVisitor org.springframework.asm.Context int char[] int java.lang.String java.lang.String java.lang.String int int int int org.springframework.asm.Attribute int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* currentOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 15 /* attributeName */
        start local 15 // java.lang.String attributeName
        15: .line 899
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            istore 16 /* attributeLength */
        start local 16 // int attributeLength
        16: .line 900
            iinc 5 /* currentOffset */ 6
        17: .line 903
            ldc "Signature"
            aload 15 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 20
        18: .line 904
            aload 0 /* this */
            iload 5 /* currentOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 8 /* signature */
        19: .line 905
            goto 44
      StackMap locals: java.lang.String int
      StackMap stack:
        20: ldc "RuntimeVisibleAnnotations"
            aload 15 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 23
        21: .line 906
            iload 5 /* currentOffset */
            istore 9 /* runtimeVisibleAnnotationsOffset */
        22: .line 907
            goto 44
      StackMap locals:
      StackMap stack:
        23: ldc "RuntimeVisibleTypeAnnotations"
            aload 15 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 26
        24: .line 908
            iload 5 /* currentOffset */
            istore 11 /* runtimeVisibleTypeAnnotationsOffset */
        25: .line 909
            goto 44
      StackMap locals:
      StackMap stack:
        26: ldc "RuntimeInvisibleAnnotations"
            aload 15 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 29
        27: .line 910
            iload 5 /* currentOffset */
            istore 10 /* runtimeInvisibleAnnotationsOffset */
        28: .line 911
            goto 44
      StackMap locals:
      StackMap stack:
        29: ldc "RuntimeInvisibleTypeAnnotations"
            aload 15 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 32
        30: .line 912
            iload 5 /* currentOffset */
            istore 12 /* runtimeInvisibleTypeAnnotationsOffset */
        31: .line 913
            goto 44
        32: .line 915
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        33: .line 916
            aload 2 /* context */
            getfield org.springframework.asm.Context.attributePrototypes:[Lorg/springframework/asm/Attribute;
        34: .line 917
            aload 15 /* attributeName */
        35: .line 918
            iload 5 /* currentOffset */
        36: .line 919
            iload 16 /* attributeLength */
        37: .line 920
            aload 4 /* charBuffer */
        38: .line 921
            iconst_m1
        39: .line 922
            aconst_null
        40: .line 915
            invokevirtual org.springframework.asm.ClassReader.readAttribute:([Lorg/springframework/asm/Attribute;Ljava/lang/String;II[CI[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Attribute;
        41: .line 914
            astore 17 /* attribute */
        start local 17 // org.springframework.asm.Attribute attribute
        42: .line 923
            aload 17 /* attribute */
            aload 13 /* attributes */
            putfield org.springframework.asm.Attribute.nextAttribute:Lorg/springframework/asm/Attribute;
        43: .line 924
            aload 17 /* attribute */
            astore 13 /* attributes */
        end local 17 // org.springframework.asm.Attribute attribute
        44: .line 926
      StackMap locals:
      StackMap stack:
            iload 5 /* currentOffset */
            iload 16 /* attributeLength */
            iadd
            istore 5 /* currentOffset */
        end local 16 // int attributeLength
        end local 15 // java.lang.String attributeName
        45: .line 896
      StackMap locals:
      StackMap stack:
            iload 14 /* attributesCount */
            iinc 14 /* attributesCount */ -1
            ifgt 14
        46: .line 930
            aload 1 /* classVisitor */
            aload 6 /* name */
            aload 7 /* descriptor */
            aload 8 /* signature */
            invokevirtual org.springframework.asm.ClassVisitor.visitRecordComponent:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/springframework/asm/RecordComponentVisitor;
        47: .line 929
            astore 15 /* recordComponentVisitor */
        start local 15 // org.springframework.asm.RecordComponentVisitor recordComponentVisitor
        48: .line 931
            aload 15 /* recordComponentVisitor */
            ifnonnull 50
        49: .line 932
            iload 5 /* currentOffset */
            ireturn
        50: .line 936
      StackMap locals: org.springframework.asm.RecordComponentVisitor
      StackMap stack:
            iload 9 /* runtimeVisibleAnnotationsOffset */
            ifeq 64
        51: .line 937
            aload 0 /* this */
            iload 9 /* runtimeVisibleAnnotationsOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 16 /* numAnnotations */
        start local 16 // int numAnnotations
        52: .line 938
            iload 9 /* runtimeVisibleAnnotationsOffset */
            iconst_2
            iadd
            istore 17 /* currentAnnotationOffset */
        start local 17 // int currentAnnotationOffset
        53: .line 939
            goto 63
        54: .line 941
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 17 /* currentAnnotationOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 18 /* annotationDescriptor */
        start local 18 // java.lang.String annotationDescriptor
        55: .line 942
            iinc 17 /* currentAnnotationOffset */ 2
        56: .line 945
            aload 0 /* this */
        57: .line 946
            aload 15 /* recordComponentVisitor */
            aload 18 /* annotationDescriptor */
            iconst_1
            invokevirtual org.springframework.asm.RecordComponentVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
        58: .line 947
            iload 17 /* currentAnnotationOffset */
        59: .line 948
            iconst_1
        60: .line 949
            aload 4 /* charBuffer */
        61: .line 945
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
        62: .line 944
            istore 17 /* currentAnnotationOffset */
        end local 18 // java.lang.String annotationDescriptor
        63: .line 939
      StackMap locals:
      StackMap stack:
            iload 16 /* numAnnotations */
            iinc 16 /* numAnnotations */ -1
            ifgt 54
        end local 17 // int currentAnnotationOffset
        end local 16 // int numAnnotations
        64: .line 954
      StackMap locals:
      StackMap stack:
            iload 10 /* runtimeInvisibleAnnotationsOffset */
            ifeq 78
        65: .line 955
            aload 0 /* this */
            iload 10 /* runtimeInvisibleAnnotationsOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 16 /* numAnnotations */
        start local 16 // int numAnnotations
        66: .line 956
            iload 10 /* runtimeInvisibleAnnotationsOffset */
            iconst_2
            iadd
            istore 17 /* currentAnnotationOffset */
        start local 17 // int currentAnnotationOffset
        67: .line 957
            goto 77
        68: .line 959
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 17 /* currentAnnotationOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 18 /* annotationDescriptor */
        start local 18 // java.lang.String annotationDescriptor
        69: .line 960
            iinc 17 /* currentAnnotationOffset */ 2
        70: .line 963
            aload 0 /* this */
        71: .line 964
            aload 15 /* recordComponentVisitor */
            aload 18 /* annotationDescriptor */
            iconst_0
            invokevirtual org.springframework.asm.RecordComponentVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
        72: .line 965
            iload 17 /* currentAnnotationOffset */
        73: .line 966
            iconst_1
        74: .line 967
            aload 4 /* charBuffer */
        75: .line 963
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
        76: .line 962
            istore 17 /* currentAnnotationOffset */
        end local 18 // java.lang.String annotationDescriptor
        77: .line 957
      StackMap locals:
      StackMap stack:
            iload 16 /* numAnnotations */
            iinc 16 /* numAnnotations */ -1
            ifgt 68
        end local 17 // int currentAnnotationOffset
        end local 16 // int numAnnotations
        78: .line 972
      StackMap locals:
      StackMap stack:
            iload 11 /* runtimeVisibleTypeAnnotationsOffset */
            ifeq 98
        79: .line 973
            aload 0 /* this */
            iload 11 /* runtimeVisibleTypeAnnotationsOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 16 /* numAnnotations */
        start local 16 // int numAnnotations
        80: .line 974
            iload 11 /* runtimeVisibleTypeAnnotationsOffset */
            iconst_2
            iadd
            istore 17 /* currentAnnotationOffset */
        start local 17 // int currentAnnotationOffset
        81: .line 975
            goto 97
        82: .line 977
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* context */
            iload 17 /* currentAnnotationOffset */
            invokevirtual org.springframework.asm.ClassReader.readTypeAnnotationTarget:(Lorg/springframework/asm/Context;I)I
            istore 17 /* currentAnnotationOffset */
        83: .line 979
            aload 0 /* this */
            iload 17 /* currentAnnotationOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 18 /* annotationDescriptor */
        start local 18 // java.lang.String annotationDescriptor
        84: .line 980
            iinc 17 /* currentAnnotationOffset */ 2
        85: .line 983
            aload 0 /* this */
        86: .line 984
            aload 15 /* recordComponentVisitor */
        87: .line 985
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTarget:I
        88: .line 986
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTargetPath:Lorg/springframework/asm/TypePath;
        89: .line 987
            aload 18 /* annotationDescriptor */
        90: .line 988
            iconst_1
        91: .line 984
            invokevirtual org.springframework.asm.RecordComponentVisitor.visitTypeAnnotation:(ILorg/springframework/asm/TypePath;Ljava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
        92: .line 989
            iload 17 /* currentAnnotationOffset */
        93: .line 990
            iconst_1
        94: .line 991
            aload 4 /* charBuffer */
        95: .line 983
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
        96: .line 982
            istore 17 /* currentAnnotationOffset */
        end local 18 // java.lang.String annotationDescriptor
        97: .line 975
      StackMap locals:
      StackMap stack:
            iload 16 /* numAnnotations */
            iinc 16 /* numAnnotations */ -1
            ifgt 82
        end local 17 // int currentAnnotationOffset
        end local 16 // int numAnnotations
        98: .line 996
      StackMap locals:
      StackMap stack:
            iload 12 /* runtimeInvisibleTypeAnnotationsOffset */
            ifeq 123
        99: .line 997
            aload 0 /* this */
            iload 12 /* runtimeInvisibleTypeAnnotationsOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 16 /* numAnnotations */
        start local 16 // int numAnnotations
       100: .line 998
            iload 12 /* runtimeInvisibleTypeAnnotationsOffset */
            iconst_2
            iadd
            istore 17 /* currentAnnotationOffset */
        start local 17 // int currentAnnotationOffset
       101: .line 999
            goto 117
       102: .line 1001
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* context */
            iload 17 /* currentAnnotationOffset */
            invokevirtual org.springframework.asm.ClassReader.readTypeAnnotationTarget:(Lorg/springframework/asm/Context;I)I
            istore 17 /* currentAnnotationOffset */
       103: .line 1003
            aload 0 /* this */
            iload 17 /* currentAnnotationOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 18 /* annotationDescriptor */
        start local 18 // java.lang.String annotationDescriptor
       104: .line 1004
            iinc 17 /* currentAnnotationOffset */ 2
       105: .line 1007
            aload 0 /* this */
       106: .line 1008
            aload 15 /* recordComponentVisitor */
       107: .line 1009
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTarget:I
       108: .line 1010
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTargetPath:Lorg/springframework/asm/TypePath;
       109: .line 1011
            aload 18 /* annotationDescriptor */
       110: .line 1012
            iconst_0
       111: .line 1008
            invokevirtual org.springframework.asm.RecordComponentVisitor.visitTypeAnnotation:(ILorg/springframework/asm/TypePath;Ljava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
       112: .line 1013
            iload 17 /* currentAnnotationOffset */
       113: .line 1014
            iconst_1
       114: .line 1015
            aload 4 /* charBuffer */
       115: .line 1007
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
       116: .line 1006
            istore 17 /* currentAnnotationOffset */
        end local 18 // java.lang.String annotationDescriptor
       117: .line 999
      StackMap locals:
      StackMap stack:
            iload 16 /* numAnnotations */
            iinc 16 /* numAnnotations */ -1
            ifgt 102
        end local 17 // int currentAnnotationOffset
        end local 16 // int numAnnotations
       118: .line 1020
            goto 123
       119: .line 1022
      StackMap locals:
      StackMap stack:
            aload 13 /* attributes */
            getfield org.springframework.asm.Attribute.nextAttribute:Lorg/springframework/asm/Attribute;
            astore 16 /* nextAttribute */
        start local 16 // org.springframework.asm.Attribute nextAttribute
       120: .line 1023
            aload 13 /* attributes */
            aconst_null
            putfield org.springframework.asm.Attribute.nextAttribute:Lorg/springframework/asm/Attribute;
       121: .line 1024
            aload 15 /* recordComponentVisitor */
            aload 13 /* attributes */
            invokevirtual org.springframework.asm.RecordComponentVisitor.visitAttribute:(Lorg/springframework/asm/Attribute;)V
       122: .line 1025
            aload 16 /* nextAttribute */
            astore 13 /* attributes */
        end local 16 // org.springframework.asm.Attribute nextAttribute
       123: .line 1020
      StackMap locals:
      StackMap stack:
            aload 13 /* attributes */
            ifnonnull 119
       124: .line 1029
            aload 15 /* recordComponentVisitor */
            invokevirtual org.springframework.asm.RecordComponentVisitor.visitEnd:()V
       125: .line 1030
            iload 5 /* currentOffset */
            ireturn
        end local 15 // org.springframework.asm.RecordComponentVisitor recordComponentVisitor
        end local 14 // int attributesCount
        end local 13 // org.springframework.asm.Attribute attributes
        end local 12 // int runtimeInvisibleTypeAnnotationsOffset
        end local 11 // int runtimeVisibleTypeAnnotationsOffset
        end local 10 // int runtimeInvisibleAnnotationsOffset
        end local 9 // int runtimeVisibleAnnotationsOffset
        end local 8 // java.lang.String signature
        end local 7 // java.lang.String descriptor
        end local 6 // java.lang.String name
        end local 5 // int currentOffset
        end local 4 // char[] charBuffer
        end local 3 // int recordComponentOffset
        end local 2 // org.springframework.asm.Context context
        end local 1 // org.springframework.asm.ClassVisitor classVisitor
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                                   Name  Signature
            0  126     0                                   this  Lorg/springframework/asm/ClassReader;
            0  126     1                           classVisitor  Lorg/springframework/asm/ClassVisitor;
            0  126     2                                context  Lorg/springframework/asm/Context;
            0  126     3                  recordComponentOffset  I
            1  126     4                             charBuffer  [C
            2  126     5                          currentOffset  I
            3  126     6                                   name  Ljava/lang/String;
            4  126     7                             descriptor  Ljava/lang/String;
            6  126     8                              signature  Ljava/lang/String;
            7  126     9        runtimeVisibleAnnotationsOffset  I
            8  126    10      runtimeInvisibleAnnotationsOffset  I
            9  126    11    runtimeVisibleTypeAnnotationsOffset  I
           10  126    12  runtimeInvisibleTypeAnnotationsOffset  I
           11  126    13                             attributes  Lorg/springframework/asm/Attribute;
           12  126    14                        attributesCount  I
           15   45    15                          attributeName  Ljava/lang/String;
           16   45    16                        attributeLength  I
           42   44    17                              attribute  Lorg/springframework/asm/Attribute;
           48  126    15                 recordComponentVisitor  Lorg/springframework/asm/RecordComponentVisitor;
           52   64    16                         numAnnotations  I
           53   64    17                currentAnnotationOffset  I
           55   63    18                   annotationDescriptor  Ljava/lang/String;
           66   78    16                         numAnnotations  I
           67   78    17                currentAnnotationOffset  I
           69   77    18                   annotationDescriptor  Ljava/lang/String;
           80   98    16                         numAnnotations  I
           81   98    17                currentAnnotationOffset  I
           84   97    18                   annotationDescriptor  Ljava/lang/String;
          100  118    16                         numAnnotations  I
          101  118    17                currentAnnotationOffset  I
          104  117    18                   annotationDescriptor  Ljava/lang/String;
          120  123    16                          nextAttribute  Lorg/springframework/asm/Attribute;
    MethodParameters:
                       Name  Flags
      classVisitor           final
      context                final
      recordComponentOffset  final

  private int readField(org.springframework.asm.ClassVisitor, org.springframework.asm.Context, int);
    descriptor: (Lorg/springframework/asm/ClassVisitor;Lorg/springframework/asm/Context;I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=21, args_size=4
        start local 0 // org.springframework.asm.ClassReader this
        start local 1 // org.springframework.asm.ClassVisitor classVisitor
        start local 2 // org.springframework.asm.Context context
        start local 3 // int fieldInfoOffset
         0: .line 1043
            aload 2 /* context */
            getfield org.springframework.asm.Context.charBuffer:[C
            astore 4 /* charBuffer */
        start local 4 // char[] charBuffer
         1: .line 1046
            iload 3 /* fieldInfoOffset */
            istore 5 /* currentOffset */
        start local 5 // int currentOffset
         2: .line 1047
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 6 /* accessFlags */
        start local 6 // int accessFlags
         3: .line 1048
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_2
            iadd
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 7 /* name */
        start local 7 // java.lang.String name
         4: .line 1049
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_4
            iadd
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 8 /* descriptor */
        start local 8 // java.lang.String descriptor
         5: .line 1050
            iinc 5 /* currentOffset */ 6
         6: .line 1055
            aconst_null
            astore 9 /* constantValue */
        start local 9 // java.lang.Object constantValue
         7: .line 1057
            aconst_null
            astore 10 /* signature */
        start local 10 // java.lang.String signature
         8: .line 1059
            iconst_0
            istore 11 /* runtimeVisibleAnnotationsOffset */
        start local 11 // int runtimeVisibleAnnotationsOffset
         9: .line 1061
            iconst_0
            istore 12 /* runtimeInvisibleAnnotationsOffset */
        start local 12 // int runtimeInvisibleAnnotationsOffset
        10: .line 1063
            iconst_0
            istore 13 /* runtimeVisibleTypeAnnotationsOffset */
        start local 13 // int runtimeVisibleTypeAnnotationsOffset
        11: .line 1065
            iconst_0
            istore 14 /* runtimeInvisibleTypeAnnotationsOffset */
        start local 14 // int runtimeInvisibleTypeAnnotationsOffset
        12: .line 1068
            aconst_null
            astore 15 /* attributes */
        start local 15 // org.springframework.asm.Attribute attributes
        13: .line 1070
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 16 /* attributesCount */
        start local 16 // int attributesCount
        14: .line 1071
            iinc 5 /* currentOffset */ 2
        15: .line 1072
            goto 59
        16: .line 1074
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.ClassVisitor org.springframework.asm.Context int char[] int int java.lang.String java.lang.String java.lang.Object java.lang.String int int int int org.springframework.asm.Attribute int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* currentOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 17 /* attributeName */
        start local 17 // java.lang.String attributeName
        17: .line 1075
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            istore 18 /* attributeLength */
        start local 18 // int attributeLength
        18: .line 1076
            iinc 5 /* currentOffset */ 6
        19: .line 1079
            ldc "ConstantValue"
            aload 17 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 25
        20: .line 1080
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 19 /* constantvalueIndex */
        start local 19 // int constantvalueIndex
        21: .line 1081
            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.springframework.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 1082
            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 1083
            aload 0 /* this */
            iload 5 /* currentOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 10 /* signature */
        27: .line 1084
            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 1085
            iload 6 /* accessFlags */
            ldc 131072
            ior
            istore 6 /* accessFlags */
        30: .line 1086
            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 1087
            iload 6 /* accessFlags */
            sipush 4096
            ior
            istore 6 /* accessFlags */
        33: .line 1088
            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 1089
            iload 5 /* currentOffset */
            istore 11 /* runtimeVisibleAnnotationsOffset */
        36: .line 1090
            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 1091
            iload 5 /* currentOffset */
            istore 13 /* runtimeVisibleTypeAnnotationsOffset */
        39: .line 1092
            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 1093
            iload 5 /* currentOffset */
            istore 12 /* runtimeInvisibleAnnotationsOffset */
        42: .line 1094
            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 1095
            iload 5 /* currentOffset */
            istore 14 /* runtimeInvisibleTypeAnnotationsOffset */
        45: .line 1096
            goto 58
        46: .line 1098
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        47: .line 1099
            aload 2 /* context */
            getfield org.springframework.asm.Context.attributePrototypes:[Lorg/springframework/asm/Attribute;
        48: .line 1100
            aload 17 /* attributeName */
        49: .line 1101
            iload 5 /* currentOffset */
        50: .line 1102
            iload 18 /* attributeLength */
        51: .line 1103
            aload 4 /* charBuffer */
        52: .line 1104
            iconst_m1
        53: .line 1105
            aconst_null
        54: .line 1098
            invokevirtual org.springframework.asm.ClassReader.readAttribute:([Lorg/springframework/asm/Attribute;Ljava/lang/String;II[CI[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Attribute;
        55: .line 1097
            astore 19 /* attribute */
        start local 19 // org.springframework.asm.Attribute attribute
        56: .line 1106
            aload 19 /* attribute */
            aload 15 /* attributes */
            putfield org.springframework.asm.Attribute.nextAttribute:Lorg/springframework/asm/Attribute;
        57: .line 1107
            aload 19 /* attribute */
            astore 15 /* attributes */
        end local 19 // org.springframework.asm.Attribute attribute
        58: .line 1109
      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 1072
      StackMap locals:
      StackMap stack:
            iload 16 /* attributesCount */
            iinc 16 /* attributesCount */ -1
            ifgt 16
        60: .line 1114
            aload 1 /* classVisitor */
            iload 6 /* accessFlags */
            aload 7 /* name */
            aload 8 /* descriptor */
            aload 10 /* signature */
            aload 9 /* constantValue */
            invokevirtual org.springframework.asm.ClassVisitor.visitField:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lorg/springframework/asm/FieldVisitor;
        61: .line 1113
            astore 17 /* fieldVisitor */
        start local 17 // org.springframework.asm.FieldVisitor fieldVisitor
        62: .line 1115
            aload 17 /* fieldVisitor */
            ifnonnull 64
        63: .line 1116
            iload 5 /* currentOffset */
            ireturn
        64: .line 1120
      StackMap locals: org.springframework.asm.FieldVisitor
      StackMap stack:
            iload 11 /* runtimeVisibleAnnotationsOffset */
            ifeq 78
        65: .line 1121
            aload 0 /* this */
            iload 11 /* runtimeVisibleAnnotationsOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 18 /* numAnnotations */
        start local 18 // int numAnnotations
        66: .line 1122
            iload 11 /* runtimeVisibleAnnotationsOffset */
            iconst_2
            iadd
            istore 19 /* currentAnnotationOffset */
        start local 19 // int currentAnnotationOffset
        67: .line 1123
            goto 77
        68: .line 1125
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 19 /* currentAnnotationOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 20 /* annotationDescriptor */
        start local 20 // java.lang.String annotationDescriptor
        69: .line 1126
            iinc 19 /* currentAnnotationOffset */ 2
        70: .line 1129
            aload 0 /* this */
        71: .line 1130
            aload 17 /* fieldVisitor */
            aload 20 /* annotationDescriptor */
            iconst_1
            invokevirtual org.springframework.asm.FieldVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
        72: .line 1131
            iload 19 /* currentAnnotationOffset */
        73: .line 1132
            iconst_1
        74: .line 1133
            aload 4 /* charBuffer */
        75: .line 1129
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
        76: .line 1128
            istore 19 /* currentAnnotationOffset */
        end local 20 // java.lang.String annotationDescriptor
        77: .line 1123
      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 1138
      StackMap locals:
      StackMap stack:
            iload 12 /* runtimeInvisibleAnnotationsOffset */
            ifeq 92
        79: .line 1139
            aload 0 /* this */
            iload 12 /* runtimeInvisibleAnnotationsOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 18 /* numAnnotations */
        start local 18 // int numAnnotations
        80: .line 1140
            iload 12 /* runtimeInvisibleAnnotationsOffset */
            iconst_2
            iadd
            istore 19 /* currentAnnotationOffset */
        start local 19 // int currentAnnotationOffset
        81: .line 1141
            goto 91
        82: .line 1143
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 19 /* currentAnnotationOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 20 /* annotationDescriptor */
        start local 20 // java.lang.String annotationDescriptor
        83: .line 1144
            iinc 19 /* currentAnnotationOffset */ 2
        84: .line 1147
            aload 0 /* this */
        85: .line 1148
            aload 17 /* fieldVisitor */
            aload 20 /* annotationDescriptor */
            iconst_0
            invokevirtual org.springframework.asm.FieldVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
        86: .line 1149
            iload 19 /* currentAnnotationOffset */
        87: .line 1150
            iconst_1
        88: .line 1151
            aload 4 /* charBuffer */
        89: .line 1147
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
        90: .line 1146
            istore 19 /* currentAnnotationOffset */
        end local 20 // java.lang.String annotationDescriptor
        91: .line 1141
      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 1156
      StackMap locals:
      StackMap stack:
            iload 13 /* runtimeVisibleTypeAnnotationsOffset */
            ifeq 112
        93: .line 1157
            aload 0 /* this */
            iload 13 /* runtimeVisibleTypeAnnotationsOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 18 /* numAnnotations */
        start local 18 // int numAnnotations
        94: .line 1158
            iload 13 /* runtimeVisibleTypeAnnotationsOffset */
            iconst_2
            iadd
            istore 19 /* currentAnnotationOffset */
        start local 19 // int currentAnnotationOffset
        95: .line 1159
            goto 111
        96: .line 1161
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* context */
            iload 19 /* currentAnnotationOffset */
            invokevirtual org.springframework.asm.ClassReader.readTypeAnnotationTarget:(Lorg/springframework/asm/Context;I)I
            istore 19 /* currentAnnotationOffset */
        97: .line 1163
            aload 0 /* this */
            iload 19 /* currentAnnotationOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 20 /* annotationDescriptor */
        start local 20 // java.lang.String annotationDescriptor
        98: .line 1164
            iinc 19 /* currentAnnotationOffset */ 2
        99: .line 1167
            aload 0 /* this */
       100: .line 1168
            aload 17 /* fieldVisitor */
       101: .line 1169
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTarget:I
       102: .line 1170
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTargetPath:Lorg/springframework/asm/TypePath;
       103: .line 1171
            aload 20 /* annotationDescriptor */
       104: .line 1172
            iconst_1
       105: .line 1168
            invokevirtual org.springframework.asm.FieldVisitor.visitTypeAnnotation:(ILorg/springframework/asm/TypePath;Ljava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
       106: .line 1173
            iload 19 /* currentAnnotationOffset */
       107: .line 1174
            iconst_1
       108: .line 1175
            aload 4 /* charBuffer */
       109: .line 1167
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
       110: .line 1166
            istore 19 /* currentAnnotationOffset */
        end local 20 // java.lang.String annotationDescriptor
       111: .line 1159
      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 1180
      StackMap locals:
      StackMap stack:
            iload 14 /* runtimeInvisibleTypeAnnotationsOffset */
            ifeq 137
       113: .line 1181
            aload 0 /* this */
            iload 14 /* runtimeInvisibleTypeAnnotationsOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 18 /* numAnnotations */
        start local 18 // int numAnnotations
       114: .line 1182
            iload 14 /* runtimeInvisibleTypeAnnotationsOffset */
            iconst_2
            iadd
            istore 19 /* currentAnnotationOffset */
        start local 19 // int currentAnnotationOffset
       115: .line 1183
            goto 131
       116: .line 1185
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* context */
            iload 19 /* currentAnnotationOffset */
            invokevirtual org.springframework.asm.ClassReader.readTypeAnnotationTarget:(Lorg/springframework/asm/Context;I)I
            istore 19 /* currentAnnotationOffset */
       117: .line 1187
            aload 0 /* this */
            iload 19 /* currentAnnotationOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 20 /* annotationDescriptor */
        start local 20 // java.lang.String annotationDescriptor
       118: .line 1188
            iinc 19 /* currentAnnotationOffset */ 2
       119: .line 1191
            aload 0 /* this */
       120: .line 1192
            aload 17 /* fieldVisitor */
       121: .line 1193
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTarget:I
       122: .line 1194
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTargetPath:Lorg/springframework/asm/TypePath;
       123: .line 1195
            aload 20 /* annotationDescriptor */
       124: .line 1196
            iconst_0
       125: .line 1192
            invokevirtual org.springframework.asm.FieldVisitor.visitTypeAnnotation:(ILorg/springframework/asm/TypePath;Ljava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
       126: .line 1197
            iload 19 /* currentAnnotationOffset */
       127: .line 1198
            iconst_1
       128: .line 1199
            aload 4 /* charBuffer */
       129: .line 1191
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
       130: .line 1190
            istore 19 /* currentAnnotationOffset */
        end local 20 // java.lang.String annotationDescriptor
       131: .line 1183
      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 1204
            goto 137
       133: .line 1206
      StackMap locals:
      StackMap stack:
            aload 15 /* attributes */
            getfield org.springframework.asm.Attribute.nextAttribute:Lorg/springframework/asm/Attribute;
            astore 18 /* nextAttribute */
        start local 18 // org.springframework.asm.Attribute nextAttribute
       134: .line 1207
            aload 15 /* attributes */
            aconst_null
            putfield org.springframework.asm.Attribute.nextAttribute:Lorg/springframework/asm/Attribute;
       135: .line 1208
            aload 17 /* fieldVisitor */
            aload 15 /* attributes */
            invokevirtual org.springframework.asm.FieldVisitor.visitAttribute:(Lorg/springframework/asm/Attribute;)V
       136: .line 1209
            aload 18 /* nextAttribute */
            astore 15 /* attributes */
        end local 18 // org.springframework.asm.Attribute nextAttribute
       137: .line 1204
      StackMap locals:
      StackMap stack:
            aload 15 /* attributes */
            ifnonnull 133
       138: .line 1213
            aload 17 /* fieldVisitor */
            invokevirtual org.springframework.asm.FieldVisitor.visitEnd:()V
       139: .line 1214
            iload 5 /* currentOffset */
            ireturn
        end local 17 // org.springframework.asm.FieldVisitor fieldVisitor
        end local 16 // int attributesCount
        end local 15 // org.springframework.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.springframework.asm.Context context
        end local 1 // org.springframework.asm.ClassVisitor classVisitor
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                                   Name  Signature
            0  140     0                                   this  Lorg/springframework/asm/ClassReader;
            0  140     1                           classVisitor  Lorg/springframework/asm/ClassVisitor;
            0  140     2                                context  Lorg/springframework/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/springframework/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/springframework/asm/Attribute;
           62  140    17                           fieldVisitor  Lorg/springframework/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/springframework/asm/Attribute;
    MethodParameters:
                 Name  Flags
      classVisitor     final
      context          final
      fieldInfoOffset  final

  private int readMethod(org.springframework.asm.ClassVisitor, org.springframework.asm.Context, int);
    descriptor: (Lorg/springframework/asm/ClassVisitor;Lorg/springframework/asm/Context;I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=25, args_size=4
        start local 0 // org.springframework.asm.ClassReader this
        start local 1 // org.springframework.asm.ClassVisitor classVisitor
        start local 2 // org.springframework.asm.Context context
        start local 3 // int methodInfoOffset
         0: .line 1227
            aload 2 /* context */
            getfield org.springframework.asm.Context.charBuffer:[C
            astore 4 /* charBuffer */
        start local 4 // char[] charBuffer
         1: .line 1230
            iload 3 /* methodInfoOffset */
            istore 5 /* currentOffset */
        start local 5 // int currentOffset
         2: .line 1231
            aload 2 /* context */
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            putfield org.springframework.asm.Context.currentMethodAccessFlags:I
         3: .line 1232
            aload 2 /* context */
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_2
            iadd
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            putfield org.springframework.asm.Context.currentMethodName:Ljava/lang/String;
         4: .line 1233
            aload 2 /* context */
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_4
            iadd
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            putfield org.springframework.asm.Context.currentMethodDescriptor:Ljava/lang/String;
         5: .line 1234
            iinc 5 /* currentOffset */ 6
         6: .line 1239
            iconst_0
            istore 6 /* codeOffset */
        start local 6 // int codeOffset
         7: .line 1241
            iconst_0
            istore 7 /* exceptionsOffset */
        start local 7 // int exceptionsOffset
         8: .line 1243
            aconst_null
            astore 8 /* exceptions */
        start local 8 // java.lang.String[] exceptions
         9: .line 1245
            iconst_0
            istore 9 /* synthetic */
        start local 9 // boolean synthetic
        10: .line 1247
            iconst_0
            istore 10 /* signatureIndex */
        start local 10 // int signatureIndex
        11: .line 1249
            iconst_0
            istore 11 /* runtimeVisibleAnnotationsOffset */
        start local 11 // int runtimeVisibleAnnotationsOffset
        12: .line 1251
            iconst_0
            istore 12 /* runtimeInvisibleAnnotationsOffset */
        start local 12 // int runtimeInvisibleAnnotationsOffset
        13: .line 1253
            iconst_0
            istore 13 /* runtimeVisibleParameterAnnotationsOffset */
        start local 13 // int runtimeVisibleParameterAnnotationsOffset
        14: .line 1255
            iconst_0
            istore 14 /* runtimeInvisibleParameterAnnotationsOffset */
        start local 14 // int runtimeInvisibleParameterAnnotationsOffset
        15: .line 1257
            iconst_0
            istore 15 /* runtimeVisibleTypeAnnotationsOffset */
        start local 15 // int runtimeVisibleTypeAnnotationsOffset
        16: .line 1259
            iconst_0
            istore 16 /* runtimeInvisibleTypeAnnotationsOffset */
        start local 16 // int runtimeInvisibleTypeAnnotationsOffset
        17: .line 1261
            iconst_0
            istore 17 /* annotationDefaultOffset */
        start local 17 // int annotationDefaultOffset
        18: .line 1263
            iconst_0
            istore 18 /* methodParametersOffset */
        start local 18 // int methodParametersOffset
        19: .line 1266
            aconst_null
            astore 19 /* attributes */
        start local 19 // org.springframework.asm.Attribute attributes
        20: .line 1268
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 20 /* attributesCount */
        start local 20 // int attributesCount
        21: .line 1269
            iinc 5 /* currentOffset */ 2
        22: .line 1270
            goto 88
        23: .line 1272
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.ClassVisitor org.springframework.asm.Context int char[] int int int java.lang.String[] int int int int int int int int int int org.springframework.asm.Attribute int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* currentOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 21 /* attributeName */
        start local 21 // java.lang.String attributeName
        24: .line 1273
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            istore 22 /* attributeLength */
        start local 22 // int attributeLength
        25: .line 1274
            iinc 5 /* currentOffset */ 6
        26: .line 1277
            ldc "Code"
            aload 21 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 30
        27: .line 1278
            aload 2 /* context */
            getfield org.springframework.asm.Context.parsingOptions:I
            iconst_1
            iand
            ifne 87
        28: .line 1279
            iload 5 /* currentOffset */
            istore 6 /* codeOffset */
        29: .line 1281
            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 1282
            iload 5 /* currentOffset */
            istore 7 /* exceptionsOffset */
        32: .line 1283
            aload 0 /* this */
            iload 7 /* exceptionsOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            anewarray java.lang.String
            astore 8 /* exceptions */
        33: .line 1284
            iload 7 /* exceptionsOffset */
            iconst_2
            iadd
            istore 23 /* currentExceptionOffset */
        start local 23 // int currentExceptionOffset
        34: .line 1285
            iconst_0
            istore 24 /* i */
        start local 24 // int i
        35: goto 39
        36: .line 1286
      StackMap locals: int int
      StackMap stack:
            aload 8 /* exceptions */
            iload 24 /* i */
            aload 0 /* this */
            iload 23 /* currentExceptionOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            aastore
        37: .line 1287
            iinc 23 /* currentExceptionOffset */ 2
        38: .line 1285
            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 1289
            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 1290
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 10 /* signatureIndex */
        43: .line 1291
            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 1292
            aload 2 /* context */
            dup
            getfield org.springframework.asm.Context.currentMethodAccessFlags:I
            ldc 131072
            ior
            putfield org.springframework.asm.Context.currentMethodAccessFlags:I
        46: .line 1293
            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 1294
            iload 5 /* currentOffset */
            istore 11 /* runtimeVisibleAnnotationsOffset */
        49: .line 1295
            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 1296
            iload 5 /* currentOffset */
            istore 15 /* runtimeVisibleTypeAnnotationsOffset */
        52: .line 1297
            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 1298
            iload 5 /* currentOffset */
            istore 17 /* annotationDefaultOffset */
        55: .line 1299
            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 1300
            iconst_1
            istore 9 /* synthetic */
        58: .line 1301
            aload 2 /* context */
            dup
            getfield org.springframework.asm.Context.currentMethodAccessFlags:I
            sipush 4096
            ior
            putfield org.springframework.asm.Context.currentMethodAccessFlags:I
        59: .line 1302
            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 1303
            iload 5 /* currentOffset */
            istore 12 /* runtimeInvisibleAnnotationsOffset */
        62: .line 1304
            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 1305
            iload 5 /* currentOffset */
            istore 16 /* runtimeInvisibleTypeAnnotationsOffset */
        65: .line 1306
            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 1307
            iload 5 /* currentOffset */
            istore 13 /* runtimeVisibleParameterAnnotationsOffset */
        68: .line 1308
            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 1309
            iload 5 /* currentOffset */
            istore 14 /* runtimeInvisibleParameterAnnotationsOffset */
        71: .line 1310
            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 1311
            iload 5 /* currentOffset */
            istore 18 /* methodParametersOffset */
        74: .line 1312
            goto 87
        75: .line 1314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        76: .line 1315
            aload 2 /* context */
            getfield org.springframework.asm.Context.attributePrototypes:[Lorg/springframework/asm/Attribute;
        77: .line 1316
            aload 21 /* attributeName */
        78: .line 1317
            iload 5 /* currentOffset */
        79: .line 1318
            iload 22 /* attributeLength */
        80: .line 1319
            aload 4 /* charBuffer */
        81: .line 1320
            iconst_m1
        82: .line 1321
            aconst_null
        83: .line 1314
            invokevirtual org.springframework.asm.ClassReader.readAttribute:([Lorg/springframework/asm/Attribute;Ljava/lang/String;II[CI[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Attribute;
        84: .line 1313
            astore 23 /* attribute */
        start local 23 // org.springframework.asm.Attribute attribute
        85: .line 1322
            aload 23 /* attribute */
            aload 19 /* attributes */
            putfield org.springframework.asm.Attribute.nextAttribute:Lorg/springframework/asm/Attribute;
        86: .line 1323
            aload 23 /* attribute */
            astore 19 /* attributes */
        end local 23 // org.springframework.asm.Attribute attribute
        87: .line 1325
      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 1270
      StackMap locals:
      StackMap stack:
            iload 20 /* attributesCount */
            iinc 20 /* attributesCount */ -1
            ifgt 23
        89: .line 1330
            aload 1 /* classVisitor */
        90: .line 1331
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentMethodAccessFlags:I
        91: .line 1332
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentMethodName:Ljava/lang/String;
        92: .line 1333
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentMethodDescriptor:Ljava/lang/String;
        93: .line 1334
            iload 10 /* signatureIndex */
            ifne 94
            aconst_null
            goto 95
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.ClassVisitor org.springframework.asm.Context int char[] int int int java.lang.String[] int int int int int int int int int int org.springframework.asm.Attribute int
      StackMap stack: org.springframework.asm.ClassVisitor int java.lang.String java.lang.String
        94: aload 0 /* this */
            iload 10 /* signatureIndex */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUtf:(I[C)Ljava/lang/String;
        95: .line 1335
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.ClassVisitor org.springframework.asm.Context int char[] int int int java.lang.String[] int int int int int int int int int int org.springframework.asm.Attribute int
      StackMap stack: org.springframework.asm.ClassVisitor int java.lang.String java.lang.String java.lang.String
            aload 8 /* exceptions */
        96: .line 1330
            invokevirtual org.springframework.asm.ClassVisitor.visitMethod:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Lorg/springframework/asm/MethodVisitor;
        97: .line 1329
            astore 21 /* methodVisitor */
        start local 21 // org.springframework.asm.MethodVisitor methodVisitor
        98: .line 1336
            aload 21 /* methodVisitor */
            ifnonnull 100
        99: .line 1337
            iload 5 /* currentOffset */
            ireturn
       100: .line 1344
      StackMap locals: org.springframework.asm.MethodVisitor
      StackMap stack:
            aload 21 /* methodVisitor */
            instanceof org.springframework.asm.MethodWriter
            ifeq 114
       101: .line 1345
            aload 21 /* methodVisitor */
            checkcast org.springframework.asm.MethodWriter
            astore 22 /* methodWriter */
        start local 22 // org.springframework.asm.MethodWriter methodWriter
       102: .line 1346
            aload 22 /* methodWriter */
       103: .line 1347
            aload 0 /* this */
       104: .line 1348
            iload 9 /* synthetic */
       105: .line 1349
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentMethodAccessFlags:I
            ldc 131072
            iand
            ifeq 106
            iconst_1
            goto 107
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.ClassVisitor org.springframework.asm.Context int char[] int int int java.lang.String[] int int int int int int int int int int org.springframework.asm.Attribute int org.springframework.asm.MethodVisitor org.springframework.asm.MethodWriter
      StackMap stack: org.springframework.asm.MethodWriter org.springframework.asm.ClassReader int
       106: iconst_0
       107: .line 1350
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.ClassVisitor org.springframework.asm.Context int char[] int int int java.lang.String[] int int int int int int int int int int org.springframework.asm.Attribute int org.springframework.asm.MethodVisitor org.springframework.asm.MethodWriter
      StackMap stack: org.springframework.asm.MethodWriter org.springframework.asm.ClassReader int int
            aload 0 /* this */
            iload 3 /* methodInfoOffset */
            iconst_4
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
       108: .line 1351
            iload 10 /* signatureIndex */
       109: .line 1352
            iload 7 /* exceptionsOffset */
       110: .line 1346
            invokevirtual org.springframework.asm.MethodWriter.canCopyMethodAttributes:(Lorg/springframework/asm/ClassReader;ZZIII)Z
       111: .line 1352
            ifeq 114
       112: .line 1353
            aload 22 /* methodWriter */
            iload 3 /* methodInfoOffset */
            iload 5 /* currentOffset */
            iload 3 /* methodInfoOffset */
            isub
            invokevirtual org.springframework.asm.MethodWriter.setMethodAttributesSource:(II)V
       113: .line 1354
            iload 5 /* currentOffset */
            ireturn
        end local 22 // org.springframework.asm.MethodWriter methodWriter
       114: .line 1359
      StackMap locals:
      StackMap stack:
            iload 18 /* methodParametersOffset */
            ifeq 124
            aload 2 /* context */
            getfield org.springframework.asm.Context.parsingOptions:I
            iconst_2
            iand
            ifne 124
       115: .line 1360
            aload 0 /* this */
            iload 18 /* methodParametersOffset */
            invokevirtual org.springframework.asm.ClassReader.readByte:(I)I
            istore 22 /* parametersCount */
        start local 22 // int parametersCount
       116: .line 1361
            iload 18 /* methodParametersOffset */
            iconst_1
            iadd
            istore 23 /* currentParameterOffset */
        start local 23 // int currentParameterOffset
       117: .line 1362
            goto 123
       118: .line 1364
      StackMap locals: int int
      StackMap stack:
            aload 21 /* methodVisitor */
       119: .line 1365
            aload 0 /* this */
            iload 23 /* currentParameterOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
       120: .line 1366
            aload 0 /* this */
            iload 23 /* currentParameterOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
       121: .line 1364
            invokevirtual org.springframework.asm.MethodVisitor.visitParameter:(Ljava/lang/String;I)V
       122: .line 1367
            iinc 23 /* currentParameterOffset */ 4
       123: .line 1362
      StackMap locals:
      StackMap stack:
            iload 22 /* parametersCount */
            iinc 22 /* parametersCount */ -1
            ifgt 118
        end local 23 // int currentParameterOffset
        end local 22 // int parametersCount
       124: .line 1372
      StackMap locals:
      StackMap stack:
            iload 17 /* annotationDefaultOffset */
            ifeq 129
       125: .line 1373
            aload 21 /* methodVisitor */
            invokevirtual org.springframework.asm.MethodVisitor.visitAnnotationDefault:()Lorg/springframework/asm/AnnotationVisitor;
            astore 22 /* annotationVisitor */
        start local 22 // org.springframework.asm.AnnotationVisitor annotationVisitor
       126: .line 1374
            aload 0 /* this */
            aload 22 /* annotationVisitor */
            iload 17 /* annotationDefaultOffset */
            aconst_null
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readElementValue:(Lorg/springframework/asm/AnnotationVisitor;ILjava/lang/String;[C)I
            pop
       127: .line 1375
            aload 22 /* annotationVisitor */
            ifnull 129
       128: .line 1376
            aload 22 /* annotationVisitor */
            invokevirtual org.springframework.asm.AnnotationVisitor.visitEnd:()V
        end local 22 // org.springframework.asm.AnnotationVisitor annotationVisitor
       129: .line 1381
      StackMap locals:
      StackMap stack:
            iload 11 /* runtimeVisibleAnnotationsOffset */
            ifeq 143
       130: .line 1382
            aload 0 /* this */
            iload 11 /* runtimeVisibleAnnotationsOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 22 /* numAnnotations */
        start local 22 // int numAnnotations
       131: .line 1383
            iload 11 /* runtimeVisibleAnnotationsOffset */
            iconst_2
            iadd
            istore 23 /* currentAnnotationOffset */
        start local 23 // int currentAnnotationOffset
       132: .line 1384
            goto 142
       133: .line 1386
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 23 /* currentAnnotationOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 24 /* annotationDescriptor */
        start local 24 // java.lang.String annotationDescriptor
       134: .line 1387
            iinc 23 /* currentAnnotationOffset */ 2
       135: .line 1390
            aload 0 /* this */
       136: .line 1391
            aload 21 /* methodVisitor */
            aload 24 /* annotationDescriptor */
            iconst_1
            invokevirtual org.springframework.asm.MethodVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
       137: .line 1392
            iload 23 /* currentAnnotationOffset */
       138: .line 1393
            iconst_1
       139: .line 1394
            aload 4 /* charBuffer */
       140: .line 1390
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
       141: .line 1389
            istore 23 /* currentAnnotationOffset */
        end local 24 // java.lang.String annotationDescriptor
       142: .line 1384
      StackMap locals:
      StackMap stack:
            iload 22 /* numAnnotations */
            iinc 22 /* numAnnotations */ -1
            ifgt 133
        end local 23 // int currentAnnotationOffset
        end local 22 // int numAnnotations
       143: .line 1399
      StackMap locals:
      StackMap stack:
            iload 12 /* runtimeInvisibleAnnotationsOffset */
            ifeq 157
       144: .line 1400
            aload 0 /* this */
            iload 12 /* runtimeInvisibleAnnotationsOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 22 /* numAnnotations */
        start local 22 // int numAnnotations
       145: .line 1401
            iload 12 /* runtimeInvisibleAnnotationsOffset */
            iconst_2
            iadd
            istore 23 /* currentAnnotationOffset */
        start local 23 // int currentAnnotationOffset
       146: .line 1402
            goto 156
       147: .line 1404
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 23 /* currentAnnotationOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 24 /* annotationDescriptor */
        start local 24 // java.lang.String annotationDescriptor
       148: .line 1405
            iinc 23 /* currentAnnotationOffset */ 2
       149: .line 1408
            aload 0 /* this */
       150: .line 1409
            aload 21 /* methodVisitor */
            aload 24 /* annotationDescriptor */
            iconst_0
            invokevirtual org.springframework.asm.MethodVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
       151: .line 1410
            iload 23 /* currentAnnotationOffset */
       152: .line 1411
            iconst_1
       153: .line 1412
            aload 4 /* charBuffer */
       154: .line 1408
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
       155: .line 1407
            istore 23 /* currentAnnotationOffset */
        end local 24 // java.lang.String annotationDescriptor
       156: .line 1402
      StackMap locals:
      StackMap stack:
            iload 22 /* numAnnotations */
            iinc 22 /* numAnnotations */ -1
            ifgt 147
        end local 23 // int currentAnnotationOffset
        end local 22 // int numAnnotations
       157: .line 1417
      StackMap locals:
      StackMap stack:
            iload 15 /* runtimeVisibleTypeAnnotationsOffset */
            ifeq 177
       158: .line 1418
            aload 0 /* this */
            iload 15 /* runtimeVisibleTypeAnnotationsOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 22 /* numAnnotations */
        start local 22 // int numAnnotations
       159: .line 1419
            iload 15 /* runtimeVisibleTypeAnnotationsOffset */
            iconst_2
            iadd
            istore 23 /* currentAnnotationOffset */
        start local 23 // int currentAnnotationOffset
       160: .line 1420
            goto 176
       161: .line 1422
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* context */
            iload 23 /* currentAnnotationOffset */
            invokevirtual org.springframework.asm.ClassReader.readTypeAnnotationTarget:(Lorg/springframework/asm/Context;I)I
            istore 23 /* currentAnnotationOffset */
       162: .line 1424
            aload 0 /* this */
            iload 23 /* currentAnnotationOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 24 /* annotationDescriptor */
        start local 24 // java.lang.String annotationDescriptor
       163: .line 1425
            iinc 23 /* currentAnnotationOffset */ 2
       164: .line 1428
            aload 0 /* this */
       165: .line 1429
            aload 21 /* methodVisitor */
       166: .line 1430
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTarget:I
       167: .line 1431
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTargetPath:Lorg/springframework/asm/TypePath;
       168: .line 1432
            aload 24 /* annotationDescriptor */
       169: .line 1433
            iconst_1
       170: .line 1429
            invokevirtual org.springframework.asm.MethodVisitor.visitTypeAnnotation:(ILorg/springframework/asm/TypePath;Ljava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
       171: .line 1434
            iload 23 /* currentAnnotationOffset */
       172: .line 1435
            iconst_1
       173: .line 1436
            aload 4 /* charBuffer */
       174: .line 1428
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
       175: .line 1427
            istore 23 /* currentAnnotationOffset */
        end local 24 // java.lang.String annotationDescriptor
       176: .line 1420
      StackMap locals:
      StackMap stack:
            iload 22 /* numAnnotations */
            iinc 22 /* numAnnotations */ -1
            ifgt 161
        end local 23 // int currentAnnotationOffset
        end local 22 // int numAnnotations
       177: .line 1441
      StackMap locals:
      StackMap stack:
            iload 16 /* runtimeInvisibleTypeAnnotationsOffset */
            ifeq 197
       178: .line 1442
            aload 0 /* this */
            iload 16 /* runtimeInvisibleTypeAnnotationsOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 22 /* numAnnotations */
        start local 22 // int numAnnotations
       179: .line 1443
            iload 16 /* runtimeInvisibleTypeAnnotationsOffset */
            iconst_2
            iadd
            istore 23 /* currentAnnotationOffset */
        start local 23 // int currentAnnotationOffset
       180: .line 1444
            goto 196
       181: .line 1446
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* context */
            iload 23 /* currentAnnotationOffset */
            invokevirtual org.springframework.asm.ClassReader.readTypeAnnotationTarget:(Lorg/springframework/asm/Context;I)I
            istore 23 /* currentAnnotationOffset */
       182: .line 1448
            aload 0 /* this */
            iload 23 /* currentAnnotationOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 24 /* annotationDescriptor */
        start local 24 // java.lang.String annotationDescriptor
       183: .line 1449
            iinc 23 /* currentAnnotationOffset */ 2
       184: .line 1452
            aload 0 /* this */
       185: .line 1453
            aload 21 /* methodVisitor */
       186: .line 1454
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTarget:I
       187: .line 1455
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTargetPath:Lorg/springframework/asm/TypePath;
       188: .line 1456
            aload 24 /* annotationDescriptor */
       189: .line 1457
            iconst_0
       190: .line 1453
            invokevirtual org.springframework.asm.MethodVisitor.visitTypeAnnotation:(ILorg/springframework/asm/TypePath;Ljava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
       191: .line 1458
            iload 23 /* currentAnnotationOffset */
       192: .line 1459
            iconst_1
       193: .line 1460
            aload 4 /* charBuffer */
       194: .line 1452
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
       195: .line 1451
            istore 23 /* currentAnnotationOffset */
        end local 24 // java.lang.String annotationDescriptor
       196: .line 1444
      StackMap locals:
      StackMap stack:
            iload 22 /* numAnnotations */
            iinc 22 /* numAnnotations */ -1
            ifgt 181
        end local 23 // int currentAnnotationOffset
        end local 22 // int numAnnotations
       197: .line 1465
      StackMap locals:
      StackMap stack:
            iload 13 /* runtimeVisibleParameterAnnotationsOffset */
            ifeq 201
       198: .line 1466
            aload 0 /* this */
       199: .line 1467
            aload 21 /* methodVisitor */
            aload 2 /* context */
            iload 13 /* runtimeVisibleParameterAnnotationsOffset */
            iconst_1
       200: .line 1466
            invokevirtual org.springframework.asm.ClassReader.readParameterAnnotations:(Lorg/springframework/asm/MethodVisitor;Lorg/springframework/asm/Context;IZ)V
       201: .line 1471
      StackMap locals:
      StackMap stack:
            iload 14 /* runtimeInvisibleParameterAnnotationsOffset */
            ifeq 213
       202: .line 1472
            aload 0 /* this */
       203: .line 1473
            aload 21 /* methodVisitor */
       204: .line 1474
            aload 2 /* context */
       205: .line 1475
            iload 14 /* runtimeInvisibleParameterAnnotationsOffset */
       206: .line 1476
            iconst_0
       207: .line 1472
            invokevirtual org.springframework.asm.ClassReader.readParameterAnnotations:(Lorg/springframework/asm/MethodVisitor;Lorg/springframework/asm/Context;IZ)V
       208: .line 1480
            goto 213
       209: .line 1482
      StackMap locals:
      StackMap stack:
            aload 19 /* attributes */
            getfield org.springframework.asm.Attribute.nextAttribute:Lorg/springframework/asm/Attribute;
            astore 22 /* nextAttribute */
        start local 22 // org.springframework.asm.Attribute nextAttribute
       210: .line 1483
            aload 19 /* attributes */
            aconst_null
            putfield org.springframework.asm.Attribute.nextAttribute:Lorg/springframework/asm/Attribute;
       211: .line 1484
            aload 21 /* methodVisitor */
            aload 19 /* attributes */
            invokevirtual org.springframework.asm.MethodVisitor.visitAttribute:(Lorg/springframework/asm/Attribute;)V
       212: .line 1485
            aload 22 /* nextAttribute */
            astore 19 /* attributes */
        end local 22 // org.springframework.asm.Attribute nextAttribute
       213: .line 1480
      StackMap locals:
      StackMap stack:
            aload 19 /* attributes */
            ifnonnull 209
       214: .line 1489
            iload 6 /* codeOffset */
            ifeq 217
       215: .line 1490
            aload 21 /* methodVisitor */
            invokevirtual org.springframework.asm.MethodVisitor.visitCode:()V
       216: .line 1491
            aload 0 /* this */
            aload 21 /* methodVisitor */
            aload 2 /* context */
            iload 6 /* codeOffset */
            invokevirtual org.springframework.asm.ClassReader.readCode:(Lorg/springframework/asm/MethodVisitor;Lorg/springframework/asm/Context;I)V
       217: .line 1495
      StackMap locals:
      StackMap stack:
            aload 21 /* methodVisitor */
            invokevirtual org.springframework.asm.MethodVisitor.visitEnd:()V
       218: .line 1496
            iload 5 /* currentOffset */
            ireturn
        end local 21 // org.springframework.asm.MethodVisitor methodVisitor
        end local 20 // int attributesCount
        end local 19 // org.springframework.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.springframework.asm.Context context
        end local 1 // org.springframework.asm.ClassVisitor classVisitor
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                                        Name  Signature
            0  219     0                                        this  Lorg/springframework/asm/ClassReader;
            0  219     1                                classVisitor  Lorg/springframework/asm/ClassVisitor;
            0  219     2                                     context  Lorg/springframework/asm/Context;
            0  219     3                            methodInfoOffset  I
            1  219     4                                  charBuffer  [C
            2  219     5                               currentOffset  I
            7  219     6                                  codeOffset  I
            8  219     7                            exceptionsOffset  I
            9  219     8                                  exceptions  [Ljava/lang/String;
           10  219     9                                   synthetic  Z
           11  219    10                              signatureIndex  I
           12  219    11             runtimeVisibleAnnotationsOffset  I
           13  219    12           runtimeInvisibleAnnotationsOffset  I
           14  219    13    runtimeVisibleParameterAnnotationsOffset  I
           15  219    14  runtimeInvisibleParameterAnnotationsOffset  I
           16  219    15         runtimeVisibleTypeAnnotationsOffset  I
           17  219    16       runtimeInvisibleTypeAnnotationsOffset  I
           18  219    17                     annotationDefaultOffset  I
           19  219    18                      methodParametersOffset  I
           20  219    19                                  attributes  Lorg/springframework/asm/Attribute;
           21  219    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/springframework/asm/Attribute;
           98  219    21                               methodVisitor  Lorg/springframework/asm/MethodVisitor;
          102  114    22                                methodWriter  Lorg/springframework/asm/MethodWriter;
          116  124    22                             parametersCount  I
          117  124    23                      currentParameterOffset  I
          126  129    22                           annotationVisitor  Lorg/springframework/asm/AnnotationVisitor;
          131  143    22                              numAnnotations  I
          132  143    23                     currentAnnotationOffset  I
          134  142    24                        annotationDescriptor  Ljava/lang/String;
          145  157    22                              numAnnotations  I
          146  157    23                     currentAnnotationOffset  I
          148  156    24                        annotationDescriptor  Ljava/lang/String;
          159  177    22                              numAnnotations  I
          160  177    23                     currentAnnotationOffset  I
          163  176    24                        annotationDescriptor  Ljava/lang/String;
          179  197    22                              numAnnotations  I
          180  197    23                     currentAnnotationOffset  I
          183  196    24                        annotationDescriptor  Ljava/lang/String;
          210  213    22                               nextAttribute  Lorg/springframework/asm/Attribute;
    MethodParameters:
                  Name  Flags
      classVisitor      final
      context           final
      methodInfoOffset  final

  private void readCode(org.springframework.asm.MethodVisitor, org.springframework.asm.Context, int);
    descriptor: (Lorg/springframework/asm/MethodVisitor;Lorg/springframework/asm/Context;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=41, args_size=4
        start local 0 // org.springframework.asm.ClassReader this
        start local 1 // org.springframework.asm.MethodVisitor methodVisitor
        start local 2 // org.springframework.asm.Context context
        start local 3 // int codeOffset
         0: .line 1513
            iload 3 /* codeOffset */
            istore 4 /* currentOffset */
        start local 4 // int currentOffset
         1: .line 1516
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.classFileBuffer:[B
            astore 5 /* classBuffer */
        start local 5 // byte[] classBuffer
         2: .line 1517
            aload 2 /* context */
            getfield org.springframework.asm.Context.charBuffer:[C
            astore 6 /* charBuffer */
        start local 6 // char[] charBuffer
         3: .line 1518
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 7 /* maxStack */
        start local 7 // int maxStack
         4: .line 1519
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 8 /* maxLocals */
        start local 8 // int maxLocals
         5: .line 1520
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_4
            iadd
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            istore 9 /* codeLength */
        start local 9 // int codeLength
         6: .line 1521
            iinc 4 /* currentOffset */ 8
         7: .line 1522
            iload 9 /* codeLength */
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.classFileBuffer:[B
            arraylength
            iload 4 /* currentOffset */
            isub
            if_icmple 9
         8: .line 1523
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         9: .line 1527
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int
      StackMap stack:
            iload 4 /* currentOffset */
            istore 10 /* bytecodeStartOffset */
        start local 10 // int bytecodeStartOffset
        10: .line 1528
            iload 4 /* currentOffset */
            iload 9 /* codeLength */
            iadd
            istore 11 /* bytecodeEndOffset */
        start local 11 // int bytecodeEndOffset
        11: .line 1529
            aload 2 /* context */
            iload 9 /* codeLength */
            iconst_1
            iadd
            anewarray org.springframework.asm.Label
            dup_x1
            putfield org.springframework.asm.Context.currentMethodLabels:[Lorg/springframework/asm/Label;
            astore 12 /* labels */
        start local 12 // org.springframework.asm.Label[] labels
        12: .line 1530
            goto 60
        13: .line 1531
      StackMap locals: int int org.springframework.asm.Label[]
      StackMap stack:
            iload 4 /* currentOffset */
            iload 10 /* bytecodeStartOffset */
            isub
            istore 13 /* bytecodeOffset */
        start local 13 // int bytecodeOffset
        14: .line 1532
            aload 5 /* classBuffer */
            iload 4 /* currentOffset */
            baload
            sipush 255
            iand
            istore 14 /* opcode */
        start local 14 // int opcode
        15: .line 1533
            iload 14 /* opcode */
            tableswitch { // 0 - 220
                    0: 16
                    1: 16
                    2: 16
                    3: 16
                    4: 16
                    5: 16
                    6: 16
                    7: 16
                    8: 16
                    9: 16
                   10: 16
                   11: 16
                   12: 16
                   13: 16
                   14: 16
                   15: 16
                   16: 51
                   17: 53
                   18: 51
                   19: 53
                   20: 53
                   21: 51
                   22: 51
                   23: 51
                   24: 51
                   25: 51
                   26: 16
                   27: 16
                   28: 16
                   29: 16
                   30: 16
                   31: 16
                   32: 16
                   33: 16
                   34: 16
                   35: 16
                   36: 16
                   37: 16
                   38: 16
                   39: 16
                   40: 16
                   41: 16
                   42: 16
                   43: 16
                   44: 16
                   45: 16
                   46: 16
                   47: 16
                   48: 16
                   49: 16
                   50: 16
                   51: 16
                   52: 16
                   53: 16
                   54: 51
                   55: 51
                   56: 51
                   57: 51
                   58: 51
                   59: 16
                   60: 16
                   61: 16
                   62: 16
                   63: 16
                   64: 16
                   65: 16
                   66: 16
                   67: 16
                   68: 16
                   69: 16
                   70: 16
                   71: 16
                   72: 16
                   73: 16
                   74: 16
                   75: 16
                   76: 16
                   77: 16
                   78: 16
                   79: 16
                   80: 16
                   81: 16
                   82: 16
                   83: 16
                   84: 16
                   85: 16
                   86: 16
                   87: 16
                   88: 16
                   89: 16
                   90: 16
                   91: 16
                   92: 16
                   93: 16
                   94: 16
                   95: 16
                   96: 16
                   97: 16
                   98: 16
                   99: 16
                  100: 16
                  101: 16
                  102: 16
                  103: 16
                  104: 16
                  105: 16
                  106: 16
                  107: 16
                  108: 16
                  109: 16
                  110: 16
                  111: 16
                  112: 16
                  113: 16
                  114: 16
                  115: 16
                  116: 16
                  117: 16
                  118: 16
                  119: 16
                  120: 16
                  121: 16
                  122: 16
                  123: 16
                  124: 16
                  125: 16
                  126: 16
                  127: 16
                  128: 16
                  129: 16
                  130: 16
                  131: 16
                  132: 53
                  133: 16
                  134: 16
                  135: 16
                  136: 16
                  137: 16
                  138: 16
                  139: 16
                  140: 16
                  141: 16
                  142: 16
                  143: 16
                  144: 16
                  145: 16
                  146: 16
                  147: 16
                  148: 16
                  149: 16
                  150: 16
                  151: 16
                  152: 16
                  153: 18
                  154: 18
                  155: 18
                  156: 18
                  157: 18
                  158: 18
                  159: 18
                  160: 18
                  161: 18
                  162: 18
                  163: 18
                  164: 18
                  165: 18
                  166: 18
                  167: 18
                  168: 18
                  169: 51
                  170: 33
                  171: 42
                  172: 16
                  173: 16
                  174: 16
                  175: 16
                  176: 16
                  177: 16
                  178: 53
                  179: 53
                  180: 53
                  181: 53
                  182: 53
                  183: 53
                  184: 53
                  185: 55
                  186: 55
                  187: 53
                  188: 51
                  189: 53
                  190: 16
                  191: 16
                  192: 53
                  193: 53
                  194: 16
                  195: 16
                  196: 27
                  197: 57
                  198: 18
                  199: 18
                  200: 24
                  201: 24
                  202: 21
                  203: 21
                  204: 21
                  205: 21
                  206: 21
                  207: 21
                  208: 21
                  209: 21
                  210: 21
                  211: 21
                  212: 21
                  213: 21
                  214: 21
                  215: 21
                  216: 21
                  217: 21
                  218: 21
                  219: 21
                  220: 24
              default: 59
          }
        16: .line 1681
      StackMap locals: int int
      StackMap stack:
            iinc 4 /* currentOffset */ 1
        17: .line 1682
            goto 60
        18: .line 1701
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 13 /* bytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readShort:(I)S
            iadd
            aload 12 /* labels */
            invokevirtual org.springframework.asm.ClassReader.createLabel:(I[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Label;
            pop
        19: .line 1702
            iinc 4 /* currentOffset */ 3
        20: .line 1703
            goto 60
        21: .line 1722
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 13 /* bytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iadd
            aload 12 /* labels */
            invokevirtual org.springframework.asm.ClassReader.createLabel:(I[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Label;
            pop
        22: .line 1723
            iinc 4 /* currentOffset */ 3
        23: .line 1724
            goto 60
        24: .line 1728
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 13 /* bytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            iadd
            aload 12 /* labels */
            invokevirtual org.springframework.asm.ClassReader.createLabel:(I[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Label;
            pop
        25: .line 1729
            iinc 4 /* currentOffset */ 5
        26: .line 1730
            goto 60
        27: .line 1732
      StackMap locals:
      StackMap stack:
            aload 5 /* classBuffer */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            lookupswitch { // 12
                   21: 28
                   22: 28
                   23: 28
                   24: 28
                   25: 28
                   54: 28
                   55: 28
                   56: 28
                   57: 28
                   58: 28
                  132: 30
                  169: 28
              default: 32
          }
        28: .line 1744
      StackMap locals:
      StackMap stack:
            iinc 4 /* currentOffset */ 4
        29: .line 1745
            goto 60
        30: .line 1747
      StackMap locals:
      StackMap stack:
            iinc 4 /* currentOffset */ 6
        31: .line 1748
            goto 60
        32: .line 1750
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        33: .line 1755
      StackMap locals:
      StackMap stack:
            iload 4 /* currentOffset */
            iconst_4
            iload 13 /* bytecodeOffset */
            iconst_3
            iand
            isub
            iadd
            istore 4 /* currentOffset */
        34: .line 1757
            aload 0 /* this */
            iload 13 /* bytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            iadd
            aload 12 /* labels */
            invokevirtual org.springframework.asm.ClassReader.createLabel:(I[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Label;
            pop
        35: .line 1758
            aload 0 /* this */
            iload 4 /* currentOffset */
            bipush 8
            iadd
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_4
            iadd
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            isub
            iconst_1
            iadd
            istore 15 /* numTableEntries */
        start local 15 // int numTableEntries
        36: .line 1759
            iinc 4 /* currentOffset */ 12
        37: .line 1761
            goto 40
        38: .line 1762
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 13 /* bytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            iadd
            aload 12 /* labels */
            invokevirtual org.springframework.asm.ClassReader.createLabel:(I[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Label;
            pop
        39: .line 1763
            iinc 4 /* currentOffset */ 4
        40: .line 1761
      StackMap locals:
      StackMap stack:
            iload 15 /* numTableEntries */
            iinc 15 /* numTableEntries */ -1
            ifgt 38
        41: .line 1765
            goto 60
        end local 15 // int numTableEntries
        42: .line 1768
      StackMap locals:
      StackMap stack:
            iload 4 /* currentOffset */
            iconst_4
            iload 13 /* bytecodeOffset */
            iconst_3
            iand
            isub
            iadd
            istore 4 /* currentOffset */
        43: .line 1770
            aload 0 /* this */
            iload 13 /* bytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            iadd
            aload 12 /* labels */
            invokevirtual org.springframework.asm.ClassReader.createLabel:(I[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Label;
            pop
        44: .line 1771
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_4
            iadd
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            istore 16 /* numSwitchCases */
        start local 16 // int numSwitchCases
        45: .line 1772
            iinc 4 /* currentOffset */ 8
        46: .line 1774
            goto 49
        47: .line 1775
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.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.springframework.asm.ClassReader.readInt:(I)I
            iadd
            aload 12 /* labels */
            invokevirtual org.springframework.asm.ClassReader.createLabel:(I[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Label;
            pop
        48: .line 1776
            iinc 4 /* currentOffset */ 8
        49: .line 1774
      StackMap locals:
      StackMap stack:
            iload 16 /* numSwitchCases */
            iinc 16 /* numSwitchCases */ -1
            ifgt 47
        50: .line 1778
            goto 60
        end local 16 // int numSwitchCases
        51: .line 1793
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int
      StackMap stack:
            iinc 4 /* currentOffset */ 2
        52: .line 1794
            goto 60
        53: .line 1810
      StackMap locals:
      StackMap stack:
            iinc 4 /* currentOffset */ 3
        54: .line 1811
            goto 60
        55: .line 1814
      StackMap locals:
      StackMap stack:
            iinc 4 /* currentOffset */ 5
        56: .line 1815
            goto 60
        57: .line 1817
      StackMap locals:
      StackMap stack:
            iinc 4 /* currentOffset */ 4
        58: .line 1818
            goto 60
        59: .line 1820
      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
        60: .line 1530
      StackMap locals:
      StackMap stack:
            iload 4 /* currentOffset */
            iload 11 /* bytecodeEndOffset */
            if_icmplt 13
        61: .line 1826
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 13 /* exceptionTableLength */
        start local 13 // int exceptionTableLength
        62: .line 1827
            iinc 4 /* currentOffset */ 2
        63: .line 1828
            goto 70
        64: .line 1829
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            aload 12 /* labels */
            invokevirtual org.springframework.asm.ClassReader.createLabel:(I[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Label;
            astore 14 /* start */
        start local 14 // org.springframework.asm.Label start
        65: .line 1830
            aload 0 /* this */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            aload 12 /* labels */
            invokevirtual org.springframework.asm.ClassReader.createLabel:(I[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Label;
            astore 15 /* end */
        start local 15 // org.springframework.asm.Label end
        66: .line 1831
            aload 0 /* this */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_4
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            aload 12 /* labels */
            invokevirtual org.springframework.asm.ClassReader.createLabel:(I[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Label;
            astore 16 /* handler */
        start local 16 // org.springframework.asm.Label handler
        67: .line 1832
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 4 /* currentOffset */
            bipush 6
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            aload 6 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 17 /* catchType */
        start local 17 // java.lang.String catchType
        68: .line 1833
            iinc 4 /* currentOffset */ 8
        69: .line 1834
            aload 1 /* methodVisitor */
            aload 14 /* start */
            aload 15 /* end */
            aload 16 /* handler */
            aload 17 /* catchType */
            invokevirtual org.springframework.asm.MethodVisitor.visitTryCatchBlock:(Lorg/springframework/asm/Label;Lorg/springframework/asm/Label;Lorg/springframework/asm/Label;Ljava/lang/String;)V
        end local 17 // java.lang.String catchType
        end local 16 // org.springframework.asm.Label handler
        end local 15 // org.springframework.asm.Label end
        end local 14 // org.springframework.asm.Label start
        70: .line 1828
      StackMap locals:
      StackMap stack:
            iload 13 /* exceptionTableLength */
            iinc 13 /* exceptionTableLength */ -1
            ifgt 64
        71: .line 1843
            iconst_0
            istore 14 /* stackMapFrameOffset */
        start local 14 // int stackMapFrameOffset
        72: .line 1845
            iconst_0
            istore 15 /* stackMapTableEndOffset */
        start local 15 // int stackMapTableEndOffset
        73: .line 1847
            iconst_1
            istore 16 /* compressedFrames */
        start local 16 // boolean compressedFrames
        74: .line 1849
            iconst_0
            istore 17 /* localVariableTableOffset */
        start local 17 // int localVariableTableOffset
        75: .line 1851
            iconst_0
            istore 18 /* localVariableTypeTableOffset */
        start local 18 // int localVariableTypeTableOffset
        76: .line 1854
            aconst_null
            astore 19 /* visibleTypeAnnotationOffsets */
        start local 19 // int[] visibleTypeAnnotationOffsets
        77: .line 1857
            aconst_null
            astore 20 /* invisibleTypeAnnotationOffsets */
        start local 20 // int[] invisibleTypeAnnotationOffsets
        78: .line 1860
            aconst_null
            astore 21 /* attributes */
        start local 21 // org.springframework.asm.Attribute attributes
        79: .line 1862
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 22 /* attributesCount */
        start local 22 // int attributesCount
        80: .line 1863
            iinc 4 /* currentOffset */ 2
        81: .line 1864
            goto 147
        82: .line 1866
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int int int int int int[] int[] org.springframework.asm.Attribute int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* currentOffset */
            aload 6 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 23 /* attributeName */
        start local 23 // java.lang.String attributeName
        83: .line 1867
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            istore 24 /* attributeLength */
        start local 24 // int attributeLength
        84: .line 1868
            iinc 4 /* currentOffset */ 6
        85: .line 1869
            ldc "LocalVariableTable"
            aload 23 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 99
        86: .line 1870
            aload 2 /* context */
            getfield org.springframework.asm.Context.parsingOptions:I
            iconst_2
            iand
            ifne 146
        87: .line 1871
            iload 4 /* currentOffset */
            istore 17 /* localVariableTableOffset */
        88: .line 1873
            iload 4 /* currentOffset */
            istore 25 /* currentLocalVariableTableOffset */
        start local 25 // int currentLocalVariableTableOffset
        89: .line 1874
            aload 0 /* this */
            iload 25 /* currentLocalVariableTableOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 26 /* localVariableTableLength */
        start local 26 // int localVariableTableLength
        90: .line 1875
            iinc 25 /* currentLocalVariableTableOffset */ 2
        91: .line 1876
            goto 97
        92: .line 1877
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int int int int int int[] int[] org.springframework.asm.Attribute int java.lang.String int int int
      StackMap stack:
            aload 0 /* this */
            iload 25 /* currentLocalVariableTableOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 27 /* startPc */
        start local 27 // int startPc
        93: .line 1878
            aload 0 /* this */
            iload 27 /* startPc */
            aload 12 /* labels */
            invokevirtual org.springframework.asm.ClassReader.createDebugLabel:(I[Lorg/springframework/asm/Label;)V
        94: .line 1879
            aload 0 /* this */
            iload 25 /* currentLocalVariableTableOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 28 /* length */
        start local 28 // int length
        95: .line 1880
            aload 0 /* this */
            iload 27 /* startPc */
            iload 28 /* length */
            iadd
            aload 12 /* labels */
            invokevirtual org.springframework.asm.ClassReader.createDebugLabel:(I[Lorg/springframework/asm/Label;)V
        96: .line 1882
            iinc 25 /* currentLocalVariableTableOffset */ 10
        end local 28 // int length
        end local 27 // int startPc
        97: .line 1876
      StackMap locals:
      StackMap stack:
            iload 26 /* localVariableTableLength */
            iinc 26 /* localVariableTableLength */ -1
            ifgt 92
        end local 26 // int localVariableTableLength
        end local 25 // int currentLocalVariableTableOffset
        98: .line 1885
            goto 146
      StackMap locals:
      StackMap stack:
        99: ldc "LocalVariableTypeTable"
            aload 23 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 102
       100: .line 1886
            iload 4 /* currentOffset */
            istore 18 /* localVariableTypeTableOffset */
       101: .line 1889
            goto 146
      StackMap locals:
      StackMap stack:
       102: ldc "LineNumberTable"
            aload 23 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 115
       103: .line 1890
            aload 2 /* context */
            getfield org.springframework.asm.Context.parsingOptions:I
            iconst_2
            iand
            ifne 146
       104: .line 1892
            iload 4 /* currentOffset */
            istore 25 /* currentLineNumberTableOffset */
        start local 25 // int currentLineNumberTableOffset
       105: .line 1893
            aload 0 /* this */
            iload 25 /* currentLineNumberTableOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 26 /* lineNumberTableLength */
        start local 26 // int lineNumberTableLength
       106: .line 1894
            iinc 25 /* currentLineNumberTableOffset */ 2
       107: .line 1895
            goto 113
       108: .line 1896
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 25 /* currentLineNumberTableOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 27 /* startPc */
        start local 27 // int startPc
       109: .line 1897
            aload 0 /* this */
            iload 25 /* currentLineNumberTableOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 28 /* lineNumber */
        start local 28 // int lineNumber
       110: .line 1898
            iinc 25 /* currentLineNumberTableOffset */ 4
       111: .line 1899
            aload 0 /* this */
            iload 27 /* startPc */
            aload 12 /* labels */
            invokevirtual org.springframework.asm.ClassReader.createDebugLabel:(I[Lorg/springframework/asm/Label;)V
       112: .line 1900
            aload 12 /* labels */
            iload 27 /* startPc */
            aaload
            iload 28 /* lineNumber */
            invokevirtual org.springframework.asm.Label.addLineNumber:(I)V
        end local 28 // int lineNumber
        end local 27 // int startPc
       113: .line 1895
      StackMap locals:
      StackMap stack:
            iload 26 /* lineNumberTableLength */
            iinc 26 /* lineNumberTableLength */ -1
            ifgt 108
        end local 26 // int lineNumberTableLength
        end local 25 // int currentLineNumberTableOffset
       114: .line 1903
            goto 146
      StackMap locals:
      StackMap stack:
       115: ldc "RuntimeVisibleTypeAnnotations"
            aload 23 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 119
       116: .line 1905
            aload 0 /* this */
            aload 1 /* methodVisitor */
            aload 2 /* context */
            iload 4 /* currentOffset */
            iconst_1
            invokevirtual org.springframework.asm.ClassReader.readTypeAnnotations:(Lorg/springframework/asm/MethodVisitor;Lorg/springframework/asm/Context;IZ)[I
       117: .line 1904
            astore 19 /* visibleTypeAnnotationOffsets */
       118: .line 1912
            goto 146
      StackMap locals:
      StackMap stack:
       119: ldc "RuntimeInvisibleTypeAnnotations"
            aload 23 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 123
       120: .line 1914
            aload 0 /* this */
            aload 1 /* methodVisitor */
            aload 2 /* context */
            iload 4 /* currentOffset */
            iconst_0
            invokevirtual org.springframework.asm.ClassReader.readTypeAnnotations:(Lorg/springframework/asm/MethodVisitor;Lorg/springframework/asm/Context;IZ)[I
       121: .line 1913
            astore 20 /* invisibleTypeAnnotationOffsets */
       122: .line 1916
            goto 146
      StackMap locals:
      StackMap stack:
       123: ldc "StackMapTable"
            aload 23 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 128
       124: .line 1917
            aload 2 /* context */
            getfield org.springframework.asm.Context.parsingOptions:I
            iconst_4
            iand
            ifne 146
       125: .line 1918
            iload 4 /* currentOffset */
            iconst_2
            iadd
            istore 14 /* stackMapFrameOffset */
       126: .line 1919
            iload 4 /* currentOffset */
            iload 24 /* attributeLength */
            iadd
            istore 15 /* stackMapTableEndOffset */
       127: .line 1930
            goto 146
      StackMap locals:
      StackMap stack:
       128: ldc "StackMap"
            aload 23 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 134
       129: .line 1931
            aload 2 /* context */
            getfield org.springframework.asm.Context.parsingOptions:I
            iconst_4
            iand
            ifne 146
       130: .line 1932
            iload 4 /* currentOffset */
            iconst_2
            iadd
            istore 14 /* stackMapFrameOffset */
       131: .line 1933
            iload 4 /* currentOffset */
            iload 24 /* attributeLength */
            iadd
            istore 15 /* stackMapTableEndOffset */
       132: .line 1934
            iconst_0
            istore 16 /* compressedFrames */
       133: .line 1940
            goto 146
       134: .line 1942
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
       135: .line 1943
            aload 2 /* context */
            getfield org.springframework.asm.Context.attributePrototypes:[Lorg/springframework/asm/Attribute;
       136: .line 1944
            aload 23 /* attributeName */
       137: .line 1945
            iload 4 /* currentOffset */
       138: .line 1946
            iload 24 /* attributeLength */
       139: .line 1947
            aload 6 /* charBuffer */
       140: .line 1948
            iload 3 /* codeOffset */
       141: .line 1949
            aload 12 /* labels */
       142: .line 1942
            invokevirtual org.springframework.asm.ClassReader.readAttribute:([Lorg/springframework/asm/Attribute;Ljava/lang/String;II[CI[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Attribute;
       143: .line 1941
            astore 25 /* attribute */
        start local 25 // org.springframework.asm.Attribute attribute
       144: .line 1950
            aload 25 /* attribute */
            aload 21 /* attributes */
            putfield org.springframework.asm.Attribute.nextAttribute:Lorg/springframework/asm/Attribute;
       145: .line 1951
            aload 25 /* attribute */
            astore 21 /* attributes */
        end local 25 // org.springframework.asm.Attribute attribute
       146: .line 1953
      StackMap locals:
      StackMap stack:
            iload 4 /* currentOffset */
            iload 24 /* attributeLength */
            iadd
            istore 4 /* currentOffset */
        end local 24 // int attributeLength
        end local 23 // java.lang.String attributeName
       147: .line 1864
      StackMap locals:
      StackMap stack:
            iload 22 /* attributesCount */
            iinc 22 /* attributesCount */ -1
            ifgt 82
       148: .line 1958
            aload 2 /* context */
            getfield org.springframework.asm.Context.parsingOptions:I
            bipush 8
            iand
            ifeq 149
            iconst_1
            goto 150
      StackMap locals:
      StackMap stack:
       149: iconst_0
      StackMap locals:
      StackMap stack: int
       150: istore 23 /* expandFrames */
        start local 23 // boolean expandFrames
       151: .line 1959
            iload 14 /* stackMapFrameOffset */
            ifeq 173
       152: .line 1963
            aload 2 /* context */
            iconst_m1
            putfield org.springframework.asm.Context.currentFrameOffset:I
       153: .line 1964
            aload 2 /* context */
            iconst_0
            putfield org.springframework.asm.Context.currentFrameType:I
       154: .line 1965
            aload 2 /* context */
            iconst_0
            putfield org.springframework.asm.Context.currentFrameLocalCount:I
       155: .line 1966
            aload 2 /* context */
            iconst_0
            putfield org.springframework.asm.Context.currentFrameLocalCountDelta:I
       156: .line 1967
            aload 2 /* context */
            iload 8 /* maxLocals */
            anewarray java.lang.Object
            putfield org.springframework.asm.Context.currentFrameLocalTypes:[Ljava/lang/Object;
       157: .line 1968
            aload 2 /* context */
            iconst_0
            putfield org.springframework.asm.Context.currentFrameStackCount:I
       158: .line 1969
            aload 2 /* context */
            iload 7 /* maxStack */
            anewarray java.lang.Object
            putfield org.springframework.asm.Context.currentFrameStackTypes:[Ljava/lang/Object;
       159: .line 1970
            iload 23 /* expandFrames */
            ifeq 161
       160: .line 1971
            aload 0 /* this */
            aload 2 /* context */
            invokevirtual org.springframework.asm.ClassReader.computeImplicitFrame:(Lorg/springframework/asm/Context;)V
       161: .line 1980
      StackMap locals: int
      StackMap stack:
            iload 14 /* stackMapFrameOffset */
            istore 24 /* offset */
        start local 24 // int offset
       162: goto 172
       163: .line 1981
      StackMap locals: int
      StackMap stack:
            aload 5 /* classBuffer */
            iload 24 /* offset */
            baload
            bipush 8
            if_icmpne 171
       164: .line 1982
            aload 0 /* this */
            iload 24 /* offset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 25 /* potentialBytecodeOffset */
        start local 25 // int potentialBytecodeOffset
       165: .line 1983
            iload 25 /* potentialBytecodeOffset */
            iflt 171
       166: .line 1984
            iload 25 /* potentialBytecodeOffset */
            iload 9 /* codeLength */
            if_icmpge 171
       167: .line 1985
            aload 5 /* classBuffer */
            iload 10 /* bytecodeStartOffset */
            iload 25 /* potentialBytecodeOffset */
            iadd
            baload
            sipush 255
            iand
       168: .line 1986
            sipush 187
       169: .line 1985
            if_icmpne 171
       170: .line 1987
            aload 0 /* this */
            iload 25 /* potentialBytecodeOffset */
            aload 12 /* labels */
            invokevirtual org.springframework.asm.ClassReader.createLabel:(I[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Label;
            pop
        end local 25 // int potentialBytecodeOffset
       171: .line 1980
      StackMap locals:
      StackMap stack:
            iinc 24 /* offset */ 1
      StackMap locals:
      StackMap stack:
       172: iload 24 /* offset */
            iload 15 /* stackMapTableEndOffset */
            iconst_2
            isub
            if_icmplt 163
        end local 24 // int offset
       173: .line 1992
      StackMap locals:
      StackMap stack:
            iload 23 /* expandFrames */
            ifeq 175
            aload 2 /* context */
            getfield org.springframework.asm.Context.parsingOptions:I
            sipush 256
            iand
            ifeq 175
       174: .line 1999
            aload 1 /* methodVisitor */
            iconst_m1
            iload 8 /* maxLocals */
            aconst_null
            iconst_0
            aconst_null
            invokevirtual org.springframework.asm.MethodVisitor.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
       175: .line 2007
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 24 /* currentVisibleTypeAnnotationIndex */
        start local 24 // int currentVisibleTypeAnnotationIndex
       176: .line 2010
            aload 0 /* this */
            aload 19 /* visibleTypeAnnotationOffsets */
            iconst_0
            invokevirtual org.springframework.asm.ClassReader.getTypeAnnotationBytecodeOffset:([II)I
       177: .line 2009
            istore 25 /* currentVisibleTypeAnnotationBytecodeOffset */
        start local 25 // int currentVisibleTypeAnnotationBytecodeOffset
       178: .line 2013
            iconst_0
            istore 26 /* currentInvisibleTypeAnnotationIndex */
        start local 26 // int currentInvisibleTypeAnnotationIndex
       179: .line 2016
            aload 0 /* this */
            aload 20 /* invisibleTypeAnnotationOffsets */
            iconst_0
            invokevirtual org.springframework.asm.ClassReader.getTypeAnnotationBytecodeOffset:([II)I
       180: .line 2015
            istore 27 /* currentInvisibleTypeAnnotationBytecodeOffset */
        start local 27 // int currentInvisibleTypeAnnotationBytecodeOffset
       181: .line 2019
            iconst_0
            istore 28 /* insertFrame */
        start local 28 // boolean insertFrame
       182: .line 2025
            aload 2 /* context */
            getfield org.springframework.asm.Context.parsingOptions:I
            sipush 256
            iand
            ifne 183
            bipush 33
            goto 184
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int int int int int int[] int[] org.springframework.asm.Attribute int int int int int int int
      StackMap stack:
       183: iconst_0
       184: .line 2024
      StackMap locals:
      StackMap stack: int
            istore 29 /* wideJumpOpcodeDelta */
        start local 29 // int wideJumpOpcodeDelta
       185: .line 2027
            iload 10 /* bytecodeStartOffset */
            istore 4 /* currentOffset */
       186: .line 2028
            goto 432
       187: .line 2029
      StackMap locals: int
      StackMap stack:
            iload 4 /* currentOffset */
            iload 10 /* bytecodeStartOffset */
            isub
            istore 30 /* currentBytecodeOffset */
        start local 30 // int currentBytecodeOffset
       188: .line 2032
            aload 12 /* labels */
            iload 30 /* currentBytecodeOffset */
            aaload
            astore 31 /* currentLabel */
        start local 31 // org.springframework.asm.Label currentLabel
       189: .line 2033
            aload 31 /* currentLabel */
            ifnull 217
       190: .line 2034
            aload 31 /* currentLabel */
            aload 1 /* methodVisitor */
            aload 2 /* context */
            getfield org.springframework.asm.Context.parsingOptions:I
            iconst_2
            iand
            ifne 191
            iconst_1
            goto 192
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int int int int int int[] int[] org.springframework.asm.Attribute int int int int int int int int int org.springframework.asm.Label
      StackMap stack: org.springframework.asm.Label org.springframework.asm.MethodVisitor
       191: iconst_0
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int int int int int int[] int[] org.springframework.asm.Attribute int int int int int int int int int org.springframework.asm.Label
      StackMap stack: org.springframework.asm.Label org.springframework.asm.MethodVisitor int
       192: invokevirtual org.springframework.asm.Label.accept:(Lorg/springframework/asm/MethodVisitor;Z)V
       193: .line 2038
            goto 217
       194: .line 2043
      StackMap locals:
      StackMap stack:
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentFrameOffset:I
            iconst_m1
            if_icmpeq 212
       195: .line 2044
            iload 16 /* compressedFrames */
            ifeq 196
            iload 23 /* expandFrames */
            ifeq 204
       196: .line 2045
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
       197: .line 2046
            iconst_m1
       198: .line 2047
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentFrameLocalCount:I
       199: .line 2048
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentFrameLocalTypes:[Ljava/lang/Object;
       200: .line 2049
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentFrameStackCount:I
       201: .line 2050
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentFrameStackTypes:[Ljava/lang/Object;
       202: .line 2045
            invokevirtual org.springframework.asm.MethodVisitor.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
       203: .line 2051
            goto 211
       204: .line 2052
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
       205: .line 2053
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentFrameType:I
       206: .line 2054
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentFrameLocalCountDelta:I
       207: .line 2055
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentFrameLocalTypes:[Ljava/lang/Object;
       208: .line 2056
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentFrameStackCount:I
       209: .line 2057
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentFrameStackTypes:[Ljava/lang/Object;
       210: .line 2052
            invokevirtual org.springframework.asm.MethodVisitor.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
       211: .line 2061
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 28 /* insertFrame */
       212: .line 2063
      StackMap locals:
      StackMap stack:
            iload 14 /* stackMapFrameOffset */
            iload 15 /* stackMapTableEndOffset */
            if_icmpge 216
       213: .line 2065
            aload 0 /* this */
            iload 14 /* stackMapFrameOffset */
            iload 16 /* compressedFrames */
            iload 23 /* expandFrames */
            aload 2 /* context */
            invokevirtual org.springframework.asm.ClassReader.readStackMapFrame:(IZZLorg/springframework/asm/Context;)I
       214: .line 2064
            istore 14 /* stackMapFrameOffset */
       215: .line 2066
            goto 217
       216: .line 2067
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 14 /* stackMapFrameOffset */
       217: .line 2038
      StackMap locals:
      StackMap stack:
            iload 14 /* stackMapFrameOffset */
            ifeq 220
       218: .line 2039
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentFrameOffset:I
            iload 30 /* currentBytecodeOffset */
            if_icmpeq 194
       219: .line 2040
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentFrameOffset:I
            iconst_m1
            if_icmpeq 194
       220: .line 2073
      StackMap locals:
      StackMap stack:
            iload 28 /* insertFrame */
            ifeq 224
       221: .line 2074
            aload 2 /* context */
            getfield org.springframework.asm.Context.parsingOptions:I
            bipush 8
            iand
            ifeq 223
       222: .line 2075
            aload 1 /* methodVisitor */
            sipush 256
            iconst_0
            aconst_null
            iconst_0
            aconst_null
            invokevirtual org.springframework.asm.MethodVisitor.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
       223: .line 2077
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 28 /* insertFrame */
       224: .line 2081
      StackMap locals:
      StackMap stack:
            aload 5 /* classBuffer */
            iload 4 /* currentOffset */
            baload
            sipush 255
            iand
            istore 32 /* opcode */
        start local 32 // int opcode
       225: .line 2082
            iload 32 /* opcode */
            tableswitch { // 0 - 220
                    0: 226
                    1: 226
                    2: 226
                    3: 226
                    4: 226
                    5: 226
                    6: 226
                    7: 226
                    8: 226
                    9: 226
                   10: 226
                   11: 226
                   12: 226
                   13: 226
                   14: 226
                   15: 226
                   16: 313
                   17: 316
                   18: 319
                   19: 322
                   20: 322
                   21: 310
                   22: 310
                   23: 310
                   24: 310
                   25: 310
                   26: 229
                   27: 229
                   28: 229
                   29: 229
                   30: 229
                   31: 229
                   32: 229
                   33: 229
                   34: 229
                   35: 229
                   36: 229
                   37: 229
                   38: 229
                   39: 229
                   40: 229
                   41: 229
                   42: 229
                   43: 229
                   44: 229
                   45: 229
                   46: 226
                   47: 226
                   48: 226
                   49: 226
                   50: 226
                   51: 226
                   52: 226
                   53: 226
                   54: 310
                   55: 310
                   56: 310
                   57: 310
                   58: 310
                   59: 233
                   60: 233
                   61: 233
                   62: 233
                   63: 233
                   64: 233
                   65: 233
                   66: 233
                   67: 233
                   68: 233
                   69: 233
                   70: 233
                   71: 233
                   72: 233
                   73: 233
                   74: 233
                   75: 233
                   76: 233
                   77: 233
                   78: 233
                   79: 226
                   80: 226
                   81: 226
                   82: 226
                   83: 226
                   84: 226
                   85: 226
                   86: 226
                   87: 226
                   88: 226
                   89: 226
                   90: 226
                   91: 226
                   92: 226
                   93: 226
                   94: 226
                   95: 226
                   96: 226
                   97: 226
                   98: 226
                   99: 226
                  100: 226
                  101: 226
                  102: 226
                  103: 226
                  104: 226
                  105: 226
                  106: 226
                  107: 226
                  108: 226
                  109: 226
                  110: 226
                  111: 226
                  112: 226
                  113: 226
                  114: 226
                  115: 226
                  116: 226
                  117: 226
                  118: 226
                  119: 226
                  120: 226
                  121: 226
                  122: 226
                  123: 226
                  124: 226
                  125: 226
                  126: 226
                  127: 226
                  128: 226
                  129: 226
                  130: 226
                  131: 226
                  132: 368
                  133: 226
                  134: 226
                  135: 226
                  136: 226
                  137: 226
                  138: 226
                  139: 226
                  140: 226
                  141: 226
                  142: 226
                  143: 226
                  144: 226
                  145: 226
                  146: 226
                  147: 226
                  148: 226
                  149: 226
                  150: 226
                  151: 226
                  152: 226
                  153: 237
                  154: 237
                  155: 237
                  156: 237
                  157: 237
                  158: 237
                  159: 237
                  160: 237
                  161: 237
                  162: 237
                  163: 237
                  164: 237
                  165: 237
                  166: 237
                  167: 237
                  168: 237
                  169: 310
                  170: 281
                  171: 295
                  172: 226
                  173: 226
                  174: 226
                  175: 226
                  176: 226
                  177: 226
                  178: 325
                  179: 325
                  180: 325
                  181: 325
                  182: 325
                  183: 325
                  184: 325
                  185: 325
                  186: 342
                  187: 365
                  188: 313
                  189: 365
                  190: 226
                  191: 226
                  192: 365
                  193: 365
                  194: 226
                  195: 226
                  196: 271
                  197: 373
                  198: 237
                  199: 237
                  200: 242
                  201: 242
                  202: 248
                  203: 248
                  204: 248
                  205: 248
                  206: 248
                  207: 248
                  208: 248
                  209: 248
                  210: 248
                  211: 248
                  212: 248
                  213: 248
                  214: 248
                  215: 248
                  216: 248
                  217: 248
                  218: 248
                  219: 248
                  220: 265
              default: 378
          }
       226: .line 2190
      StackMap locals: int
      StackMap stack:
            aload 1 /* methodVisitor */
            iload 32 /* opcode */
            invokevirtual org.springframework.asm.MethodVisitor.visitInsn:(I)V
       227: .line 2191
            iinc 4 /* currentOffset */ 1
       228: .line 2192
            goto 401
       229: .line 2213
      StackMap locals:
      StackMap stack:
            iinc 32 /* opcode */ -26
       230: .line 2214
            aload 1 /* methodVisitor */
            bipush 21
            iload 32 /* opcode */
            iconst_2
            ishr
            iadd
            iload 32 /* opcode */
            iconst_3
            iand
            invokevirtual org.springframework.asm.MethodVisitor.visitVarInsn:(II)V
       231: .line 2215
            iinc 4 /* currentOffset */ 1
       232: .line 2216
            goto 401
       233: .line 2237
      StackMap locals:
      StackMap stack:
            iinc 32 /* opcode */ -59
       234: .line 2238
            aload 1 /* methodVisitor */
            bipush 54
            iload 32 /* opcode */
            iconst_2
            ishr
            iadd
            iload 32 /* opcode */
            iconst_3
            iand
            invokevirtual org.springframework.asm.MethodVisitor.visitVarInsn:(II)V
       235: .line 2239
            iinc 4 /* currentOffset */ 1
       236: .line 2240
            goto 401
       237: .line 2259
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
       238: .line 2260
            iload 32 /* opcode */
            aload 12 /* labels */
            iload 30 /* currentBytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readShort:(I)S
            iadd
            aaload
       239: .line 2259
            invokevirtual org.springframework.asm.MethodVisitor.visitJumpInsn:(ILorg/springframework/asm/Label;)V
       240: .line 2261
            iinc 4 /* currentOffset */ 3
       241: .line 2262
            goto 401
       242: .line 2265
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
       243: .line 2266
            iload 32 /* opcode */
            iload 29 /* wideJumpOpcodeDelta */
            isub
       244: .line 2267
            aload 12 /* labels */
            iload 30 /* currentBytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            iadd
            aaload
       245: .line 2265
            invokevirtual org.springframework.asm.MethodVisitor.visitJumpInsn:(ILorg/springframework/asm/Label;)V
       246: .line 2268
            iinc 4 /* currentOffset */ 5
       247: .line 2269
            goto 401
       248: .line 2296
      StackMap locals:
      StackMap stack:
            iload 32 /* opcode */
            sipush 218
            if_icmpge 250
       249: .line 2297
            iload 32 /* opcode */
            bipush 49
            isub
            goto 251
       250: .line 2298
      StackMap locals:
      StackMap stack:
            iload 32 /* opcode */
            bipush 20
            isub
       251: .line 2295
      StackMap locals:
      StackMap stack: int
            istore 32 /* opcode */
       252: .line 2299
            aload 12 /* labels */
            iload 30 /* currentBytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iadd
            aaload
            astore 33 /* target */
        start local 33 // org.springframework.asm.Label target
       253: .line 2300
            iload 32 /* opcode */
            sipush 167
            if_icmpeq 254
            iload 32 /* opcode */
            sipush 168
            if_icmpne 256
       254: .line 2302
      StackMap locals: org.springframework.asm.Label
      StackMap stack:
            aload 1 /* methodVisitor */
            iload 32 /* opcode */
            bipush 33
            iadd
            aload 33 /* target */
            invokevirtual org.springframework.asm.MethodVisitor.visitJumpInsn:(ILorg/springframework/asm/Label;)V
       255: .line 2303
            goto 263
       256: .line 2307
      StackMap locals:
      StackMap stack:
            iload 32 /* opcode */
            sipush 167
            if_icmpge 257
            iload 32 /* opcode */
            iconst_1
            iadd
            iconst_1
            ixor
            iconst_1
            isub
            goto 258
      StackMap locals:
      StackMap stack:
       257: iload 32 /* opcode */
            iconst_1
            ixor
      StackMap locals:
      StackMap stack: int
       258: istore 32 /* opcode */
       259: .line 2308
            aload 0 /* this */
            iload 30 /* currentBytecodeOffset */
            iconst_3
            iadd
            aload 12 /* labels */
            invokevirtual org.springframework.asm.ClassReader.createLabel:(I[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Label;
            astore 34 /* endif */
        start local 34 // org.springframework.asm.Label endif
       260: .line 2309
            aload 1 /* methodVisitor */
            iload 32 /* opcode */
            aload 34 /* endif */
            invokevirtual org.springframework.asm.MethodVisitor.visitJumpInsn:(ILorg/springframework/asm/Label;)V
       261: .line 2310
            aload 1 /* methodVisitor */
            sipush 200
            aload 33 /* target */
            invokevirtual org.springframework.asm.MethodVisitor.visitJumpInsn:(ILorg/springframework/asm/Label;)V
       262: .line 2313
            iconst_1
            istore 28 /* insertFrame */
        end local 34 // org.springframework.asm.Label endif
       263: .line 2315
      StackMap locals:
      StackMap stack:
            iinc 4 /* currentOffset */ 3
       264: .line 2316
            goto 401
        end local 33 // org.springframework.asm.Label target
       265: .line 2320
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
       266: .line 2321
            sipush 200
            aload 12 /* labels */
            iload 30 /* currentBytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            iadd
            aaload
       267: .line 2320
            invokevirtual org.springframework.asm.MethodVisitor.visitJumpInsn:(ILorg/springframework/asm/Label;)V
       268: .line 2325
            iconst_1
            istore 28 /* insertFrame */
       269: .line 2326
            iinc 4 /* currentOffset */ 5
       270: .line 2327
            goto 401
       271: .line 2329
      StackMap locals:
      StackMap stack:
            aload 5 /* classBuffer */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            istore 32 /* opcode */
       272: .line 2330
            iload 32 /* opcode */
            sipush 132
            if_icmpne 278
       273: .line 2331
            aload 1 /* methodVisitor */
       274: .line 2332
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_4
            iadd
            invokevirtual org.springframework.asm.ClassReader.readShort:(I)S
       275: .line 2331
            invokevirtual org.springframework.asm.MethodVisitor.visitIincInsn:(II)V
       276: .line 2333
            iinc 4 /* currentOffset */ 6
       277: .line 2334
            goto 401
       278: .line 2335
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
            iload 32 /* opcode */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            invokevirtual org.springframework.asm.MethodVisitor.visitVarInsn:(II)V
       279: .line 2336
            iinc 4 /* currentOffset */ 4
       280: .line 2338
            goto 401
       281: .line 2342
      StackMap locals:
      StackMap stack:
            iload 4 /* currentOffset */
            iconst_4
            iload 30 /* currentBytecodeOffset */
            iconst_3
            iand
            isub
            iadd
            istore 4 /* currentOffset */
       282: .line 2344
            aload 12 /* labels */
            iload 30 /* currentBytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            iadd
            aaload
            astore 33 /* defaultLabel */
        start local 33 // org.springframework.asm.Label defaultLabel
       283: .line 2345
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_4
            iadd
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            istore 34 /* low */
        start local 34 // int low
       284: .line 2346
            aload 0 /* this */
            iload 4 /* currentOffset */
            bipush 8
            iadd
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            istore 35 /* high */
        start local 35 // int high
       285: .line 2347
            iinc 4 /* currentOffset */ 12
       286: .line 2348
            iload 35 /* high */
            iload 34 /* low */
            isub
            iconst_1
            iadd
            anewarray org.springframework.asm.Label
            astore 36 /* table */
        start local 36 // org.springframework.asm.Label[] table
       287: .line 2349
            iconst_0
            istore 37 /* i */
        start local 37 // int i
       288: goto 292
       289: .line 2350
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int int int int int int[] int[] org.springframework.asm.Attribute int int int int int int int int int org.springframework.asm.Label int org.springframework.asm.Label int int org.springframework.asm.Label[] int
      StackMap stack:
            aload 36 /* table */
            iload 37 /* i */
            aload 12 /* labels */
            iload 30 /* currentBytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            iadd
            aaload
            aastore
       290: .line 2351
            iinc 4 /* currentOffset */ 4
       291: .line 2349
            iinc 37 /* i */ 1
      StackMap locals:
      StackMap stack:
       292: iload 37 /* i */
            aload 36 /* table */
            arraylength
            if_icmplt 289
        end local 37 // int i
       293: .line 2353
            aload 1 /* methodVisitor */
            iload 34 /* low */
            iload 35 /* high */
            aload 33 /* defaultLabel */
            aload 36 /* table */
            invokevirtual org.springframework.asm.MethodVisitor.visitTableSwitchInsn:(IILorg/springframework/asm/Label;[Lorg/springframework/asm/Label;)V
       294: .line 2354
            goto 401
        end local 36 // org.springframework.asm.Label[] table
        end local 35 // int high
        end local 34 // int low
        end local 33 // org.springframework.asm.Label defaultLabel
       295: .line 2359
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int int int int int int[] int[] org.springframework.asm.Attribute int int int int int int int int int org.springframework.asm.Label int
      StackMap stack:
            iload 4 /* currentOffset */
            iconst_4
            iload 30 /* currentBytecodeOffset */
            iconst_3
            iand
            isub
            iadd
            istore 4 /* currentOffset */
       296: .line 2361
            aload 12 /* labels */
            iload 30 /* currentBytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            iadd
            aaload
            astore 33 /* defaultLabel */
        start local 33 // org.springframework.asm.Label defaultLabel
       297: .line 2362
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_4
            iadd
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            istore 34 /* numPairs */
        start local 34 // int numPairs
       298: .line 2363
            iinc 4 /* currentOffset */ 8
       299: .line 2364
            iload 34 /* numPairs */
            newarray 10
            astore 35 /* keys */
        start local 35 // int[] keys
       300: .line 2365
            iload 34 /* numPairs */
            anewarray org.springframework.asm.Label
            astore 36 /* values */
        start local 36 // org.springframework.asm.Label[] values
       301: .line 2366
            iconst_0
            istore 37 /* i */
        start local 37 // int i
       302: goto 307
       303: .line 2367
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int int int int int int[] int[] org.springframework.asm.Attribute int int int int int int int int int org.springframework.asm.Label int org.springframework.asm.Label int int[] org.springframework.asm.Label[] int
      StackMap stack:
            aload 35 /* keys */
            iload 37 /* i */
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            iastore
       304: .line 2368
            aload 36 /* values */
            iload 37 /* i */
            aload 12 /* labels */
            iload 30 /* currentBytecodeOffset */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_4
            iadd
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            iadd
            aaload
            aastore
       305: .line 2369
            iinc 4 /* currentOffset */ 8
       306: .line 2366
            iinc 37 /* i */ 1
      StackMap locals:
      StackMap stack:
       307: iload 37 /* i */
            iload 34 /* numPairs */
            if_icmplt 303
        end local 37 // int i
       308: .line 2371
            aload 1 /* methodVisitor */
            aload 33 /* defaultLabel */
            aload 35 /* keys */
            aload 36 /* values */
            invokevirtual org.springframework.asm.MethodVisitor.visitLookupSwitchInsn:(Lorg/springframework/asm/Label;[I[Lorg/springframework/asm/Label;)V
       309: .line 2372
            goto 401
        end local 36 // org.springframework.asm.Label[] values
        end local 35 // int[] keys
        end local 34 // int numPairs
        end local 33 // org.springframework.asm.Label defaultLabel
       310: .line 2385
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int int int int int int[] int[] org.springframework.asm.Attribute int int int int int int int int int org.springframework.asm.Label int
      StackMap stack:
            aload 1 /* methodVisitor */
            iload 32 /* opcode */
            aload 5 /* classBuffer */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            invokevirtual org.springframework.asm.MethodVisitor.visitVarInsn:(II)V
       311: .line 2386
            iinc 4 /* currentOffset */ 2
       312: .line 2387
            goto 401
       313: .line 2390
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
            iload 32 /* opcode */
            aload 5 /* classBuffer */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            baload
            invokevirtual org.springframework.asm.MethodVisitor.visitIntInsn:(II)V
       314: .line 2391
            iinc 4 /* currentOffset */ 2
       315: .line 2392
            goto 401
       316: .line 2394
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
            iload 32 /* opcode */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readShort:(I)S
            invokevirtual org.springframework.asm.MethodVisitor.visitIntInsn:(II)V
       317: .line 2395
            iinc 4 /* currentOffset */ 3
       318: .line 2396
            goto 401
       319: .line 2398
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
            aload 0 /* this */
            aload 5 /* classBuffer */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            aload 6 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readConst:(I[C)Ljava/lang/Object;
            invokevirtual org.springframework.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
       320: .line 2399
            iinc 4 /* currentOffset */ 2
       321: .line 2400
            goto 401
       322: .line 2403
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
            aload 0 /* this */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            aload 6 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readConst:(I[C)Ljava/lang/Object;
            invokevirtual org.springframework.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
       323: .line 2404
            iinc 4 /* currentOffset */ 3
       324: .line 2405
            goto 401
       325: .line 2415
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 33 /* cpInfoOffset */
        start local 33 // int cpInfoOffset
       326: .line 2416
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 33 /* cpInfoOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 34 /* nameAndTypeCpInfoOffset */
        start local 34 // int nameAndTypeCpInfoOffset
       327: .line 2417
            aload 0 /* this */
            iload 33 /* cpInfoOffset */
            aload 6 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            astore 35 /* owner */
        start local 35 // java.lang.String owner
       328: .line 2418
            aload 0 /* this */
            iload 34 /* nameAndTypeCpInfoOffset */
            aload 6 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 36 /* name */
        start local 36 // java.lang.String name
       329: .line 2419
            aload 0 /* this */
            iload 34 /* nameAndTypeCpInfoOffset */
            iconst_2
            iadd
            aload 6 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 37 /* descriptor */
        start local 37 // java.lang.String descriptor
       330: .line 2420
            iload 32 /* opcode */
            sipush 182
            if_icmpge 333
       331: .line 2421
            aload 1 /* methodVisitor */
            iload 32 /* opcode */
            aload 35 /* owner */
            aload 36 /* name */
            aload 37 /* descriptor */
            invokevirtual org.springframework.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
       332: .line 2422
            goto 337
       333: .line 2424
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int int int int int int[] int[] org.springframework.asm.Attribute int int int int int int int int int org.springframework.asm.Label int int int java.lang.String java.lang.String java.lang.String
      StackMap stack:
            aload 5 /* classBuffer */
            iload 33 /* cpInfoOffset */
            iconst_1
            isub
            baload
            bipush 11
            if_icmpne 334
            iconst_1
            goto 335
      StackMap locals:
      StackMap stack:
       334: iconst_0
       335: .line 2423
      StackMap locals:
      StackMap stack: int
            istore 38 /* isInterface */
        start local 38 // boolean isInterface
       336: .line 2425
            aload 1 /* methodVisitor */
            iload 32 /* opcode */
            aload 35 /* owner */
            aload 36 /* name */
            aload 37 /* descriptor */
            iload 38 /* isInterface */
            invokevirtual org.springframework.asm.MethodVisitor.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
        end local 38 // boolean isInterface
       337: .line 2427
      StackMap locals:
      StackMap stack:
            iload 32 /* opcode */
            sipush 185
            if_icmpne 340
       338: .line 2428
            iinc 4 /* currentOffset */ 5
       339: .line 2429
            goto 401
       340: .line 2430
      StackMap locals:
      StackMap stack:
            iinc 4 /* currentOffset */ 3
       341: .line 2432
            goto 401
        end local 37 // java.lang.String descriptor
        end local 36 // java.lang.String name
        end local 35 // java.lang.String owner
        end local 34 // int nameAndTypeCpInfoOffset
        end local 33 // int cpInfoOffset
       342: .line 2436
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int int int int int int[] int[] org.springframework.asm.Attribute int int int int int int int int int org.springframework.asm.Label int
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 33 /* cpInfoOffset */
        start local 33 // int cpInfoOffset
       343: .line 2437
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 33 /* cpInfoOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 34 /* nameAndTypeCpInfoOffset */
        start local 34 // int nameAndTypeCpInfoOffset
       344: .line 2438
            aload 0 /* this */
            iload 34 /* nameAndTypeCpInfoOffset */
            aload 6 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 35 /* name */
        start local 35 // java.lang.String name
       345: .line 2439
            aload 0 /* this */
            iload 34 /* nameAndTypeCpInfoOffset */
            iconst_2
            iadd
            aload 6 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 36 /* descriptor */
        start local 36 // java.lang.String descriptor
       346: .line 2440
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.bootstrapMethodOffsets:[I
            aload 0 /* this */
            iload 33 /* cpInfoOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 37 /* bootstrapMethodOffset */
        start local 37 // int bootstrapMethodOffset
       347: .line 2442
            aload 0 /* this */
            aload 0 /* this */
            iload 37 /* bootstrapMethodOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            aload 6 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readConst:(I[C)Ljava/lang/Object;
            checkcast org.springframework.asm.Handle
       348: .line 2441
            astore 38 /* handle */
        start local 38 // org.springframework.asm.Handle handle
       349: .line 2444
            aload 0 /* this */
            iload 37 /* bootstrapMethodOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            anewarray java.lang.Object
       350: .line 2443
            astore 39 /* bootstrapMethodArguments */
        start local 39 // java.lang.Object[] bootstrapMethodArguments
       351: .line 2445
            iinc 37 /* bootstrapMethodOffset */ 4
       352: .line 2446
            iconst_0
            istore 40 /* i */
        start local 40 // int i
       353: goto 359
       354: .line 2447
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int int int int int int[] int[] org.springframework.asm.Attribute int int int int int int int int int org.springframework.asm.Label int int int java.lang.String java.lang.String int org.springframework.asm.Handle java.lang.Object[] int
      StackMap stack:
            aload 39 /* bootstrapMethodArguments */
            iload 40 /* i */
       355: .line 2448
            aload 0 /* this */
            aload 0 /* this */
            iload 37 /* bootstrapMethodOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            aload 6 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readConst:(I[C)Ljava/lang/Object;
       356: .line 2447
            aastore
       357: .line 2449
            iinc 37 /* bootstrapMethodOffset */ 2
       358: .line 2446
            iinc 40 /* i */ 1
      StackMap locals:
      StackMap stack:
       359: iload 40 /* i */
            aload 39 /* bootstrapMethodArguments */
            arraylength
            if_icmplt 354
        end local 40 // int i
       360: .line 2451
            aload 1 /* methodVisitor */
       361: .line 2452
            aload 35 /* name */
            aload 36 /* descriptor */
            aload 38 /* handle */
            aload 39 /* bootstrapMethodArguments */
       362: .line 2451
            invokevirtual org.springframework.asm.MethodVisitor.visitInvokeDynamicInsn:(Ljava/lang/String;Ljava/lang/String;Lorg/springframework/asm/Handle;[Ljava/lang/Object;)V
       363: .line 2453
            iinc 4 /* currentOffset */ 5
       364: .line 2454
            goto 401
        end local 39 // java.lang.Object[] bootstrapMethodArguments
        end local 38 // org.springframework.asm.Handle handle
        end local 37 // int bootstrapMethodOffset
        end local 36 // java.lang.String descriptor
        end local 35 // java.lang.String name
        end local 34 // int nameAndTypeCpInfoOffset
        end local 33 // int cpInfoOffset
       365: .line 2460
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int int int int int int[] int[] org.springframework.asm.Attribute int int int int int int int int int org.springframework.asm.Label int
      StackMap stack:
            aload 1 /* methodVisitor */
            iload 32 /* opcode */
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            aload 6 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            invokevirtual org.springframework.asm.MethodVisitor.visitTypeInsn:(ILjava/lang/String;)V
       366: .line 2461
            iinc 4 /* currentOffset */ 3
       367: .line 2462
            goto 401
       368: .line 2464
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
       369: .line 2465
            aload 5 /* classBuffer */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            aload 5 /* classBuffer */
            iload 4 /* currentOffset */
            iconst_2
            iadd
            baload
       370: .line 2464
            invokevirtual org.springframework.asm.MethodVisitor.visitIincInsn:(II)V
       371: .line 2466
            iinc 4 /* currentOffset */ 3
       372: .line 2467
            goto 401
       373: .line 2469
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
       374: .line 2470
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_1
            iadd
            aload 6 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            aload 5 /* classBuffer */
            iload 4 /* currentOffset */
            iconst_3
            iadd
            baload
            sipush 255
            iand
       375: .line 2469
            invokevirtual org.springframework.asm.MethodVisitor.visitMultiANewArrayInsn:(Ljava/lang/String;I)V
       376: .line 2471
            iinc 4 /* currentOffset */ 4
       377: .line 2472
            goto 401
       378: .line 2474
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
       379: .line 2481
      StackMap locals:
      StackMap stack:
            iload 25 /* currentVisibleTypeAnnotationBytecodeOffset */
            iload 30 /* currentBytecodeOffset */
            if_icmpne 397
       380: .line 2484
            aload 0 /* this */
       381: .line 2485
            aload 2 /* context */
            aload 19 /* visibleTypeAnnotationOffsets */
            iload 24 /* currentVisibleTypeAnnotationIndex */
            iaload
       382: .line 2484
            invokevirtual org.springframework.asm.ClassReader.readTypeAnnotationTarget:(Lorg/springframework/asm/Context;I)I
       383: .line 2483
            istore 33 /* currentAnnotationOffset */
        start local 33 // int currentAnnotationOffset
       384: .line 2487
            aload 0 /* this */
            iload 33 /* currentAnnotationOffset */
            aload 6 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 34 /* annotationDescriptor */
        start local 34 // java.lang.String annotationDescriptor
       385: .line 2488
            iinc 33 /* currentAnnotationOffset */ 2
       386: .line 2490
            aload 0 /* this */
       387: .line 2491
            aload 1 /* methodVisitor */
       388: .line 2492
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTarget:I
       389: .line 2493
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTargetPath:Lorg/springframework/asm/TypePath;
       390: .line 2494
            aload 34 /* annotationDescriptor */
       391: .line 2495
            iconst_1
       392: .line 2491
            invokevirtual org.springframework.asm.MethodVisitor.visitInsnAnnotation:(ILorg/springframework/asm/TypePath;Ljava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
       393: .line 2496
            iload 33 /* currentAnnotationOffset */
       394: .line 2497
            iconst_1
       395: .line 2498
            aload 6 /* charBuffer */
       396: .line 2490
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
            pop
        end local 34 // java.lang.String annotationDescriptor
        end local 33 // int currentAnnotationOffset
       397: .line 2501
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
       398: .line 2502
            aload 19 /* visibleTypeAnnotationOffsets */
            iinc 24 /* currentVisibleTypeAnnotationIndex */ 1
            iload 24 /* currentVisibleTypeAnnotationIndex */
       399: .line 2501
            invokevirtual org.springframework.asm.ClassReader.getTypeAnnotationBytecodeOffset:([II)I
       400: .line 2500
            istore 25 /* currentVisibleTypeAnnotationBytecodeOffset */
       401: .line 2478
      StackMap locals:
      StackMap stack:
            aload 19 /* visibleTypeAnnotationOffsets */
            ifnull 428
       402: .line 2479
            iload 24 /* currentVisibleTypeAnnotationIndex */
            aload 19 /* visibleTypeAnnotationOffsets */
            arraylength
            if_icmpge 428
       403: .line 2480
            iload 25 /* currentVisibleTypeAnnotationBytecodeOffset */
            iload 30 /* currentBytecodeOffset */
       404: .line 2478
            if_icmple 379
       405: .line 2506
            goto 428
       406: .line 2509
      StackMap locals:
      StackMap stack:
            iload 27 /* currentInvisibleTypeAnnotationBytecodeOffset */
            iload 30 /* currentBytecodeOffset */
            if_icmpne 424
       407: .line 2512
            aload 0 /* this */
       408: .line 2513
            aload 2 /* context */
            aload 20 /* invisibleTypeAnnotationOffsets */
            iload 26 /* currentInvisibleTypeAnnotationIndex */
            iaload
       409: .line 2512
            invokevirtual org.springframework.asm.ClassReader.readTypeAnnotationTarget:(Lorg/springframework/asm/Context;I)I
       410: .line 2511
            istore 33 /* currentAnnotationOffset */
        start local 33 // int currentAnnotationOffset
       411: .line 2515
            aload 0 /* this */
            iload 33 /* currentAnnotationOffset */
            aload 6 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 34 /* annotationDescriptor */
        start local 34 // java.lang.String annotationDescriptor
       412: .line 2516
            iinc 33 /* currentAnnotationOffset */ 2
       413: .line 2518
            aload 0 /* this */
       414: .line 2519
            aload 1 /* methodVisitor */
       415: .line 2520
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTarget:I
       416: .line 2521
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTargetPath:Lorg/springframework/asm/TypePath;
       417: .line 2522
            aload 34 /* annotationDescriptor */
       418: .line 2523
            iconst_0
       419: .line 2519
            invokevirtual org.springframework.asm.MethodVisitor.visitInsnAnnotation:(ILorg/springframework/asm/TypePath;Ljava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
       420: .line 2524
            iload 33 /* currentAnnotationOffset */
       421: .line 2525
            iconst_1
       422: .line 2526
            aload 6 /* charBuffer */
       423: .line 2518
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
            pop
        end local 34 // java.lang.String annotationDescriptor
        end local 33 // int currentAnnotationOffset
       424: .line 2529
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
       425: .line 2530
            aload 20 /* invisibleTypeAnnotationOffsets */
            iinc 26 /* currentInvisibleTypeAnnotationIndex */ 1
            iload 26 /* currentInvisibleTypeAnnotationIndex */
       426: .line 2529
            invokevirtual org.springframework.asm.ClassReader.getTypeAnnotationBytecodeOffset:([II)I
       427: .line 2528
            istore 27 /* currentInvisibleTypeAnnotationBytecodeOffset */
       428: .line 2506
      StackMap locals:
      StackMap stack:
            aload 20 /* invisibleTypeAnnotationOffsets */
            ifnull 432
       429: .line 2507
            iload 26 /* currentInvisibleTypeAnnotationIndex */
            aload 20 /* invisibleTypeAnnotationOffsets */
            arraylength
            if_icmpge 432
       430: .line 2508
            iload 27 /* currentInvisibleTypeAnnotationBytecodeOffset */
            iload 30 /* currentBytecodeOffset */
       431: .line 2506
            if_icmple 406
        end local 32 // int opcode
        end local 31 // org.springframework.asm.Label currentLabel
        end local 30 // int currentBytecodeOffset
       432: .line 2028
      StackMap locals:
      StackMap stack:
            iload 4 /* currentOffset */
            iload 11 /* bytecodeEndOffset */
            if_icmplt 187
       433: .line 2533
            aload 12 /* labels */
            iload 9 /* codeLength */
            aaload
            ifnull 435
       434: .line 2534
            aload 1 /* methodVisitor */
            aload 12 /* labels */
            iload 9 /* codeLength */
            aaload
            invokevirtual org.springframework.asm.MethodVisitor.visitLabel:(Lorg/springframework/asm/Label;)V
       435: .line 2538
      StackMap locals:
      StackMap stack:
            iload 17 /* localVariableTableOffset */
            ifeq 469
            aload 2 /* context */
            getfield org.springframework.asm.Context.parsingOptions:I
            iconst_2
            iand
            ifne 469
       436: .line 2540
            aconst_null
            astore 30 /* typeTable */
        start local 30 // int[] typeTable
       437: .line 2541
            iload 18 /* localVariableTypeTableOffset */
            ifeq 447
       438: .line 2542
            aload 0 /* this */
            iload 18 /* localVariableTypeTableOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iconst_3
            imul
            newarray 10
            astore 30 /* typeTable */
       439: .line 2543
            iload 18 /* localVariableTypeTableOffset */
            iconst_2
            iadd
            istore 4 /* currentOffset */
       440: .line 2544
            aload 30 /* typeTable */
            arraylength
            istore 31 /* typeTableIndex */
        start local 31 // int typeTableIndex
       441: .line 2545
            goto 446
       442: .line 2547
      StackMap locals: int[] int
      StackMap stack:
            aload 30 /* typeTable */
            iinc 31 /* typeTableIndex */ -1
            iload 31 /* typeTableIndex */
            iload 4 /* currentOffset */
            bipush 6
            iadd
            iastore
       443: .line 2548
            aload 30 /* typeTable */
            iinc 31 /* typeTableIndex */ -1
            iload 31 /* typeTableIndex */
            aload 0 /* this */
            iload 4 /* currentOffset */
            bipush 8
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iastore
       444: .line 2549
            aload 30 /* typeTable */
            iinc 31 /* typeTableIndex */ -1
            iload 31 /* typeTableIndex */
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iastore
       445: .line 2550
            iinc 4 /* currentOffset */ 10
       446: .line 2545
      StackMap locals:
      StackMap stack:
            iload 31 /* typeTableIndex */
            ifgt 442
        end local 31 // int typeTableIndex
       447: .line 2553
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 17 /* localVariableTableOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 31 /* localVariableTableLength */
        start local 31 // int localVariableTableLength
       448: .line 2554
            iload 17 /* localVariableTableOffset */
            iconst_2
            iadd
            istore 4 /* currentOffset */
       449: .line 2555
            goto 468
       450: .line 2556
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 32 /* startPc */
        start local 32 // int startPc
       451: .line 2557
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 33 /* length */
        start local 33 // int length
       452: .line 2558
            aload 0 /* this */
            iload 4 /* currentOffset */
            iconst_4
            iadd
            aload 6 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 34 /* name */
        start local 34 // java.lang.String name
       453: .line 2559
            aload 0 /* this */
            iload 4 /* currentOffset */
            bipush 6
            iadd
            aload 6 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 35 /* descriptor */
        start local 35 // java.lang.String descriptor
       454: .line 2560
            aload 0 /* this */
            iload 4 /* currentOffset */
            bipush 8
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 36 /* index */
        start local 36 // int index
       455: .line 2561
            iinc 4 /* currentOffset */ 10
       456: .line 2562
            aconst_null
            astore 37 /* signature */
        start local 37 // java.lang.String signature
       457: .line 2563
            aload 30 /* typeTable */
            ifnull 465
       458: .line 2564
            iconst_0
            istore 38 /* i */
        start local 38 // int i
       459: goto 464
       460: .line 2565
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int int int int int int[] int[] org.springframework.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 30 /* typeTable */
            iload 38 /* i */
            iaload
            iload 32 /* startPc */
            if_icmpne 463
            aload 30 /* typeTable */
            iload 38 /* i */
            iconst_1
            iadd
            iaload
            iload 36 /* index */
            if_icmpne 463
       461: .line 2566
            aload 0 /* this */
            aload 30 /* typeTable */
            iload 38 /* i */
            iconst_2
            iadd
            iaload
            aload 6 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 37 /* signature */
       462: .line 2567
            goto 465
       463: .line 2564
      StackMap locals:
      StackMap stack:
            iinc 38 /* i */ 3
      StackMap locals:
      StackMap stack:
       464: iload 38 /* i */
            aload 30 /* typeTable */
            arraylength
            if_icmplt 460
        end local 38 // int i
       465: .line 2571
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
       466: .line 2572
            aload 34 /* name */
            aload 35 /* descriptor */
            aload 37 /* signature */
            aload 12 /* labels */
            iload 32 /* startPc */
            aaload
            aload 12 /* labels */
            iload 32 /* startPc */
            iload 33 /* length */
            iadd
            aaload
            iload 36 /* index */
       467: .line 2571
            invokevirtual org.springframework.asm.MethodVisitor.visitLocalVariable:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/springframework/asm/Label;Lorg/springframework/asm/Label;I)V
        end local 37 // java.lang.String signature
        end local 36 // int index
        end local 35 // java.lang.String descriptor
        end local 34 // java.lang.String name
        end local 33 // int length
        end local 32 // int startPc
       468: .line 2555
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int int int int int int[] int[] org.springframework.asm.Attribute int int int int int int int int int[] int
      StackMap stack:
            iload 31 /* localVariableTableLength */
            iinc 31 /* localVariableTableLength */ -1
            ifgt 450
        end local 31 // int localVariableTableLength
        end local 30 // int[] typeTable
       469: .line 2577
      StackMap locals:
      StackMap stack:
            aload 19 /* visibleTypeAnnotationOffsets */
            ifnull 494
       470: .line 2578
            aload 19 /* visibleTypeAnnotationOffsets */
            dup
            astore 33
            arraylength
            istore 32
            iconst_0
            istore 31
            goto 493
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int int int int int int[] int[] org.springframework.asm.Attribute int int int int int int int int top int int int[]
      StackMap stack:
       471: aload 33
            iload 31
            iaload
            istore 30 /* typeAnnotationOffset */
        start local 30 // int typeAnnotationOffset
       472: .line 2579
            aload 0 /* this */
            iload 30 /* typeAnnotationOffset */
            invokevirtual org.springframework.asm.ClassReader.readByte:(I)I
            istore 34 /* targetType */
        start local 34 // int targetType
       473: .line 2580
            iload 34 /* targetType */
            bipush 64
            if_icmpeq 475
       474: .line 2581
            iload 34 /* targetType */
            bipush 65
            if_icmpne 492
       475: .line 2583
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int int int int int int[] int[] org.springframework.asm.Attribute int int int int int int int int int int int int[] int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* context */
            iload 30 /* typeAnnotationOffset */
            invokevirtual org.springframework.asm.ClassReader.readTypeAnnotationTarget:(Lorg/springframework/asm/Context;I)I
            istore 4 /* currentOffset */
       476: .line 2585
            aload 0 /* this */
            iload 4 /* currentOffset */
            aload 6 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 35 /* annotationDescriptor */
        start local 35 // java.lang.String annotationDescriptor
       477: .line 2586
            iinc 4 /* currentOffset */ 2
       478: .line 2588
            aload 0 /* this */
       479: .line 2589
            aload 1 /* methodVisitor */
       480: .line 2590
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTarget:I
       481: .line 2591
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTargetPath:Lorg/springframework/asm/TypePath;
       482: .line 2592
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentLocalVariableAnnotationRangeStarts:[Lorg/springframework/asm/Label;
       483: .line 2593
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentLocalVariableAnnotationRangeEnds:[Lorg/springframework/asm/Label;
       484: .line 2594
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentLocalVariableAnnotationRangeIndices:[I
       485: .line 2595
            aload 35 /* annotationDescriptor */
       486: .line 2596
            iconst_1
       487: .line 2589
            invokevirtual org.springframework.asm.MethodVisitor.visitLocalVariableAnnotation:(ILorg/springframework/asm/TypePath;[Lorg/springframework/asm/Label;[Lorg/springframework/asm/Label;[ILjava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
       488: .line 2597
            iload 4 /* currentOffset */
       489: .line 2598
            iconst_1
       490: .line 2599
            aload 6 /* charBuffer */
       491: .line 2588
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
            pop
        end local 35 // java.lang.String annotationDescriptor
        end local 34 // int targetType
        end local 30 // int typeAnnotationOffset
       492: .line 2578
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int int int int int int[] int[] org.springframework.asm.Attribute int int int int int int int int top int int int[]
      StackMap stack:
            iinc 31 1
      StackMap locals:
      StackMap stack:
       493: iload 31
            iload 32
            if_icmplt 471
       494: .line 2605
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int int int int int int[] int[] org.springframework.asm.Attribute int int int int int int int int
      StackMap stack:
            aload 20 /* invisibleTypeAnnotationOffsets */
            ifnull 524
       495: .line 2606
            aload 20 /* invisibleTypeAnnotationOffsets */
            dup
            astore 33
            arraylength
            istore 32
            iconst_0
            istore 31
            goto 518
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int int int int int int[] int[] org.springframework.asm.Attribute int int int int int int int int top int int int[]
      StackMap stack:
       496: aload 33
            iload 31
            iaload
            istore 30 /* typeAnnotationOffset */
        start local 30 // int typeAnnotationOffset
       497: .line 2607
            aload 0 /* this */
            iload 30 /* typeAnnotationOffset */
            invokevirtual org.springframework.asm.ClassReader.readByte:(I)I
            istore 34 /* targetType */
        start local 34 // int targetType
       498: .line 2608
            iload 34 /* targetType */
            bipush 64
            if_icmpeq 500
       499: .line 2609
            iload 34 /* targetType */
            bipush 65
            if_icmpne 517
       500: .line 2611
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int int int int int int[] int[] org.springframework.asm.Attribute int int int int int int int int int int int int[] int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* context */
            iload 30 /* typeAnnotationOffset */
            invokevirtual org.springframework.asm.ClassReader.readTypeAnnotationTarget:(Lorg/springframework/asm/Context;I)I
            istore 4 /* currentOffset */
       501: .line 2613
            aload 0 /* this */
            iload 4 /* currentOffset */
            aload 6 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 35 /* annotationDescriptor */
        start local 35 // java.lang.String annotationDescriptor
       502: .line 2614
            iinc 4 /* currentOffset */ 2
       503: .line 2616
            aload 0 /* this */
       504: .line 2617
            aload 1 /* methodVisitor */
       505: .line 2618
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTarget:I
       506: .line 2619
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentTypeAnnotationTargetPath:Lorg/springframework/asm/TypePath;
       507: .line 2620
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentLocalVariableAnnotationRangeStarts:[Lorg/springframework/asm/Label;
       508: .line 2621
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentLocalVariableAnnotationRangeEnds:[Lorg/springframework/asm/Label;
       509: .line 2622
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentLocalVariableAnnotationRangeIndices:[I
       510: .line 2623
            aload 35 /* annotationDescriptor */
       511: .line 2624
            iconst_0
       512: .line 2617
            invokevirtual org.springframework.asm.MethodVisitor.visitLocalVariableAnnotation:(ILorg/springframework/asm/TypePath;[Lorg/springframework/asm/Label;[Lorg/springframework/asm/Label;[ILjava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
       513: .line 2625
            iload 4 /* currentOffset */
       514: .line 2626
            iconst_1
       515: .line 2627
            aload 6 /* charBuffer */
       516: .line 2616
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
            pop
        end local 35 // java.lang.String annotationDescriptor
        end local 34 // int targetType
        end local 30 // int typeAnnotationOffset
       517: .line 2606
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int int int int int int[] int[] org.springframework.asm.Attribute int int int int int int int int top int int int[]
      StackMap stack:
            iinc 31 1
      StackMap locals:
      StackMap stack:
       518: iload 31
            iload 32
            if_icmplt 496
       519: .line 2633
            goto 524
       520: .line 2635
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int byte[] char[] int int int int int org.springframework.asm.Label[] int int int int int int int[] int[] org.springframework.asm.Attribute int int int int int int int int
      StackMap stack:
            aload 21 /* attributes */
            getfield org.springframework.asm.Attribute.nextAttribute:Lorg/springframework/asm/Attribute;
            astore 30 /* nextAttribute */
        start local 30 // org.springframework.asm.Attribute nextAttribute
       521: .line 2636
            aload 21 /* attributes */
            aconst_null
            putfield org.springframework.asm.Attribute.nextAttribute:Lorg/springframework/asm/Attribute;
       522: .line 2637
            aload 1 /* methodVisitor */
            aload 21 /* attributes */
            invokevirtual org.springframework.asm.MethodVisitor.visitAttribute:(Lorg/springframework/asm/Attribute;)V
       523: .line 2638
            aload 30 /* nextAttribute */
            astore 21 /* attributes */
        end local 30 // org.springframework.asm.Attribute nextAttribute
       524: .line 2633
      StackMap locals:
      StackMap stack:
            aload 21 /* attributes */
            ifnonnull 520
       525: .line 2642
            aload 1 /* methodVisitor */
            iload 7 /* maxStack */
            iload 8 /* maxLocals */
            invokevirtual org.springframework.asm.MethodVisitor.visitMaxs:(II)V
       526: .line 2643
            return
        end local 29 // int wideJumpOpcodeDelta
        end local 28 // boolean insertFrame
        end local 27 // int currentInvisibleTypeAnnotationBytecodeOffset
        end local 26 // int currentInvisibleTypeAnnotationIndex
        end local 25 // int currentVisibleTypeAnnotationBytecodeOffset
        end local 24 // int currentVisibleTypeAnnotationIndex
        end local 23 // boolean expandFrames
        end local 22 // int attributesCount
        end local 21 // org.springframework.asm.Attribute attributes
        end local 20 // int[] invisibleTypeAnnotationOffsets
        end local 19 // int[] visibleTypeAnnotationOffsets
        end local 18 // int localVariableTypeTableOffset
        end local 17 // int localVariableTableOffset
        end local 16 // boolean compressedFrames
        end local 15 // int stackMapTableEndOffset
        end local 14 // int stackMapFrameOffset
        end local 13 // int exceptionTableLength
        end local 12 // org.springframework.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[] classBuffer
        end local 4 // int currentOffset
        end local 3 // int codeOffset
        end local 2 // org.springframework.asm.Context context
        end local 1 // org.springframework.asm.MethodVisitor methodVisitor
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                                          Name  Signature
            0  527     0                                          this  Lorg/springframework/asm/ClassReader;
            0  527     1                                 methodVisitor  Lorg/springframework/asm/MethodVisitor;
            0  527     2                                       context  Lorg/springframework/asm/Context;
            0  527     3                                    codeOffset  I
            1  527     4                                 currentOffset  I
            2  527     5                                   classBuffer  [B
            3  527     6                                    charBuffer  [C
            4  527     7                                      maxStack  I
            5  527     8                                     maxLocals  I
            6  527     9                                    codeLength  I
           10  527    10                           bytecodeStartOffset  I
           11  527    11                             bytecodeEndOffset  I
           12  527    12                                        labels  [Lorg/springframework/asm/Label;
           14   60    13                                bytecodeOffset  I
           15   60    14                                        opcode  I
           36   42    15                               numTableEntries  I
           45   51    16                                numSwitchCases  I
           62  527    13                          exceptionTableLength  I
           65   70    14                                         start  Lorg/springframework/asm/Label;
           66   70    15                                           end  Lorg/springframework/asm/Label;
           67   70    16                                       handler  Lorg/springframework/asm/Label;
           68   70    17                                     catchType  Ljava/lang/String;
           72  527    14                           stackMapFrameOffset  I
           73  527    15                        stackMapTableEndOffset  I
           74  527    16                              compressedFrames  Z
           75  527    17                      localVariableTableOffset  I
           76  527    18                  localVariableTypeTableOffset  I
           77  527    19                  visibleTypeAnnotationOffsets  [I
           78  527    20                invisibleTypeAnnotationOffsets  [I
           79  527    21                                    attributes  Lorg/springframework/asm/Attribute;
           80  527    22                               attributesCount  I
           83  147    23                                 attributeName  Ljava/lang/String;
           84  147    24                               attributeLength  I
           89   98    25               currentLocalVariableTableOffset  I
           90   98    26                      localVariableTableLength  I
           93   97    27                                       startPc  I
           95   97    28                                        length  I
          105  114    25                  currentLineNumberTableOffset  I
          106  114    26                         lineNumberTableLength  I
          109  113    27                                       startPc  I
          110  113    28                                    lineNumber  I
          144  146    25                                     attribute  Lorg/springframework/asm/Attribute;
          151  527    23                                  expandFrames  Z
          162  173    24                                        offset  I
          165  171    25                       potentialBytecodeOffset  I
          176  527    24             currentVisibleTypeAnnotationIndex  I
          178  527    25    currentVisibleTypeAnnotationBytecodeOffset  I
          179  527    26           currentInvisibleTypeAnnotationIndex  I
          181  527    27  currentInvisibleTypeAnnotationBytecodeOffset  I
          182  527    28                                   insertFrame  Z
          185  527    29                           wideJumpOpcodeDelta  I
          188  432    30                         currentBytecodeOffset  I
          189  432    31                                  currentLabel  Lorg/springframework/asm/Label;
          225  432    32                                        opcode  I
          253  265    33                                        target  Lorg/springframework/asm/Label;
          260  263    34                                         endif  Lorg/springframework/asm/Label;
          283  295    33                                  defaultLabel  Lorg/springframework/asm/Label;
          284  295    34                                           low  I
          285  295    35                                          high  I
          287  295    36                                         table  [Lorg/springframework/asm/Label;
          288  293    37                                             i  I
          297  310    33                                  defaultLabel  Lorg/springframework/asm/Label;
          298  310    34                                      numPairs  I
          300  310    35                                          keys  [I
          301  310    36                                        values  [Lorg/springframework/asm/Label;
          302  308    37                                             i  I
          326  342    33                                  cpInfoOffset  I
          327  342    34                       nameAndTypeCpInfoOffset  I
          328  342    35                                         owner  Ljava/lang/String;
          329  342    36                                          name  Ljava/lang/String;
          330  342    37                                    descriptor  Ljava/lang/String;
          336  337    38                                   isInterface  Z
          343  365    33                                  cpInfoOffset  I
          344  365    34                       nameAndTypeCpInfoOffset  I
          345  365    35                                          name  Ljava/lang/String;
          346  365    36                                    descriptor  Ljava/lang/String;
          347  365    37                         bootstrapMethodOffset  I
          349  365    38                                        handle  Lorg/springframework/asm/Handle;
          351  365    39                      bootstrapMethodArguments  [Ljava/lang/Object;
          353  360    40                                             i  I
          384  397    33                       currentAnnotationOffset  I
          385  397    34                          annotationDescriptor  Ljava/lang/String;
          411  424    33                       currentAnnotationOffset  I
          412  424    34                          annotationDescriptor  Ljava/lang/String;
          437  469    30                                     typeTable  [I
          441  447    31                                typeTableIndex  I
          448  469    31                      localVariableTableLength  I
          451  468    32                                       startPc  I
          452  468    33                                        length  I
          453  468    34                                          name  Ljava/lang/String;
          454  468    35                                    descriptor  Ljava/lang/String;
          455  468    36                                         index  I
          457  468    37                                     signature  Ljava/lang/String;
          459  465    38                                             i  I
          472  492    30                          typeAnnotationOffset  I
          473  492    34                                    targetType  I
          477  492    35                          annotationDescriptor  Ljava/lang/String;
          497  517    30                          typeAnnotationOffset  I
          498  517    34                                    targetType  I
          502  517    35                          annotationDescriptor  Ljava/lang/String;
          521  524    30                                 nextAttribute  Lorg/springframework/asm/Attribute;
    MethodParameters:
               Name  Flags
      methodVisitor  final
      context        final
      codeOffset     final

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

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

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

  private int[] readTypeAnnotations(org.springframework.asm.MethodVisitor, org.springframework.asm.Context, int, boolean);
    descriptor: (Lorg/springframework/asm/MethodVisitor;Lorg/springframework/asm/Context;IZ)[I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=13, args_size=5
        start local 0 // org.springframework.asm.ClassReader this
        start local 1 // org.springframework.asm.MethodVisitor methodVisitor
        start local 2 // org.springframework.asm.Context context
        start local 3 // int runtimeTypeAnnotationsOffset
        start local 4 // boolean visible
         0: .line 2719
            aload 2 /* context */
            getfield org.springframework.asm.Context.charBuffer:[C
            astore 5 /* charBuffer */
        start local 5 // char[] charBuffer
         1: .line 2720
            iload 3 /* runtimeTypeAnnotationsOffset */
            istore 6 /* currentOffset */
        start local 6 // int currentOffset
         2: .line 2722
            aload 0 /* this */
            iload 6 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            newarray 10
            astore 7 /* typeAnnotationsOffsets */
        start local 7 // int[] typeAnnotationsOffsets
         3: .line 2723
            iinc 6 /* currentOffset */ 2
         4: .line 2725
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         5: goto 48
         6: .line 2726
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int char[] int int[] int
      StackMap stack:
            aload 7 /* typeAnnotationsOffsets */
            iload 8 /* i */
            iload 6 /* currentOffset */
            iastore
         7: .line 2729
            aload 0 /* this */
            iload 6 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            istore 9 /* targetType */
        start local 9 // int targetType
         8: .line 2730
            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 2735
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 10 /* tableLength */
        start local 10 // int tableLength
        10: .line 2736
            iinc 6 /* currentOffset */ 3
        11: .line 2737
            goto 17
        12: .line 2738
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 11 /* startPc */
        start local 11 // int startPc
        13: .line 2739
            aload 0 /* this */
            iload 6 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 12 /* length */
        start local 12 // int length
        14: .line 2741
            iinc 6 /* currentOffset */ 6
        15: .line 2742
            aload 0 /* this */
            iload 11 /* startPc */
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentMethodLabels:[Lorg/springframework/asm/Label;
            invokevirtual org.springframework.asm.ClassReader.createLabel:(I[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Label;
            pop
        16: .line 2743
            aload 0 /* this */
            iload 11 /* startPc */
            iload 12 /* length */
            iadd
            aload 2 /* context */
            getfield org.springframework.asm.Context.currentMethodLabels:[Lorg/springframework/asm/Label;
            invokevirtual org.springframework.asm.ClassReader.createLabel:(I[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Label;
            pop
        end local 12 // int length
        end local 11 // int startPc
        17: .line 2737
      StackMap locals:
      StackMap stack:
            iload 10 /* tableLength */
            iinc 10 /* tableLength */ -1
            ifgt 12
        18: .line 2745
            goto 24
        end local 10 // int tableLength
        19: .line 2751
      StackMap locals:
      StackMap stack:
            iinc 6 /* currentOffset */ 4
        20: .line 2752
            goto 24
        21: .line 2762
      StackMap locals:
      StackMap stack:
            iinc 6 /* currentOffset */ 3
        22: .line 2763
            goto 24
        23: .line 2772
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        24: .line 2776
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readByte:(I)I
            istore 10 /* pathLength */
        start local 10 // int pathLength
        25: .line 2777
            iload 9 /* targetType */
            bipush 24
            iushr
            bipush 66
            if_icmpne 42
        26: .line 2779
            iload 10 /* pathLength */
            ifne 27
            aconst_null
            goto 28
      StackMap locals: int
      StackMap stack:
        27: new org.springframework.asm.TypePath
            dup
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.classFileBuffer:[B
            iload 6 /* currentOffset */
            invokespecial org.springframework.asm.TypePath.<init>:([BI)V
      StackMap locals:
      StackMap stack: org.springframework.asm.TypePath
        28: astore 11 /* path */
        start local 11 // org.springframework.asm.TypePath path
        29: .line 2780
            iload 6 /* currentOffset */
            iconst_1
            iconst_2
            iload 10 /* pathLength */
            imul
            iadd
            iadd
            istore 6 /* currentOffset */
        30: .line 2782
            aload 0 /* this */
            iload 6 /* currentOffset */
            aload 5 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 12 /* annotationDescriptor */
        start local 12 // java.lang.String annotationDescriptor
        31: .line 2783
            iinc 6 /* currentOffset */ 2
        32: .line 2786
            aload 0 /* this */
        33: .line 2787
            aload 1 /* methodVisitor */
        34: .line 2788
            iload 9 /* targetType */
            sipush -256
            iand
            aload 11 /* path */
            aload 12 /* annotationDescriptor */
            iload 4 /* visible */
        35: .line 2787
            invokevirtual org.springframework.asm.MethodVisitor.visitTryCatchAnnotation:(ILorg/springframework/asm/TypePath;Ljava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
        36: .line 2789
            iload 6 /* currentOffset */
        37: .line 2790
            iconst_1
        38: .line 2791
            aload 5 /* charBuffer */
        39: .line 2786
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
        40: .line 2785
            istore 6 /* currentOffset */
        end local 12 // java.lang.String annotationDescriptor
        end local 11 // org.springframework.asm.TypePath path
        41: .line 2792
            goto 47
        42: .line 2796
      StackMap locals:
      StackMap stack:
            iload 6 /* currentOffset */
            iconst_3
            iconst_2
            iload 10 /* pathLength */
            imul
            iadd
            iadd
            istore 6 /* currentOffset */
        43: .line 2800
            aload 0 /* this */
        44: .line 2801
            aconst_null
            iload 6 /* currentOffset */
            iconst_1
            aload 5 /* charBuffer */
        45: .line 2800
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
        46: .line 2799
            istore 6 /* currentOffset */
        end local 10 // int pathLength
        end local 9 // int targetType
        47: .line 2725
      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 2804
            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.springframework.asm.Context context
        end local 1 // org.springframework.asm.MethodVisitor methodVisitor
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   50     0                          this  Lorg/springframework/asm/ClassReader;
            0   50     1                 methodVisitor  Lorg/springframework/asm/MethodVisitor;
            0   50     2                       context  Lorg/springframework/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/springframework/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.springframework.asm.ClassReader this
        start local 1 // int[] typeAnnotationOffsets
        start local 2 // int typeAnnotationIndex
         0: .line 2819
            aload 1 /* typeAnnotationOffsets */
            ifnull 3
         1: .line 2820
            iload 2 /* typeAnnotationIndex */
            aload 1 /* typeAnnotationOffsets */
            arraylength
            if_icmpge 3
         2: .line 2821
            aload 0 /* this */
            aload 1 /* typeAnnotationOffsets */
            iload 2 /* typeAnnotationIndex */
            iaload
            invokevirtual org.springframework.asm.ClassReader.readByte:(I)I
            bipush 67
            if_icmpge 4
         3: .line 2822
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
         4: .line 2824
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* typeAnnotationOffsets */
            iload 2 /* typeAnnotationIndex */
            iaload
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            ireturn
        end local 2 // int typeAnnotationIndex
        end local 1 // int[] typeAnnotationOffsets
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    5     0                   this  Lorg/springframework/asm/ClassReader;
            0    5     1  typeAnnotationOffsets  [I
            0    5     2    typeAnnotationIndex  I
    MethodParameters:
                       Name  Flags
      typeAnnotationOffsets  final
      typeAnnotationIndex    final

  private int readTypeAnnotationTarget(org.springframework.asm.Context, int);
    descriptor: (Lorg/springframework/asm/Context;I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=10, args_size=3
        start local 0 // org.springframework.asm.ClassReader this
        start local 1 // org.springframework.asm.Context context
        start local 2 // int typeAnnotationOffset
         0: .line 2838
            iload 2 /* typeAnnotationOffset */
            istore 3 /* currentOffset */
        start local 3 // int currentOffset
         1: .line 2840
            aload 0 /* this */
            iload 2 /* typeAnnotationOffset */
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            istore 4 /* targetType */
        start local 4 // int targetType
         2: .line 2841
            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 2845
      StackMap locals: int int
      StackMap stack:
            iload 4 /* targetType */
            ldc -65536
            iand
            istore 4 /* targetType */
         4: .line 2846
            iinc 3 /* currentOffset */ 2
         5: .line 2847
            goto 41
         6: .line 2851
      StackMap locals:
      StackMap stack:
            iload 4 /* targetType */
            ldc -16777216
            iand
            istore 4 /* targetType */
         7: .line 2852
            iinc 3 /* currentOffset */ 1
         8: .line 2853
            goto 41
         9: .line 2856
      StackMap locals:
      StackMap stack:
            iload 4 /* targetType */
            ldc -16777216
            iand
            istore 4 /* targetType */
        10: .line 2857
            aload 0 /* this */
            iload 3 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 5 /* tableLength */
        start local 5 // int tableLength
        11: .line 2858
            iinc 3 /* currentOffset */ 3
        12: .line 2859
            aload 1 /* context */
            iload 5 /* tableLength */
            anewarray org.springframework.asm.Label
            putfield org.springframework.asm.Context.currentLocalVariableAnnotationRangeStarts:[Lorg/springframework/asm/Label;
        13: .line 2860
            aload 1 /* context */
            iload 5 /* tableLength */
            anewarray org.springframework.asm.Label
            putfield org.springframework.asm.Context.currentLocalVariableAnnotationRangeEnds:[Lorg/springframework/asm/Label;
        14: .line 2861
            aload 1 /* context */
            iload 5 /* tableLength */
            newarray 10
            putfield org.springframework.asm.Context.currentLocalVariableAnnotationRangeIndices:[I
        15: .line 2862
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        16: goto 29
        17: .line 2863
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 7 /* startPc */
        start local 7 // int startPc
        18: .line 2864
            aload 0 /* this */
            iload 3 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 8 /* length */
        start local 8 // int length
        19: .line 2865
            aload 0 /* this */
            iload 3 /* currentOffset */
            iconst_4
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 9 /* index */
        start local 9 // int index
        20: .line 2866
            iinc 3 /* currentOffset */ 6
        21: .line 2867
            aload 1 /* context */
            getfield org.springframework.asm.Context.currentLocalVariableAnnotationRangeStarts:[Lorg/springframework/asm/Label;
            iload 6 /* i */
        22: .line 2868
            aload 0 /* this */
            iload 7 /* startPc */
            aload 1 /* context */
            getfield org.springframework.asm.Context.currentMethodLabels:[Lorg/springframework/asm/Label;
            invokevirtual org.springframework.asm.ClassReader.createLabel:(I[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Label;
        23: .line 2867
            aastore
        24: .line 2869
            aload 1 /* context */
            getfield org.springframework.asm.Context.currentLocalVariableAnnotationRangeEnds:[Lorg/springframework/asm/Label;
            iload 6 /* i */
        25: .line 2870
            aload 0 /* this */
            iload 7 /* startPc */
            iload 8 /* length */
            iadd
            aload 1 /* context */
            getfield org.springframework.asm.Context.currentMethodLabels:[Lorg/springframework/asm/Label;
            invokevirtual org.springframework.asm.ClassReader.createLabel:(I[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Label;
        26: .line 2869
            aastore
        27: .line 2871
            aload 1 /* context */
            getfield org.springframework.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 2862
            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 2873
            goto 41
        end local 5 // int tableLength
        31: .line 2879
      StackMap locals:
      StackMap stack:
            iload 4 /* targetType */
            ldc -16776961
            iand
            istore 4 /* targetType */
        32: .line 2880
            iinc 3 /* currentOffset */ 4
        33: .line 2881
            goto 41
        34: .line 2887
      StackMap locals:
      StackMap stack:
            iload 4 /* targetType */
            sipush -256
            iand
            istore 4 /* targetType */
        35: .line 2888
            iinc 3 /* currentOffset */ 3
        36: .line 2889
            goto 41
        37: .line 2894
      StackMap locals:
      StackMap stack:
            iload 4 /* targetType */
            ldc -16777216
            iand
            istore 4 /* targetType */
        38: .line 2895
            iinc 3 /* currentOffset */ 3
        39: .line 2896
            goto 41
        40: .line 2898
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        41: .line 2900
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            iload 4 /* targetType */
            putfield org.springframework.asm.Context.currentTypeAnnotationTarget:I
        42: .line 2902
            aload 0 /* this */
            iload 3 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readByte:(I)I
            istore 5 /* pathLength */
        start local 5 // int pathLength
        43: .line 2903
            aload 1 /* context */
        44: .line 2904
            iload 5 /* pathLength */
            ifne 45
            aconst_null
            goto 46
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.Context int int int int
      StackMap stack: org.springframework.asm.Context
        45: new org.springframework.asm.TypePath
            dup
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.classFileBuffer:[B
            iload 3 /* currentOffset */
            invokespecial org.springframework.asm.TypePath.<init>:([BI)V
        46: .line 2903
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.Context int int int int
      StackMap stack: org.springframework.asm.Context org.springframework.asm.TypePath
            putfield org.springframework.asm.Context.currentTypeAnnotationTargetPath:Lorg/springframework/asm/TypePath;
        47: .line 2906
            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.springframework.asm.Context context
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   48     0                  this  Lorg/springframework/asm/ClassReader;
            0   48     1               context  Lorg/springframework/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.springframework.asm.MethodVisitor, org.springframework.asm.Context, int, boolean);
    descriptor: (Lorg/springframework/asm/MethodVisitor;Lorg/springframework/asm/Context;IZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=11, args_size=5
        start local 0 // org.springframework.asm.ClassReader this
        start local 1 // org.springframework.asm.MethodVisitor methodVisitor
        start local 2 // org.springframework.asm.Context context
        start local 3 // int runtimeParameterAnnotationsOffset
        start local 4 // boolean visible
         0: .line 2925
            iload 3 /* runtimeParameterAnnotationsOffset */
            istore 5 /* currentOffset */
        start local 5 // int currentOffset
         1: .line 2926
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.classFileBuffer:[B
            iload 5 /* currentOffset */
            iinc 5 /* currentOffset */ 1
            baload
            sipush 255
            iand
            istore 6 /* numParameters */
        start local 6 // int numParameters
         2: .line 2927
            aload 1 /* methodVisitor */
            iload 6 /* numParameters */
            iload 4 /* visible */
            invokevirtual org.springframework.asm.MethodVisitor.visitAnnotableParameterCount:(IZ)V
         3: .line 2928
            aload 2 /* context */
            getfield org.springframework.asm.Context.charBuffer:[C
            astore 7 /* charBuffer */
        start local 7 // char[] charBuffer
         4: .line 2929
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         5: goto 20
         6: .line 2930
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.MethodVisitor org.springframework.asm.Context int int int int char[] int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 9 /* numAnnotations */
        start local 9 // int numAnnotations
         7: .line 2931
            iinc 5 /* currentOffset */ 2
         8: .line 2932
            goto 18
         9: .line 2934
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* currentOffset */
            aload 7 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 10 /* annotationDescriptor */
        start local 10 // java.lang.String annotationDescriptor
        10: .line 2935
            iinc 5 /* currentOffset */ 2
        11: .line 2938
            aload 0 /* this */
        12: .line 2939
            aload 1 /* methodVisitor */
            iload 8 /* i */
            aload 10 /* annotationDescriptor */
            iload 4 /* visible */
            invokevirtual org.springframework.asm.MethodVisitor.visitParameterAnnotation:(ILjava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
        13: .line 2940
            iload 5 /* currentOffset */
        14: .line 2941
            iconst_1
        15: .line 2942
            aload 7 /* charBuffer */
        16: .line 2938
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
        17: .line 2937
            istore 5 /* currentOffset */
        end local 10 // java.lang.String annotationDescriptor
        18: .line 2932
      StackMap locals:
      StackMap stack:
            iload 9 /* numAnnotations */
            iinc 9 /* numAnnotations */ -1
            ifgt 9
        end local 9 // int numAnnotations
        19: .line 2929
            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 2945
            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.springframework.asm.Context context
        end local 1 // org.springframework.asm.MethodVisitor methodVisitor
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                               Name  Signature
            0   22     0                               this  Lorg/springframework/asm/ClassReader;
            0   22     1                      methodVisitor  Lorg/springframework/asm/MethodVisitor;
            0   22     2                            context  Lorg/springframework/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.springframework.asm.AnnotationVisitor, int, boolean, char[]);
    descriptor: (Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // org.springframework.asm.ClassReader this
        start local 1 // org.springframework.asm.AnnotationVisitor annotationVisitor
        start local 2 // int annotationOffset
        start local 3 // boolean named
        start local 4 // char[] charBuffer
         0: .line 2966
            iload 2 /* annotationOffset */
            istore 5 /* currentOffset */
        start local 5 // int currentOffset
         1: .line 2968
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 6 /* numElementValuePairs */
        start local 6 // int numElementValuePairs
         2: .line 2969
            iinc 5 /* currentOffset */ 2
         3: .line 2970
            iload 3 /* named */
            ifeq 12
         4: .line 2972
            goto 8
         5: .line 2973
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* currentOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 7 /* elementName */
        start local 7 // java.lang.String elementName
         6: .line 2975
            aload 0 /* this */
            aload 1 /* annotationVisitor */
            iload 5 /* currentOffset */
            iconst_2
            iadd
            aload 7 /* elementName */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readElementValue:(Lorg/springframework/asm/AnnotationVisitor;ILjava/lang/String;[C)I
         7: .line 2974
            istore 5 /* currentOffset */
        end local 7 // java.lang.String elementName
         8: .line 2972
      StackMap locals:
      StackMap stack:
            iload 6 /* numElementValuePairs */
            iinc 6 /* numElementValuePairs */ -1
            ifgt 5
         9: .line 2977
            goto 13
        10: .line 2981
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* annotationVisitor */
            iload 5 /* currentOffset */
            aconst_null
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readElementValue:(Lorg/springframework/asm/AnnotationVisitor;ILjava/lang/String;[C)I
        11: .line 2980
            istore 5 /* currentOffset */
        12: .line 2979
      StackMap locals:
      StackMap stack:
            iload 6 /* numElementValuePairs */
            iinc 6 /* numElementValuePairs */ -1
            ifgt 10
        13: .line 2984
      StackMap locals:
      StackMap stack:
            aload 1 /* annotationVisitor */
            ifnull 15
        14: .line 2985
            aload 1 /* annotationVisitor */
            invokevirtual org.springframework.asm.AnnotationVisitor.visitEnd:()V
        15: .line 2987
      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.springframework.asm.AnnotationVisitor annotationVisitor
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   16     0                  this  Lorg/springframework/asm/ClassReader;
            0   16     1     annotationVisitor  Lorg/springframework/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.springframework.asm.AnnotationVisitor, int, java.lang.String, char[]);
    descriptor: (Lorg/springframework/asm/AnnotationVisitor;ILjava/lang/String;[C)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=16, args_size=5
        start local 0 // org.springframework.asm.ClassReader this
        start local 1 // org.springframework.asm.AnnotationVisitor annotationVisitor
        start local 2 // int elementValueOffset
        start local 3 // java.lang.String elementName
        start local 4 // char[] charBuffer
         0: .line 3005
            iload 2 /* elementValueOffset */
            istore 5 /* currentOffset */
        start local 5 // int currentOffset
         1: .line 3006
            aload 1 /* annotationVisitor */
            ifnonnull 7
         2: .line 3007
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.classFileBuffer:[B
            iload 5 /* currentOffset */
            baload
            sipush 255
            iand
            lookupswitch { // 3
                   64: 4
                   91: 5
                  101: 3
              default: 6
          }
         3: .line 3009
      StackMap locals: int
      StackMap stack:
            iload 5 /* currentOffset */
            iconst_5
            iadd
            ireturn
         4: .line 3011
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            iload 5 /* currentOffset */
            iconst_3
            iadd
            iconst_1
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
            ireturn
         5: .line 3013
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            iload 5 /* currentOffset */
            iconst_1
            iadd
            iconst_0
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
            ireturn
         6: .line 3015
      StackMap locals:
      StackMap stack:
            iload 5 /* currentOffset */
            iconst_3
            iadd
            ireturn
         7: .line 3018
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.classFileBuffer:[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 3020
      StackMap locals:
      StackMap stack:
            aload 1 /* annotationVisitor */
         9: .line 3021
            aload 3 /* elementName */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            i2b
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
        10: .line 3020
            invokevirtual org.springframework.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        11: .line 3022
            iinc 5 /* currentOffset */ 2
        12: .line 3023
            goto 156
        13: .line 3025
      StackMap locals:
      StackMap stack:
            aload 1 /* annotationVisitor */
        14: .line 3026
            aload 3 /* elementName */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            i2c
            invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
        15: .line 3025
            invokevirtual org.springframework.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        16: .line 3027
            iinc 5 /* currentOffset */ 2
        17: .line 3028
            goto 156
        18: .line 3033
      StackMap locals:
      StackMap stack:
            aload 1 /* annotationVisitor */
        19: .line 3034
            aload 3 /* elementName */
            aload 0 /* this */
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readConst:(I[C)Ljava/lang/Object;
        20: .line 3033
            invokevirtual org.springframework.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        21: .line 3035
            iinc 5 /* currentOffset */ 2
        22: .line 3036
            goto 156
        23: .line 3038
      StackMap locals:
      StackMap stack:
            aload 1 /* annotationVisitor */
        24: .line 3039
            aload 3 /* elementName */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            i2s
            invokestatic java.lang.Short.valueOf:(S)Ljava/lang/Short;
        25: .line 3038
            invokevirtual org.springframework.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        26: .line 3040
            iinc 5 /* currentOffset */ 2
        27: .line 3041
            goto 156
        28: .line 3044
      StackMap locals:
      StackMap stack:
            aload 1 /* annotationVisitor */
        29: .line 3045
            aload 3 /* elementName */
        30: .line 3046
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            ifne 32
        31: .line 3047
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            goto 33
        32: .line 3048
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.AnnotationVisitor int java.lang.String char[] int
      StackMap stack: org.springframework.asm.AnnotationVisitor java.lang.String
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
        33: .line 3044
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.AnnotationVisitor int java.lang.String char[] int
      StackMap stack: org.springframework.asm.AnnotationVisitor java.lang.String java.lang.Boolean
            invokevirtual org.springframework.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        34: .line 3049
            iinc 5 /* currentOffset */ 2
        35: .line 3050
            goto 156
        36: .line 3052
      StackMap locals:
      StackMap stack:
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            aload 0 /* this */
            iload 5 /* currentOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            invokevirtual org.springframework.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        37: .line 3053
            iinc 5 /* currentOffset */ 2
        38: .line 3054
            goto 156
        39: .line 3056
      StackMap locals:
      StackMap stack:
            aload 1 /* annotationVisitor */
        40: .line 3057
            aload 3 /* elementName */
        41: .line 3058
            aload 0 /* this */
            iload 5 /* currentOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
        42: .line 3059
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_2
            iadd
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
        43: .line 3056
            invokevirtual org.springframework.asm.AnnotationVisitor.visitEnum:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        44: .line 3060
            iinc 5 /* currentOffset */ 4
        45: .line 3061
            goto 156
        46: .line 3063
      StackMap locals:
      StackMap stack:
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            aload 0 /* this */
            iload 5 /* currentOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            invokestatic org.springframework.asm.Type.getType:(Ljava/lang/String;)Lorg/springframework/asm/Type;
            invokevirtual org.springframework.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        47: .line 3064
            iinc 5 /* currentOffset */ 2
        48: .line 3065
            goto 156
        49: .line 3068
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        50: .line 3069
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            aload 0 /* this */
            iload 5 /* currentOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            invokevirtual org.springframework.asm.AnnotationVisitor.visitAnnotation:(Ljava/lang/String;Ljava/lang/String;)Lorg/springframework/asm/AnnotationVisitor;
        51: .line 3070
            iload 5 /* currentOffset */
            iconst_2
            iadd
        52: .line 3071
            iconst_1
        53: .line 3072
            aload 4 /* charBuffer */
        54: .line 3068
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
        55: .line 3067
            istore 5 /* currentOffset */
        56: .line 3073
            goto 156
        57: .line 3075
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 6 /* numValues */
        start local 6 // int numValues
        58: .line 3076
            iinc 5 /* currentOffset */ 2
        59: .line 3077
            iload 6 /* numValues */
            ifne 66
        60: .line 3078
            aload 0 /* this */
        61: .line 3079
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            invokevirtual org.springframework.asm.AnnotationVisitor.visitArray:(Ljava/lang/String;)Lorg/springframework/asm/AnnotationVisitor;
        62: .line 3080
            iload 5 /* currentOffset */
            iconst_2
            isub
        63: .line 3081
            iconst_0
        64: .line 3082
            aload 4 /* charBuffer */
        65: .line 3078
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
            ireturn
        66: .line 3084
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.classFileBuffer:[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 3086
      StackMap locals:
      StackMap stack:
            iload 6 /* numValues */
            newarray 8
            astore 7 /* byteValues */
        start local 7 // byte[] byteValues
        68: .line 3087
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        69: goto 73
        70: .line 3088
      StackMap locals: byte[] int
      StackMap stack:
            aload 7 /* byteValues */
            iload 8 /* i */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            i2b
            bastore
        71: .line 3089
            iinc 5 /* currentOffset */ 3
        72: .line 3087
            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 3091
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            aload 7 /* byteValues */
            invokevirtual org.springframework.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        75: .line 3092
            goto 156
        end local 7 // byte[] byteValues
        76: .line 3094
      StackMap locals:
      StackMap stack:
            iload 6 /* numValues */
            newarray 4
            astore 8 /* booleanValues */
        start local 8 // boolean[] booleanValues
        77: .line 3095
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        78: goto 84
        79: .line 3096
      StackMap locals: org.springframework.asm.ClassReader org.springframework.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.springframework.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            ifeq 80
            iconst_1
            goto 81
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.AnnotationVisitor int java.lang.String char[] int int top boolean[] int
      StackMap stack: boolean[] int
        80: iconst_0
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.AnnotationVisitor int java.lang.String char[] int int top boolean[] int
      StackMap stack: boolean[] int int
        81: bastore
        82: .line 3097
            iinc 5 /* currentOffset */ 3
        83: .line 3095
            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 3099
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            aload 8 /* booleanValues */
            invokevirtual org.springframework.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        86: .line 3100
            goto 156
        end local 8 // boolean[] booleanValues
        87: .line 3102
      StackMap locals: org.springframework.asm.ClassReader org.springframework.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 3103
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        89: goto 93
        90: .line 3104
      StackMap locals: org.springframework.asm.ClassReader org.springframework.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.springframework.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            i2s
            sastore
        91: .line 3105
            iinc 5 /* currentOffset */ 3
        92: .line 3103
            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 3107
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            aload 9 /* shortValues */
            invokevirtual org.springframework.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        95: .line 3108
            goto 156
        end local 9 // short[] shortValues
        96: .line 3110
      StackMap locals: org.springframework.asm.ClassReader org.springframework.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 3111
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        98: goto 102
        99: .line 3112
      StackMap locals: org.springframework.asm.ClassReader org.springframework.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.springframework.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            i2c
            castore
       100: .line 3113
            iinc 5 /* currentOffset */ 3
       101: .line 3111
            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 3115
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            aload 10 /* charValues */
            invokevirtual org.springframework.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
       104: .line 3116
            goto 156
        end local 10 // char[] charValues
       105: .line 3118
      StackMap locals: org.springframework.asm.ClassReader org.springframework.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 3119
            iconst_0
            istore 12 /* i */
        start local 12 // int i
       107: goto 111
       108: .line 3120
      StackMap locals: org.springframework.asm.ClassReader org.springframework.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.springframework.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            iastore
       109: .line 3121
            iinc 5 /* currentOffset */ 3
       110: .line 3119
            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 3123
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            aload 11 /* intValues */
            invokevirtual org.springframework.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
       113: .line 3124
            goto 156
        end local 11 // int[] intValues
       114: .line 3126
      StackMap locals: org.springframework.asm.ClassReader org.springframework.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 3127
            iconst_0
            istore 13 /* i */
        start local 13 // int i
       116: goto 120
       117: .line 3128
      StackMap locals: org.springframework.asm.ClassReader org.springframework.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.springframework.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.springframework.asm.ClassReader.readLong:(I)J
            lastore
       118: .line 3129
            iinc 5 /* currentOffset */ 3
       119: .line 3127
            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 3131
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            aload 12 /* longValues */
            invokevirtual org.springframework.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
       122: .line 3132
            goto 156
        end local 12 // long[] longValues
       123: .line 3134
      StackMap locals: org.springframework.asm.ClassReader org.springframework.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 3135
            iconst_0
            istore 14 /* i */
        start local 14 // int i
       125: goto 132
       126: .line 3136
      StackMap locals: org.springframework.asm.ClassReader org.springframework.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 3138
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
       128: .line 3137
            invokestatic java.lang.Float.intBitsToFloat:(I)F
       129: .line 3136
            fastore
       130: .line 3139
            iinc 5 /* currentOffset */ 3
       131: .line 3135
            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 3141
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            aload 13 /* floatValues */
            invokevirtual org.springframework.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
       134: .line 3142
            goto 156
        end local 13 // float[] floatValues
       135: .line 3144
      StackMap locals: org.springframework.asm.ClassReader org.springframework.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 3145
            iconst_0
            istore 15 /* i */
        start local 15 // int i
       137: goto 144
       138: .line 3146
      StackMap locals: org.springframework.asm.ClassReader org.springframework.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 3148
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* currentOffset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual org.springframework.asm.ClassReader.readLong:(I)J
       140: .line 3147
            invokestatic java.lang.Double.longBitsToDouble:(J)D
       141: .line 3146
            dastore
       142: .line 3149
            iinc 5 /* currentOffset */ 3
       143: .line 3145
            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 3151
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            aload 14 /* doubleValues */
            invokevirtual org.springframework.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
       146: .line 3152
            goto 156
        end local 14 // double[] doubleValues
       147: .line 3155
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.AnnotationVisitor int java.lang.String char[] int int
      StackMap stack:
            aload 0 /* this */
       148: .line 3156
            aload 1 /* annotationVisitor */
            aload 3 /* elementName */
            invokevirtual org.springframework.asm.AnnotationVisitor.visitArray:(Ljava/lang/String;)Lorg/springframework/asm/AnnotationVisitor;
       149: .line 3157
            iload 5 /* currentOffset */
            iconst_2
            isub
       150: .line 3158
            iconst_0
       151: .line 3159
            aload 4 /* charBuffer */
       152: .line 3155
            invokevirtual org.springframework.asm.ClassReader.readElementValues:(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I
       153: .line 3154
            istore 5 /* currentOffset */
       154: .line 3162
            goto 156
        end local 6 // int numValues
       155: .line 3164
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
       156: .line 3166
      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.springframework.asm.AnnotationVisitor annotationVisitor
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0  157     0                this  Lorg/springframework/asm/ClassReader;
            0  157     1   annotationVisitor  Lorg/springframework/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.springframework.asm.Context);
    descriptor: (Lorg/springframework/asm/Context;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // org.springframework.asm.ClassReader this
        start local 1 // org.springframework.asm.Context context
         0: .line 3180
            aload 1 /* context */
            getfield org.springframework.asm.Context.currentMethodDescriptor:Ljava/lang/String;
            astore 2 /* methodDescriptor */
        start local 2 // java.lang.String methodDescriptor
         1: .line 3181
            aload 1 /* context */
            getfield org.springframework.asm.Context.currentFrameLocalTypes:[Ljava/lang/Object;
            astore 3 /* locals */
        start local 3 // java.lang.Object[] locals
         2: .line 3182
            iconst_0
            istore 4 /* numLocal */
        start local 4 // int numLocal
         3: .line 3183
            aload 1 /* context */
            getfield org.springframework.asm.Context.currentMethodAccessFlags:I
            bipush 8
            iand
            ifne 8
         4: .line 3184
            ldc "<init>"
            aload 1 /* context */
            getfield org.springframework.asm.Context.currentMethodName:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         5: .line 3185
            aload 3 /* locals */
            iload 4 /* numLocal */
            iinc 4 /* numLocal */ 1
            getstatic org.springframework.asm.Opcodes.UNINITIALIZED_THIS:Ljava/lang/Integer;
            aastore
         6: .line 3186
            goto 8
         7: .line 3187
      StackMap locals: java.lang.String java.lang.Object[] int
      StackMap stack:
            aload 3 /* locals */
            iload 4 /* numLocal */
            iinc 4 /* numLocal */ 1
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.header:I
            iconst_2
            iadd
            aload 1 /* context */
            getfield org.springframework.asm.Context.charBuffer:[C
            invokevirtual org.springframework.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            aastore
         8: .line 3192
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 5 /* currentMethodDescritorOffset */
        start local 5 // int currentMethodDescritorOffset
         9: .line 3194
      StackMap locals: int
      StackMap stack:
            iload 5 /* currentMethodDescritorOffset */
            istore 6 /* currentArgumentDescriptorStartOffset */
        start local 6 // int currentArgumentDescriptorStartOffset
        10: .line 3195
            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 3201
      StackMap locals: int
      StackMap stack:
            aload 3 /* locals */
            iload 4 /* numLocal */
            iinc 4 /* numLocal */ 1
            getstatic org.springframework.asm.Opcodes.INTEGER:Ljava/lang/Integer;
            aastore
        12: .line 3202
            goto 9
        13: .line 3204
      StackMap locals:
      StackMap stack:
            aload 3 /* locals */
            iload 4 /* numLocal */
            iinc 4 /* numLocal */ 1
            getstatic org.springframework.asm.Opcodes.FLOAT:Ljava/lang/Integer;
            aastore
        14: .line 3205
            goto 9
        15: .line 3207
      StackMap locals:
      StackMap stack:
            aload 3 /* locals */
            iload 4 /* numLocal */
            iinc 4 /* numLocal */ 1
            getstatic org.springframework.asm.Opcodes.LONG:Ljava/lang/Integer;
            aastore
        16: .line 3208
            goto 9
        17: .line 3210
      StackMap locals:
      StackMap stack:
            aload 3 /* locals */
            iload 4 /* numLocal */
            iinc 4 /* numLocal */ 1
            getstatic org.springframework.asm.Opcodes.DOUBLE:Ljava/lang/Integer;
            aastore
        18: .line 3211
            goto 9
        19: .line 3213
      StackMap locals:
      StackMap stack:
            goto 21
        20: .line 3214
      StackMap locals:
      StackMap stack:
            iinc 5 /* currentMethodDescritorOffset */ 1
        21: .line 3213
      StackMap locals:
      StackMap stack:
            aload 2 /* methodDescriptor */
            iload 5 /* currentMethodDescritorOffset */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 91
            if_icmpeq 20
        22: .line 3216
            aload 2 /* methodDescriptor */
            iload 5 /* currentMethodDescritorOffset */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 76
            if_icmpne 27
        23: .line 3217
            iinc 5 /* currentMethodDescritorOffset */ 1
        24: .line 3218
            goto 26
        25: .line 3219
      StackMap locals:
      StackMap stack:
            iinc 5 /* currentMethodDescritorOffset */ 1
        26: .line 3218
      StackMap locals:
      StackMap stack:
            aload 2 /* methodDescriptor */
            iload 5 /* currentMethodDescritorOffset */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 59
            if_icmpne 25
        27: .line 3222
      StackMap locals:
      StackMap stack:
            aload 3 /* locals */
            iload 4 /* numLocal */
            iinc 4 /* numLocal */ 1
        28: .line 3223
            aload 2 /* methodDescriptor */
        29: .line 3224
            iload 6 /* currentArgumentDescriptorStartOffset */
            iinc 5 /* currentMethodDescritorOffset */ 1
            iload 5 /* currentMethodDescritorOffset */
        30: .line 3223
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
        31: .line 3222
            aastore
        32: .line 3225
            goto 9
        33: .line 3227
      StackMap locals:
      StackMap stack:
            goto 35
        34: .line 3228
      StackMap locals:
      StackMap stack:
            iinc 5 /* currentMethodDescritorOffset */ 1
        35: .line 3227
      StackMap locals:
      StackMap stack:
            aload 2 /* methodDescriptor */
            iload 5 /* currentMethodDescritorOffset */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 59
            if_icmpne 34
        36: .line 3230
            aload 3 /* locals */
            iload 4 /* numLocal */
            iinc 4 /* numLocal */ 1
        37: .line 3231
            aload 2 /* methodDescriptor */
        38: .line 3232
            iload 6 /* currentArgumentDescriptorStartOffset */
            iconst_1
            iadd
            iload 5 /* currentMethodDescritorOffset */
            iinc 5 /* currentMethodDescritorOffset */ 1
        39: .line 3231
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
        40: .line 3230
            aastore
        41: .line 3233
            goto 9
        42: .line 3235
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            iload 4 /* numLocal */
            putfield org.springframework.asm.Context.currentFrameLocalCount:I
        43: .line 3236
            return
        end local 6 // int currentArgumentDescriptorStartOffset
        end local 5 // int currentMethodDescritorOffset
        end local 4 // int numLocal
        end local 3 // java.lang.Object[] locals
        end local 2 // java.lang.String methodDescriptor
        end local 1 // org.springframework.asm.Context context
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                                  Name  Signature
            0   44     0                                  this  Lorg/springframework/asm/ClassReader;
            0   44     1                               context  Lorg/springframework/asm/Context;
            1   44     2                      methodDescriptor  Ljava/lang/String;
            2   44     3                                locals  [Ljava/lang/Object;
            3   44     4                              numLocal  I
            9   44     5          currentMethodDescritorOffset  I
           10   44     6  currentArgumentDescriptorStartOffset  I
    MethodParameters:
         Name  Flags
      context  final

  private int readStackMapFrame(int, boolean, boolean, org.springframework.asm.Context);
    descriptor: (IZZLorg/springframework/asm/Context;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=13, args_size=5
        start local 0 // org.springframework.asm.ClassReader this
        start local 1 // int stackMapFrameOffset
        start local 2 // boolean compressed
        start local 3 // boolean expand
        start local 4 // org.springframework.asm.Context context
         0: .line 3260
            iload 1 /* stackMapFrameOffset */
            istore 5 /* currentOffset */
        start local 5 // int currentOffset
         1: .line 3261
            aload 4 /* context */
            getfield org.springframework.asm.Context.charBuffer:[C
            astore 6 /* charBuffer */
        start local 6 // char[] charBuffer
         2: .line 3262
            aload 4 /* context */
            getfield org.springframework.asm.Context.currentMethodLabels:[Lorg/springframework/asm/Label;
            astore 7 /* labels */
        start local 7 // org.springframework.asm.Label[] labels
         3: .line 3264
            iload 2 /* compressed */
            ifeq 6
         4: .line 3266
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.classFileBuffer:[B
            iload 5 /* currentOffset */
            iinc 5 /* currentOffset */ 1
            baload
            sipush 255
            iand
            istore 8 /* frameType */
        start local 8 // int frameType
         5: .line 3267
            goto 8
        end local 8 // int frameType
         6: .line 3268
      StackMap locals: int char[] org.springframework.asm.Label[]
      StackMap stack:
            sipush 255
            istore 8 /* frameType */
        start local 8 // int frameType
         7: .line 3269
            aload 4 /* context */
            iconst_m1
            putfield org.springframework.asm.Context.currentFrameOffset:I
         8: .line 3272
      StackMap locals: int
      StackMap stack:
            aload 4 /* context */
            iconst_0
            putfield org.springframework.asm.Context.currentFrameLocalCountDelta:I
         9: .line 3273
            iload 8 /* frameType */
            bipush 64
            if_icmpge 14
        10: .line 3274
            iload 8 /* frameType */
            istore 9 /* offsetDelta */
        start local 9 // int offsetDelta
        11: .line 3275
            aload 4 /* context */
            iconst_3
            putfield org.springframework.asm.Context.currentFrameType:I
        12: .line 3276
            aload 4 /* context */
            iconst_0
            putfield org.springframework.asm.Context.currentFrameStackCount:I
        13: .line 3277
            goto 87
        end local 9 // int offsetDelta
      StackMap locals:
      StackMap stack:
        14: iload 8 /* frameType */
            sipush 128
            if_icmpge 23
        15: .line 3278
            iload 8 /* frameType */
            bipush 64
            isub
            istore 9 /* offsetDelta */
        start local 9 // int offsetDelta
        16: .line 3280
            aload 0 /* this */
        17: .line 3281
            iload 5 /* currentOffset */
            aload 4 /* context */
            getfield org.springframework.asm.Context.currentFrameStackTypes:[Ljava/lang/Object;
            iconst_0
            aload 6 /* charBuffer */
            aload 7 /* labels */
        18: .line 3280
            invokevirtual org.springframework.asm.ClassReader.readVerificationTypeInfo:(I[Ljava/lang/Object;I[C[Lorg/springframework/asm/Label;)I
        19: .line 3279
            istore 5 /* currentOffset */
        20: .line 3282
            aload 4 /* context */
            iconst_4
            putfield org.springframework.asm.Context.currentFrameType:I
        21: .line 3283
            aload 4 /* context */
            iconst_1
            putfield org.springframework.asm.Context.currentFrameStackCount:I
        22: .line 3284
            goto 87
        end local 9 // int offsetDelta
      StackMap locals:
      StackMap stack:
        23: iload 8 /* frameType */
            sipush 247
            if_icmplt 86
        24: .line 3285
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 9 /* offsetDelta */
        start local 9 // int offsetDelta
        25: .line 3286
            iinc 5 /* currentOffset */ 2
        26: .line 3287
            iload 8 /* frameType */
            sipush 247
            if_icmpne 34
        27: .line 3289
            aload 0 /* this */
        28: .line 3290
            iload 5 /* currentOffset */
            aload 4 /* context */
            getfield org.springframework.asm.Context.currentFrameStackTypes:[Ljava/lang/Object;
            iconst_0
            aload 6 /* charBuffer */
            aload 7 /* labels */
        29: .line 3289
            invokevirtual org.springframework.asm.ClassReader.readVerificationTypeInfo:(I[Ljava/lang/Object;I[C[Lorg/springframework/asm/Label;)I
        30: .line 3288
            istore 5 /* currentOffset */
        31: .line 3291
            aload 4 /* context */
            iconst_4
            putfield org.springframework.asm.Context.currentFrameType:I
        32: .line 3292
            aload 4 /* context */
            iconst_1
            putfield org.springframework.asm.Context.currentFrameStackCount:I
        33: .line 3293
            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 3294
            aload 4 /* context */
            iconst_2
            putfield org.springframework.asm.Context.currentFrameType:I
        36: .line 3295
            aload 4 /* context */
            sipush 251
            iload 8 /* frameType */
            isub
            putfield org.springframework.asm.Context.currentFrameLocalCountDelta:I
        37: .line 3296
            aload 4 /* context */
            dup
            getfield org.springframework.asm.Context.currentFrameLocalCount:I
            aload 4 /* context */
            getfield org.springframework.asm.Context.currentFrameLocalCountDelta:I
            isub
            putfield org.springframework.asm.Context.currentFrameLocalCount:I
        38: .line 3297
            aload 4 /* context */
            iconst_0
            putfield org.springframework.asm.Context.currentFrameStackCount:I
        39: .line 3298
            goto 87
      StackMap locals:
      StackMap stack:
        40: iload 8 /* frameType */
            sipush 251
            if_icmpne 44
        41: .line 3299
            aload 4 /* context */
            iconst_3
            putfield org.springframework.asm.Context.currentFrameType:I
        42: .line 3300
            aload 4 /* context */
            iconst_0
            putfield org.springframework.asm.Context.currentFrameStackCount:I
        43: .line 3301
            goto 87
      StackMap locals:
      StackMap stack:
        44: iload 8 /* frameType */
            sipush 255
            if_icmpge 61
        45: .line 3302
            iload 3 /* expand */
            ifeq 46
            aload 4 /* context */
            getfield org.springframework.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 3303
            iload 8 /* frameType */
            sipush 251
            isub
            istore 11 /* k */
        start local 11 // int k
        49: goto 55
        50: .line 3305
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
        51: .line 3306
            iload 5 /* currentOffset */
            aload 4 /* context */
            getfield org.springframework.asm.Context.currentFrameLocalTypes:[Ljava/lang/Object;
            iload 10 /* local */
            iinc 10 /* local */ 1
            aload 6 /* charBuffer */
            aload 7 /* labels */
        52: .line 3305
            invokevirtual org.springframework.asm.ClassReader.readVerificationTypeInfo:(I[Ljava/lang/Object;I[C[Lorg/springframework/asm/Label;)I
        53: .line 3304
            istore 5 /* currentOffset */
        54: .line 3303
            iinc 11 /* k */ -1
      StackMap locals:
      StackMap stack:
        55: iload 11 /* k */
            ifgt 50
        end local 11 // int k
        56: .line 3308
            aload 4 /* context */
            iconst_1
            putfield org.springframework.asm.Context.currentFrameType:I
        57: .line 3309
            aload 4 /* context */
            iload 8 /* frameType */
            sipush 251
            isub
            putfield org.springframework.asm.Context.currentFrameLocalCountDelta:I
        58: .line 3310
            aload 4 /* context */
            dup
            getfield org.springframework.asm.Context.currentFrameLocalCount:I
            aload 4 /* context */
            getfield org.springframework.asm.Context.currentFrameLocalCountDelta:I
            iadd
            putfield org.springframework.asm.Context.currentFrameLocalCount:I
        59: .line 3311
            aload 4 /* context */
            iconst_0
            putfield org.springframework.asm.Context.currentFrameStackCount:I
        end local 10 // int local
        60: .line 3312
            goto 87
        61: .line 3313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 10 /* numberOfLocals */
        start local 10 // int numberOfLocals
        62: .line 3314
            iinc 5 /* currentOffset */ 2
        63: .line 3315
            aload 4 /* context */
            iconst_0
            putfield org.springframework.asm.Context.currentFrameType:I
        64: .line 3316
            aload 4 /* context */
            iload 10 /* numberOfLocals */
            putfield org.springframework.asm.Context.currentFrameLocalCountDelta:I
        65: .line 3317
            aload 4 /* context */
            iload 10 /* numberOfLocals */
            putfield org.springframework.asm.Context.currentFrameLocalCount:I
        66: .line 3318
            iconst_0
            istore 11 /* local */
        start local 11 // int local
        67: goto 73
        68: .line 3320
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
        69: .line 3321
            iload 5 /* currentOffset */
            aload 4 /* context */
            getfield org.springframework.asm.Context.currentFrameLocalTypes:[Ljava/lang/Object;
            iload 11 /* local */
            aload 6 /* charBuffer */
            aload 7 /* labels */
        70: .line 3320
            invokevirtual org.springframework.asm.ClassReader.readVerificationTypeInfo:(I[Ljava/lang/Object;I[C[Lorg/springframework/asm/Label;)I
        71: .line 3319
            istore 5 /* currentOffset */
        72: .line 3318
            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 3323
            aload 0 /* this */
            iload 5 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 11 /* numberOfStackItems */
        start local 11 // int numberOfStackItems
        75: .line 3324
            iinc 5 /* currentOffset */ 2
        76: .line 3325
            aload 4 /* context */
            iload 11 /* numberOfStackItems */
            putfield org.springframework.asm.Context.currentFrameStackCount:I
        77: .line 3326
            iconst_0
            istore 12 /* stack */
        start local 12 // int stack
        78: goto 84
        79: .line 3328
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
        80: .line 3329
            iload 5 /* currentOffset */
            aload 4 /* context */
            getfield org.springframework.asm.Context.currentFrameStackTypes:[Ljava/lang/Object;
            iload 12 /* stack */
            aload 6 /* charBuffer */
            aload 7 /* labels */
        81: .line 3328
            invokevirtual org.springframework.asm.ClassReader.readVerificationTypeInfo:(I[Ljava/lang/Object;I[C[Lorg/springframework/asm/Label;)I
        82: .line 3327
            istore 5 /* currentOffset */
        83: .line 3326
            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 3332
            goto 87
        end local 9 // int offsetDelta
        86: .line 3333
      StackMap locals: org.springframework.asm.ClassReader int int int org.springframework.asm.Context int char[] org.springframework.asm.Label[] int
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        start local 9 // int offsetDelta
        87: .line 3335
      StackMap locals: int
      StackMap stack:
            aload 4 /* context */
            dup
            getfield org.springframework.asm.Context.currentFrameOffset:I
            iload 9 /* offsetDelta */
            iconst_1
            iadd
            iadd
            putfield org.springframework.asm.Context.currentFrameOffset:I
        88: .line 3336
            aload 0 /* this */
            aload 4 /* context */
            getfield org.springframework.asm.Context.currentFrameOffset:I
            aload 7 /* labels */
            invokevirtual org.springframework.asm.ClassReader.createLabel:(I[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Label;
            pop
        89: .line 3337
            iload 5 /* currentOffset */
            ireturn
        end local 9 // int offsetDelta
        end local 8 // int frameType
        end local 7 // org.springframework.asm.Label[] labels
        end local 6 // char[] charBuffer
        end local 5 // int currentOffset
        end local 4 // org.springframework.asm.Context context
        end local 3 // boolean expand
        end local 2 // boolean compressed
        end local 1 // int stackMapFrameOffset
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   90     0                 this  Lorg/springframework/asm/ClassReader;
            0   90     1  stackMapFrameOffset  I
            0   90     2           compressed  Z
            0   90     3               expand  Z
            0   90     4              context  Lorg/springframework/asm/Context;
            1   90     5        currentOffset  I
            2   90     6           charBuffer  [C
            3   90     7               labels  [Lorg/springframework/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.springframework.asm.Label[]);
    descriptor: (I[Ljava/lang/Object;I[C[Lorg/springframework/asm/Label;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=6
        start local 0 // org.springframework.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.springframework.asm.Label[] labels
         0: .line 3360
            iload 1 /* verificationTypeInfoOffset */
            istore 6 /* currentOffset */
        start local 6 // int currentOffset
         1: .line 3361
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.classFileBuffer:[B
            iload 6 /* currentOffset */
            iinc 6 /* currentOffset */ 1
            baload
            sipush 255
            iand
            istore 7 /* tag */
        start local 7 // int tag
         2: .line 3362
            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 3364
      StackMap locals: int int
      StackMap stack:
            aload 2 /* frame */
            iload 3 /* index */
            getstatic org.springframework.asm.Opcodes.TOP:Ljava/lang/Integer;
            aastore
         4: .line 3365
            goto 24
         5: .line 3367
      StackMap locals:
      StackMap stack:
            aload 2 /* frame */
            iload 3 /* index */
            getstatic org.springframework.asm.Opcodes.INTEGER:Ljava/lang/Integer;
            aastore
         6: .line 3368
            goto 24
         7: .line 3370
      StackMap locals:
      StackMap stack:
            aload 2 /* frame */
            iload 3 /* index */
            getstatic org.springframework.asm.Opcodes.FLOAT:Ljava/lang/Integer;
            aastore
         8: .line 3371
            goto 24
         9: .line 3373
      StackMap locals:
      StackMap stack:
            aload 2 /* frame */
            iload 3 /* index */
            getstatic org.springframework.asm.Opcodes.DOUBLE:Ljava/lang/Integer;
            aastore
        10: .line 3374
            goto 24
        11: .line 3376
      StackMap locals:
      StackMap stack:
            aload 2 /* frame */
            iload 3 /* index */
            getstatic org.springframework.asm.Opcodes.LONG:Ljava/lang/Integer;
            aastore
        12: .line 3377
            goto 24
        13: .line 3379
      StackMap locals:
      StackMap stack:
            aload 2 /* frame */
            iload 3 /* index */
            getstatic org.springframework.asm.Opcodes.NULL:Ljava/lang/Integer;
            aastore
        14: .line 3380
            goto 24
        15: .line 3382
      StackMap locals:
      StackMap stack:
            aload 2 /* frame */
            iload 3 /* index */
            getstatic org.springframework.asm.Opcodes.UNINITIALIZED_THIS:Ljava/lang/Integer;
            aastore
        16: .line 3383
            goto 24
        17: .line 3385
      StackMap locals:
      StackMap stack:
            aload 2 /* frame */
            iload 3 /* index */
            aload 0 /* this */
            iload 6 /* currentOffset */
            aload 4 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            aastore
        18: .line 3386
            iinc 6 /* currentOffset */ 2
        19: .line 3387
            goto 24
        20: .line 3389
      StackMap locals:
      StackMap stack:
            aload 2 /* frame */
            iload 3 /* index */
            aload 0 /* this */
            aload 0 /* this */
            iload 6 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            aload 5 /* labels */
            invokevirtual org.springframework.asm.ClassReader.createLabel:(I[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Label;
            aastore
        21: .line 3390
            iinc 6 /* currentOffset */ 2
        22: .line 3391
            goto 24
        23: .line 3393
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        24: .line 3395
      StackMap locals:
      StackMap stack:
            iload 6 /* currentOffset */
            ireturn
        end local 7 // int tag
        end local 6 // int currentOffset
        end local 5 // org.springframework.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.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   25     0                        this  Lorg/springframework/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/springframework/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.springframework.asm.ClassReader this
         0: .line 3412
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.header:I
            bipush 8
            iadd
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.header:I
            bipush 6
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iconst_2
            imul
            iadd
            istore 1 /* currentOffset */
        start local 1 // int currentOffset
         1: .line 3415
            aload 0 /* this */
            iload 1 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 2 /* fieldsCount */
        start local 2 // int fieldsCount
         2: .line 3416
            iinc 1 /* currentOffset */ 2
         3: .line 3418
            goto 9
         4: .line 3422
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* currentOffset */
            bipush 6
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 3 /* attributesCount */
        start local 3 // int attributesCount
         5: .line 3423
            iinc 1 /* currentOffset */ 8
         6: .line 3425
            goto 8
         7: .line 3430
      StackMap locals: int
      StackMap stack:
            iload 1 /* currentOffset */
            bipush 6
            aload 0 /* this */
            iload 1 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            iadd
            iadd
            istore 1 /* currentOffset */
         8: .line 3425
      StackMap locals:
      StackMap stack:
            iload 3 /* attributesCount */
            iinc 3 /* attributesCount */ -1
            ifgt 7
        end local 3 // int attributesCount
         9: .line 3418
      StackMap locals:
      StackMap stack:
            iload 2 /* fieldsCount */
            iinc 2 /* fieldsCount */ -1
            ifgt 4
        10: .line 3435
            aload 0 /* this */
            iload 1 /* currentOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 3 /* methodsCount */
        start local 3 // int methodsCount
        11: .line 3436
            iinc 1 /* currentOffset */ 2
        12: .line 3437
            goto 18
        13: .line 3438
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* currentOffset */
            bipush 6
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 4 /* attributesCount */
        start local 4 // int attributesCount
        14: .line 3439
            iinc 1 /* currentOffset */ 8
        15: .line 3440
            goto 17
        16: .line 3441
      StackMap locals: int
      StackMap stack:
            iload 1 /* currentOffset */
            bipush 6
            aload 0 /* this */
            iload 1 /* currentOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            iadd
            iadd
            istore 1 /* currentOffset */
        17: .line 3440
      StackMap locals:
      StackMap stack:
            iload 4 /* attributesCount */
            iinc 4 /* attributesCount */ -1
            ifgt 16
        end local 4 // int attributesCount
        18: .line 3437
      StackMap locals:
      StackMap stack:
            iload 3 /* methodsCount */
            iinc 3 /* methodsCount */ -1
            ifgt 13
        19: .line 3446
            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.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   20     0             this  Lorg/springframework/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 int[] readBootstrapMethodsAttribute(int);
    descriptor: (I)[I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=10, args_size=2
        start local 0 // org.springframework.asm.ClassReader this
        start local 1 // int maxStringLength
         0: .line 3457
            iload 1 /* maxStringLength */
            newarray 5
            astore 2 /* charBuffer */
        start local 2 // char[] charBuffer
         1: .line 3458
            aload 0 /* this */
            invokevirtual org.springframework.asm.ClassReader.getFirstAttributeOffset:()I
            istore 3 /* currentAttributeOffset */
        start local 3 // int currentAttributeOffset
         2: .line 3459
            aconst_null
            astore 4 /* currentBootstrapMethodOffsets */
        start local 4 // int[] currentBootstrapMethodOffsets
         3: .line 3460
            aload 0 /* this */
            iload 3 /* currentAttributeOffset */
            iconst_2
            isub
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 5 /* i */
        start local 5 // int i
         4: goto 21
         5: .line 3462
      StackMap locals: org.springframework.asm.ClassReader int char[] int int[] int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* currentAttributeOffset */
            aload 2 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 6 /* attributeName */
        start local 6 // java.lang.String attributeName
         6: .line 3463
            aload 0 /* this */
            iload 3 /* currentAttributeOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            istore 7 /* attributeLength */
        start local 7 // int attributeLength
         7: .line 3464
            iinc 3 /* currentAttributeOffset */ 6
         8: .line 3465
            ldc "BootstrapMethods"
            aload 6 /* attributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 19
         9: .line 3467
            aload 0 /* this */
            iload 3 /* currentAttributeOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            newarray 10
            astore 4 /* currentBootstrapMethodOffsets */
        10: .line 3469
            iload 3 /* currentAttributeOffset */
            iconst_2
            iadd
            istore 8 /* currentBootstrapMethodOffset */
        start local 8 // int currentBootstrapMethodOffset
        11: .line 3470
            iconst_0
            istore 9 /* j */
        start local 9 // int j
        12: goto 17
        13: .line 3471
      StackMap locals: org.springframework.asm.ClassReader int char[] int int[] int java.lang.String int int int
      StackMap stack:
            aload 4 /* currentBootstrapMethodOffsets */
            iload 9 /* j */
            iload 8 /* currentBootstrapMethodOffset */
            iastore
        14: .line 3474
            iload 8 /* currentBootstrapMethodOffset */
        15: .line 3475
            iconst_4
            aload 0 /* this */
            iload 8 /* currentBootstrapMethodOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iconst_2
            imul
            iadd
            iadd
            istore 8 /* currentBootstrapMethodOffset */
        16: .line 3470
            iinc 9 /* j */ 1
      StackMap locals:
      StackMap stack:
        17: iload 9 /* j */
            aload 4 /* currentBootstrapMethodOffsets */
            arraylength
            if_icmplt 13
        end local 9 // int j
        18: .line 3477
            aload 4 /* currentBootstrapMethodOffsets */
            areturn
        end local 8 // int currentBootstrapMethodOffset
        19: .line 3479
      StackMap locals:
      StackMap stack:
            iload 3 /* currentAttributeOffset */
            iload 7 /* attributeLength */
            iadd
            istore 3 /* currentAttributeOffset */
        end local 7 // int attributeLength
        end local 6 // java.lang.String attributeName
        20: .line 3460
            iinc 5 /* i */ -1
      StackMap locals:
      StackMap stack:
        21: iload 5 /* i */
            ifgt 5
        end local 5 // int i
        22: .line 3481
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        end local 4 // int[] currentBootstrapMethodOffsets
        end local 3 // int currentAttributeOffset
        end local 2 // char[] charBuffer
        end local 1 // int maxStringLength
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0   23     0                           this  Lorg/springframework/asm/ClassReader;
            0   23     1                maxStringLength  I
            1   23     2                     charBuffer  [C
            2   23     3         currentAttributeOffset  I
            3   23     4  currentBootstrapMethodOffsets  [I
            4   22     5                              i  I
            6   20     6                  attributeName  Ljava/lang/String;
            7   20     7                attributeLength  I
           11   19     8   currentBootstrapMethodOffset  I
           12   18     9                              j  I
    MethodParameters:
                 Name  Flags
      maxStringLength  final

  private org.springframework.asm.Attribute readAttribute(org.springframework.asm.Attribute[], java.lang.String, int, int, char[], int, org.springframework.asm.Label[]);
    descriptor: ([Lorg/springframework/asm/Attribute;Ljava/lang/String;II[CI[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Attribute;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=12, args_size=8
        start local 0 // org.springframework.asm.ClassReader this
        start local 1 // org.springframework.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.springframework.asm.Label[] labels
         0: .line 3512
            aload 1 /* attributePrototypes */
            dup
            astore 11
            arraylength
            istore 10
            iconst_0
            istore 9
            goto 7
      StackMap locals: org.springframework.asm.ClassReader org.springframework.asm.Attribute[] java.lang.String int int char[] int org.springframework.asm.Label[] top int int org.springframework.asm.Attribute[]
      StackMap stack:
         1: aload 11
            iload 9
            aaload
            astore 8 /* attributePrototype */
        start local 8 // org.springframework.asm.Attribute attributePrototype
         2: .line 3513
            aload 8 /* attributePrototype */
            getfield org.springframework.asm.Attribute.type:Ljava/lang/String;
            aload 2 /* type */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         3: .line 3514
            aload 8 /* attributePrototype */
         4: .line 3515
            aload 0 /* this */
            iload 3 /* offset */
            iload 4 /* length */
            aload 5 /* charBuffer */
            iload 6 /* codeAttributeOffset */
            aload 7 /* labels */
         5: .line 3514
            invokevirtual org.springframework.asm.Attribute.read:(Lorg/springframework/asm/ClassReader;II[CI[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Attribute;
            areturn
        end local 8 // org.springframework.asm.Attribute attributePrototype
         6: .line 3512
      StackMap locals:
      StackMap stack:
            iinc 9 1
      StackMap locals:
      StackMap stack:
         7: iload 9
            iload 10
            if_icmplt 1
         8: .line 3518
            new org.springframework.asm.Attribute
            dup
            aload 2 /* type */
            invokespecial org.springframework.asm.Attribute.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 3 /* offset */
            iload 4 /* length */
            aconst_null
            iconst_m1
            aconst_null
            invokevirtual org.springframework.asm.Attribute.read:(Lorg/springframework/asm/ClassReader;II[CI[Lorg/springframework/asm/Label;)Lorg/springframework/asm/Attribute;
            areturn
        end local 7 // org.springframework.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.springframework.asm.Attribute[] attributePrototypes
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    9     0                 this  Lorg/springframework/asm/ClassReader;
            0    9     1  attributePrototypes  [Lorg/springframework/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/springframework/asm/Label;
            2    6     8   attributePrototype  Lorg/springframework/asm/Attribute;
    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.springframework.asm.ClassReader this
         0: .line 3531
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            arraylength
            ireturn
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/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.springframework.asm.ClassReader this
        start local 1 // int constantPoolEntryIndex
         0: .line 3545
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            iload 1 /* constantPoolEntryIndex */
            iaload
            ireturn
        end local 1 // int constantPoolEntryIndex
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lorg/springframework/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.springframework.asm.ClassReader this
         0: .line 3556
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.maxStringLength:I
            ireturn
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/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.springframework.asm.ClassReader this
        start local 1 // int offset
         0: .line 3567
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.classFileBuffer:[B
            iload 1 /* offset */
            baload
            sipush 255
            iand
            ireturn
        end local 1 // int offset
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/springframework/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.springframework.asm.ClassReader this
        start local 1 // int offset
         0: .line 3578
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.classFileBuffer:[B
            astore 2 /* classBuffer */
        start local 2 // byte[] classBuffer
         1: .line 3579
            aload 2 /* classBuffer */
            iload 1 /* offset */
            baload
            sipush 255
            iand
            bipush 8
            ishl
            aload 2 /* classBuffer */
            iload 1 /* offset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            ior
            ireturn
        end local 2 // byte[] classBuffer
        end local 1 // int offset
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/springframework/asm/ClassReader;
            0    2     1       offset  I
            1    2     2  classBuffer  [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.springframework.asm.ClassReader this
        start local 1 // int offset
         0: .line 3590
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.classFileBuffer:[B
            astore 2 /* classBuffer */
        start local 2 // byte[] classBuffer
         1: .line 3591
            aload 2 /* classBuffer */
            iload 1 /* offset */
            baload
            sipush 255
            iand
            bipush 8
            ishl
            aload 2 /* classBuffer */
            iload 1 /* offset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            ior
            i2s
            ireturn
        end local 2 // byte[] classBuffer
        end local 1 // int offset
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/springframework/asm/ClassReader;
            0    2     1       offset  I
            1    2     2  classBuffer  [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.springframework.asm.ClassReader this
        start local 1 // int offset
         0: .line 3602
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.classFileBuffer:[B
            astore 2 /* classBuffer */
        start local 2 // byte[] classBuffer
         1: .line 3603
            aload 2 /* classBuffer */
            iload 1 /* offset */
            baload
            sipush 255
            iand
            bipush 24
            ishl
         2: .line 3604
            aload 2 /* classBuffer */
            iload 1 /* offset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 16
            ishl
         3: .line 3603
            ior
         4: .line 3605
            aload 2 /* classBuffer */
            iload 1 /* offset */
            iconst_2
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
         5: .line 3603
            ior
         6: .line 3606
            aload 2 /* classBuffer */
            iload 1 /* offset */
            iconst_3
            iadd
            baload
            sipush 255
            iand
         7: .line 3603
            ior
            ireturn
        end local 2 // byte[] classBuffer
        end local 1 // int offset
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lorg/springframework/asm/ClassReader;
            0    8     1       offset  I
            1    8     2  classBuffer  [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.springframework.asm.ClassReader this
        start local 1 // int offset
         0: .line 3617
            aload 0 /* this */
            iload 1 /* offset */
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            i2l
            lstore 2 /* l1 */
        start local 2 // long l1
         1: .line 3618
            aload 0 /* this */
            iload 1 /* offset */
            iconst_4
            iadd
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            i2l
            ldc 4294967295
            land
            lstore 4 /* l0 */
        start local 4 // long l0
         2: .line 3619
            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.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/springframework/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.springframework.asm.ClassReader this
        start local 1 // int offset
        start local 2 // char[] charBuffer
         0: .line 3635
            aload 0 /* this */
            iload 1 /* offset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            istore 3 /* constantPoolEntryIndex */
        start local 3 // int constantPoolEntryIndex
         1: .line 3636
            iload 1 /* offset */
            ifeq 2
            iload 3 /* constantPoolEntryIndex */
            ifne 3
         2: .line 3637
      StackMap locals: int
      StackMap stack:
            aconst_null
            areturn
         3: .line 3639
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* constantPoolEntryIndex */
            aload 2 /* charBuffer */
            invokevirtual org.springframework.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.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    4     0                    this  Lorg/springframework/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=6, locals=5, args_size=3
        start local 0 // org.springframework.asm.ClassReader this
        start local 1 // int constantPoolEntryIndex
        start local 2 // char[] charBuffer
         0: .line 3652
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.constantUtf8Values:[Ljava/lang/String;
            iload 1 /* constantPoolEntryIndex */
            aaload
            astore 3 /* value */
        start local 3 // java.lang.String value
         1: .line 3653
            aload 3 /* value */
            ifnull 3
         2: .line 3654
            aload 3 /* value */
            areturn
         3: .line 3656
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            iload 1 /* constantPoolEntryIndex */
            iaload
            istore 4 /* cpInfoOffset */
        start local 4 // int cpInfoOffset
         4: .line 3657
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.constantUtf8Values:[Ljava/lang/String;
            iload 1 /* constantPoolEntryIndex */
         5: .line 3658
            aload 0 /* this */
            iload 4 /* cpInfoOffset */
            iconst_2
            iadd
            aload 0 /* this */
            iload 4 /* cpInfoOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            aload 2 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUtf:(II[C)Ljava/lang/String;
         6: .line 3657
            dup_x2
            aastore
            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.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    7     0                    this  Lorg/springframework/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.springframework.asm.ClassReader this
        start local 1 // int utfOffset
        start local 2 // int utfLength
        start local 3 // char[] charBuffer
         0: .line 3671
            iload 1 /* utfOffset */
            istore 4 /* currentOffset */
        start local 4 // int currentOffset
         1: .line 3672
            iload 4 /* currentOffset */
            iload 2 /* utfLength */
            iadd
            istore 5 /* endOffset */
        start local 5 // int endOffset
         2: .line 3673
            iconst_0
            istore 6 /* strLength */
        start local 6 // int strLength
         3: .line 3674
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.classFileBuffer:[B
            astore 7 /* classBuffer */
        start local 7 // byte[] classBuffer
         4: .line 3675
            goto 21
         5: .line 3676
      StackMap locals: org.springframework.asm.ClassReader int int char[] int int int byte[]
      StackMap stack:
            aload 7 /* classBuffer */
            iload 4 /* currentOffset */
            iinc 4 /* currentOffset */ 1
            baload
            istore 8 /* currentByte */
        start local 8 // int currentByte
         6: .line 3677
            iload 8 /* currentByte */
            sipush 128
            iand
            ifne 9
         7: .line 3678
            aload 3 /* charBuffer */
            iload 6 /* strLength */
            iinc 6 /* strLength */ 1
            iload 8 /* currentByte */
            bipush 127
            iand
            i2c
            castore
         8: .line 3679
            goto 21
      StackMap locals: int
      StackMap stack:
         9: iload 8 /* currentByte */
            sipush 224
            iand
            sipush 192
            if_icmpne 14
        10: .line 3680
            aload 3 /* charBuffer */
            iload 6 /* strLength */
            iinc 6 /* strLength */ 1
        11: .line 3681
            iload 8 /* currentByte */
            bipush 31
            iand
            bipush 6
            ishl
            aload 7 /* classBuffer */
            iload 4 /* currentOffset */
            iinc 4 /* currentOffset */ 1
            baload
            bipush 63
            iand
            iadd
            i2c
        12: .line 3680
            castore
        13: .line 3682
            goto 21
        14: .line 3683
      StackMap locals:
      StackMap stack:
            aload 3 /* charBuffer */
            iload 6 /* strLength */
            iinc 6 /* strLength */ 1
        15: .line 3685
            iload 8 /* currentByte */
            bipush 15
            iand
            bipush 12
            ishl
        16: .line 3686
            aload 7 /* classBuffer */
            iload 4 /* currentOffset */
            iinc 4 /* currentOffset */ 1
            baload
            bipush 63
            iand
            bipush 6
            ishl
        17: .line 3685
            iadd
        18: .line 3687
            aload 7 /* classBuffer */
            iload 4 /* currentOffset */
            iinc 4 /* currentOffset */ 1
            baload
            bipush 63
            iand
        19: .line 3685
            iadd
            i2c
        20: .line 3683
            castore
        end local 8 // int currentByte
        21: .line 3675
      StackMap locals:
      StackMap stack:
            iload 4 /* currentOffset */
            iload 5 /* endOffset */
            if_icmplt 5
        22: .line 3690
            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[] classBuffer
        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.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   23     0           this  Lorg/springframework/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    classBuffer  [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.springframework.asm.ClassReader this
        start local 1 // int offset
        start local 2 // char[] charBuffer
         0: .line 3709
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 1 /* offset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            aload 2 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            areturn
        end local 2 // char[] charBuffer
        end local 1 // int offset
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/springframework/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.springframework.asm.ClassReader this
        start local 1 // int offset
        start local 2 // char[] charBuffer
         0: .line 3724
            aload 0 /* this */
            iload 1 /* offset */
            aload 2 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readStringish:(I[C)Ljava/lang/String;
            areturn
        end local 2 // char[] charBuffer
        end local 1 // int offset
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/springframework/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.springframework.asm.ClassReader this
        start local 1 // int offset
        start local 2 // char[] charBuffer
         0: .line 3739
            aload 0 /* this */
            iload 1 /* offset */
            aload 2 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readStringish:(I[C)Ljava/lang/String;
            areturn
        end local 2 // char[] charBuffer
        end local 1 // int offset
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/springframework/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.springframework.asm.ClassReader this
        start local 1 // int offset
        start local 2 // char[] charBuffer
         0: .line 3754
            aload 0 /* this */
            iload 1 /* offset */
            aload 2 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readStringish:(I[C)Ljava/lang/String;
            areturn
        end local 2 // char[] charBuffer
        end local 1 // int offset
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/springframework/asm/ClassReader;
            0    1     1      offset  I
            0    1     2  charBuffer  [C
    MethodParameters:
            Name  Flags
      offset      final
      charBuffer  final

  private org.springframework.asm.ConstantDynamic readConstantDynamic(int, char[]);
    descriptor: (I[C)Lorg/springframework/asm/ConstantDynamic;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=12, args_size=3
        start local 0 // org.springframework.asm.ClassReader this
        start local 1 // int constantPoolEntryIndex
        start local 2 // char[] charBuffer
         0: .line 3768
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.constantDynamicValues:[Lorg/springframework/asm/ConstantDynamic;
            iload 1 /* constantPoolEntryIndex */
            aaload
            astore 3 /* constantDynamic */
        start local 3 // org.springframework.asm.ConstantDynamic constantDynamic
         1: .line 3769
            aload 3 /* constantDynamic */
            ifnull 3
         2: .line 3770
            aload 3 /* constantDynamic */
            areturn
         3: .line 3772
      StackMap locals: org.springframework.asm.ConstantDynamic
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            iload 1 /* constantPoolEntryIndex */
            iaload
            istore 4 /* cpInfoOffset */
        start local 4 // int cpInfoOffset
         4: .line 3773
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 4 /* cpInfoOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 5 /* nameAndTypeCpInfoOffset */
        start local 5 // int nameAndTypeCpInfoOffset
         5: .line 3774
            aload 0 /* this */
            iload 5 /* nameAndTypeCpInfoOffset */
            aload 2 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 6 /* name */
        start local 6 // java.lang.String name
         6: .line 3775
            aload 0 /* this */
            iload 5 /* nameAndTypeCpInfoOffset */
            iconst_2
            iadd
            aload 2 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 7 /* descriptor */
        start local 7 // java.lang.String descriptor
         7: .line 3776
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.bootstrapMethodOffsets:[I
            aload 0 /* this */
            iload 4 /* cpInfoOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 8 /* bootstrapMethodOffset */
        start local 8 // int bootstrapMethodOffset
         8: .line 3777
            aload 0 /* this */
            aload 0 /* this */
            iload 8 /* bootstrapMethodOffset */
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            aload 2 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readConst:(I[C)Ljava/lang/Object;
            checkcast org.springframework.asm.Handle
            astore 9 /* handle */
        start local 9 // org.springframework.asm.Handle handle
         9: .line 3778
            aload 0 /* this */
            iload 8 /* bootstrapMethodOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            anewarray java.lang.Object
            astore 10 /* bootstrapMethodArguments */
        start local 10 // java.lang.Object[] bootstrapMethodArguments
        10: .line 3779
            iinc 8 /* bootstrapMethodOffset */ 4
        11: .line 3780
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        12: goto 16
        13: .line 3781
      StackMap locals: org.springframework.asm.ClassReader int char[] org.springframework.asm.ConstantDynamic int int java.lang.String java.lang.String int org.springframework.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.springframework.asm.ClassReader.readUnsignedShort:(I)I
            aload 2 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readConst:(I[C)Ljava/lang/Object;
            aastore
        14: .line 3782
            iinc 8 /* bootstrapMethodOffset */ 2
        15: .line 3780
            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 3784
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.constantDynamicValues:[Lorg/springframework/asm/ConstantDynamic;
            iload 1 /* constantPoolEntryIndex */
        18: .line 3785
            new org.springframework.asm.ConstantDynamic
            dup
            aload 6 /* name */
            aload 7 /* descriptor */
            aload 9 /* handle */
            aload 10 /* bootstrapMethodArguments */
            invokespecial org.springframework.asm.ConstantDynamic.<init>:(Ljava/lang/String;Ljava/lang/String;Lorg/springframework/asm/Handle;[Ljava/lang/Object;)V
        19: .line 3784
            dup_x2
            aastore
            areturn
        end local 10 // java.lang.Object[] bootstrapMethodArguments
        end local 9 // org.springframework.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.springframework.asm.ConstantDynamic constantDynamic
        end local 2 // char[] charBuffer
        end local 1 // int constantPoolEntryIndex
        end local 0 // org.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   20     0                      this  Lorg/springframework/asm/ClassReader;
            0   20     1    constantPoolEntryIndex  I
            0   20     2                charBuffer  [C
            1   20     3           constantDynamic  Lorg/springframework/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/springframework/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.springframework.asm.ClassReader this
        start local 1 // int constantPoolEntryIndex
        start local 2 // char[] charBuffer
         0: .line 3803
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            iload 1 /* constantPoolEntryIndex */
            iaload
            istore 3 /* cpInfoOffset */
        start local 3 // int cpInfoOffset
         1: .line 3804
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.classFileBuffer:[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 3806
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* cpInfoOffset */
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         3: .line 3808
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* cpInfoOffset */
            invokevirtual org.springframework.asm.ClassReader.readInt:(I)I
            invokestatic java.lang.Float.intBitsToFloat:(I)F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            areturn
         4: .line 3810
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* cpInfoOffset */
            invokevirtual org.springframework.asm.ClassReader.readLong:(I)J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
         5: .line 3812
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* cpInfoOffset */
            invokevirtual org.springframework.asm.ClassReader.readLong:(I)J
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            areturn
         6: .line 3814
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* cpInfoOffset */
            aload 2 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            invokestatic org.springframework.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/springframework/asm/Type;
            areturn
         7: .line 3816
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* cpInfoOffset */
            aload 2 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            areturn
         8: .line 3818
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* cpInfoOffset */
            aload 2 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            invokestatic org.springframework.asm.Type.getMethodType:(Ljava/lang/String;)Lorg/springframework/asm/Type;
            areturn
         9: .line 3820
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* cpInfoOffset */
            invokevirtual org.springframework.asm.ClassReader.readByte:(I)I
            istore 4 /* referenceKind */
        start local 4 // int referenceKind
        10: .line 3821
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 3 /* cpInfoOffset */
            iconst_1
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 5 /* referenceCpInfoOffset */
        start local 5 // int referenceCpInfoOffset
        11: .line 3822
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.cpInfoOffsets:[I
            aload 0 /* this */
            iload 5 /* referenceCpInfoOffset */
            iconst_2
            iadd
            invokevirtual org.springframework.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 6 /* nameAndTypeCpInfoOffset */
        start local 6 // int nameAndTypeCpInfoOffset
        12: .line 3823
            aload 0 /* this */
            iload 5 /* referenceCpInfoOffset */
            aload 2 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            astore 7 /* owner */
        start local 7 // java.lang.String owner
        13: .line 3824
            aload 0 /* this */
            iload 6 /* nameAndTypeCpInfoOffset */
            aload 2 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 8 /* name */
        start local 8 // java.lang.String name
        14: .line 3825
            aload 0 /* this */
            iload 6 /* nameAndTypeCpInfoOffset */
            iconst_2
            iadd
            aload 2 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 9 /* descriptor */
        start local 9 // java.lang.String descriptor
        15: .line 3827
            aload 0 /* this */
            getfield org.springframework.asm.ClassReader.classFileBuffer:[B
            iload 5 /* referenceCpInfoOffset */
            iconst_1
            isub
            baload
            bipush 11
            if_icmpne 16
            iconst_1
            goto 17
      StackMap locals: org.springframework.asm.ClassReader int char[] int int int int java.lang.String java.lang.String java.lang.String
      StackMap stack:
        16: iconst_0
        17: .line 3826
      StackMap locals:
      StackMap stack: int
            istore 10 /* isInterface */
        start local 10 // boolean isInterface
        18: .line 3828
            new org.springframework.asm.Handle
            dup
            iload 4 /* referenceKind */
            aload 7 /* owner */
            aload 8 /* name */
            aload 9 /* descriptor */
            iload 10 /* isInterface */
            invokespecial org.springframework.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 3830
      StackMap locals: org.springframework.asm.ClassReader int char[] int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* constantPoolEntryIndex */
            aload 2 /* charBuffer */
            invokevirtual org.springframework.asm.ClassReader.readConstantDynamic:(I[C)Lorg/springframework/asm/ConstantDynamic;
            areturn
        20: .line 3832
      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.springframework.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   21     0                     this  Lorg/springframework/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"