public class org.objectweb.asm.commons.GeneratorAdapter extends org.objectweb.asm.commons.LocalVariablesSorter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.objectweb.asm.commons.GeneratorAdapter
  super_class: org.objectweb.asm.commons.LocalVariablesSorter
{
  private static final java.lang.String CLDESC;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "Ljava/lang/Class;"

  private static final org.objectweb.asm.Type BYTE_TYPE;
    descriptor: Lorg/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.objectweb.asm.Type BOOLEAN_TYPE;
    descriptor: Lorg/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.objectweb.asm.Type SHORT_TYPE;
    descriptor: Lorg/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.objectweb.asm.Type CHARACTER_TYPE;
    descriptor: Lorg/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.objectweb.asm.Type INTEGER_TYPE;
    descriptor: Lorg/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.objectweb.asm.Type FLOAT_TYPE;
    descriptor: Lorg/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.objectweb.asm.Type LONG_TYPE;
    descriptor: Lorg/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.objectweb.asm.Type DOUBLE_TYPE;
    descriptor: Lorg/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.objectweb.asm.Type NUMBER_TYPE;
    descriptor: Lorg/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.objectweb.asm.Type OBJECT_TYPE;
    descriptor: Lorg/objectweb/asm/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.objectweb.asm.commons.Method BOOLEAN_VALUE;
    descriptor: Lorg/objectweb/asm/commons/Method;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.objectweb.asm.commons.Method CHAR_VALUE;
    descriptor: Lorg/objectweb/asm/commons/Method;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.objectweb.asm.commons.Method INT_VALUE;
    descriptor: Lorg/objectweb/asm/commons/Method;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.objectweb.asm.commons.Method FLOAT_VALUE;
    descriptor: Lorg/objectweb/asm/commons/Method;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.objectweb.asm.commons.Method LONG_VALUE;
    descriptor: Lorg/objectweb/asm/commons/Method;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.objectweb.asm.commons.Method DOUBLE_VALUE;
    descriptor: Lorg/objectweb/asm/commons/Method;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  private final org.objectweb.asm.Type[] argumentTypes;
    descriptor: [Lorg/objectweb/asm/Type;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<org.objectweb.asm.Type> localTypes;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/objectweb/asm/Type;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 89
            ldc "java/lang/Byte"
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            putstatic org.objectweb.asm.commons.GeneratorAdapter.BYTE_TYPE:Lorg/objectweb/asm/Type;
         1: .line 92
            ldc "java/lang/Boolean"
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
         2: .line 91
            putstatic org.objectweb.asm.commons.GeneratorAdapter.BOOLEAN_TYPE:Lorg/objectweb/asm/Type;
         3: .line 95
            ldc "java/lang/Short"
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
         4: .line 94
            putstatic org.objectweb.asm.commons.GeneratorAdapter.SHORT_TYPE:Lorg/objectweb/asm/Type;
         5: .line 98
            ldc "java/lang/Character"
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
         6: .line 97
            putstatic org.objectweb.asm.commons.GeneratorAdapter.CHARACTER_TYPE:Lorg/objectweb/asm/Type;
         7: .line 101
            ldc "java/lang/Integer"
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
         8: .line 100
            putstatic org.objectweb.asm.commons.GeneratorAdapter.INTEGER_TYPE:Lorg/objectweb/asm/Type;
         9: .line 104
            ldc "java/lang/Float"
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
        10: .line 103
            putstatic org.objectweb.asm.commons.GeneratorAdapter.FLOAT_TYPE:Lorg/objectweb/asm/Type;
        11: .line 106
            ldc "java/lang/Long"
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            putstatic org.objectweb.asm.commons.GeneratorAdapter.LONG_TYPE:Lorg/objectweb/asm/Type;
        12: .line 109
            ldc "java/lang/Double"
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
        13: .line 108
            putstatic org.objectweb.asm.commons.GeneratorAdapter.DOUBLE_TYPE:Lorg/objectweb/asm/Type;
        14: .line 112
            ldc "java/lang/Number"
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
        15: .line 111
            putstatic org.objectweb.asm.commons.GeneratorAdapter.NUMBER_TYPE:Lorg/objectweb/asm/Type;
        16: .line 115
            ldc "java/lang/Object"
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
        17: .line 114
            putstatic org.objectweb.asm.commons.GeneratorAdapter.OBJECT_TYPE:Lorg/objectweb/asm/Type;
        18: .line 118
            ldc "boolean booleanValue()"
            invokestatic org.objectweb.asm.commons.Method.getMethod:(Ljava/lang/String;)Lorg/objectweb/asm/commons/Method;
        19: .line 117
            putstatic org.objectweb.asm.commons.GeneratorAdapter.BOOLEAN_VALUE:Lorg/objectweb/asm/commons/Method;
        20: .line 121
            ldc "char charValue()"
            invokestatic org.objectweb.asm.commons.Method.getMethod:(Ljava/lang/String;)Lorg/objectweb/asm/commons/Method;
        21: .line 120
            putstatic org.objectweb.asm.commons.GeneratorAdapter.CHAR_VALUE:Lorg/objectweb/asm/commons/Method;
        22: .line 123
            ldc "int intValue()"
            invokestatic org.objectweb.asm.commons.Method.getMethod:(Ljava/lang/String;)Lorg/objectweb/asm/commons/Method;
            putstatic org.objectweb.asm.commons.GeneratorAdapter.INT_VALUE:Lorg/objectweb/asm/commons/Method;
        23: .line 126
            ldc "float floatValue()"
            invokestatic org.objectweb.asm.commons.Method.getMethod:(Ljava/lang/String;)Lorg/objectweb/asm/commons/Method;
        24: .line 125
            putstatic org.objectweb.asm.commons.GeneratorAdapter.FLOAT_VALUE:Lorg/objectweb/asm/commons/Method;
        25: .line 129
            ldc "long longValue()"
            invokestatic org.objectweb.asm.commons.Method.getMethod:(Ljava/lang/String;)Lorg/objectweb/asm/commons/Method;
        26: .line 128
            putstatic org.objectweb.asm.commons.GeneratorAdapter.LONG_VALUE:Lorg/objectweb/asm/commons/Method;
        27: .line 132
            ldc "double doubleValue()"
            invokestatic org.objectweb.asm.commons.Method.getMethod:(Ljava/lang/String;)Lorg/objectweb/asm/commons/Method;
        28: .line 131
            putstatic org.objectweb.asm.commons.GeneratorAdapter.DOUBLE_VALUE:Lorg/objectweb/asm/commons/Method;
        29: .line 222
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  protected void <init>(int, org.objectweb.asm.MethodVisitor, int, java.lang.String, java.lang.String);
    descriptor: (ILorg/objectweb/asm/MethodVisitor;ILjava/lang/String;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int api
        start local 2 // org.objectweb.asm.MethodVisitor mv
        start local 3 // int access
        start local 4 // java.lang.String name
        start local 5 // java.lang.String desc
         0: .line 281
            aload 0 /* this */
            iload 1 /* api */
            iload 3 /* access */
            aload 5 /* desc */
            aload 2 /* mv */
            invokespecial org.objectweb.asm.commons.LocalVariablesSorter.<init>:(IILjava/lang/String;Lorg/objectweb/asm/MethodVisitor;)V
         1: .line 242
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.objectweb.asm.commons.GeneratorAdapter.localTypes:Ljava/util/List;
         2: .line 282
            aload 0 /* this */
            iload 3 /* access */
            putfield org.objectweb.asm.commons.GeneratorAdapter.access:I
         3: .line 283
            aload 0 /* this */
            aload 5 /* desc */
            invokestatic org.objectweb.asm.Type.getReturnType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            putfield org.objectweb.asm.commons.GeneratorAdapter.returnType:Lorg/objectweb/asm/Type;
         4: .line 284
            aload 0 /* this */
            aload 5 /* desc */
            invokestatic org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
            putfield org.objectweb.asm.commons.GeneratorAdapter.argumentTypes:[Lorg/objectweb/asm/Type;
         5: .line 285
            return
        end local 5 // java.lang.String desc
        end local 4 // java.lang.String name
        end local 3 // int access
        end local 2 // org.objectweb.asm.MethodVisitor mv
        end local 1 // int api
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    6     1     api  I
            0    6     2      mv  Lorg/objectweb/asm/MethodVisitor;
            0    6     3  access  I
            0    6     4    name  Ljava/lang/String;
            0    6     5    desc  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      api     final
      mv      final
      access  final
      name    final
      desc    final

  public void <init>(int, org.objectweb.asm.commons.Method, org.objectweb.asm.MethodVisitor);
    descriptor: (ILorg/objectweb/asm/commons/Method;Lorg/objectweb/asm/MethodVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int access
        start local 2 // org.objectweb.asm.commons.Method method
        start local 3 // org.objectweb.asm.MethodVisitor mv
         0: .line 302
            aload 0 /* this */
            aload 3 /* mv */
            iload 1 /* access */
            aconst_null
            aload 2 /* method */
            invokevirtual org.objectweb.asm.commons.Method.getDescriptor:()Ljava/lang/String;
            invokespecial org.objectweb.asm.commons.GeneratorAdapter.<init>:(Lorg/objectweb/asm/MethodVisitor;ILjava/lang/String;Ljava/lang/String;)V
         1: .line 303
            return
        end local 3 // org.objectweb.asm.MethodVisitor mv
        end local 2 // org.objectweb.asm.commons.Method method
        end local 1 // int access
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  access  I
            0    2     2  method  Lorg/objectweb/asm/commons/Method;
            0    2     3      mv  Lorg/objectweb/asm/MethodVisitor;
    MethodParameters:
        Name  Flags
      access  final
      method  final
      mv      final

  public void <init>(int, org.objectweb.asm.commons.Method, java.lang.String, org.objectweb.asm.Type[], org.objectweb.asm.ClassVisitor);
    descriptor: (ILorg/objectweb/asm/commons/Method;Ljava/lang/String;[Lorg/objectweb/asm/Type;Lorg/objectweb/asm/ClassVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=6
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int access
        start local 2 // org.objectweb.asm.commons.Method method
        start local 3 // java.lang.String signature
        start local 4 // org.objectweb.asm.Type[] exceptions
        start local 5 // org.objectweb.asm.ClassVisitor cv
         0: .line 326
            aload 0 /* this */
            iload 1 /* access */
            aload 2 /* method */
            aload 5 /* cv */
         1: .line 327
            iload 1 /* access */
            aload 2 /* method */
            invokevirtual org.objectweb.asm.commons.Method.getName:()Ljava/lang/String;
            aload 2 /* method */
            invokevirtual org.objectweb.asm.commons.Method.getDescriptor:()Ljava/lang/String;
         2: .line 328
            aload 3 /* signature */
            aload 4 /* exceptions */
            invokestatic org.objectweb.asm.commons.GeneratorAdapter.getInternalNames:([Lorg/objectweb/asm/Type;)[Ljava/lang/String;
         3: .line 327
            invokevirtual org.objectweb.asm.ClassVisitor.visitMethod:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Lorg/objectweb/asm/MethodVisitor;
            invokespecial org.objectweb.asm.commons.GeneratorAdapter.<init>:(ILorg/objectweb/asm/commons/Method;Lorg/objectweb/asm/MethodVisitor;)V
         4: .line 329
            return
        end local 5 // org.objectweb.asm.ClassVisitor cv
        end local 4 // org.objectweb.asm.Type[] exceptions
        end local 3 // java.lang.String signature
        end local 2 // org.objectweb.asm.commons.Method method
        end local 1 // int access
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    5     1      access  I
            0    5     2      method  Lorg/objectweb/asm/commons/Method;
            0    5     3   signature  Ljava/lang/String;
            0    5     4  exceptions  [Lorg/objectweb/asm/Type;
            0    5     5          cv  Lorg/objectweb/asm/ClassVisitor;
    MethodParameters:
            Name  Flags
      access      final
      method      final
      signature   final
      exceptions  final
      cv          final

  private static java.lang.String[] getInternalNames(org.objectweb.asm.Type[]);
    descriptor: ([Lorg/objectweb/asm/Type;)[Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.objectweb.asm.Type[] types
         0: .line 339
            aload 0 /* types */
            ifnonnull 2
         1: .line 340
            aconst_null
            areturn
         2: .line 342
      StackMap locals:
      StackMap stack:
            aload 0 /* types */
            arraylength
            anewarray java.lang.String
            astore 1 /* names */
        start local 1 // java.lang.String[] names
         3: .line 343
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 7
         5: .line 344
      StackMap locals: java.lang.String[] int
      StackMap stack:
            aload 1 /* names */
            iload 2 /* i */
            aload 0 /* types */
            iload 2 /* i */
            aaload
            invokevirtual org.objectweb.asm.Type.getInternalName:()Ljava/lang/String;
            aastore
         6: .line 343
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 1 /* names */
            arraylength
            if_icmplt 5
        end local 2 // int i
         8: .line 346
            aload 1 /* names */
            areturn
        end local 1 // java.lang.String[] names
        end local 0 // org.objectweb.asm.Type[] types
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0  types  [Lorg/objectweb/asm/Type;
            3    9     1  names  [Ljava/lang/String;
            4    8     2      i  I
    MethodParameters:
       Name  Flags
      types  final

  public void push(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // boolean value
         0: .line 360
            aload 0 /* this */
            iload 1 /* value */
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: org.objectweb.asm.commons.GeneratorAdapter
         1: iconst_0
      StackMap locals: org.objectweb.asm.commons.GeneratorAdapter int
      StackMap stack: org.objectweb.asm.commons.GeneratorAdapter int
         2: invokevirtual org.objectweb.asm.commons.GeneratorAdapter.push:(I)V
         3: .line 361
            return
        end local 1 // boolean value
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    4     1  value  Z
    MethodParameters:
       Name  Flags
      value  final

  public void push(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int value
         0: .line 370
            iload 1 /* value */
            iconst_m1
            if_icmplt 3
            iload 1 /* value */
            iconst_5
            if_icmpgt 3
         1: .line 371
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            iconst_3
            iload 1 /* value */
            iadd
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         2: .line 372
            goto 10
      StackMap locals:
      StackMap stack:
         3: iload 1 /* value */
            bipush -128
            if_icmplt 6
            iload 1 /* value */
            bipush 127
            if_icmpgt 6
         4: .line 373
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            bipush 16
            iload 1 /* value */
            invokevirtual org.objectweb.asm.MethodVisitor.visitIntInsn:(II)V
         5: .line 374
            goto 10
      StackMap locals:
      StackMap stack:
         6: iload 1 /* value */
            sipush -32768
            if_icmplt 9
            iload 1 /* value */
            sipush 32767
            if_icmpgt 9
         7: .line 375
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            bipush 17
            iload 1 /* value */
            invokevirtual org.objectweb.asm.MethodVisitor.visitIntInsn:(II)V
         8: .line 376
            goto 10
         9: .line 377
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            new java.lang.Integer
            dup
            iload 1 /* value */
            invokespecial java.lang.Integer.<init>:(I)V
            invokevirtual org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
        10: .line 379
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int value
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0   11     1  value  I
    MethodParameters:
       Name  Flags
      value  final

  public void push(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // long value
         0: .line 388
            lload 1 /* value */
            lconst_0
            lcmp
            ifeq 1
            lload 1 /* value */
            lconst_1
            lcmp
            ifne 3
         1: .line 389
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            bipush 9
            lload 1 /* value */
            l2i
            iadd
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         2: .line 390
            goto 4
         3: .line 391
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            new java.lang.Long
            dup
            lload 1 /* value */
            invokespecial java.lang.Long.<init>:(J)V
            invokevirtual org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
         4: .line 393
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long value
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    5     1  value  J
    MethodParameters:
       Name  Flags
      value  final

  public void push(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // float value
         0: .line 402
            fload 1 /* value */
            invokestatic java.lang.Float.floatToIntBits:(F)I
            istore 2 /* bits */
        start local 2 // int bits
         1: .line 403
            iload 2 /* bits */
            i2l
            lconst_0
            lcmp
            ifeq 2
            iload 2 /* bits */
            ldc 1065353216
            if_icmpeq 2
            iload 2 /* bits */
            ldc 1073741824
            if_icmpne 4
         2: .line 404
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            bipush 11
            fload 1 /* value */
            f2i
            iadd
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         3: .line 405
            goto 5
         4: .line 406
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            new java.lang.Float
            dup
            fload 1 /* value */
            invokespecial java.lang.Float.<init>:(F)V
            invokevirtual org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
         5: .line 408
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int bits
        end local 1 // float value
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    6     1  value  F
            1    6     2   bits  I
    MethodParameters:
       Name  Flags
      value  final

  public void push(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // double value
         0: .line 417
            dload 1 /* value */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lstore 3 /* bits */
        start local 3 // long bits
         1: .line 418
            lload 3 /* bits */
            lconst_0
            lcmp
            ifeq 2
            lload 3 /* bits */
            ldc 4607182418800017408
            lcmp
            ifne 4
         2: .line 419
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            bipush 14
            dload 1 /* value */
            d2i
            iadd
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         3: .line 420
            goto 5
         4: .line 421
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            new java.lang.Double
            dup
            dload 1 /* value */
            invokespecial java.lang.Double.<init>:(D)V
            invokevirtual org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
         5: .line 423
      StackMap locals:
      StackMap stack:
            return
        end local 3 // long bits
        end local 1 // double value
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    6     1  value  D
            1    6     3   bits  J
    MethodParameters:
       Name  Flags
      value  final

  public void push(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // java.lang.String value
         0: .line 432
            aload 1 /* value */
            ifnonnull 3
         1: .line 433
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            iconst_1
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         2: .line 434
            goto 4
         3: .line 435
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* value */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
         4: .line 437
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String value
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    5     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  final

  public void push(org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type value
         0: .line 446
            aload 1 /* value */
            ifnonnull 3
         1: .line 447
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            iconst_1
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         2: .line 448
            goto 37
         3: .line 449
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            tableswitch { // 1 - 8
                    1: 4
                    2: 8
                    3: 12
                    4: 16
                    5: 20
                    6: 24
                    7: 28
                    8: 32
              default: 36
          }
         4: .line 451
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 178
            ldc "java/lang/Boolean"
         5: .line 452
            ldc "TYPE"
            ldc "Ljava/lang/Class;"
         6: .line 451
            invokevirtual org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         7: .line 453
            goto 37
         8: .line 455
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 178
            ldc "java/lang/Character"
         9: .line 456
            ldc "TYPE"
            ldc "Ljava/lang/Class;"
        10: .line 455
            invokevirtual org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        11: .line 457
            goto 37
        12: .line 459
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 178
            ldc "java/lang/Byte"
            ldc "TYPE"
        13: .line 460
            ldc "Ljava/lang/Class;"
        14: .line 459
            invokevirtual org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        15: .line 461
            goto 37
        16: .line 463
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 178
            ldc "java/lang/Short"
            ldc "TYPE"
        17: .line 464
            ldc "Ljava/lang/Class;"
        18: .line 463
            invokevirtual org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        19: .line 465
            goto 37
        20: .line 467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 178
            ldc "java/lang/Integer"
        21: .line 468
            ldc "TYPE"
            ldc "Ljava/lang/Class;"
        22: .line 467
            invokevirtual org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        23: .line 469
            goto 37
        24: .line 471
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 178
            ldc "java/lang/Float"
            ldc "TYPE"
        25: .line 472
            ldc "Ljava/lang/Class;"
        26: .line 471
            invokevirtual org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        27: .line 473
            goto 37
        28: .line 475
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 178
            ldc "java/lang/Long"
            ldc "TYPE"
        29: .line 476
            ldc "Ljava/lang/Class;"
        30: .line 475
            invokevirtual org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        31: .line 477
            goto 37
        32: .line 479
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 178
            ldc "java/lang/Double"
        33: .line 480
            ldc "TYPE"
            ldc "Ljava/lang/Class;"
        34: .line 479
            invokevirtual org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        35: .line 481
            goto 37
        36: .line 483
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* value */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
        37: .line 486
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.objectweb.asm.Type value
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   38     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0   38     1  value  Lorg/objectweb/asm/Type;
    MethodParameters:
       Name  Flags
      value  final

  public void push(org.objectweb.asm.Handle);
    descriptor: (Lorg/objectweb/asm/Handle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Handle handle
         0: .line 495
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* handle */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
         1: .line 496
            return
        end local 1 // org.objectweb.asm.Handle handle
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  handle  Lorg/objectweb/asm/Handle;
    MethodParameters:
        Name  Flags
      handle  final

  private int getArgIndex(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int arg
         0: .line 512
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.access:I
            bipush 8
            iand
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* index */
        start local 2 // int index
         3: .line 513
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 514
      StackMap locals: int int
      StackMap stack:
            iload 2 /* index */
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.argumentTypes:[Lorg/objectweb/asm/Type;
            iload 3 /* i */
            aaload
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iadd
            istore 2 /* index */
         6: .line 513
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 1 /* arg */
            if_icmplt 5
        end local 3 // int i
         8: .line 516
            iload 2 /* index */
            ireturn
        end local 2 // int index
        end local 1 // int arg
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    9     1    arg  I
            3    9     2  index  I
            4    8     3      i  I
    MethodParameters:
      Name  Flags
      arg   final

  private void loadInsn(org.objectweb.asm.Type, int);
    descriptor: (Lorg/objectweb/asm/Type;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type type
        start local 2 // int index
         0: .line 528
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* type */
            bipush 21
            invokevirtual org.objectweb.asm.Type.getOpcode:(I)I
            iload 2 /* index */
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         1: .line 529
            return
        end local 2 // int index
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1   type  Lorg/objectweb/asm/Type;
            0    2     2  index  I
    MethodParameters:
       Name  Flags
      type   final
      index  final

  private void storeInsn(org.objectweb.asm.Type, int);
    descriptor: (Lorg/objectweb/asm/Type;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type type
        start local 2 // int index
         0: .line 541
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* type */
            bipush 54
            invokevirtual org.objectweb.asm.Type.getOpcode:(I)I
            iload 2 /* index */
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         1: .line 542
            return
        end local 2 // int index
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1   type  Lorg/objectweb/asm/Type;
            0    2     2  index  I
    MethodParameters:
       Name  Flags
      type   final
      index  final

  public void loadThis();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 548
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.access:I
            bipush 8
            iand
            ifeq 4
         1: .line 549
            new java.lang.IllegalStateException
            dup
         2: .line 550
            ldc "no 'this' pointer within static method"
         3: .line 549
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 552
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            bipush 25
            iconst_0
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         5: .line 553
            return
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;

  public void loadArg(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int arg
         0: .line 562
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.argumentTypes:[Lorg/objectweb/asm/Type;
            iload 1 /* arg */
            aaload
            aload 0 /* this */
            iload 1 /* arg */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.getArgIndex:(I)I
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.loadInsn:(Lorg/objectweb/asm/Type;I)V
         1: .line 563
            return
        end local 1 // int arg
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1   arg  I
    MethodParameters:
      Name  Flags
      arg   final

  public void loadArgs(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int arg
        start local 2 // int count
         0: .line 575
            aload 0 /* this */
            iload 1 /* arg */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.getArgIndex:(I)I
            istore 3 /* index */
        start local 3 // int index
         1: .line 576
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 7
         3: .line 577
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.argumentTypes:[Lorg/objectweb/asm/Type;
            iload 1 /* arg */
            iload 4 /* i */
            iadd
            aaload
            astore 5 /* t */
        start local 5 // org.objectweb.asm.Type t
         4: .line 578
            aload 0 /* this */
            aload 5 /* t */
            iload 3 /* index */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.loadInsn:(Lorg/objectweb/asm/Type;I)V
         5: .line 579
            iload 3 /* index */
            aload 5 /* t */
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iadd
            istore 3 /* index */
        end local 5 // org.objectweb.asm.Type t
         6: .line 576
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            iload 2 /* count */
            if_icmplt 3
        end local 4 // int i
         8: .line 581
            return
        end local 3 // int index
        end local 2 // int count
        end local 1 // int arg
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    9     1    arg  I
            0    9     2  count  I
            1    9     3  index  I
            2    8     4      i  I
            4    6     5      t  Lorg/objectweb/asm/Type;
    MethodParameters:
       Name  Flags
      arg    final
      count  final

  public void loadArgs();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 587
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.argumentTypes:[Lorg/objectweb/asm/Type;
            arraylength
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.loadArgs:(II)V
         1: .line 588
            return
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;

  public void loadArgArray();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 595
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.argumentTypes:[Lorg/objectweb/asm/Type;
            arraylength
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.push:(I)V
         1: .line 596
            aload 0 /* this */
            getstatic org.objectweb.asm.commons.GeneratorAdapter.OBJECT_TYPE:Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.newArray:(Lorg/objectweb/asm/Type;)V
         2: .line 597
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         3: goto 10
         4: .line 598
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dup:()V
         5: .line 599
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.push:(I)V
         6: .line 600
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.loadArg:(I)V
         7: .line 601
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.argumentTypes:[Lorg/objectweb/asm/Type;
            iload 1 /* i */
            aaload
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.box:(Lorg/objectweb/asm/Type;)V
         8: .line 602
            aload 0 /* this */
            getstatic org.objectweb.asm.commons.GeneratorAdapter.OBJECT_TYPE:Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.arrayStore:(Lorg/objectweb/asm/Type;)V
         9: .line 597
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 1 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.argumentTypes:[Lorg/objectweb/asm/Type;
            arraylength
            if_icmplt 4
        end local 1 // int i
        11: .line 604
            return
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            3   11     1     i  I

  public void storeArg(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int arg
         0: .line 614
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.argumentTypes:[Lorg/objectweb/asm/Type;
            iload 1 /* arg */
            aaload
            aload 0 /* this */
            iload 1 /* arg */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.getArgIndex:(I)I
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.storeInsn:(Lorg/objectweb/asm/Type;I)V
         1: .line 615
            return
        end local 1 // int arg
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1   arg  I
    MethodParameters:
      Name  Flags
      arg   final

  public org.objectweb.asm.Type getLocalType(int);
    descriptor: (I)Lorg/objectweb/asm/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int local
         0: .line 630
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.localTypes:Ljava/util/List;
            iload 1 /* local */
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.firstLocal:I
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.Type
            areturn
        end local 1 // int local
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    1     1  local  I
    MethodParameters:
       Name  Flags
      local  final

  protected void setLocalType(int, org.objectweb.asm.Type);
    descriptor: (ILorg/objectweb/asm/Type;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int local
        start local 2 // org.objectweb.asm.Type type
         0: .line 635
            iload 1 /* local */
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.firstLocal:I
            isub
            istore 3 /* index */
        start local 3 // int index
         1: .line 636
            goto 3
         2: .line 637
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.localTypes:Ljava/util/List;
            aconst_null
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 636
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.localTypes:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iload 3 /* index */
            iconst_1
            iadd
            if_icmplt 2
         4: .line 639
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.localTypes:Ljava/util/List;
            iload 3 /* index */
            aload 2 /* type */
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 640
            return
        end local 3 // int index
        end local 2 // org.objectweb.asm.Type type
        end local 1 // int local
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    6     1  local  I
            0    6     2   type  Lorg/objectweb/asm/Type;
            1    6     3  index  I
    MethodParameters:
       Name  Flags
      local  final
      type   final

  public void loadLocal(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int local
         0: .line 650
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* local */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.getLocalType:(I)Lorg/objectweb/asm/Type;
            iload 1 /* local */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.loadInsn:(Lorg/objectweb/asm/Type;I)V
         1: .line 651
            return
        end local 1 // int local
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  local  I
    MethodParameters:
       Name  Flags
      local  final

  public void loadLocal(int, org.objectweb.asm.Type);
    descriptor: (ILorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int local
        start local 2 // org.objectweb.asm.Type type
         0: .line 663
            aload 0 /* this */
            iload 1 /* local */
            aload 2 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.setLocalType:(ILorg/objectweb/asm/Type;)V
         1: .line 664
            aload 0 /* this */
            aload 2 /* type */
            iload 1 /* local */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.loadInsn:(Lorg/objectweb/asm/Type;I)V
         2: .line 665
            return
        end local 2 // org.objectweb.asm.Type type
        end local 1 // int local
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    3     1  local  I
            0    3     2   type  Lorg/objectweb/asm/Type;
    MethodParameters:
       Name  Flags
      local  final
      type   final

  public void storeLocal(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int local
         0: .line 676
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* local */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.getLocalType:(I)Lorg/objectweb/asm/Type;
            iload 1 /* local */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.storeInsn:(Lorg/objectweb/asm/Type;I)V
         1: .line 677
            return
        end local 1 // int local
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  local  I
    MethodParameters:
       Name  Flags
      local  final

  public void storeLocal(int, org.objectweb.asm.Type);
    descriptor: (ILorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int local
        start local 2 // org.objectweb.asm.Type type
         0: .line 690
            aload 0 /* this */
            iload 1 /* local */
            aload 2 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.setLocalType:(ILorg/objectweb/asm/Type;)V
         1: .line 691
            aload 0 /* this */
            aload 2 /* type */
            iload 1 /* local */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.storeInsn:(Lorg/objectweb/asm/Type;I)V
         2: .line 692
            return
        end local 2 // org.objectweb.asm.Type type
        end local 1 // int local
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    3     1  local  I
            0    3     2   type  Lorg/objectweb/asm/Type;
    MethodParameters:
       Name  Flags
      local  final
      type   final

  public void arrayLoad(org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type type
         0: .line 701
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* type */
            bipush 46
            invokevirtual org.objectweb.asm.Type.getOpcode:(I)I
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 702
            return
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  type  Lorg/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      type  final

  public void arrayStore(org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type type
         0: .line 711
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* type */
            bipush 79
            invokevirtual org.objectweb.asm.Type.getOpcode:(I)I
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 712
            return
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  type  Lorg/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      type  final

  public void pop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 722
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            bipush 87
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 723
            return
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;

  public void pop2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 729
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            bipush 88
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 730
            return
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;

  public void dup();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 736
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            bipush 89
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 737
            return
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;

  public void dup2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 743
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            bipush 92
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 744
            return
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;

  public void dupX1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 750
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            bipush 90
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 751
            return
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;

  public void dupX2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 757
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            bipush 91
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 758
            return
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;

  public void dup2X1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 764
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            bipush 93
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 765
            return
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;

  public void dup2X2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 771
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            bipush 94
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 772
            return
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;

  public void swap();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 778
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            bipush 95
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 779
            return
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;

  public void swap(org.objectweb.asm.Type, org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type prev
        start local 2 // org.objectweb.asm.Type type
         0: .line 790
            aload 2 /* type */
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iconst_1
            if_icmpne 7
         1: .line 791
            aload 1 /* prev */
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iconst_1
            if_icmpne 4
         2: .line 792
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.swap:()V
         3: .line 793
            goto 13
         4: .line 794
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dupX2:()V
         5: .line 795
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.pop:()V
         6: .line 797
            goto 13
         7: .line 798
      StackMap locals:
      StackMap stack:
            aload 1 /* prev */
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iconst_1
            if_icmpne 11
         8: .line 799
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dup2X1:()V
         9: .line 800
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.pop2:()V
        10: .line 801
            goto 13
        11: .line 802
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dup2X2:()V
        12: .line 803
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.pop2:()V
        13: .line 806
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.objectweb.asm.Type type
        end local 1 // org.objectweb.asm.Type prev
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0   14     1  prev  Lorg/objectweb/asm/Type;
            0   14     2  type  Lorg/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      prev  final
      type  final

  public void math(int, org.objectweb.asm.Type);
    descriptor: (ILorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int op
        start local 2 // org.objectweb.asm.Type type
         0: .line 823
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 2 /* type */
            iload 1 /* op */
            invokevirtual org.objectweb.asm.Type.getOpcode:(I)I
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 824
            return
        end local 2 // org.objectweb.asm.Type type
        end local 1 // int op
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1    op  I
            0    2     2  type  Lorg/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      op    final
      type  final

  public void not();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 831
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            iconst_4
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 832
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 130
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         2: .line 833
            return
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;

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

  public void cast(org.objectweb.asm.Type, org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type from
        start local 2 // org.objectweb.asm.Type to
         0: .line 857
            aload 1 /* from */
            aload 2 /* to */
            if_acmpeq 48
         1: .line 858
            aload 1 /* from */
            getstatic org.objectweb.asm.Type.DOUBLE_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 11
         2: .line 859
            aload 2 /* to */
            getstatic org.objectweb.asm.Type.FLOAT_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 5
         3: .line 860
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 144
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         4: .line 861
            goto 48
      StackMap locals:
      StackMap stack:
         5: aload 2 /* to */
            getstatic org.objectweb.asm.Type.LONG_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 8
         6: .line 862
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 143
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         7: .line 863
            goto 48
         8: .line 864
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 142
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         9: .line 865
            aload 0 /* this */
            getstatic org.objectweb.asm.Type.INT_TYPE:Lorg/objectweb/asm/Type;
            aload 2 /* to */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.cast:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;)V
        10: .line 867
            goto 48
      StackMap locals:
      StackMap stack:
        11: aload 1 /* from */
            getstatic org.objectweb.asm.Type.FLOAT_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 21
        12: .line 868
            aload 2 /* to */
            getstatic org.objectweb.asm.Type.DOUBLE_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 15
        13: .line 869
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 141
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        14: .line 870
            goto 48
      StackMap locals:
      StackMap stack:
        15: aload 2 /* to */
            getstatic org.objectweb.asm.Type.LONG_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 18
        16: .line 871
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 140
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        17: .line 872
            goto 48
        18: .line 873
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 139
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        19: .line 874
            aload 0 /* this */
            getstatic org.objectweb.asm.Type.INT_TYPE:Lorg/objectweb/asm/Type;
            aload 2 /* to */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.cast:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;)V
        20: .line 876
            goto 48
      StackMap locals:
      StackMap stack:
        21: aload 1 /* from */
            getstatic org.objectweb.asm.Type.LONG_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 31
        22: .line 877
            aload 2 /* to */
            getstatic org.objectweb.asm.Type.DOUBLE_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 25
        23: .line 878
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 138
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        24: .line 879
            goto 48
      StackMap locals:
      StackMap stack:
        25: aload 2 /* to */
            getstatic org.objectweb.asm.Type.FLOAT_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 28
        26: .line 880
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 137
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        27: .line 881
            goto 48
        28: .line 882
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 136
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        29: .line 883
            aload 0 /* this */
            getstatic org.objectweb.asm.Type.INT_TYPE:Lorg/objectweb/asm/Type;
            aload 2 /* to */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.cast:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;)V
        30: .line 885
            goto 48
        31: .line 886
      StackMap locals:
      StackMap stack:
            aload 2 /* to */
            getstatic org.objectweb.asm.Type.BYTE_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 34
        32: .line 887
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 145
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        33: .line 888
            goto 48
      StackMap locals:
      StackMap stack:
        34: aload 2 /* to */
            getstatic org.objectweb.asm.Type.CHAR_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 37
        35: .line 889
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 146
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        36: .line 890
            goto 48
      StackMap locals:
      StackMap stack:
        37: aload 2 /* to */
            getstatic org.objectweb.asm.Type.DOUBLE_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 40
        38: .line 891
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 135
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        39: .line 892
            goto 48
      StackMap locals:
      StackMap stack:
        40: aload 2 /* to */
            getstatic org.objectweb.asm.Type.FLOAT_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 43
        41: .line 893
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 134
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        42: .line 894
            goto 48
      StackMap locals:
      StackMap stack:
        43: aload 2 /* to */
            getstatic org.objectweb.asm.Type.LONG_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 46
        44: .line 895
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 133
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        45: .line 896
            goto 48
      StackMap locals:
      StackMap stack:
        46: aload 2 /* to */
            getstatic org.objectweb.asm.Type.SHORT_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 48
        47: .line 897
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 147
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        48: .line 901
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.objectweb.asm.Type to
        end local 1 // org.objectweb.asm.Type from
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   49     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0   49     1  from  Lorg/objectweb/asm/Type;
            0   49     2    to  Lorg/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      from  final
      to    final

  private static org.objectweb.asm.Type getBoxedType(org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/Type;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.Type type
         0: .line 908
            aload 0 /* type */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            tableswitch { // 1 - 8
                    1: 2
                    2: 4
                    3: 1
                    4: 3
                    5: 5
                    6: 6
                    7: 7
                    8: 8
              default: 9
          }
         1: .line 910
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.BYTE_TYPE:Lorg/objectweb/asm/Type;
            areturn
         2: .line 912
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.BOOLEAN_TYPE:Lorg/objectweb/asm/Type;
            areturn
         3: .line 914
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.SHORT_TYPE:Lorg/objectweb/asm/Type;
            areturn
         4: .line 916
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.CHARACTER_TYPE:Lorg/objectweb/asm/Type;
            areturn
         5: .line 918
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.INTEGER_TYPE:Lorg/objectweb/asm/Type;
            areturn
         6: .line 920
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.FLOAT_TYPE:Lorg/objectweb/asm/Type;
            areturn
         7: .line 922
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.LONG_TYPE:Lorg/objectweb/asm/Type;
            areturn
         8: .line 924
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.DOUBLE_TYPE:Lorg/objectweb/asm/Type;
            areturn
         9: .line 926
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            areturn
        end local 0 // org.objectweb.asm.Type type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  type  Lorg/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      type  final

  public void box(org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=3, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type type
         0: .line 937
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 10
            if_icmpeq 1
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 9
            if_icmpne 2
         1: .line 938
      StackMap locals:
      StackMap stack:
            return
         2: .line 940
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            getstatic org.objectweb.asm.Type.VOID_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 5
         3: .line 941
            aload 0 /* this */
            aconst_null
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.push:(Ljava/lang/String;)V
         4: .line 942
            goto 17
         5: .line 943
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            invokestatic org.objectweb.asm.commons.GeneratorAdapter.getBoxedType:(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/Type;
            astore 2 /* boxed */
        start local 2 // org.objectweb.asm.Type boxed
         6: .line 944
            aload 0 /* this */
            aload 2 /* boxed */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.newInstance:(Lorg/objectweb/asm/Type;)V
         7: .line 945
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iconst_2
            if_icmpne 12
         8: .line 947
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dupX2:()V
         9: .line 948
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dupX2:()V
        10: .line 949
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.pop:()V
        11: .line 950
            goto 14
        12: .line 952
      StackMap locals: org.objectweb.asm.Type
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dupX1:()V
        13: .line 953
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.swap:()V
        14: .line 955
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* boxed */
            new org.objectweb.asm.commons.Method
            dup
            ldc "<init>"
            getstatic org.objectweb.asm.Type.VOID_TYPE:Lorg/objectweb/asm/Type;
        15: .line 956
            iconst_1
            anewarray org.objectweb.asm.Type
            dup
            iconst_0
            aload 1 /* type */
            aastore
            invokespecial org.objectweb.asm.commons.Method.<init>:(Ljava/lang/String;Lorg/objectweb/asm/Type;[Lorg/objectweb/asm/Type;)V
        16: .line 955
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.invokeConstructor:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/commons/Method;)V
        end local 2 // org.objectweb.asm.Type boxed
        17: .line 958
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0   18     1   type  Lorg/objectweb/asm/Type;
            6   17     2  boxed  Lorg/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      type  final

  public void valueOf(org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=3, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type type
         0: .line 969
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 10
            if_icmpeq 1
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 9
            if_icmpne 2
         1: .line 970
      StackMap locals:
      StackMap stack:
            return
         2: .line 972
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            getstatic org.objectweb.asm.Type.VOID_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 5
         3: .line 973
            aload 0 /* this */
            aconst_null
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.push:(Ljava/lang/String;)V
         4: .line 974
            goto 9
         5: .line 975
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            invokestatic org.objectweb.asm.commons.GeneratorAdapter.getBoxedType:(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/Type;
            astore 2 /* boxed */
        start local 2 // org.objectweb.asm.Type boxed
         6: .line 976
            aload 0 /* this */
            aload 2 /* boxed */
            new org.objectweb.asm.commons.Method
            dup
            ldc "valueOf"
            aload 2 /* boxed */
         7: .line 977
            iconst_1
            anewarray org.objectweb.asm.Type
            dup
            iconst_0
            aload 1 /* type */
            aastore
            invokespecial org.objectweb.asm.commons.Method.<init>:(Ljava/lang/String;Lorg/objectweb/asm/Type;[Lorg/objectweb/asm/Type;)V
         8: .line 976
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.invokeStatic:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/commons/Method;)V
        end local 2 // org.objectweb.asm.Type boxed
         9: .line 979
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0   10     1   type  Lorg/objectweb/asm/Type;
            6    9     2  boxed  Lorg/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      type  final

  public void unbox(org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type type
         0: .line 989
            getstatic org.objectweb.asm.commons.GeneratorAdapter.NUMBER_TYPE:Lorg/objectweb/asm/Type;
            astore 2 /* t */
        start local 2 // org.objectweb.asm.Type t
         1: .line 990
            aconst_null
            astore 3 /* sig */
        start local 3 // org.objectweb.asm.commons.Method sig
         2: .line 991
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            tableswitch { // 0 - 8
                    0: 3
                    1: 7
                    2: 4
                    3: 16
                    4: 16
                    5: 16
                    6: 12
                    7: 14
                    8: 10
              default: 17
          }
         3: .line 993
      StackMap locals: org.objectweb.asm.Type org.objectweb.asm.commons.Method
      StackMap stack:
            return
         4: .line 995
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.CHARACTER_TYPE:Lorg/objectweb/asm/Type;
            astore 2 /* t */
         5: .line 996
            getstatic org.objectweb.asm.commons.GeneratorAdapter.CHAR_VALUE:Lorg/objectweb/asm/commons/Method;
            astore 3 /* sig */
         6: .line 997
            goto 17
         7: .line 999
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.BOOLEAN_TYPE:Lorg/objectweb/asm/Type;
            astore 2 /* t */
         8: .line 1000
            getstatic org.objectweb.asm.commons.GeneratorAdapter.BOOLEAN_VALUE:Lorg/objectweb/asm/commons/Method;
            astore 3 /* sig */
         9: .line 1001
            goto 17
        10: .line 1003
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.DOUBLE_VALUE:Lorg/objectweb/asm/commons/Method;
            astore 3 /* sig */
        11: .line 1004
            goto 17
        12: .line 1006
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.FLOAT_VALUE:Lorg/objectweb/asm/commons/Method;
            astore 3 /* sig */
        13: .line 1007
            goto 17
        14: .line 1009
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.LONG_VALUE:Lorg/objectweb/asm/commons/Method;
            astore 3 /* sig */
        15: .line 1010
            goto 17
        16: .line 1014
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.INT_VALUE:Lorg/objectweb/asm/commons/Method;
            astore 3 /* sig */
        17: .line 1016
      StackMap locals:
      StackMap stack:
            aload 3 /* sig */
            ifnonnull 20
        18: .line 1017
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.checkCast:(Lorg/objectweb/asm/Type;)V
        19: .line 1018
            goto 22
        20: .line 1019
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* t */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.checkCast:(Lorg/objectweb/asm/Type;)V
        21: .line 1020
            aload 0 /* this */
            aload 2 /* t */
            aload 3 /* sig */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.invokeVirtual:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/commons/Method;)V
        22: .line 1022
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.objectweb.asm.commons.Method sig
        end local 2 // org.objectweb.asm.Type t
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0   23     1  type  Lorg/objectweb/asm/Type;
            1   23     2     t  Lorg/objectweb/asm/Type;
            2   23     3   sig  Lorg/objectweb/asm/commons/Method;
    MethodParameters:
      Name  Flags
      type  final

  public org.objectweb.asm.Label newLabel();
    descriptor: ()Lorg/objectweb/asm/Label;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 1034
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            areturn
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;

  public void mark(org.objectweb.asm.Label);
    descriptor: (Lorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Label label
         0: .line 1044
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* label */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
         1: .line 1045
            return
        end local 1 // org.objectweb.asm.Label label
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  label  Lorg/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      label  final

  public org.objectweb.asm.Label mark();
    descriptor: ()Lorg/objectweb/asm/Label;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 1053
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 1 /* label */
        start local 1 // org.objectweb.asm.Label label
         1: .line 1054
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* label */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
         2: .line 1055
            aload 1 /* label */
            areturn
        end local 1 // org.objectweb.asm.Label label
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            1    3     1  label  Lorg/objectweb/asm/Label;

  public void ifCmp(org.objectweb.asm.Type, int, org.objectweb.asm.Label);
    descriptor: (Lorg/objectweb/asm/Type;ILorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type type
        start local 2 // int mode
        start local 3 // org.objectweb.asm.Label label
         0: .line 1071
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            tableswitch { // 6 - 10
                    6: 8
                    7: 1
                    8: 3
                    9: 13
                   10: 13
              default: 21
          }
         1: .line 1073
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 148
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         2: .line 1074
            goto 36
         3: .line 1076
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 2 /* mode */
            sipush 156
            if_icmpeq 4
            iload 2 /* mode */
            sipush 157
            if_icmpne 5
      StackMap locals:
      StackMap stack: org.objectweb.asm.MethodVisitor
         4: sipush 151
            goto 6
         5: .line 1077
      StackMap locals:
      StackMap stack: org.objectweb.asm.MethodVisitor
            sipush 152
         6: .line 1076
      StackMap locals: org.objectweb.asm.commons.GeneratorAdapter org.objectweb.asm.Type int org.objectweb.asm.Label
      StackMap stack: org.objectweb.asm.MethodVisitor int
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         7: .line 1078
            goto 36
         8: .line 1080
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 2 /* mode */
            sipush 156
            if_icmpeq 9
            iload 2 /* mode */
            sipush 157
            if_icmpne 10
      StackMap locals:
      StackMap stack: org.objectweb.asm.MethodVisitor
         9: sipush 149
            goto 11
        10: .line 1081
      StackMap locals:
      StackMap stack: org.objectweb.asm.MethodVisitor
            sipush 150
        11: .line 1080
      StackMap locals: org.objectweb.asm.commons.GeneratorAdapter org.objectweb.asm.Type int org.objectweb.asm.Label
      StackMap stack: org.objectweb.asm.MethodVisitor int
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        12: .line 1082
            goto 36
        13: .line 1085
      StackMap locals:
      StackMap stack:
            iload 2 /* mode */
            tableswitch { // 153 - 154
                  153: 14
                  154: 16
              default: 18
          }
        14: .line 1087
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 165
            aload 3 /* label */
            invokevirtual org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
        15: .line 1088
            return
        16: .line 1090
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 166
            aload 3 /* label */
            invokevirtual org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
        17: .line 1091
            return
        18: .line 1093
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Bad comparison for type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        19: .line 1094
            aload 1 /* type */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        20: .line 1093
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        21: .line 1096
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 4 /* intOp */
        start local 4 // int intOp
        22: .line 1097
            iload 2 /* mode */
            tableswitch { // 153 - 158
                  153: 23
                  154: 25
                  155: 29
                  156: 27
                  157: 33
                  158: 31
              default: 34
          }
        23: .line 1099
      StackMap locals: int
      StackMap stack:
            sipush 159
            istore 4 /* intOp */
        24: .line 1100
            goto 34
        25: .line 1102
      StackMap locals:
      StackMap stack:
            sipush 160
            istore 4 /* intOp */
        26: .line 1103
            goto 34
        27: .line 1105
      StackMap locals:
      StackMap stack:
            sipush 162
            istore 4 /* intOp */
        28: .line 1106
            goto 34
        29: .line 1108
      StackMap locals:
      StackMap stack:
            sipush 161
            istore 4 /* intOp */
        30: .line 1109
            goto 34
        31: .line 1111
      StackMap locals:
      StackMap stack:
            sipush 164
            istore 4 /* intOp */
        32: .line 1112
            goto 34
        33: .line 1114
      StackMap locals:
      StackMap stack:
            sipush 163
            istore 4 /* intOp */
        34: .line 1117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 4 /* intOp */
            aload 3 /* label */
            invokevirtual org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
        35: .line 1118
            return
        end local 4 // int intOp
        36: .line 1120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 2 /* mode */
            aload 3 /* label */
            invokevirtual org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
        37: .line 1121
            return
        end local 3 // org.objectweb.asm.Label label
        end local 2 // int mode
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   38     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0   38     1   type  Lorg/objectweb/asm/Type;
            0   38     2   mode  I
            0   38     3  label  Lorg/objectweb/asm/Label;
           22   36     4  intOp  I
    MethodParameters:
       Name  Flags
      type   final
      mode   final
      label  final

  public void ifICmp(int, org.objectweb.asm.Label);
    descriptor: (ILorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int mode
        start local 2 // org.objectweb.asm.Label label
         0: .line 1134
            aload 0 /* this */
            getstatic org.objectweb.asm.Type.INT_TYPE:Lorg/objectweb/asm/Type;
            iload 1 /* mode */
            aload 2 /* label */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.ifCmp:(Lorg/objectweb/asm/Type;ILorg/objectweb/asm/Label;)V
         1: .line 1135
            return
        end local 2 // org.objectweb.asm.Label label
        end local 1 // int mode
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1   mode  I
            0    2     2  label  Lorg/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      mode   final
      label  final

  public void ifZCmp(int, org.objectweb.asm.Label);
    descriptor: (ILorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int mode
        start local 2 // org.objectweb.asm.Label label
         0: .line 1148
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* mode */
            aload 2 /* label */
            invokevirtual org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
         1: .line 1149
            return
        end local 2 // org.objectweb.asm.Label label
        end local 1 // int mode
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1   mode  I
            0    2     2  label  Lorg/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      mode   final
      label  final

  public void ifNull(org.objectweb.asm.Label);
    descriptor: (Lorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Label label
         0: .line 1159
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 198
            aload 1 /* label */
            invokevirtual org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
         1: .line 1160
            return
        end local 1 // org.objectweb.asm.Label label
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  label  Lorg/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      label  final

  public void ifNonNull(org.objectweb.asm.Label);
    descriptor: (Lorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Label label
         0: .line 1170
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 199
            aload 1 /* label */
            invokevirtual org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
         1: .line 1171
            return
        end local 1 // org.objectweb.asm.Label label
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  label  Lorg/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      label  final

  public void goTo(org.objectweb.asm.Label);
    descriptor: (Lorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Label label
         0: .line 1180
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 167
            aload 1 /* label */
            invokevirtual org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
         1: .line 1181
            return
        end local 1 // org.objectweb.asm.Label label
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  label  Lorg/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      label  final

  public void ret(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int local
         0: .line 1191
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 169
            iload 1 /* local */
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         1: .line 1192
            return
        end local 1 // int local
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  local  I
    MethodParameters:
       Name  Flags
      local  final

  public void tableSwitch(int[], org.objectweb.asm.commons.TableSwitchGenerator);
    descriptor: ([ILorg/objectweb/asm/commons/TableSwitchGenerator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int[] keys
        start local 2 // org.objectweb.asm.commons.TableSwitchGenerator generator
         0: .line 1205
            aload 1 /* keys */
            arraylength
            ifne 3
         1: .line 1206
            fconst_0
            fstore 3 /* density */
        start local 3 // float density
         2: .line 1207
            goto 6
        end local 3 // float density
         3: .line 1208
      StackMap locals:
      StackMap stack:
            aload 1 /* keys */
            arraylength
            i2f
         4: .line 1209
            aload 1 /* keys */
            aload 1 /* keys */
            arraylength
            iconst_1
            isub
            iaload
            aload 1 /* keys */
            iconst_0
            iaload
            isub
            iconst_1
            iadd
            i2f
         5: .line 1208
            fdiv
            fstore 3 /* density */
        start local 3 // float density
         6: .line 1211
      StackMap locals: float
      StackMap stack:
            aload 0 /* this */
            aload 1 /* keys */
            aload 2 /* generator */
            fload 3 /* density */
            ldc 0.5
            fcmpl
            iflt 7
            iconst_1
            goto 8
      StackMap locals: org.objectweb.asm.commons.GeneratorAdapter int[] org.objectweb.asm.commons.TableSwitchGenerator float
      StackMap stack: org.objectweb.asm.commons.GeneratorAdapter int[] org.objectweb.asm.commons.TableSwitchGenerator
         7: iconst_0
      StackMap locals: org.objectweb.asm.commons.GeneratorAdapter int[] org.objectweb.asm.commons.TableSwitchGenerator float
      StackMap stack: org.objectweb.asm.commons.GeneratorAdapter int[] org.objectweb.asm.commons.TableSwitchGenerator int
         8: invokevirtual org.objectweb.asm.commons.GeneratorAdapter.tableSwitch:([ILorg/objectweb/asm/commons/TableSwitchGenerator;Z)V
         9: .line 1212
            return
        end local 3 // float density
        end local 2 // org.objectweb.asm.commons.TableSwitchGenerator generator
        end local 1 // int[] keys
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0   10     1       keys  [I
            0   10     2  generator  Lorg/objectweb/asm/commons/TableSwitchGenerator;
            2    3     3    density  F
            6   10     3    density  F
    MethodParameters:
           Name  Flags
      keys       final
      generator  final

  public void tableSwitch(int[], org.objectweb.asm.commons.TableSwitchGenerator, boolean);
    descriptor: ([ILorg/objectweb/asm/commons/TableSwitchGenerator;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=13, args_size=4
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int[] keys
        start local 2 // org.objectweb.asm.commons.TableSwitchGenerator generator
        start local 3 // boolean useTable
         0: .line 1227
            iconst_1
            istore 4 /* i */
        start local 4 // int i
         1: goto 7
         2: .line 1228
      StackMap locals: int
      StackMap stack:
            aload 1 /* keys */
            iload 4 /* i */
            iaload
            aload 1 /* keys */
            iload 4 /* i */
            iconst_1
            isub
            iaload
            if_icmpge 6
         3: .line 1229
            new java.lang.IllegalArgumentException
            dup
         4: .line 1230
            ldc "keys must be sorted ascending"
         5: .line 1229
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1227
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            aload 1 /* keys */
            arraylength
            if_icmplt 2
        end local 4 // int i
         8: .line 1233
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.newLabel:()Lorg/objectweb/asm/Label;
            astore 4 /* def */
        start local 4 // org.objectweb.asm.Label def
         9: .line 1234
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.newLabel:()Lorg/objectweb/asm/Label;
            astore 5 /* end */
        start local 5 // org.objectweb.asm.Label end
        10: .line 1235
            aload 1 /* keys */
            arraylength
            ifle 46
        11: .line 1236
            aload 1 /* keys */
            arraylength
            istore 6 /* len */
        start local 6 // int len
        12: .line 1237
            aload 1 /* keys */
            iconst_0
            iaload
            istore 7 /* min */
        start local 7 // int min
        13: .line 1238
            aload 1 /* keys */
            iload 6 /* len */
            iconst_1
            isub
            iaload
            istore 8 /* max */
        start local 8 // int max
        14: .line 1239
            iload 8 /* max */
            iload 7 /* min */
            isub
            iconst_1
            iadd
            istore 9 /* range */
        start local 9 // int range
        15: .line 1240
            iload 3 /* useTable */
            ifeq 33
        16: .line 1241
            iload 9 /* range */
            anewarray org.objectweb.asm.Label
            astore 10 /* labels */
        start local 10 // org.objectweb.asm.Label[] labels
        17: .line 1242
            aload 10 /* labels */
            aload 4 /* def */
            invokestatic java.util.Arrays.fill:([Ljava/lang/Object;Ljava/lang/Object;)V
        18: .line 1243
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        19: goto 22
        20: .line 1244
      StackMap locals: org.objectweb.asm.commons.GeneratorAdapter int[] org.objectweb.asm.commons.TableSwitchGenerator int org.objectweb.asm.Label org.objectweb.asm.Label int int int int org.objectweb.asm.Label[] int
      StackMap stack:
            aload 10 /* labels */
            aload 1 /* keys */
            iload 11 /* i */
            iaload
            iload 7 /* min */
            isub
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.newLabel:()Lorg/objectweb/asm/Label;
            aastore
        21: .line 1243
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 11 /* i */
            iload 6 /* len */
            if_icmplt 20
        end local 11 // int i
        23: .line 1246
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 7 /* min */
            iload 8 /* max */
            aload 4 /* def */
            aload 10 /* labels */
            invokevirtual org.objectweb.asm.MethodVisitor.visitTableSwitchInsn:(IILorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V
        24: .line 1247
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        25: goto 31
        26: .line 1248
      StackMap locals:
      StackMap stack:
            aload 10 /* labels */
            iload 11 /* i */
            aaload
            astore 12 /* label */
        start local 12 // org.objectweb.asm.Label label
        27: .line 1249
            aload 12 /* label */
            aload 4 /* def */
            if_acmpeq 30
        28: .line 1250
            aload 0 /* this */
            aload 12 /* label */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.mark:(Lorg/objectweb/asm/Label;)V
        29: .line 1251
            aload 2 /* generator */
            iload 11 /* i */
            iload 7 /* min */
            iadd
            aload 5 /* end */
            invokeinterface org.objectweb.asm.commons.TableSwitchGenerator.generateCase:(ILorg/objectweb/asm/Label;)V
        end local 12 // org.objectweb.asm.Label label
        30: .line 1247
      StackMap locals:
      StackMap stack:
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        31: iload 11 /* i */
            iload 9 /* range */
            if_icmplt 26
        end local 11 // int i
        end local 10 // org.objectweb.asm.Label[] labels
        32: .line 1254
            goto 46
        33: .line 1255
      StackMap locals:
      StackMap stack:
            iload 6 /* len */
            anewarray org.objectweb.asm.Label
            astore 10 /* labels */
        start local 10 // org.objectweb.asm.Label[] labels
        34: .line 1256
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        35: goto 38
        36: .line 1257
      StackMap locals: org.objectweb.asm.Label[] int
      StackMap stack:
            aload 10 /* labels */
            iload 11 /* i */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.newLabel:()Lorg/objectweb/asm/Label;
            aastore
        37: .line 1256
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        38: iload 11 /* i */
            iload 6 /* len */
            if_icmplt 36
        end local 11 // int i
        39: .line 1259
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 4 /* def */
            aload 1 /* keys */
            aload 10 /* labels */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLookupSwitchInsn:(Lorg/objectweb/asm/Label;[I[Lorg/objectweb/asm/Label;)V
        40: .line 1260
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        41: goto 45
        42: .line 1261
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 10 /* labels */
            iload 11 /* i */
            aaload
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.mark:(Lorg/objectweb/asm/Label;)V
        43: .line 1262
            aload 2 /* generator */
            aload 1 /* keys */
            iload 11 /* i */
            iaload
            aload 5 /* end */
            invokeinterface org.objectweb.asm.commons.TableSwitchGenerator.generateCase:(ILorg/objectweb/asm/Label;)V
        44: .line 1260
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        45: iload 11 /* i */
            iload 6 /* len */
            if_icmplt 42
        end local 11 // int i
        end local 10 // org.objectweb.asm.Label[] labels
        end local 9 // int range
        end local 8 // int max
        end local 7 // int min
        end local 6 // int len
        46: .line 1266
      StackMap locals: org.objectweb.asm.commons.GeneratorAdapter int[] org.objectweb.asm.commons.TableSwitchGenerator int org.objectweb.asm.Label org.objectweb.asm.Label
      StackMap stack:
            aload 0 /* this */
            aload 4 /* def */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.mark:(Lorg/objectweb/asm/Label;)V
        47: .line 1267
            aload 2 /* generator */
            invokeinterface org.objectweb.asm.commons.TableSwitchGenerator.generateDefault:()V
        48: .line 1268
            aload 0 /* this */
            aload 5 /* end */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.mark:(Lorg/objectweb/asm/Label;)V
        49: .line 1269
            return
        end local 5 // org.objectweb.asm.Label end
        end local 4 // org.objectweb.asm.Label def
        end local 3 // boolean useTable
        end local 2 // org.objectweb.asm.commons.TableSwitchGenerator generator
        end local 1 // int[] keys
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   50     0       this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0   50     1       keys  [I
            0   50     2  generator  Lorg/objectweb/asm/commons/TableSwitchGenerator;
            0   50     3   useTable  Z
            1    8     4          i  I
            9   50     4        def  Lorg/objectweb/asm/Label;
           10   50     5        end  Lorg/objectweb/asm/Label;
           12   46     6        len  I
           13   46     7        min  I
           14   46     8        max  I
           15   46     9      range  I
           17   32    10     labels  [Lorg/objectweb/asm/Label;
           19   23    11          i  I
           25   32    11          i  I
           27   30    12      label  Lorg/objectweb/asm/Label;
           34   46    10     labels  [Lorg/objectweb/asm/Label;
           35   39    11          i  I
           41   46    11          i  I
    MethodParameters:
           Name  Flags
      keys       final
      generator  final
      useTable   final

  public void returnValue();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 1275
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.returnType:Lorg/objectweb/asm/Type;
            sipush 172
            invokevirtual org.objectweb.asm.Type.getOpcode:(I)I
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 1276
            return
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;

  private void fieldInsn(int, org.objectweb.asm.Type, java.lang.String, org.objectweb.asm.Type);
    descriptor: (ILorg/objectweb/asm/Type;Ljava/lang/String;Lorg/objectweb/asm/Type;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int opcode
        start local 2 // org.objectweb.asm.Type ownerType
        start local 3 // java.lang.String name
        start local 4 // org.objectweb.asm.Type fieldType
         0: .line 1296
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* opcode */
            aload 2 /* ownerType */
            invokevirtual org.objectweb.asm.Type.getInternalName:()Ljava/lang/String;
            aload 3 /* name */
         1: .line 1297
            aload 4 /* fieldType */
            invokevirtual org.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
         2: .line 1296
            invokevirtual org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         3: .line 1298
            return
        end local 4 // org.objectweb.asm.Type fieldType
        end local 3 // java.lang.String name
        end local 2 // org.objectweb.asm.Type ownerType
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    4     1     opcode  I
            0    4     2  ownerType  Lorg/objectweb/asm/Type;
            0    4     3       name  Ljava/lang/String;
            0    4     4  fieldType  Lorg/objectweb/asm/Type;
    MethodParameters:
           Name  Flags
      opcode     final
      ownerType  final
      name       final
      fieldType  final

  public void getStatic(org.objectweb.asm.Type, java.lang.String, org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;Ljava/lang/String;Lorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type owner
        start local 2 // java.lang.String name
        start local 3 // org.objectweb.asm.Type type
         0: .line 1312
            aload 0 /* this */
            sipush 178
            aload 1 /* owner */
            aload 2 /* name */
            aload 3 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.fieldInsn:(ILorg/objectweb/asm/Type;Ljava/lang/String;Lorg/objectweb/asm/Type;)V
         1: .line 1313
            return
        end local 3 // org.objectweb.asm.Type type
        end local 2 // java.lang.String name
        end local 1 // org.objectweb.asm.Type owner
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  owner  Lorg/objectweb/asm/Type;
            0    2     2   name  Ljava/lang/String;
            0    2     3   type  Lorg/objectweb/asm/Type;
    MethodParameters:
       Name  Flags
      owner  final
      name   final
      type   final

  public void putStatic(org.objectweb.asm.Type, java.lang.String, org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;Ljava/lang/String;Lorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type owner
        start local 2 // java.lang.String name
        start local 3 // org.objectweb.asm.Type type
         0: .line 1326
            aload 0 /* this */
            sipush 179
            aload 1 /* owner */
            aload 2 /* name */
            aload 3 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.fieldInsn:(ILorg/objectweb/asm/Type;Ljava/lang/String;Lorg/objectweb/asm/Type;)V
         1: .line 1327
            return
        end local 3 // org.objectweb.asm.Type type
        end local 2 // java.lang.String name
        end local 1 // org.objectweb.asm.Type owner
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  owner  Lorg/objectweb/asm/Type;
            0    2     2   name  Ljava/lang/String;
            0    2     3   type  Lorg/objectweb/asm/Type;
    MethodParameters:
       Name  Flags
      owner  final
      name   final
      type   final

  public void getField(org.objectweb.asm.Type, java.lang.String, org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;Ljava/lang/String;Lorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type owner
        start local 2 // java.lang.String name
        start local 3 // org.objectweb.asm.Type type
         0: .line 1341
            aload 0 /* this */
            sipush 180
            aload 1 /* owner */
            aload 2 /* name */
            aload 3 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.fieldInsn:(ILorg/objectweb/asm/Type;Ljava/lang/String;Lorg/objectweb/asm/Type;)V
         1: .line 1342
            return
        end local 3 // org.objectweb.asm.Type type
        end local 2 // java.lang.String name
        end local 1 // org.objectweb.asm.Type owner
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  owner  Lorg/objectweb/asm/Type;
            0    2     2   name  Ljava/lang/String;
            0    2     3   type  Lorg/objectweb/asm/Type;
    MethodParameters:
       Name  Flags
      owner  final
      name   final
      type   final

  public void putField(org.objectweb.asm.Type, java.lang.String, org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;Ljava/lang/String;Lorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type owner
        start local 2 // java.lang.String name
        start local 3 // org.objectweb.asm.Type type
         0: .line 1356
            aload 0 /* this */
            sipush 181
            aload 1 /* owner */
            aload 2 /* name */
            aload 3 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.fieldInsn:(ILorg/objectweb/asm/Type;Ljava/lang/String;Lorg/objectweb/asm/Type;)V
         1: .line 1357
            return
        end local 3 // org.objectweb.asm.Type type
        end local 2 // java.lang.String name
        end local 1 // org.objectweb.asm.Type owner
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  owner  Lorg/objectweb/asm/Type;
            0    2     2   name  Ljava/lang/String;
            0    2     3   type  Lorg/objectweb/asm/Type;
    MethodParameters:
       Name  Flags
      owner  final
      name   final
      type   final

  private void invokeInsn(int, org.objectweb.asm.Type, org.objectweb.asm.commons.Method);
    descriptor: (ILorg/objectweb/asm/Type;Lorg/objectweb/asm/commons/Method;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int opcode
        start local 2 // org.objectweb.asm.Type type
        start local 3 // org.objectweb.asm.commons.Method method
         0: .line 1375
            aload 2 /* type */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 9
            if_icmpne 1
            aload 2 /* type */
            invokevirtual org.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
            goto 2
         1: .line 1376
      StackMap locals:
      StackMap stack:
            aload 2 /* type */
            invokevirtual org.objectweb.asm.Type.getInternalName:()Ljava/lang/String;
         2: .line 1375
      StackMap locals:
      StackMap stack: java.lang.String
            astore 4 /* owner */
        start local 4 // java.lang.String owner
         3: .line 1377
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* opcode */
            aload 4 /* owner */
            aload 3 /* method */
            invokevirtual org.objectweb.asm.commons.Method.getName:()Ljava/lang/String;
         4: .line 1378
            aload 3 /* method */
            invokevirtual org.objectweb.asm.commons.Method.getDescriptor:()Ljava/lang/String;
         5: .line 1377
            invokevirtual org.objectweb.asm.MethodVisitor.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         6: .line 1379
            return
        end local 4 // java.lang.String owner
        end local 3 // org.objectweb.asm.commons.Method method
        end local 2 // org.objectweb.asm.Type type
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    7     1  opcode  I
            0    7     2    type  Lorg/objectweb/asm/Type;
            0    7     3  method  Lorg/objectweb/asm/commons/Method;
            3    7     4   owner  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      opcode  final
      type    final
      method  final

  public void invokeVirtual(org.objectweb.asm.Type, org.objectweb.asm.commons.Method);
    descriptor: (Lorg/objectweb/asm/Type;Lorg/objectweb/asm/commons/Method;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type owner
        start local 2 // org.objectweb.asm.commons.Method method
         0: .line 1390
            aload 0 /* this */
            sipush 182
            aload 1 /* owner */
            aload 2 /* method */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.invokeInsn:(ILorg/objectweb/asm/Type;Lorg/objectweb/asm/commons/Method;)V
         1: .line 1391
            return
        end local 2 // org.objectweb.asm.commons.Method method
        end local 1 // org.objectweb.asm.Type owner
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1   owner  Lorg/objectweb/asm/Type;
            0    2     2  method  Lorg/objectweb/asm/commons/Method;
    MethodParameters:
        Name  Flags
      owner   final
      method  final

  public void invokeConstructor(org.objectweb.asm.Type, org.objectweb.asm.commons.Method);
    descriptor: (Lorg/objectweb/asm/Type;Lorg/objectweb/asm/commons/Method;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type type
        start local 2 // org.objectweb.asm.commons.Method method
         0: .line 1402
            aload 0 /* this */
            sipush 183
            aload 1 /* type */
            aload 2 /* method */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.invokeInsn:(ILorg/objectweb/asm/Type;Lorg/objectweb/asm/commons/Method;)V
         1: .line 1403
            return
        end local 2 // org.objectweb.asm.commons.Method method
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1    type  Lorg/objectweb/asm/Type;
            0    2     2  method  Lorg/objectweb/asm/commons/Method;
    MethodParameters:
        Name  Flags
      type    final
      method  final

  public void invokeStatic(org.objectweb.asm.Type, org.objectweb.asm.commons.Method);
    descriptor: (Lorg/objectweb/asm/Type;Lorg/objectweb/asm/commons/Method;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type owner
        start local 2 // org.objectweb.asm.commons.Method method
         0: .line 1414
            aload 0 /* this */
            sipush 184
            aload 1 /* owner */
            aload 2 /* method */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.invokeInsn:(ILorg/objectweb/asm/Type;Lorg/objectweb/asm/commons/Method;)V
         1: .line 1415
            return
        end local 2 // org.objectweb.asm.commons.Method method
        end local 1 // org.objectweb.asm.Type owner
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1   owner  Lorg/objectweb/asm/Type;
            0    2     2  method  Lorg/objectweb/asm/commons/Method;
    MethodParameters:
        Name  Flags
      owner   final
      method  final

  public void invokeInterface(org.objectweb.asm.Type, org.objectweb.asm.commons.Method);
    descriptor: (Lorg/objectweb/asm/Type;Lorg/objectweb/asm/commons/Method;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type owner
        start local 2 // org.objectweb.asm.commons.Method method
         0: .line 1426
            aload 0 /* this */
            sipush 185
            aload 1 /* owner */
            aload 2 /* method */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.invokeInsn:(ILorg/objectweb/asm/Type;Lorg/objectweb/asm/commons/Method;)V
         1: .line 1427
            return
        end local 2 // org.objectweb.asm.commons.Method method
        end local 1 // org.objectweb.asm.Type owner
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1   owner  Lorg/objectweb/asm/Type;
            0    2     2  method  Lorg/objectweb/asm/commons/Method;
    MethodParameters:
        Name  Flags
      owner   final
      method  final

  public void invokeDynamic(java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Handle;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String desc
        start local 3 // org.objectweb.asm.Handle bsm
        start local 4 // java.lang.Object[] bsmArgs
         0: .line 1447
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* name */
            aload 2 /* desc */
            aload 3 /* bsm */
            aload 4 /* bsmArgs */
            invokevirtual org.objectweb.asm.MethodVisitor.visitInvokeDynamicInsn:(Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Handle;[Ljava/lang/Object;)V
         1: .line 1448
            return
        end local 4 // java.lang.Object[] bsmArgs
        end local 3 // org.objectweb.asm.Handle bsm
        end local 2 // java.lang.String desc
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1     name  Ljava/lang/String;
            0    2     2     desc  Ljava/lang/String;
            0    2     3      bsm  Lorg/objectweb/asm/Handle;
            0    2     4  bsmArgs  [Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      name     
      desc     
      bsm      
      bsmArgs  

  private void typeInsn(int, org.objectweb.asm.Type);
    descriptor: (ILorg/objectweb/asm/Type;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int opcode
        start local 2 // org.objectweb.asm.Type type
         0: .line 1463
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* opcode */
            aload 2 /* type */
            invokevirtual org.objectweb.asm.Type.getInternalName:()Ljava/lang/String;
            invokevirtual org.objectweb.asm.MethodVisitor.visitTypeInsn:(ILjava/lang/String;)V
         1: .line 1464
            return
        end local 2 // org.objectweb.asm.Type type
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  opcode  I
            0    2     2    type  Lorg/objectweb/asm/Type;
    MethodParameters:
        Name  Flags
      opcode  final
      type    final

  public void newInstance(org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type type
         0: .line 1473
            aload 0 /* this */
            sipush 187
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.typeInsn:(ILorg/objectweb/asm/Type;)V
         1: .line 1474
            return
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  type  Lorg/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      type  final

  public void newArray(org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type type
         0: .line 1484
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            tableswitch { // 1 - 8
                    1: 1
                    2: 3
                    3: 5
                    4: 7
                    5: 9
                    6: 11
                    7: 13
                    8: 15
              default: 17
          }
         1: .line 1486
      StackMap locals:
      StackMap stack:
            iconst_4
            istore 2 /* typ */
        start local 2 // int typ
         2: .line 1487
            goto 19
        end local 2 // int typ
         3: .line 1489
      StackMap locals:
      StackMap stack:
            iconst_5
            istore 2 /* typ */
        start local 2 // int typ
         4: .line 1490
            goto 19
        end local 2 // int typ
         5: .line 1492
      StackMap locals:
      StackMap stack:
            bipush 8
            istore 2 /* typ */
        start local 2 // int typ
         6: .line 1493
            goto 19
        end local 2 // int typ
         7: .line 1495
      StackMap locals:
      StackMap stack:
            bipush 9
            istore 2 /* typ */
        start local 2 // int typ
         8: .line 1496
            goto 19
        end local 2 // int typ
         9: .line 1498
      StackMap locals:
      StackMap stack:
            bipush 10
            istore 2 /* typ */
        start local 2 // int typ
        10: .line 1499
            goto 19
        end local 2 // int typ
        11: .line 1501
      StackMap locals:
      StackMap stack:
            bipush 6
            istore 2 /* typ */
        start local 2 // int typ
        12: .line 1502
            goto 19
        end local 2 // int typ
        13: .line 1504
      StackMap locals:
      StackMap stack:
            bipush 11
            istore 2 /* typ */
        start local 2 // int typ
        14: .line 1505
            goto 19
        end local 2 // int typ
        15: .line 1507
      StackMap locals:
      StackMap stack:
            bipush 7
            istore 2 /* typ */
        start local 2 // int typ
        16: .line 1508
            goto 19
        end local 2 // int typ
        17: .line 1510
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 189
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.typeInsn:(ILorg/objectweb/asm/Type;)V
        18: .line 1511
            return
        start local 2 // int typ
        19: .line 1513
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 188
            iload 2 /* typ */
            invokevirtual org.objectweb.asm.MethodVisitor.visitIntInsn:(II)V
        20: .line 1514
            return
        end local 2 // int typ
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0   21     1  type  Lorg/objectweb/asm/Type;
            2    3     2   typ  I
            4    5     2   typ  I
            6    7     2   typ  I
            8    9     2   typ  I
           10   11     2   typ  I
           12   13     2   typ  I
           14   15     2   typ  I
           16   17     2   typ  I
           19   21     2   typ  I
    MethodParameters:
      Name  Flags
      type  final

  public void arrayLength();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 1524
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 190
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 1525
            return
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;

  public void throwException();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 1531
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 191
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 1532
            return
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;

  public void throwException(org.objectweb.asm.Type, java.lang.String);
    descriptor: (Lorg/objectweb/asm/Type;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type type
        start local 2 // java.lang.String msg
         0: .line 1544
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.newInstance:(Lorg/objectweb/asm/Type;)V
         1: .line 1545
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dup:()V
         2: .line 1546
            aload 0 /* this */
            aload 2 /* msg */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.push:(Ljava/lang/String;)V
         3: .line 1547
            aload 0 /* this */
            aload 1 /* type */
            ldc "void <init> (String)"
            invokestatic org.objectweb.asm.commons.Method.getMethod:(Ljava/lang/String;)Lorg/objectweb/asm/commons/Method;
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.invokeConstructor:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/commons/Method;)V
         4: .line 1548
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.throwException:()V
         5: .line 1549
            return
        end local 2 // java.lang.String msg
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    6     1  type  Lorg/objectweb/asm/Type;
            0    6     2   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      type  final
      msg   final

  public void checkCast(org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type type
         0: .line 1559
            aload 1 /* type */
            getstatic org.objectweb.asm.commons.GeneratorAdapter.OBJECT_TYPE:Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.equals:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 1560
            aload 0 /* this */
            sipush 192
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.typeInsn:(ILorg/objectweb/asm/Type;)V
         2: .line 1562
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    3     1  type  Lorg/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      type  final

  public void instanceOf(org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type type
         0: .line 1572
            aload 0 /* this */
            sipush 193
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.typeInsn:(ILorg/objectweb/asm/Type;)V
         1: .line 1573
            return
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  type  Lorg/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      type  final

  public void monitorEnter();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 1579
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 194
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 1580
            return
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;

  public void monitorExit();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 1586
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 195
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 1587
            return
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;

  public void endMethod();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 1597
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.access:I
            sipush 1024
            iand
            ifne 2
         1: .line 1598
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            iconst_0
            iconst_0
            invokevirtual org.objectweb.asm.MethodVisitor.visitMaxs:(II)V
         2: .line 1600
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            invokevirtual org.objectweb.asm.MethodVisitor.visitEnd:()V
         3: .line 1601
            return
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;

  public void catchException(org.objectweb.asm.Label, org.objectweb.asm.Label, org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Label start
        start local 2 // org.objectweb.asm.Label end
        start local 3 // org.objectweb.asm.Type exception
         0: .line 1616
            aload 3 /* exception */
            ifnonnull 3
         1: .line 1617
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* start */
            aload 2 /* end */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.mark:()Lorg/objectweb/asm/Label;
            aconst_null
            invokevirtual org.objectweb.asm.MethodVisitor.visitTryCatchBlock:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
         2: .line 1618
            goto 6
         3: .line 1619
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* start */
            aload 2 /* end */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.mark:()Lorg/objectweb/asm/Label;
         4: .line 1620
            aload 3 /* exception */
            invokevirtual org.objectweb.asm.Type.getInternalName:()Ljava/lang/String;
         5: .line 1619
            invokevirtual org.objectweb.asm.MethodVisitor.visitTryCatchBlock:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
         6: .line 1622
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.objectweb.asm.Type exception
        end local 2 // org.objectweb.asm.Label end
        end local 1 // org.objectweb.asm.Label start
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    7     1      start  Lorg/objectweb/asm/Label;
            0    7     2        end  Lorg/objectweb/asm/Label;
            0    7     3  exception  Lorg/objectweb/asm/Type;
    MethodParameters:
           Name  Flags
      start      final
      end        final
      exception  final
}
SourceFile: "GeneratorAdapter.java"