public class org.objectweb.asm.commons.LocalVariablesSorter extends org.objectweb.asm.MethodVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.objectweb.asm.commons.LocalVariablesSorter
  super_class: org.objectweb.asm.MethodVisitor
{
  private static final org.objectweb.asm.Type OBJECT_TYPE;
    descriptor: Lorg/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

  private java.lang.Object[] newLocals;
    descriptor: [Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  protected final int firstLocal;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected int nextLocal;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 52
            ldc "java/lang/Object"
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
         1: .line 51
            putstatic org.objectweb.asm.commons.LocalVariablesSorter.OBJECT_TYPE:Lorg/objectweb/asm/Type;
         2: .line 52
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(int, java.lang.String, org.objectweb.asm.MethodVisitor);
    descriptor: (ILjava/lang/String;Lorg/objectweb/asm/MethodVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
        start local 1 // int access
        start local 2 // java.lang.String desc
        start local 3 // org.objectweb.asm.MethodVisitor mv
         0: .line 95
            aload 0 /* this */
            ldc 262144
            iload 1 /* access */
            aload 2 /* desc */
            aload 3 /* mv */
            invokespecial org.objectweb.asm.commons.LocalVariablesSorter.<init>:(IILjava/lang/String;Lorg/objectweb/asm/MethodVisitor;)V
         1: .line 96
            return
        end local 3 // org.objectweb.asm.MethodVisitor mv
        end local 2 // java.lang.String desc
        end local 1 // int access
        end local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/objectweb/asm/commons/LocalVariablesSorter;
            0    2     1  access  I
            0    2     2    desc  Ljava/lang/String;
            0    2     3      mv  Lorg/objectweb/asm/MethodVisitor;
    MethodParameters:
        Name  Flags
      access  final
      desc    final
      mv      final

  protected void <init>(int, int, java.lang.String, org.objectweb.asm.MethodVisitor);
    descriptor: (IILjava/lang/String;Lorg/objectweb/asm/MethodVisitor;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=7, args_size=5
        start local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
        start local 1 // int api
        start local 2 // int access
        start local 3 // java.lang.String desc
        start local 4 // org.objectweb.asm.MethodVisitor mv
         0: .line 113
            aload 0 /* this */
            iload 1 /* api */
            aload 4 /* mv */
            invokespecial org.objectweb.asm.MethodVisitor.<init>:(ILorg/objectweb/asm/MethodVisitor;)V
         1: .line 59
            aload 0 /* this */
            bipush 40
            newarray 10
            putfield org.objectweb.asm.commons.LocalVariablesSorter.mapping:[I
         2: .line 64
            aload 0 /* this */
            bipush 20
            anewarray java.lang.Object
            putfield org.objectweb.asm.commons.LocalVariablesSorter.newLocals:[Ljava/lang/Object;
         3: .line 114
            aload 3 /* desc */
            invokestatic org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
            astore 5 /* args */
        start local 5 // org.objectweb.asm.Type[] args
         4: .line 115
            aload 0 /* this */
            bipush 8
            iload 2 /* access */
            iand
            ifne 5
            iconst_1
            goto 6
      StackMap locals: org.objectweb.asm.commons.LocalVariablesSorter int int java.lang.String org.objectweb.asm.MethodVisitor org.objectweb.asm.Type[]
      StackMap stack: org.objectweb.asm.commons.LocalVariablesSorter
         5: iconst_0
      StackMap locals: org.objectweb.asm.commons.LocalVariablesSorter int int java.lang.String org.objectweb.asm.MethodVisitor org.objectweb.asm.Type[]
      StackMap stack: org.objectweb.asm.commons.LocalVariablesSorter int
         6: putfield org.objectweb.asm.commons.LocalVariablesSorter.nextLocal:I
         7: .line 116
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         8: goto 11
         9: .line 117
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.commons.LocalVariablesSorter.nextLocal:I
            aload 5 /* args */
            iload 6 /* i */
            aaload
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iadd
            putfield org.objectweb.asm.commons.LocalVariablesSorter.nextLocal:I
        10: .line 116
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 6 /* i */
            aload 5 /* args */
            arraylength
            if_icmplt 9
        end local 6 // int i
        12: .line 119
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.nextLocal:I
            putfield org.objectweb.asm.commons.LocalVariablesSorter.firstLocal:I
        13: .line 120
            return
        end local 5 // org.objectweb.asm.Type[] args
        end local 4 // org.objectweb.asm.MethodVisitor mv
        end local 3 // java.lang.String desc
        end local 2 // int access
        end local 1 // int api
        end local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lorg/objectweb/asm/commons/LocalVariablesSorter;
            0   14     1     api  I
            0   14     2  access  I
            0   14     3    desc  Ljava/lang/String;
            0   14     4      mv  Lorg/objectweb/asm/MethodVisitor;
            4   14     5    args  [Lorg/objectweb/asm/Type;
            8   12     6       i  I
    MethodParameters:
        Name  Flags
      api     final
      access  final
      desc    final
      mv      final

  public void visitVarInsn(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
        start local 1 // int opcode
        start local 2 // int var
         0: .line 125
            iload 1 /* opcode */
            lookupswitch { // 8
                   21: 7
                   22: 1
                   23: 5
                   24: 3
                   54: 7
                   55: 1
                   56: 5
                   57: 3
              default: 9
          }
         1: .line 128
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.Type.LONG_TYPE:Lorg/objectweb/asm/Type;
            astore 3 /* type */
        start local 3 // org.objectweb.asm.Type type
         2: .line 129
            goto 10
        end local 3 // org.objectweb.asm.Type type
         3: .line 133
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.Type.DOUBLE_TYPE:Lorg/objectweb/asm/Type;
            astore 3 /* type */
        start local 3 // org.objectweb.asm.Type type
         4: .line 134
            goto 10
        end local 3 // org.objectweb.asm.Type type
         5: .line 138
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.Type.FLOAT_TYPE:Lorg/objectweb/asm/Type;
            astore 3 /* type */
        start local 3 // org.objectweb.asm.Type type
         6: .line 139
            goto 10
        end local 3 // org.objectweb.asm.Type type
         7: .line 143
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.Type.INT_TYPE:Lorg/objectweb/asm/Type;
            astore 3 /* type */
        start local 3 // org.objectweb.asm.Type type
         8: .line 144
            goto 10
        end local 3 // org.objectweb.asm.Type type
         9: .line 150
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.LocalVariablesSorter.OBJECT_TYPE:Lorg/objectweb/asm/Type;
            astore 3 /* type */
        start local 3 // org.objectweb.asm.Type type
        10: .line 153
      StackMap locals: org.objectweb.asm.Type
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* opcode */
            aload 0 /* this */
            iload 2 /* var */
            aload 3 /* type */
            invokevirtual org.objectweb.asm.commons.LocalVariablesSorter.remap:(ILorg/objectweb/asm/Type;)I
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
        11: .line 154
            return
        end local 3 // org.objectweb.asm.Type type
        end local 2 // int var
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lorg/objectweb/asm/commons/LocalVariablesSorter;
            0   12     1  opcode  I
            0   12     2     var  I
            2    3     3    type  Lorg/objectweb/asm/Type;
            4    5     3    type  Lorg/objectweb/asm/Type;
            6    7     3    type  Lorg/objectweb/asm/Type;
            8    9     3    type  Lorg/objectweb/asm/Type;
           10   12     3    type  Lorg/objectweb/asm/Type;
    MethodParameters:
        Name  Flags
      opcode  final
      var     final

  public void visitIincInsn(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
        start local 1 // int var
        start local 2 // int increment
         0: .line 158
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 0 /* this */
            iload 1 /* var */
            getstatic org.objectweb.asm.Type.INT_TYPE:Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.commons.LocalVariablesSorter.remap:(ILorg/objectweb/asm/Type;)I
            iload 2 /* increment */
            invokevirtual org.objectweb.asm.MethodVisitor.visitIincInsn:(II)V
         1: .line 159
            return
        end local 2 // int increment
        end local 1 // int var
        end local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/objectweb/asm/commons/LocalVariablesSorter;
            0    2     1        var  I
            0    2     2  increment  I
    MethodParameters:
           Name  Flags
      var        final
      increment  final

  public void visitMaxs(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
        start local 1 // int maxStack
        start local 2 // int maxLocals
         0: .line 163
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* maxStack */
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.nextLocal:I
            invokevirtual org.objectweb.asm.MethodVisitor.visitMaxs:(II)V
         1: .line 164
            return
        end local 2 // int maxLocals
        end local 1 // int maxStack
        end local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/objectweb/asm/commons/LocalVariablesSorter;
            0    2     1   maxStack  I
            0    2     2  maxLocals  I
    MethodParameters:
           Name  Flags
      maxStack   final
      maxLocals  final

  public void visitLocalVariable(java.lang.String, java.lang.String, java.lang.String, org.objectweb.asm.Label, org.objectweb.asm.Label, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=7
        start local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String desc
        start local 3 // java.lang.String signature
        start local 4 // org.objectweb.asm.Label start
        start local 5 // org.objectweb.asm.Label end
        start local 6 // int index
         0: .line 170
            aload 0 /* this */
            iload 6 /* index */
            aload 2 /* desc */
            invokestatic org.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.commons.LocalVariablesSorter.remap:(ILorg/objectweb/asm/Type;)I
            istore 7 /* newIndex */
        start local 7 // int newIndex
         1: .line 171
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* name */
            aload 2 /* desc */
            aload 3 /* signature */
            aload 4 /* start */
            aload 5 /* end */
            iload 7 /* newIndex */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLocalVariable:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;I)V
         2: .line 172
            return
        end local 7 // int newIndex
        end local 6 // int index
        end local 5 // org.objectweb.asm.Label end
        end local 4 // org.objectweb.asm.Label start
        end local 3 // java.lang.String signature
        end local 2 // java.lang.String desc
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/objectweb/asm/commons/LocalVariablesSorter;
            0    3     1       name  Ljava/lang/String;
            0    3     2       desc  Ljava/lang/String;
            0    3     3  signature  Ljava/lang/String;
            0    3     4      start  Lorg/objectweb/asm/Label;
            0    3     5        end  Lorg/objectweb/asm/Label;
            0    3     6      index  I
            1    3     7   newIndex  I
    MethodParameters:
           Name  Flags
      name       final
      desc       final
      signature  final
      start      final
      end        final
      index      final

  public void visitFrame(int, int, java.lang.Object[], int, java.lang.Object[]);
    descriptor: (II[Ljava/lang/Object;I[Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=12, args_size=6
        start local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
        start local 1 // int type
        start local 2 // int nLocal
        start local 3 // java.lang.Object[] local
        start local 4 // int nStack
        start local 5 // java.lang.Object[] stack
         0: .line 177
            iload 1 /* type */
            iconst_m1
            if_icmpeq 4
         1: .line 178
            new java.lang.IllegalStateException
            dup
         2: .line 179
            ldc "ClassReader.accept() should be called with EXPAND_FRAMES flag"
         3: .line 178
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.changed:Z
            ifne 7
         5: .line 183
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* type */
            iload 2 /* nLocal */
            aload 3 /* local */
            iload 4 /* nStack */
            aload 5 /* stack */
            invokevirtual org.objectweb.asm.MethodVisitor.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
         6: .line 184
            return
         7: .line 188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.newLocals:[Ljava/lang/Object;
            arraylength
            anewarray java.lang.Object
            astore 6 /* oldLocals */
        start local 6 // java.lang.Object[] oldLocals
         8: .line 189
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.newLocals:[Ljava/lang/Object;
            iconst_0
            aload 6 /* oldLocals */
            iconst_0
            aload 6 /* oldLocals */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 191
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.newLocals:[Ljava/lang/Object;
            invokevirtual org.objectweb.asm.commons.LocalVariablesSorter.updateNewLocals:([Ljava/lang/Object;)V
        10: .line 196
            iconst_0
            istore 7 /* index */
        start local 7 // int index
        11: .line 197
            iconst_0
            istore 8 /* number */
        start local 8 // int number
        12: .line 198
            goto 37
        13: .line 199
      StackMap locals: java.lang.Object[] int int
      StackMap stack:
            aload 3 /* local */
            iload 8 /* number */
            aaload
            astore 9 /* t */
        start local 9 // java.lang.Object t
        14: .line 200
            aload 9 /* t */
            getstatic org.objectweb.asm.Opcodes.LONG:Ljava/lang/Integer;
            if_acmpeq 15
            aload 9 /* t */
            getstatic org.objectweb.asm.Opcodes.DOUBLE:Ljava/lang/Integer;
            if_acmpne 16
      StackMap locals: java.lang.Object
      StackMap stack:
        15: iconst_2
            goto 17
      StackMap locals:
      StackMap stack:
        16: iconst_1
      StackMap locals:
      StackMap stack: int
        17: istore 10 /* size */
        start local 10 // int size
        18: .line 201
            aload 9 /* t */
            getstatic org.objectweb.asm.Opcodes.TOP:Ljava/lang/Integer;
            if_acmpeq 35
        19: .line 202
            getstatic org.objectweb.asm.commons.LocalVariablesSorter.OBJECT_TYPE:Lorg/objectweb/asm/Type;
            astore 11 /* typ */
        start local 11 // org.objectweb.asm.Type typ
        20: .line 203
            aload 9 /* t */
            getstatic org.objectweb.asm.Opcodes.INTEGER:Ljava/lang/Integer;
            if_acmpne 23
        21: .line 204
            getstatic org.objectweb.asm.Type.INT_TYPE:Lorg/objectweb/asm/Type;
            astore 11 /* typ */
        22: .line 205
            goto 34
      StackMap locals: int org.objectweb.asm.Type
      StackMap stack:
        23: aload 9 /* t */
            getstatic org.objectweb.asm.Opcodes.FLOAT:Ljava/lang/Integer;
            if_acmpne 26
        24: .line 206
            getstatic org.objectweb.asm.Type.FLOAT_TYPE:Lorg/objectweb/asm/Type;
            astore 11 /* typ */
        25: .line 207
            goto 34
      StackMap locals:
      StackMap stack:
        26: aload 9 /* t */
            getstatic org.objectweb.asm.Opcodes.LONG:Ljava/lang/Integer;
            if_acmpne 29
        27: .line 208
            getstatic org.objectweb.asm.Type.LONG_TYPE:Lorg/objectweb/asm/Type;
            astore 11 /* typ */
        28: .line 209
            goto 34
      StackMap locals:
      StackMap stack:
        29: aload 9 /* t */
            getstatic org.objectweb.asm.Opcodes.DOUBLE:Ljava/lang/Integer;
            if_acmpne 32
        30: .line 210
            getstatic org.objectweb.asm.Type.DOUBLE_TYPE:Lorg/objectweb/asm/Type;
            astore 11 /* typ */
        31: .line 211
            goto 34
      StackMap locals:
      StackMap stack:
        32: aload 9 /* t */
            instanceof java.lang.String
            ifeq 34
        33: .line 212
            aload 9 /* t */
            checkcast java.lang.String
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            astore 11 /* typ */
        34: .line 214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 7 /* index */
            aload 11 /* typ */
            invokevirtual org.objectweb.asm.commons.LocalVariablesSorter.remap:(ILorg/objectweb/asm/Type;)I
            aload 9 /* t */
            invokevirtual org.objectweb.asm.commons.LocalVariablesSorter.setFrameLocal:(ILjava/lang/Object;)V
        end local 11 // org.objectweb.asm.Type typ
        35: .line 216
      StackMap locals:
      StackMap stack:
            iload 7 /* index */
            iload 10 /* size */
            iadd
            istore 7 /* index */
        end local 10 // int size
        end local 9 // java.lang.Object t
        36: .line 198
            iinc 8 /* number */ 1
      StackMap locals:
      StackMap stack:
        37: iload 8 /* number */
            iload 2 /* nLocal */
            if_icmplt 13
        38: .line 221
            iconst_0
            istore 7 /* index */
        39: .line 222
            iconst_0
            istore 8 /* number */
        40: .line 223
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        41: goto 51
        42: .line 224
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.newLocals:[Ljava/lang/Object;
            iload 7 /* index */
            iinc 7 /* index */ 1
            aaload
            astore 10 /* t */
        start local 10 // java.lang.Object t
        43: .line 225
            aload 10 /* t */
            ifnull 49
            aload 10 /* t */
            getstatic org.objectweb.asm.Opcodes.TOP:Ljava/lang/Integer;
            if_acmpeq 49
        44: .line 226
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.newLocals:[Ljava/lang/Object;
            iload 9 /* i */
            aload 10 /* t */
            aastore
        45: .line 227
            iload 9 /* i */
            iconst_1
            iadd
            istore 8 /* number */
        46: .line 228
            aload 10 /* t */
            getstatic org.objectweb.asm.Opcodes.LONG:Ljava/lang/Integer;
            if_acmpeq 47
            aload 10 /* t */
            getstatic org.objectweb.asm.Opcodes.DOUBLE:Ljava/lang/Integer;
            if_acmpne 50
        47: .line 229
      StackMap locals: java.lang.Object
      StackMap stack:
            iinc 7 /* index */ 1
        48: .line 231
            goto 50
        49: .line 232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.newLocals:[Ljava/lang/Object;
            iload 9 /* i */
            getstatic org.objectweb.asm.Opcodes.TOP:Ljava/lang/Integer;
            aastore
        end local 10 // java.lang.Object t
        50: .line 223
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        51: iload 7 /* index */
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.newLocals:[Ljava/lang/Object;
            arraylength
            if_icmplt 42
        end local 9 // int i
        52: .line 237
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* type */
            iload 8 /* number */
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.newLocals:[Ljava/lang/Object;
            iload 4 /* nStack */
            aload 5 /* stack */
            invokevirtual org.objectweb.asm.MethodVisitor.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
        53: .line 240
            aload 0 /* this */
            aload 6 /* oldLocals */
            putfield org.objectweb.asm.commons.LocalVariablesSorter.newLocals:[Ljava/lang/Object;
        54: .line 241
            return
        end local 8 // int number
        end local 7 // int index
        end local 6 // java.lang.Object[] oldLocals
        end local 5 // java.lang.Object[] stack
        end local 4 // int nStack
        end local 3 // java.lang.Object[] local
        end local 2 // int nLocal
        end local 1 // int type
        end local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   55     0       this  Lorg/objectweb/asm/commons/LocalVariablesSorter;
            0   55     1       type  I
            0   55     2     nLocal  I
            0   55     3      local  [Ljava/lang/Object;
            0   55     4     nStack  I
            0   55     5      stack  [Ljava/lang/Object;
            8   55     6  oldLocals  [Ljava/lang/Object;
           11   55     7      index  I
           12   55     8     number  I
           14   36     9          t  Ljava/lang/Object;
           18   36    10       size  I
           20   35    11        typ  Lorg/objectweb/asm/Type;
           41   52     9          i  I
           43   50    10          t  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      type    final
      nLocal  final
      local   final
      nStack  final
      stack   final

  public int newLocal(org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
        start local 1 // org.objectweb.asm.Type type
         0: .line 254
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            tableswitch { // 1 - 9
                    1: 1
                    2: 1
                    3: 1
                    4: 1
                    5: 1
                    6: 3
                    7: 5
                    8: 7
                    9: 9
              default: 11
          }
         1: .line 260
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.Opcodes.INTEGER:Ljava/lang/Integer;
            astore 2 /* t */
        start local 2 // java.lang.Object t
         2: .line 261
            goto 12
        end local 2 // java.lang.Object t
         3: .line 263
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.Opcodes.FLOAT:Ljava/lang/Integer;
            astore 2 /* t */
        start local 2 // java.lang.Object t
         4: .line 264
            goto 12
        end local 2 // java.lang.Object t
         5: .line 266
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.Opcodes.LONG:Ljava/lang/Integer;
            astore 2 /* t */
        start local 2 // java.lang.Object t
         6: .line 267
            goto 12
        end local 2 // java.lang.Object t
         7: .line 269
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.Opcodes.DOUBLE:Ljava/lang/Integer;
            astore 2 /* t */
        start local 2 // java.lang.Object t
         8: .line 270
            goto 12
        end local 2 // java.lang.Object t
         9: .line 272
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
            astore 2 /* t */
        start local 2 // java.lang.Object t
        10: .line 273
            goto 12
        end local 2 // java.lang.Object t
        11: .line 276
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getInternalName:()Ljava/lang/String;
            astore 2 /* t */
        start local 2 // java.lang.Object t
        12: .line 279
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.LocalVariablesSorter.newLocalMapping:(Lorg/objectweb/asm/Type;)I
            istore 3 /* local */
        start local 3 // int local
        13: .line 280
            aload 0 /* this */
            iload 3 /* local */
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.LocalVariablesSorter.setLocalType:(ILorg/objectweb/asm/Type;)V
        14: .line 281
            aload 0 /* this */
            iload 3 /* local */
            aload 2 /* t */
            invokevirtual org.objectweb.asm.commons.LocalVariablesSorter.setFrameLocal:(ILjava/lang/Object;)V
        15: .line 282
            aload 0 /* this */
            iconst_1
            putfield org.objectweb.asm.commons.LocalVariablesSorter.changed:Z
        16: .line 283
            iload 3 /* local */
            ireturn
        end local 3 // int local
        end local 2 // java.lang.Object t
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lorg/objectweb/asm/commons/LocalVariablesSorter;
            0   17     1   type  Lorg/objectweb/asm/Type;
            2    3     2      t  Ljava/lang/Object;
            4    5     2      t  Ljava/lang/Object;
            6    7     2      t  Ljava/lang/Object;
            8    9     2      t  Ljava/lang/Object;
           10   11     2      t  Ljava/lang/Object;
           12   17     2      t  Ljava/lang/Object;
           13   17     3  local  I
    MethodParameters:
      Name  Flags
      type  final

  protected void updateNewLocals(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
        start local 1 // java.lang.Object[] newLocals
         0: .line 306
            return
        end local 1 // java.lang.Object[] newLocals
        end local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/objectweb/asm/commons/LocalVariablesSorter;
            0    1     1  newLocals  [Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      newLocals  

  protected void setLocalType(int, org.objectweb.asm.Type);
    descriptor: (ILorg/objectweb/asm/Type;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
        start local 1 // int local
        start local 2 // org.objectweb.asm.Type type
         0: .line 319
            return
        end local 2 // org.objectweb.asm.Type type
        end local 1 // int local
        end local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/objectweb/asm/commons/LocalVariablesSorter;
            0    1     1  local  I
            0    1     2   type  Lorg/objectweb/asm/Type;
    MethodParameters:
       Name  Flags
      local  final
      type   final

  private void setFrameLocal(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
        start local 1 // int local
        start local 2 // java.lang.Object type
         0: .line 322
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.newLocals:[Ljava/lang/Object;
            arraylength
            istore 3 /* l */
        start local 3 // int l
         1: .line 323
            iload 1 /* local */
            iload 3 /* l */
            if_icmplt 5
         2: .line 324
            iconst_2
            iload 3 /* l */
            imul
            iload 1 /* local */
            iconst_1
            iadd
            invokestatic java.lang.Math.max:(II)I
            anewarray java.lang.Object
            astore 4 /* a */
        start local 4 // java.lang.Object[] a
         3: .line 325
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.newLocals:[Ljava/lang/Object;
            iconst_0
            aload 4 /* a */
            iconst_0
            iload 3 /* l */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 326
            aload 0 /* this */
            aload 4 /* a */
            putfield org.objectweb.asm.commons.LocalVariablesSorter.newLocals:[Ljava/lang/Object;
        end local 4 // java.lang.Object[] a
         5: .line 328
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.newLocals:[Ljava/lang/Object;
            iload 1 /* local */
            aload 2 /* type */
            aastore
         6: .line 329
            return
        end local 3 // int l
        end local 2 // java.lang.Object type
        end local 1 // int local
        end local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/objectweb/asm/commons/LocalVariablesSorter;
            0    7     1  local  I
            0    7     2   type  Ljava/lang/Object;
            1    7     3      l  I
            3    5     4      a  [Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      local  final
      type   final

  private int remap(int, org.objectweb.asm.Type);
    descriptor: (ILorg/objectweb/asm/Type;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
        start local 1 // int var
        start local 2 // org.objectweb.asm.Type type
         0: .line 332
            iload 1 /* var */
            aload 2 /* type */
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iadd
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.firstLocal:I
            if_icmpgt 2
         1: .line 333
            iload 1 /* var */
            ireturn
         2: .line 335
      StackMap locals:
      StackMap stack:
            iconst_2
            iload 1 /* var */
            imul
            aload 2 /* type */
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iadd
            iconst_1
            isub
            istore 3 /* key */
        start local 3 // int key
         3: .line 336
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.mapping:[I
            arraylength
            istore 4 /* size */
        start local 4 // int size
         4: .line 337
            iload 3 /* key */
            iload 4 /* size */
            if_icmplt 8
         5: .line 338
            iconst_2
            iload 4 /* size */
            imul
            iload 3 /* key */
            iconst_1
            iadd
            invokestatic java.lang.Math.max:(II)I
            newarray 10
            astore 5 /* newMapping */
        start local 5 // int[] newMapping
         6: .line 339
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.mapping:[I
            iconst_0
            aload 5 /* newMapping */
            iconst_0
            iload 4 /* size */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 340
            aload 0 /* this */
            aload 5 /* newMapping */
            putfield org.objectweb.asm.commons.LocalVariablesSorter.mapping:[I
        end local 5 // int[] newMapping
         8: .line 342
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.mapping:[I
            iload 3 /* key */
            iaload
            istore 5 /* value */
        start local 5 // int value
         9: .line 343
            iload 5 /* value */
            ifne 14
        10: .line 344
            aload 0 /* this */
            aload 2 /* type */
            invokevirtual org.objectweb.asm.commons.LocalVariablesSorter.newLocalMapping:(Lorg/objectweb/asm/Type;)I
            istore 5 /* value */
        11: .line 345
            aload 0 /* this */
            iload 5 /* value */
            aload 2 /* type */
            invokevirtual org.objectweb.asm.commons.LocalVariablesSorter.setLocalType:(ILorg/objectweb/asm/Type;)V
        12: .line 346
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.mapping:[I
            iload 3 /* key */
            iload 5 /* value */
            iconst_1
            iadd
            iastore
        13: .line 347
            goto 15
        14: .line 348
      StackMap locals: int
      StackMap stack:
            iinc 5 /* value */ -1
        15: .line 350
      StackMap locals:
      StackMap stack:
            iload 5 /* value */
            iload 1 /* var */
            if_icmpeq 17
        16: .line 351
            aload 0 /* this */
            iconst_1
            putfield org.objectweb.asm.commons.LocalVariablesSorter.changed:Z
        17: .line 353
      StackMap locals:
      StackMap stack:
            iload 5 /* value */
            ireturn
        end local 5 // int value
        end local 4 // int size
        end local 3 // int key
        end local 2 // org.objectweb.asm.Type type
        end local 1 // int var
        end local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   18     0        this  Lorg/objectweb/asm/commons/LocalVariablesSorter;
            0   18     1         var  I
            0   18     2        type  Lorg/objectweb/asm/Type;
            3   18     3         key  I
            4   18     4        size  I
            6    8     5  newMapping  [I
            9   18     5       value  I
    MethodParameters:
      Name  Flags
      var   final
      type  final

  protected int newLocalMapping(org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
        start local 1 // org.objectweb.asm.Type type
         0: .line 357
            aload 0 /* this */
            getfield org.objectweb.asm.commons.LocalVariablesSorter.nextLocal:I
            istore 2 /* local */
        start local 2 // int local
         1: .line 358
            aload 0 /* this */
            dup
            getfield org.objectweb.asm.commons.LocalVariablesSorter.nextLocal:I
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iadd
            putfield org.objectweb.asm.commons.LocalVariablesSorter.nextLocal:I
         2: .line 359
            iload 2 /* local */
            ireturn
        end local 2 // int local
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.commons.LocalVariablesSorter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/objectweb/asm/commons/LocalVariablesSorter;
            0    3     1   type  Lorg/objectweb/asm/Type;
            1    3     2  local  I
    MethodParameters:
      Name  Flags
      type  final
}
SourceFile: "LocalVariablesSorter.java"