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 CLASS_DESCRIPTOR;
    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 java.lang.String name;
    descriptor: Ljava/lang/String;
    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 87
            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 89
            ldc "java/lang/Boolean"
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            putstatic org.objectweb.asm.commons.GeneratorAdapter.BOOLEAN_TYPE:Lorg/objectweb/asm/Type;
         2: .line 91
            ldc "java/lang/Short"
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            putstatic org.objectweb.asm.commons.GeneratorAdapter.SHORT_TYPE:Lorg/objectweb/asm/Type;
         3: .line 93
            ldc "java/lang/Character"
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            putstatic org.objectweb.asm.commons.GeneratorAdapter.CHARACTER_TYPE:Lorg/objectweb/asm/Type;
         4: .line 95
            ldc "java/lang/Integer"
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            putstatic org.objectweb.asm.commons.GeneratorAdapter.INTEGER_TYPE:Lorg/objectweb/asm/Type;
         5: .line 97
            ldc "java/lang/Float"
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            putstatic org.objectweb.asm.commons.GeneratorAdapter.FLOAT_TYPE:Lorg/objectweb/asm/Type;
         6: .line 99
            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;
         7: .line 101
            ldc "java/lang/Double"
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            putstatic org.objectweb.asm.commons.GeneratorAdapter.DOUBLE_TYPE:Lorg/objectweb/asm/Type;
         8: .line 103
            ldc "java/lang/Number"
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            putstatic org.objectweb.asm.commons.GeneratorAdapter.NUMBER_TYPE:Lorg/objectweb/asm/Type;
         9: .line 105
            ldc "java/lang/Object"
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            putstatic org.objectweb.asm.commons.GeneratorAdapter.OBJECT_TYPE:Lorg/objectweb/asm/Type;
        10: .line 107
            ldc "boolean booleanValue()"
            invokestatic org.objectweb.asm.commons.Method.getMethod:(Ljava/lang/String;)Lorg/objectweb/asm/commons/Method;
            putstatic org.objectweb.asm.commons.GeneratorAdapter.BOOLEAN_VALUE:Lorg/objectweb/asm/commons/Method;
        11: .line 109
            ldc "char charValue()"
            invokestatic org.objectweb.asm.commons.Method.getMethod:(Ljava/lang/String;)Lorg/objectweb/asm/commons/Method;
            putstatic org.objectweb.asm.commons.GeneratorAdapter.CHAR_VALUE:Lorg/objectweb/asm/commons/Method;
        12: .line 111
            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;
        13: .line 113
            ldc "float floatValue()"
            invokestatic org.objectweb.asm.commons.Method.getMethod:(Ljava/lang/String;)Lorg/objectweb/asm/commons/Method;
            putstatic org.objectweb.asm.commons.GeneratorAdapter.FLOAT_VALUE:Lorg/objectweb/asm/commons/Method;
        14: .line 115
            ldc "long longValue()"
            invokestatic org.objectweb.asm.commons.Method.getMethod:(Ljava/lang/String;)Lorg/objectweb/asm/commons/Method;
            putstatic org.objectweb.asm.commons.GeneratorAdapter.LONG_VALUE:Lorg/objectweb/asm/commons/Method;
        15: .line 117
            ldc "double doubleValue()"
            invokestatic org.objectweb.asm.commons.Method.getMethod:(Ljava/lang/String;)Lorg/objectweb/asm/commons/Method;
            putstatic org.objectweb.asm.commons.GeneratorAdapter.DOUBLE_VALUE:Lorg/objectweb/asm/commons/Method;
        16: .line 171
            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 methodVisitor
        start local 2 // int access
        start local 3 // java.lang.String name
        start local 4 // java.lang.String descriptor
         0: .line 204
            aload 0 /* this */
            ldc 589824
            aload 1 /* methodVisitor */
            iload 2 /* access */
            aload 3 /* name */
            aload 4 /* descriptor */
            invokespecial org.objectweb.asm.commons.GeneratorAdapter.<init>:(ILorg/objectweb/asm/MethodVisitor;ILjava/lang/String;Ljava/lang/String;)V
         1: .line 205
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Lorg/objectweb/asm/commons/GeneratorAdapter;
            if_acmpeq 3
         2: .line 206
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 208
      StackMap locals: org.objectweb.asm.commons.GeneratorAdapter org.objectweb.asm.MethodVisitor int java.lang.String java.lang.String
      StackMap stack:
            return
        end local 4 // java.lang.String descriptor
        end local 3 // java.lang.String name
        end local 2 // int access
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        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  methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    4     2         access  I
            0    4     3           name  Ljava/lang/String;
            0    4     4     descriptor  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      methodVisitor  final
      access         final
      name           final
      descriptor     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 methodVisitor
        start local 3 // int access
        start local 4 // java.lang.String name
        start local 5 // java.lang.String descriptor
         0: .line 227
            aload 0 /* this */
            iload 1 /* api */
            iload 3 /* access */
            aload 5 /* descriptor */
            aload 2 /* methodVisitor */
            invokespecial org.objectweb.asm.commons.LocalVariablesSorter.<init>:(IILjava/lang/String;Lorg/objectweb/asm/MethodVisitor;)V
         1: .line 186
            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 228
            aload 0 /* this */
            iload 3 /* access */
            putfield org.objectweb.asm.commons.GeneratorAdapter.access:I
         3: .line 229
            aload 0 /* this */
            aload 4 /* name */
            putfield org.objectweb.asm.commons.GeneratorAdapter.name:Ljava/lang/String;
         4: .line 230
            aload 0 /* this */
            aload 5 /* descriptor */
            invokestatic org.objectweb.asm.Type.getReturnType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            putfield org.objectweb.asm.commons.GeneratorAdapter.returnType:Lorg/objectweb/asm/Type;
         5: .line 231
            aload 0 /* this */
            aload 5 /* descriptor */
            invokestatic org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;
            putfield org.objectweb.asm.commons.GeneratorAdapter.argumentTypes:[Lorg/objectweb/asm/Type;
         6: .line 232
            return
        end local 5 // java.lang.String descriptor
        end local 4 // java.lang.String name
        end local 3 // int access
        end local 2 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 1 // int api
        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            api  I
            0    7     2  methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    7     3         access  I
            0    7     4           name  Ljava/lang/String;
            0    7     5     descriptor  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      api            final
      methodVisitor  final
      access         final
      name           final
      descriptor     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 methodVisitor
         0: .line 245
            aload 0 /* this */
            aload 3 /* methodVisitor */
            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;
            invokespecial org.objectweb.asm.commons.GeneratorAdapter.<init>:(Lorg/objectweb/asm/MethodVisitor;ILjava/lang/String;Ljava/lang/String;)V
         1: .line 246
            return
        end local 3 // org.objectweb.asm.MethodVisitor methodVisitor
        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  methodVisitor  Lorg/objectweb/asm/MethodVisitor;
    MethodParameters:
               Name  Flags
      access         final
      method         final
      methodVisitor  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 classVisitor
         0: .line 265
            aload 0 /* this */
         1: .line 266
            iload 1 /* access */
         2: .line 267
            aload 2 /* method */
         3: .line 268
            aload 5 /* classVisitor */
         4: .line 269
            iload 1 /* access */
         5: .line 270
            aload 2 /* method */
            invokevirtual org.objectweb.asm.commons.Method.getName:()Ljava/lang/String;
         6: .line 271
            aload 2 /* method */
            invokevirtual org.objectweb.asm.commons.Method.getDescriptor:()Ljava/lang/String;
         7: .line 272
            aload 3 /* signature */
         8: .line 273
            aload 4 /* exceptions */
            ifnonnull 9
            aconst_null
            goto 10
      StackMap locals: uninitialized-this int org.objectweb.asm.commons.Method java.lang.String org.objectweb.asm.Type[] org.objectweb.asm.ClassVisitor
      StackMap stack: uninitialized-this int org.objectweb.asm.commons.Method org.objectweb.asm.ClassVisitor int java.lang.String java.lang.String java.lang.String
         9: aload 4 /* exceptions */
            invokestatic org.objectweb.asm.commons.GeneratorAdapter.getInternalNames:([Lorg/objectweb/asm/Type;)[Ljava/lang/String;
        10: .line 268
      StackMap locals: uninitialized-this int org.objectweb.asm.commons.Method java.lang.String org.objectweb.asm.Type[] org.objectweb.asm.ClassVisitor
      StackMap stack: uninitialized-this int org.objectweb.asm.commons.Method org.objectweb.asm.ClassVisitor int java.lang.String java.lang.String java.lang.String java.lang.String[]
            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
        11: .line 274
            return
        end local 5 // org.objectweb.asm.ClassVisitor classVisitor
        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   12     0          this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0   12     1        access  I
            0   12     2        method  Lorg/objectweb/asm/commons/Method;
            0   12     3     signature  Ljava/lang/String;
            0   12     4    exceptions  [Lorg/objectweb/asm/Type;
            0   12     5  classVisitor  Lorg/objectweb/asm/ClassVisitor;
    MethodParameters:
              Name  Flags
      access        final
      method        final
      signature     final
      exceptions    final
      classVisitor  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 283
            aload 0 /* types */
            arraylength
            anewarray java.lang.String
            astore 1 /* names */
        start local 1 // java.lang.String[] names
         1: .line 284
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 285
      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
         4: .line 284
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 1 /* names */
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 287
            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    7     0  types  [Lorg/objectweb/asm/Type;
            1    7     1  names  [Ljava/lang/String;
            2    6     2      i  I
    MethodParameters:
       Name  Flags
      types  final

  public int getAccess();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 291
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.access:I
            ireturn
        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 java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 295
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.name:Ljava/lang/String;
            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 org.objectweb.asm.Type getReturnType();
    descriptor: ()Lorg/objectweb/asm/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 299
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.returnType:Lorg/objectweb/asm/Type;
            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 org.objectweb.asm.Type[] getArgumentTypes();
    descriptor: ()[Lorg/objectweb/asm/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 303
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.argumentTypes:[Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type[].clone:()Ljava/lang/Object;
            checkcast org.objectweb.asm.Type[]
            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 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 316
            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 317
            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=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // int value
         0: .line 325
            iload 1 /* value */
            iconst_m1
            if_icmplt 3
            iload 1 /* value */
            iconst_5
            if_icmpgt 3
         1: .line 326
            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 327
            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 328
            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 329
            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 330
            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 331
            goto 10
         9: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* value */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
        10: .line 334
      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=4, locals=3, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // long value
         0: .line 342
            lload 1 /* value */
            lconst_0
            lcmp
            ifeq 1
            lload 1 /* value */
            lconst_1
            lcmp
            ifne 3
         1: .line 343
      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 344
            goto 4
         3: .line 345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            lload 1 /* value */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokevirtual org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
         4: .line 347
      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 355
            fload 1 /* value */
            invokestatic java.lang.Float.floatToIntBits:(F)I
            istore 2 /* bits */
        start local 2 // int bits
         1: .line 356
            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 357
      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 358
            goto 5
         4: .line 359
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            fload 1 /* value */
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            invokevirtual org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
         5: .line 361
      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=4, locals=5, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // double value
         0: .line 369
            dload 1 /* value */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lstore 3 /* bits */
        start local 3 // long bits
         1: .line 370
            lload 3 /* bits */
            lconst_0
            lcmp
            ifeq 2
            lload 3 /* bits */
            ldc 4607182418800017408
            lcmp
            ifne 4
         2: .line 371
      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 372
            goto 5
         4: .line 373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            dload 1 /* value */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            invokevirtual org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
         5: .line 375
      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 383
            aload 1 /* value */
            ifnonnull 3
         1: .line 384
            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 385
            goto 4
         3: .line 386
      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 388
      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 396
            aload 1 /* value */
            ifnonnull 3
         1: .line 397
            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 398
            goto 21
         3: .line 399
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            tableswitch { // 1 - 8
                    1: 4
                    2: 6
                    3: 8
                    4: 10
                    5: 12
                    6: 14
                    7: 16
                    8: 18
              default: 20
          }
         4: .line 401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 178
            ldc "java/lang/Boolean"
            ldc "TYPE"
            ldc "Ljava/lang/Class;"
            invokevirtual org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 402
            goto 21
         6: .line 404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 178
            ldc "java/lang/Character"
            ldc "TYPE"
            ldc "Ljava/lang/Class;"
            invokevirtual org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         7: .line 405
            goto 21
         8: .line 407
      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"
            ldc "Ljava/lang/Class;"
            invokevirtual org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         9: .line 408
            goto 21
        10: .line 410
      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"
            ldc "Ljava/lang/Class;"
            invokevirtual org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        11: .line 411
            goto 21
        12: .line 413
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 178
            ldc "java/lang/Integer"
            ldc "TYPE"
            ldc "Ljava/lang/Class;"
            invokevirtual org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        13: .line 414
            goto 21
        14: .line 416
      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"
            ldc "Ljava/lang/Class;"
            invokevirtual org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        15: .line 417
            goto 21
        16: .line 419
      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"
            ldc "Ljava/lang/Class;"
            invokevirtual org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        17: .line 420
            goto 21
        18: .line 422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 178
            ldc "java/lang/Double"
            ldc "TYPE"
            ldc "Ljava/lang/Class;"
            invokevirtual org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        19: .line 423
            goto 21
        20: .line 425
      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
        21: .line 429
      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   22     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0   22     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 437
            aload 1 /* handle */
            ifnonnull 3
         1: .line 438
            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 439
            goto 4
         3: .line 440
      StackMap locals:
      StackMap stack:
            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
         4: .line 442
      StackMap locals:
      StackMap stack:
            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    5     0    this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    5     1  handle  Lorg/objectweb/asm/Handle;
    MethodParameters:
        Name  Flags
      handle  final

  public void push(org.objectweb.asm.ConstantDynamic);
    descriptor: (Lorg/objectweb/asm/ConstantDynamic;)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.ConstantDynamic constantDynamic
         0: .line 450
            aload 1 /* constantDynamic */
            ifnonnull 3
         1: .line 451
            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 452
            goto 4
         3: .line 453
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* constantDynamic */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
         4: .line 455
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.objectweb.asm.ConstantDynamic constantDynamic
        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  constantDynamic  Lorg/objectweb/asm/ConstantDynamic;
    MethodParameters:
                 Name  Flags
      constantDynamic  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 468
            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 469
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 470
      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 469
            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 472
            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 482
            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 483
            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 492
            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 493
            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 497
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.access:I
            bipush 8
            iand
            ifeq 2
         1: .line 498
            new java.lang.IllegalStateException
            dup
            ldc "no 'this' pointer within static method"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 500
      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
         3: .line 501
            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 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 509
            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 510
            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 519
            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 520
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 7
         3: .line 521
      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 /* argumentType */
        start local 5 // org.objectweb.asm.Type argumentType
         4: .line 522
            aload 0 /* this */
            aload 5 /* argumentType */
            iload 3 /* index */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.loadInsn:(Lorg/objectweb/asm/Type;I)V
         5: .line 523
            iload 3 /* index */
            aload 5 /* argumentType */
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iadd
            istore 3 /* index */
        end local 5 // org.objectweb.asm.Type argumentType
         6: .line 520
            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 525
            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  argumentType  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 529
            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 530
            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 537
            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 538
            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 539
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         3: goto 10
         4: .line 540
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dup:()V
         5: .line 541
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.push:(I)V
         6: .line 542
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.loadArg:(I)V
         7: .line 543
            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 544
            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 539
            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 546
            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 554
            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 555
            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 569
            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 574
            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 575
            goto 3
         2: .line 576
      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 575
      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 578
            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 579
            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 588
            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 589
            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 599
            aload 0 /* this */
            iload 1 /* local */
            aload 2 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.setLocalType:(ILorg/objectweb/asm/Type;)V
         1: .line 600
            aload 0 /* this */
            aload 2 /* type */
            iload 1 /* local */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.loadInsn:(Lorg/objectweb/asm/Type;I)V
         2: .line 601
            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 610
            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 611
            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 621
            aload 0 /* this */
            iload 1 /* local */
            aload 2 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.setLocalType:(ILorg/objectweb/asm/Type;)V
         1: .line 622
            aload 0 /* this */
            aload 2 /* type */
            iload 1 /* local */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.storeInsn:(Lorg/objectweb/asm/Type;I)V
         2: .line 623
            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 631
            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 632
            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 640
            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 641
            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 649
            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 650
            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 654
            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 655
            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 659
            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 660
            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 664
            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 665
            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 669
            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 670
            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 674
            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 675
            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 679
            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 680
            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 684
            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 685
            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 689
            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 690
            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 699
            aload 2 /* type */
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iconst_1
            if_icmpne 7
         1: .line 700
            aload 1 /* prev */
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iconst_1
            if_icmpne 4
         2: .line 701
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.swap:()V
         3: .line 702
            goto 13
         4: .line 703
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dupX2:()V
         5: .line 704
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.pop:()V
         6: .line 706
            goto 13
         7: .line 707
      StackMap locals:
      StackMap stack:
            aload 1 /* prev */
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iconst_1
            if_icmpne 11
         8: .line 708
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dup2X1:()V
         9: .line 709
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.pop2:()V
        10: .line 710
            goto 13
        11: .line 711
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dup2X2:()V
        12: .line 712
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.pop2:()V
        13: .line 715
      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 729
            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 730
            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 734
            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 735
            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 736
            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 745
            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 746
            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=5, 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 755
            aload 1 /* from */
            aload 2 /* to */
            if_acmpeq 7
         1: .line 756
            aload 1 /* from */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            iconst_1
            if_icmplt 5
         2: .line 757
            aload 1 /* from */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 8
            if_icmpgt 5
         3: .line 758
            aload 2 /* to */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            iconst_1
            if_icmplt 5
         4: .line 759
            aload 2 /* to */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 8
            if_icmple 6
         5: .line 760
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot cast from "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* from */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " to "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* to */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 762
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* from */
            aload 2 /* to */
            invokestatic org.objectweb.asm.commons.InstructionAdapter.cast:(Lorg/objectweb/asm/MethodVisitor;Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;)V
         7: .line 764
      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    8     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    8     1  from  Lorg/objectweb/asm/Type;
            0    8     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 771
            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 773
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.BYTE_TYPE:Lorg/objectweb/asm/Type;
            areturn
         2: .line 775
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.BOOLEAN_TYPE:Lorg/objectweb/asm/Type;
            areturn
         3: .line 777
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.SHORT_TYPE:Lorg/objectweb/asm/Type;
            areturn
         4: .line 779
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.CHARACTER_TYPE:Lorg/objectweb/asm/Type;
            areturn
         5: .line 781
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.INTEGER_TYPE:Lorg/objectweb/asm/Type;
            areturn
         6: .line 783
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.FLOAT_TYPE:Lorg/objectweb/asm/Type;
            areturn
         7: .line 785
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.LONG_TYPE:Lorg/objectweb/asm/Type;
            areturn
         8: .line 787
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.DOUBLE_TYPE:Lorg/objectweb/asm/Type;
            areturn
         9: .line 789
      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 800
            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 801
      StackMap locals:
      StackMap stack:
            return
         2: .line 803
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            getstatic org.objectweb.asm.Type.VOID_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 5
         3: .line 804
            aload 0 /* this */
            aconst_null
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.push:(Ljava/lang/String;)V
         4: .line 805
            goto 15
         5: .line 806
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            invokestatic org.objectweb.asm.commons.GeneratorAdapter.getBoxedType:(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/Type;
            astore 2 /* boxedType */
        start local 2 // org.objectweb.asm.Type boxedType
         6: .line 807
            aload 0 /* this */
            aload 2 /* boxedType */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.newInstance:(Lorg/objectweb/asm/Type;)V
         7: .line 808
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iconst_2
            if_icmpne 12
         8: .line 810
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dupX2:()V
         9: .line 811
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dupX2:()V
        10: .line 812
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.pop:()V
        11: .line 813
            goto 14
        12: .line 815
      StackMap locals: org.objectweb.asm.Type
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dupX1:()V
        13: .line 816
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.swap:()V
        14: .line 818
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* boxedType */
            new org.objectweb.asm.commons.Method
            dup
            ldc "<init>"
            getstatic org.objectweb.asm.Type.VOID_TYPE:Lorg/objectweb/asm/Type;
            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
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.invokeConstructor:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/commons/Method;)V
        end local 2 // org.objectweb.asm.Type boxedType
        15: .line 820
      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   16     0       this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0   16     1       type  Lorg/objectweb/asm/Type;
            6   15     2  boxedType  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 829
            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 830
      StackMap locals:
      StackMap stack:
            return
         2: .line 832
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            getstatic org.objectweb.asm.Type.VOID_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 5
         3: .line 833
            aload 0 /* this */
            aconst_null
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.push:(Ljava/lang/String;)V
         4: .line 834
            goto 7
         5: .line 835
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            invokestatic org.objectweb.asm.commons.GeneratorAdapter.getBoxedType:(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/Type;
            astore 2 /* boxedType */
        start local 2 // org.objectweb.asm.Type boxedType
         6: .line 836
            aload 0 /* this */
            aload 2 /* boxedType */
            new org.objectweb.asm.commons.Method
            dup
            ldc "valueOf"
            aload 2 /* boxedType */
            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
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.invokeStatic:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/commons/Method;)V
        end local 2 // org.objectweb.asm.Type boxedType
         7: .line 838
      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    8     0       this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    8     1       type  Lorg/objectweb/asm/Type;
            6    7     2  boxedType  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 847
            getstatic org.objectweb.asm.commons.GeneratorAdapter.NUMBER_TYPE:Lorg/objectweb/asm/Type;
            astore 2 /* boxedType */
        start local 2 // org.objectweb.asm.Type boxedType
         1: .line 849
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            tableswitch { // 0 - 8
                    0: 2
                    1: 6
                    2: 3
                    3: 15
                    4: 15
                    5: 15
                    6: 11
                    7: 13
                    8: 9
              default: 17
          }
         2: .line 851
      StackMap locals: org.objectweb.asm.Type
      StackMap stack:
            return
         3: .line 853
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.CHARACTER_TYPE:Lorg/objectweb/asm/Type;
            astore 2 /* boxedType */
         4: .line 854
            getstatic org.objectweb.asm.commons.GeneratorAdapter.CHAR_VALUE:Lorg/objectweb/asm/commons/Method;
            astore 3 /* unboxMethod */
        start local 3 // org.objectweb.asm.commons.Method unboxMethod
         5: .line 855
            goto 18
        end local 3 // org.objectweb.asm.commons.Method unboxMethod
         6: .line 857
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.BOOLEAN_TYPE:Lorg/objectweb/asm/Type;
            astore 2 /* boxedType */
         7: .line 858
            getstatic org.objectweb.asm.commons.GeneratorAdapter.BOOLEAN_VALUE:Lorg/objectweb/asm/commons/Method;
            astore 3 /* unboxMethod */
        start local 3 // org.objectweb.asm.commons.Method unboxMethod
         8: .line 859
            goto 18
        end local 3 // org.objectweb.asm.commons.Method unboxMethod
         9: .line 861
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.DOUBLE_VALUE:Lorg/objectweb/asm/commons/Method;
            astore 3 /* unboxMethod */
        start local 3 // org.objectweb.asm.commons.Method unboxMethod
        10: .line 862
            goto 18
        end local 3 // org.objectweb.asm.commons.Method unboxMethod
        11: .line 864
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.FLOAT_VALUE:Lorg/objectweb/asm/commons/Method;
            astore 3 /* unboxMethod */
        start local 3 // org.objectweb.asm.commons.Method unboxMethod
        12: .line 865
            goto 18
        end local 3 // org.objectweb.asm.commons.Method unboxMethod
        13: .line 867
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.LONG_VALUE:Lorg/objectweb/asm/commons/Method;
            astore 3 /* unboxMethod */
        start local 3 // org.objectweb.asm.commons.Method unboxMethod
        14: .line 868
            goto 18
        end local 3 // org.objectweb.asm.commons.Method unboxMethod
        15: .line 872
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.INT_VALUE:Lorg/objectweb/asm/commons/Method;
            astore 3 /* unboxMethod */
        start local 3 // org.objectweb.asm.commons.Method unboxMethod
        16: .line 873
            goto 18
        end local 3 // org.objectweb.asm.commons.Method unboxMethod
        17: .line 875
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* unboxMethod */
        start local 3 // org.objectweb.asm.commons.Method unboxMethod
        18: .line 878
      StackMap locals: org.objectweb.asm.commons.Method
      StackMap stack:
            aload 3 /* unboxMethod */
            ifnonnull 21
        19: .line 879
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.checkCast:(Lorg/objectweb/asm/Type;)V
        20: .line 880
            goto 23
        21: .line 881
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* boxedType */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.checkCast:(Lorg/objectweb/asm/Type;)V
        22: .line 882
            aload 0 /* this */
            aload 2 /* boxedType */
            aload 3 /* unboxMethod */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.invokeVirtual:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/commons/Method;)V
        23: .line 884
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.objectweb.asm.commons.Method unboxMethod
        end local 2 // org.objectweb.asm.Type boxedType
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   24     0         this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0   24     1         type  Lorg/objectweb/asm/Type;
            1   24     2    boxedType  Lorg/objectweb/asm/Type;
            5    6     3  unboxMethod  Lorg/objectweb/asm/commons/Method;
            8    9     3  unboxMethod  Lorg/objectweb/asm/commons/Method;
           10   11     3  unboxMethod  Lorg/objectweb/asm/commons/Method;
           12   13     3  unboxMethod  Lorg/objectweb/asm/commons/Method;
           14   15     3  unboxMethod  Lorg/objectweb/asm/commons/Method;
           16   17     3  unboxMethod  Lorg/objectweb/asm/commons/Method;
           18   24     3  unboxMethod  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 896
            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 905
            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 906
            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 914
            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 915
            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 916
            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 928
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            tableswitch { // 6 - 10
                    6: 8
                    7: 1
                    8: 3
                    9: 13
                   10: 13
              default: 20
          }
         1: .line 930
      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 931
            goto 37
         3: .line 933
      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
      StackMap locals:
      StackMap stack: org.objectweb.asm.MethodVisitor
         5: sipush 152
      StackMap locals: org.objectweb.asm.commons.GeneratorAdapter org.objectweb.asm.Type int org.objectweb.asm.Label
      StackMap stack: org.objectweb.asm.MethodVisitor int
         6: invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         7: .line 934
            goto 37
         8: .line 936
      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
      StackMap locals:
      StackMap stack: org.objectweb.asm.MethodVisitor
        10: sipush 150
      StackMap locals: org.objectweb.asm.commons.GeneratorAdapter org.objectweb.asm.Type int org.objectweb.asm.Label
      StackMap stack: org.objectweb.asm.MethodVisitor int
        11: invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        12: .line 937
            goto 37
        13: .line 940
      StackMap locals:
      StackMap stack:
            iload 2 /* mode */
            sipush 153
            if_icmpne 16
        14: .line 941
            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 942
            return
        16: .line 943
      StackMap locals:
      StackMap stack:
            iload 2 /* mode */
            sipush 154
            if_icmpne 19
        17: .line 944
            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
        18: .line 945
            return
        19: .line 947
      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
            aload 1 /* type */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        20: .line 950
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 4 /* intOp */
        start local 4 // int intOp
        21: .line 951
            iload 2 /* mode */
            tableswitch { // 153 - 158
                  153: 22
                  154: 24
                  155: 28
                  156: 26
                  157: 32
                  158: 30
              default: 34
          }
        22: .line 953
      StackMap locals: int
      StackMap stack:
            sipush 159
            istore 4 /* intOp */
        23: .line 954
            goto 35
        24: .line 956
      StackMap locals:
      StackMap stack:
            sipush 160
            istore 4 /* intOp */
        25: .line 957
            goto 35
        26: .line 959
      StackMap locals:
      StackMap stack:
            sipush 162
            istore 4 /* intOp */
        27: .line 960
            goto 35
        28: .line 962
      StackMap locals:
      StackMap stack:
            sipush 161
            istore 4 /* intOp */
        29: .line 963
            goto 35
        30: .line 965
      StackMap locals:
      StackMap stack:
            sipush 164
            istore 4 /* intOp */
        31: .line 966
            goto 35
        32: .line 968
      StackMap locals:
      StackMap stack:
            sipush 163
            istore 4 /* intOp */
        33: .line 969
            goto 35
        34: .line 971
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Bad comparison mode "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* mode */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        35: .line 973
      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
        36: .line 974
            return
        end local 4 // int intOp
        37: .line 976
      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
        38: .line 977
            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   39     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0   39     1   type  Lorg/objectweb/asm/Type;
            0   39     2   mode  I
            0   39     3  label  Lorg/objectweb/asm/Label;
           21   37     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 987
            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 988
            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 998
            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 999
            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 1007
            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 1008
            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 1016
            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 1017
            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 1025
            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 1026
            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 1035
            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 1036
            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 1046
            aload 1 /* keys */
            arraylength
            ifne 3
         1: .line 1047
            fconst_0
            fstore 3 /* density */
        start local 3 // float density
         2: .line 1048
            goto 4
        end local 3 // float density
         3: .line 1049
      StackMap locals:
      StackMap stack:
            aload 1 /* keys */
            arraylength
            i2f
            aload 1 /* keys */
            aload 1 /* keys */
            arraylength
            iconst_1
            isub
            iaload
            aload 1 /* keys */
            iconst_0
            iaload
            isub
            iconst_1
            iadd
            i2f
            fdiv
            fstore 3 /* density */
        start local 3 // float density
         4: .line 1051
      StackMap locals: float
      StackMap stack:
            aload 0 /* this */
            aload 1 /* keys */
            aload 2 /* generator */
            fload 3 /* density */
            ldc 0.5
            fcmpl
            iflt 5
            iconst_1
            goto 6
      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
         5: 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
         6: invokevirtual org.objectweb.asm.commons.GeneratorAdapter.tableSwitch:([ILorg/objectweb/asm/commons/TableSwitchGenerator;Z)V
         7: .line 1052
            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    8     0       this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    8     1       keys  [I
            0    8     2  generator  Lorg/objectweb/asm/commons/TableSwitchGenerator;
            2    3     3    density  F
            4    8     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 1064
            iconst_1
            istore 4 /* i */
        start local 4 // int i
         1: goto 5
         2: .line 1065
      StackMap locals: int
      StackMap stack:
            aload 1 /* keys */
            iload 4 /* i */
            iaload
            aload 1 /* keys */
            iload 4 /* i */
            iconst_1
            isub
            iaload
            if_icmpge 4
         3: .line 1066
            new java.lang.IllegalArgumentException
            dup
            ldc "keys must be sorted in ascending order"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1064
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 4 /* i */
            aload 1 /* keys */
            arraylength
            if_icmplt 2
        end local 4 // int i
         6: .line 1069
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.newLabel:()Lorg/objectweb/asm/Label;
            astore 4 /* defaultLabel */
        start local 4 // org.objectweb.asm.Label defaultLabel
         7: .line 1070
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.newLabel:()Lorg/objectweb/asm/Label;
            astore 5 /* endLabel */
        start local 5 // org.objectweb.asm.Label endLabel
         8: .line 1071
            aload 1 /* keys */
            arraylength
            ifle 44
         9: .line 1072
            aload 1 /* keys */
            arraylength
            istore 6 /* numKeys */
        start local 6 // int numKeys
        10: .line 1073
            iload 3 /* useTable */
            ifeq 31
        11: .line 1074
            aload 1 /* keys */
            iconst_0
            iaload
            istore 7 /* min */
        start local 7 // int min
        12: .line 1075
            aload 1 /* keys */
            iload 6 /* numKeys */
            iconst_1
            isub
            iaload
            istore 8 /* max */
        start local 8 // int max
        13: .line 1076
            iload 8 /* max */
            iload 7 /* min */
            isub
            iconst_1
            iadd
            istore 9 /* range */
        start local 9 // int range
        14: .line 1077
            iload 9 /* range */
            anewarray org.objectweb.asm.Label
            astore 10 /* labels */
        start local 10 // org.objectweb.asm.Label[] labels
        15: .line 1078
            aload 10 /* labels */
            aload 4 /* defaultLabel */
            invokestatic java.util.Arrays.fill:([Ljava/lang/Object;Ljava/lang/Object;)V
        16: .line 1079
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        17: goto 20
        18: .line 1080
      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
        19: .line 1079
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 11 /* i */
            iload 6 /* numKeys */
            if_icmplt 18
        end local 11 // int i
        21: .line 1082
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 7 /* min */
            iload 8 /* max */
            aload 4 /* defaultLabel */
            aload 10 /* labels */
            invokevirtual org.objectweb.asm.MethodVisitor.visitTableSwitchInsn:(IILorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V
        22: .line 1083
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        23: goto 29
        24: .line 1084
      StackMap locals:
      StackMap stack:
            aload 10 /* labels */
            iload 11 /* i */
            aaload
            astore 12 /* label */
        start local 12 // org.objectweb.asm.Label label
        25: .line 1085
            aload 12 /* label */
            aload 4 /* defaultLabel */
            if_acmpeq 28
        26: .line 1086
            aload 0 /* this */
            aload 12 /* label */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.mark:(Lorg/objectweb/asm/Label;)V
        27: .line 1087
            aload 2 /* generator */
            iload 11 /* i */
            iload 7 /* min */
            iadd
            aload 5 /* endLabel */
            invokeinterface org.objectweb.asm.commons.TableSwitchGenerator.generateCase:(ILorg/objectweb/asm/Label;)V
        end local 12 // org.objectweb.asm.Label label
        28: .line 1083
      StackMap locals:
      StackMap stack:
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        29: iload 11 /* i */
            iload 9 /* range */
            if_icmplt 24
        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
        30: .line 1090
            goto 44
        31: .line 1091
      StackMap locals: org.objectweb.asm.commons.GeneratorAdapter int[] org.objectweb.asm.commons.TableSwitchGenerator int org.objectweb.asm.Label org.objectweb.asm.Label int
      StackMap stack:
            iload 6 /* numKeys */
            anewarray org.objectweb.asm.Label
            astore 7 /* labels */
        start local 7 // org.objectweb.asm.Label[] labels
        32: .line 1092
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        33: goto 36
        34: .line 1093
      StackMap locals: org.objectweb.asm.Label[] int
      StackMap stack:
            aload 7 /* labels */
            iload 8 /* i */
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.newLabel:()Lorg/objectweb/asm/Label;
            aastore
        35: .line 1092
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        36: iload 8 /* i */
            iload 6 /* numKeys */
            if_icmplt 34
        end local 8 // int i
        37: .line 1095
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 4 /* defaultLabel */
            aload 1 /* keys */
            aload 7 /* labels */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLookupSwitchInsn:(Lorg/objectweb/asm/Label;[I[Lorg/objectweb/asm/Label;)V
        38: .line 1096
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        39: goto 43
        40: .line 1097
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 7 /* labels */
            iload 8 /* i */
            aaload
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.mark:(Lorg/objectweb/asm/Label;)V
        41: .line 1098
            aload 2 /* generator */
            aload 1 /* keys */
            iload 8 /* i */
            iaload
            aload 5 /* endLabel */
            invokeinterface org.objectweb.asm.commons.TableSwitchGenerator.generateCase:(ILorg/objectweb/asm/Label;)V
        42: .line 1096
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        43: iload 8 /* i */
            iload 6 /* numKeys */
            if_icmplt 40
        end local 8 // int i
        end local 7 // org.objectweb.asm.Label[] labels
        end local 6 // int numKeys
        44: .line 1102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* defaultLabel */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.mark:(Lorg/objectweb/asm/Label;)V
        45: .line 1103
            aload 2 /* generator */
            invokeinterface org.objectweb.asm.commons.TableSwitchGenerator.generateDefault:()V
        46: .line 1104
            aload 0 /* this */
            aload 5 /* endLabel */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.mark:(Lorg/objectweb/asm/Label;)V
        47: .line 1105
            return
        end local 5 // org.objectweb.asm.Label endLabel
        end local 4 // org.objectweb.asm.Label defaultLabel
        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   48     0          this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0   48     1          keys  [I
            0   48     2     generator  Lorg/objectweb/asm/commons/TableSwitchGenerator;
            0   48     3      useTable  Z
            1    6     4             i  I
            7   48     4  defaultLabel  Lorg/objectweb/asm/Label;
            8   48     5      endLabel  Lorg/objectweb/asm/Label;
           10   44     6       numKeys  I
           12   30     7           min  I
           13   30     8           max  I
           14   30     9         range  I
           15   30    10        labels  [Lorg/objectweb/asm/Label;
           17   21    11             i  I
           23   30    11             i  I
           25   28    12         label  Lorg/objectweb/asm/Label;
           32   44     7        labels  [Lorg/objectweb/asm/Label;
           33   37     8             i  I
           39   44     8             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 1109
            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 1110
            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 1126
            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 */
            aload 4 /* fieldType */
            invokevirtual org.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
            invokevirtual org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 1127
            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    2     0       this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1     opcode  I
            0    2     2  ownerType  Lorg/objectweb/asm/Type;
            0    2     3       name  Ljava/lang/String;
            0    2     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 1137
            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 1138
            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 1148
            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 1149
            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 1159
            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 1160
            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 1170
            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 1171
            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, boolean);
    descriptor: (ILorg/objectweb/asm/Type;Lorg/objectweb/asm/commons/Method;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=5
        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
        start local 4 // boolean isInterface
         0: .line 1187
            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
      StackMap locals:
      StackMap stack:
         1: aload 2 /* type */
            invokevirtual org.objectweb.asm.Type.getInternalName:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         2: astore 5 /* owner */
        start local 5 // java.lang.String owner
         3: .line 1188
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            iload 1 /* opcode */
            aload 5 /* owner */
            aload 3 /* method */
            invokevirtual org.objectweb.asm.commons.Method.getName:()Ljava/lang/String;
            aload 3 /* method */
            invokevirtual org.objectweb.asm.commons.Method.getDescriptor:()Ljava/lang/String;
            iload 4 /* isInterface */
            invokevirtual org.objectweb.asm.MethodVisitor.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
         4: .line 1189
            return
        end local 5 // java.lang.String owner
        end local 4 // boolean isInterface
        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    5     0         this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    5     1       opcode  I
            0    5     2         type  Lorg/objectweb/asm/Type;
            0    5     3       method  Lorg/objectweb/asm/commons/Method;
            0    5     4  isInterface  Z
            3    5     5        owner  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      opcode       final
      type         final
      method       final
      isInterface  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=5, 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 1198
            aload 0 /* this */
            sipush 182
            aload 1 /* owner */
            aload 2 /* method */
            iconst_0
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.invokeInsn:(ILorg/objectweb/asm/Type;Lorg/objectweb/asm/commons/Method;Z)V
         1: .line 1199
            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=5, 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 1208
            aload 0 /* this */
            sipush 183
            aload 1 /* type */
            aload 2 /* method */
            iconst_0
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.invokeInsn:(ILorg/objectweb/asm/Type;Lorg/objectweb/asm/commons/Method;Z)V
         1: .line 1209
            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=5, 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 1218
            aload 0 /* this */
            sipush 184
            aload 1 /* owner */
            aload 2 /* method */
            iconst_0
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.invokeInsn:(ILorg/objectweb/asm/Type;Lorg/objectweb/asm/commons/Method;Z)V
         1: .line 1219
            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=5, 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 1228
            aload 0 /* this */
            sipush 185
            aload 1 /* owner */
            aload 2 /* method */
            iconst_1
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.invokeInsn:(ILorg/objectweb/asm/Type;Lorg/objectweb/asm/commons/Method;Z)V
         1: .line 1229
            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 descriptor
        start local 3 // org.objectweb.asm.Handle bootstrapMethodHandle
        start local 4 // java.lang.Object[] bootstrapMethodArguments
         0: .line 1247
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* name */
            aload 2 /* descriptor */
            aload 3 /* bootstrapMethodHandle */
            aload 4 /* bootstrapMethodArguments */
            invokevirtual org.objectweb.asm.MethodVisitor.visitInvokeDynamicInsn:(Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Handle;[Ljava/lang/Object;)V
         1: .line 1248
            return
        end local 4 // java.lang.Object[] bootstrapMethodArguments
        end local 3 // org.objectweb.asm.Handle bootstrapMethodHandle
        end local 2 // java.lang.String descriptor
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.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                descriptor  Ljava/lang/String;
            0    2     3     bootstrapMethodHandle  Lorg/objectweb/asm/Handle;
            0    2     4  bootstrapMethodArguments  [Ljava/lang/Object;
    MethodParameters:
                          Name  Flags
      name                      final
      descriptor                final
      bootstrapMethodHandle     final
      bootstrapMethodArguments  final

  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 1261
            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 1262
            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 1270
            aload 0 /* this */
            sipush 187
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.typeInsn:(ILorg/objectweb/asm/Type;)V
         1: .line 1271
            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=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type type
         0: .line 1279
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* type */
            invokestatic org.objectweb.asm.commons.InstructionAdapter.newarray:(Lorg/objectweb/asm/MethodVisitor;Lorg/objectweb/asm/Type;)V
         1: .line 1280
            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 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 1288
            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 1289
            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 1293
            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 1294
            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 message
         0: .line 1304
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.newInstance:(Lorg/objectweb/asm/Type;)V
         1: .line 1305
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dup:()V
         2: .line 1306
            aload 0 /* this */
            aload 2 /* message */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.push:(Ljava/lang/String;)V
         3: .line 1307
            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 1308
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.throwException:()V
         5: .line 1309
            return
        end local 2 // java.lang.String message
        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  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      type     final
      message  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 1317
            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 1318
            aload 0 /* this */
            sipush 192
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.typeInsn:(ILorg/objectweb/asm/Type;)V
         2: .line 1320
      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 1328
            aload 0 /* this */
            sipush 193
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.typeInsn:(ILorg/objectweb/asm/Type;)V
         1: .line 1329
            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 1333
            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 1334
            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 1338
            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 1339
            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 1347
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.access:I
            sipush 1024
            iand
            ifne 2
         1: .line 1348
            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 1350
      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 1351
            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=5, 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 1361
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 4 /* catchLabel */
        start local 4 // org.objectweb.asm.Label catchLabel
         1: .line 1362
            aload 3 /* exception */
            ifnonnull 4
         2: .line 1363
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* start */
            aload 2 /* end */
            aload 4 /* catchLabel */
            aconst_null
            invokevirtual org.objectweb.asm.MethodVisitor.visitTryCatchBlock:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
         3: .line 1364
            goto 5
         4: .line 1365
      StackMap locals: org.objectweb.asm.Label
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            aload 1 /* start */
            aload 2 /* end */
            aload 4 /* catchLabel */
            aload 3 /* exception */
            invokevirtual org.objectweb.asm.Type.getInternalName:()Ljava/lang/String;
            invokevirtual org.objectweb.asm.MethodVisitor.visitTryCatchBlock:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
         5: .line 1367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* catchLabel */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.mark:(Lorg/objectweb/asm/Label;)V
         6: .line 1368
            return
        end local 4 // org.objectweb.asm.Label catchLabel
        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;
            1    7     4  catchLabel  Lorg/objectweb/asm/Label;
    MethodParameters:
           Name  Flags
      start      final
      end        final
      exception  final
}
SourceFile: "GeneratorAdapter.java"