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 458752
            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 226
            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 227
            aload 0 /* this */
            iload 3 /* access */
            putfield org.objectweb.asm.commons.GeneratorAdapter.access:I
         3: .line 228
            aload 0 /* this */
            aload 4 /* name */
            putfield org.objectweb.asm.commons.GeneratorAdapter.name:Ljava/lang/String;
         4: .line 229
            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 230
            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 231
            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 244
            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 245
            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 264
            aload 0 /* this */
         1: .line 265
            iload 1 /* access */
         2: .line 266
            aload 2 /* method */
         3: .line 267
            aload 5 /* classVisitor */
         4: .line 268
            iload 1 /* access */
         5: .line 269
            aload 2 /* method */
            invokevirtual org.objectweb.asm.commons.Method.getName:()Ljava/lang/String;
         6: .line 270
            aload 2 /* method */
            invokevirtual org.objectweb.asm.commons.Method.getDescriptor:()Ljava/lang/String;
         7: .line 271
            aload 3 /* signature */
         8: .line 272
            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 267
      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 273
            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 282
            aload 0 /* types */
            arraylength
            anewarray java.lang.String
            astore 1 /* names */
        start local 1 // java.lang.String[] names
         1: .line 283
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 284
      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 283
            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 286
            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 290
            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 294
            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 298
            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 302
            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 315
            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 316
            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 324
            iload 1 /* value */
            iconst_m1
            if_icmplt 3
            iload 1 /* value */
            iconst_5
            if_icmpgt 3
         1: .line 325
            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 326
            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 327
            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 328
            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 329
            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 330
            goto 10
         9: .line 331
      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 333
      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 341
            lload 1 /* value */
            lconst_0
            lcmp
            ifeq 1
            lload 1 /* value */
            lconst_1
            lcmp
            ifne 3
         1: .line 342
      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 343
            goto 4
         3: .line 344
      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 346
      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 354
            fload 1 /* value */
            invokestatic java.lang.Float.floatToIntBits:(F)I
            istore 2 /* bits */
        start local 2 // int bits
         1: .line 355
            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 356
      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 357
            goto 5
         4: .line 358
      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 360
      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 368
            dload 1 /* value */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lstore 3 /* bits */
        start local 3 // long bits
         1: .line 369
            lload 3 /* bits */
            lconst_0
            lcmp
            ifeq 2
            lload 3 /* bits */
            ldc 4607182418800017408
            lcmp
            ifne 4
         2: .line 370
      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 371
            goto 5
         4: .line 372
      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 374
      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 382
            aload 1 /* value */
            ifnonnull 3
         1: .line 383
            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 384
            goto 4
         3: .line 385
      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 387
      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 395
            aload 1 /* value */
            ifnonnull 3
         1: .line 396
            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 397
            goto 21
         3: .line 398
      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 400
      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 401
            goto 21
         6: .line 403
      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 404
            goto 21
         8: .line 406
      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 407
            goto 21
        10: .line 409
      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 410
            goto 21
        12: .line 412
      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 413
            goto 21
        14: .line 415
      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 416
            goto 21
        16: .line 418
      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 419
            goto 21
        18: .line 421
      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 422
            goto 21
        20: .line 424
      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 428
      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 436
            aload 1 /* handle */
            ifnonnull 3
         1: .line 437
            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 438
            goto 4
         3: .line 439
      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 441
      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 449
            aload 1 /* constantDynamic */
            ifnonnull 3
         1: .line 450
            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 451
            goto 4
         3: .line 452
      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 454
      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 467
            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 468
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 469
      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 468
            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 471
            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 481
            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 482
            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 491
            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 492
            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 496
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.access:I
            bipush 8
            iand
            ifeq 2
         1: .line 497
            new java.lang.IllegalStateException
            dup
            ldc "no 'this' pointer within static method"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 499
      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 500
            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 508
            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 509
            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 518
            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 519
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 7
         3: .line 520
      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 521
            aload 0 /* this */
            aload 5 /* argumentType */
            iload 3 /* index */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.loadInsn:(Lorg/objectweb/asm/Type;I)V
         5: .line 522
            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 519
            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 524
            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 528
            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 529
            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 536
            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 537
            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 538
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         3: goto 10
         4: .line 539
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dup:()V
         5: .line 540
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.push:(I)V
         6: .line 541
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.loadArg:(I)V
         7: .line 542
            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 543
            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 538
            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 545
            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 553
            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 554
            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 568
            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 573
            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 574
            goto 3
         2: .line 575
      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 574
      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 577
            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 578
            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 587
            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 588
            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 598
            aload 0 /* this */
            iload 1 /* local */
            aload 2 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.setLocalType:(ILorg/objectweb/asm/Type;)V
         1: .line 599
            aload 0 /* this */
            aload 2 /* type */
            iload 1 /* local */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.loadInsn:(Lorg/objectweb/asm/Type;I)V
         2: .line 600
            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 609
            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 610
            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 620
            aload 0 /* this */
            iload 1 /* local */
            aload 2 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.setLocalType:(ILorg/objectweb/asm/Type;)V
         1: .line 621
            aload 0 /* this */
            aload 2 /* type */
            iload 1 /* local */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.storeInsn:(Lorg/objectweb/asm/Type;I)V
         2: .line 622
            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 630
            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 631
            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 639
            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 640
            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 648
            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 649
            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 653
            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 654
            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 658
            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 659
            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 663
            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 664
            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 668
            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 669
            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 673
            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 674
            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 678
            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 679
            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 683
            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 684
            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 688
            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 689
            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 698
            aload 2 /* type */
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iconst_1
            if_icmpne 7
         1: .line 699
            aload 1 /* prev */
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iconst_1
            if_icmpne 4
         2: .line 700
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.swap:()V
         3: .line 701
            goto 13
         4: .line 702
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dupX2:()V
         5: .line 703
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.pop:()V
         6: .line 705
            goto 13
         7: .line 706
      StackMap locals:
      StackMap stack:
            aload 1 /* prev */
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iconst_1
            if_icmpne 11
         8: .line 707
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dup2X1:()V
         9: .line 708
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.pop2:()V
        10: .line 709
            goto 13
        11: .line 710
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dup2X2:()V
        12: .line 711
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.pop2:()V
        13: .line 714
      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 728
            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 729
            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 733
            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 734
            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 735
            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 744
            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 745
            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 754
            aload 1 /* from */
            aload 2 /* to */
            if_acmpeq 53
         1: .line 755
            aload 1 /* from */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            iconst_1
            if_icmplt 5
         2: .line 756
            aload 1 /* from */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 8
            if_icmpgt 5
         3: .line 757
            aload 2 /* to */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            iconst_1
            if_icmplt 5
         4: .line 758
            aload 2 /* to */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 8
            if_icmple 6
         5: .line 759
      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 761
      StackMap locals:
      StackMap stack:
            aload 1 /* from */
            getstatic org.objectweb.asm.Type.DOUBLE_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 16
         7: .line 762
            aload 2 /* to */
            getstatic org.objectweb.asm.Type.FLOAT_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 10
         8: .line 763
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 144
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         9: .line 764
            goto 53
      StackMap locals:
      StackMap stack:
        10: aload 2 /* to */
            getstatic org.objectweb.asm.Type.LONG_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 13
        11: .line 765
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 143
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        12: .line 766
            goto 53
        13: .line 767
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 142
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        14: .line 768
            aload 0 /* this */
            getstatic org.objectweb.asm.Type.INT_TYPE:Lorg/objectweb/asm/Type;
            aload 2 /* to */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.cast:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;)V
        15: .line 770
            goto 53
      StackMap locals:
      StackMap stack:
        16: aload 1 /* from */
            getstatic org.objectweb.asm.Type.FLOAT_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 26
        17: .line 771
            aload 2 /* to */
            getstatic org.objectweb.asm.Type.DOUBLE_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 20
        18: .line 772
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 141
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        19: .line 773
            goto 53
      StackMap locals:
      StackMap stack:
        20: aload 2 /* to */
            getstatic org.objectweb.asm.Type.LONG_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 23
        21: .line 774
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 140
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        22: .line 775
            goto 53
        23: .line 776
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 139
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        24: .line 777
            aload 0 /* this */
            getstatic org.objectweb.asm.Type.INT_TYPE:Lorg/objectweb/asm/Type;
            aload 2 /* to */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.cast:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;)V
        25: .line 779
            goto 53
      StackMap locals:
      StackMap stack:
        26: aload 1 /* from */
            getstatic org.objectweb.asm.Type.LONG_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 36
        27: .line 780
            aload 2 /* to */
            getstatic org.objectweb.asm.Type.DOUBLE_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 30
        28: .line 781
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 138
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        29: .line 782
            goto 53
      StackMap locals:
      StackMap stack:
        30: aload 2 /* to */
            getstatic org.objectweb.asm.Type.FLOAT_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 33
        31: .line 783
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 137
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        32: .line 784
            goto 53
        33: .line 785
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 136
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        34: .line 786
            aload 0 /* this */
            getstatic org.objectweb.asm.Type.INT_TYPE:Lorg/objectweb/asm/Type;
            aload 2 /* to */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.cast:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;)V
        35: .line 788
            goto 53
        36: .line 789
      StackMap locals:
      StackMap stack:
            aload 2 /* to */
            getstatic org.objectweb.asm.Type.BYTE_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 39
        37: .line 790
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 145
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        38: .line 791
            goto 53
      StackMap locals:
      StackMap stack:
        39: aload 2 /* to */
            getstatic org.objectweb.asm.Type.CHAR_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 42
        40: .line 792
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 146
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        41: .line 793
            goto 53
      StackMap locals:
      StackMap stack:
        42: aload 2 /* to */
            getstatic org.objectweb.asm.Type.DOUBLE_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 45
        43: .line 794
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 135
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        44: .line 795
            goto 53
      StackMap locals:
      StackMap stack:
        45: aload 2 /* to */
            getstatic org.objectweb.asm.Type.FLOAT_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 48
        46: .line 796
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 134
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        47: .line 797
            goto 53
      StackMap locals:
      StackMap stack:
        48: aload 2 /* to */
            getstatic org.objectweb.asm.Type.LONG_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 51
        49: .line 798
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 133
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        50: .line 799
            goto 53
      StackMap locals:
      StackMap stack:
        51: aload 2 /* to */
            getstatic org.objectweb.asm.Type.SHORT_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 53
        52: .line 800
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 147
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
        53: .line 804
      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   54     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0   54     1  from  Lorg/objectweb/asm/Type;
            0   54     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 811
            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 813
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.BYTE_TYPE:Lorg/objectweb/asm/Type;
            areturn
         2: .line 815
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.BOOLEAN_TYPE:Lorg/objectweb/asm/Type;
            areturn
         3: .line 817
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.SHORT_TYPE:Lorg/objectweb/asm/Type;
            areturn
         4: .line 819
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.CHARACTER_TYPE:Lorg/objectweb/asm/Type;
            areturn
         5: .line 821
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.INTEGER_TYPE:Lorg/objectweb/asm/Type;
            areturn
         6: .line 823
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.FLOAT_TYPE:Lorg/objectweb/asm/Type;
            areturn
         7: .line 825
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.LONG_TYPE:Lorg/objectweb/asm/Type;
            areturn
         8: .line 827
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.DOUBLE_TYPE:Lorg/objectweb/asm/Type;
            areturn
         9: .line 829
      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 840
            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 841
      StackMap locals:
      StackMap stack:
            return
         2: .line 843
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            getstatic org.objectweb.asm.Type.VOID_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 5
         3: .line 844
            aload 0 /* this */
            aconst_null
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.push:(Ljava/lang/String;)V
         4: .line 845
            goto 15
         5: .line 846
      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 847
            aload 0 /* this */
            aload 2 /* boxedType */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.newInstance:(Lorg/objectweb/asm/Type;)V
         7: .line 848
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iconst_2
            if_icmpne 12
         8: .line 850
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dupX2:()V
         9: .line 851
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dupX2:()V
        10: .line 852
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.pop:()V
        11: .line 853
            goto 14
        12: .line 855
      StackMap locals: org.objectweb.asm.Type
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dupX1:()V
        13: .line 856
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.swap:()V
        14: .line 858
      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 860
      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 869
            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 870
      StackMap locals:
      StackMap stack:
            return
         2: .line 872
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            getstatic org.objectweb.asm.Type.VOID_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 5
         3: .line 873
            aload 0 /* this */
            aconst_null
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.push:(Ljava/lang/String;)V
         4: .line 874
            goto 7
         5: .line 875
      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 876
            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 878
      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 887
            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 889
            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 891
      StackMap locals: org.objectweb.asm.Type
      StackMap stack:
            return
         3: .line 893
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.CHARACTER_TYPE:Lorg/objectweb/asm/Type;
            astore 2 /* boxedType */
         4: .line 894
            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 895
            goto 18
        end local 3 // org.objectweb.asm.commons.Method unboxMethod
         6: .line 897
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.BOOLEAN_TYPE:Lorg/objectweb/asm/Type;
            astore 2 /* boxedType */
         7: .line 898
            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 899
            goto 18
        end local 3 // org.objectweb.asm.commons.Method unboxMethod
         9: .line 901
      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 902
            goto 18
        end local 3 // org.objectweb.asm.commons.Method unboxMethod
        11: .line 904
      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 905
            goto 18
        end local 3 // org.objectweb.asm.commons.Method unboxMethod
        13: .line 907
      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 908
            goto 18
        end local 3 // org.objectweb.asm.commons.Method unboxMethod
        15: .line 912
      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 913
            goto 18
        end local 3 // org.objectweb.asm.commons.Method unboxMethod
        17: .line 915
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* unboxMethod */
        start local 3 // org.objectweb.asm.commons.Method unboxMethod
        18: .line 918
      StackMap locals: org.objectweb.asm.commons.Method
      StackMap stack:
            aload 3 /* unboxMethod */
            ifnonnull 21
        19: .line 919
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.checkCast:(Lorg/objectweb/asm/Type;)V
        20: .line 920
            goto 23
        21: .line 921
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* boxedType */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.checkCast:(Lorg/objectweb/asm/Type;)V
        22: .line 922
            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 924
      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 936
            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 945
            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 946
            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 954
            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 955
            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 956
            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 968
            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 970
      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 971
            goto 37
         3: .line 973
      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 974
            goto 37
         8: .line 976
      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 977
            goto 37
        13: .line 980
      StackMap locals:
      StackMap stack:
            iload 2 /* mode */
            sipush 153
            if_icmpne 16
        14: .line 981
            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 982
            return
        16: .line 983
      StackMap locals:
      StackMap stack:
            iload 2 /* mode */
            sipush 154
            if_icmpne 19
        17: .line 984
            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 985
            return
        19: .line 987
      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 990
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 4 /* intOp */
        start local 4 // int intOp
        21: .line 991
            iload 2 /* mode */
            tableswitch { // 153 - 158
                  153: 22
                  154: 24
                  155: 28
                  156: 26
                  157: 32
                  158: 30
              default: 34
          }
        22: .line 993
      StackMap locals: int
      StackMap stack:
            sipush 159
            istore 4 /* intOp */
        23: .line 994
            goto 35
        24: .line 996
      StackMap locals:
      StackMap stack:
            sipush 160
            istore 4 /* intOp */
        25: .line 997
            goto 35
        26: .line 999
      StackMap locals:
      StackMap stack:
            sipush 162
            istore 4 /* intOp */
        27: .line 1000
            goto 35
        28: .line 1002
      StackMap locals:
      StackMap stack:
            sipush 161
            istore 4 /* intOp */
        29: .line 1003
            goto 35
        30: .line 1005
      StackMap locals:
      StackMap stack:
            sipush 164
            istore 4 /* intOp */
        31: .line 1006
            goto 35
        32: .line 1008
      StackMap locals:
      StackMap stack:
            sipush 163
            istore 4 /* intOp */
        33: .line 1009
            goto 35
        34: .line 1011
      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 1013
      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 1014
            return
        end local 4 // int intOp
        37: .line 1016
      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 1017
            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 1027
            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 1028
            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 1038
            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 1039
            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 1047
            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 1048
            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 1056
            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 1057
            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 1065
            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 1066
            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 1075
            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 1076
            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 1086
            aload 1 /* keys */
            arraylength
            ifne 3
         1: .line 1087
            fconst_0
            fstore 3 /* density */
        start local 3 // float density
         2: .line 1088
            goto 4
        end local 3 // float density
         3: .line 1089
      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 1091
      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 1092
            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 1104
            iconst_1
            istore 4 /* i */
        start local 4 // int i
         1: goto 5
         2: .line 1105
      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 1106
            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 1104
      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 1109
            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 1110
            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 1111
            aload 1 /* keys */
            arraylength
            ifle 44
         9: .line 1112
            aload 1 /* keys */
            arraylength
            istore 6 /* numKeys */
        start local 6 // int numKeys
        10: .line 1113
            iload 3 /* useTable */
            ifeq 31
        11: .line 1114
            aload 1 /* keys */
            iconst_0
            iaload
            istore 7 /* min */
        start local 7 // int min
        12: .line 1115
            aload 1 /* keys */
            iload 6 /* numKeys */
            iconst_1
            isub
            iaload
            istore 8 /* max */
        start local 8 // int max
        13: .line 1116
            iload 8 /* max */
            iload 7 /* min */
            isub
            iconst_1
            iadd
            istore 9 /* range */
        start local 9 // int range
        14: .line 1117
            iload 9 /* range */
            anewarray org.objectweb.asm.Label
            astore 10 /* labels */
        start local 10 // org.objectweb.asm.Label[] labels
        15: .line 1118
            aload 10 /* labels */
            aload 4 /* defaultLabel */
            invokestatic java.util.Arrays.fill:([Ljava/lang/Object;Ljava/lang/Object;)V
        16: .line 1119
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        17: goto 20
        18: .line 1120
      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 1119
            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 1122
            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 1123
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        23: goto 29
        24: .line 1124
      StackMap locals:
      StackMap stack:
            aload 10 /* labels */
            iload 11 /* i */
            aaload
            astore 12 /* label */
        start local 12 // org.objectweb.asm.Label label
        25: .line 1125
            aload 12 /* label */
            aload 4 /* defaultLabel */
            if_acmpeq 28
        26: .line 1126
            aload 0 /* this */
            aload 12 /* label */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.mark:(Lorg/objectweb/asm/Label;)V
        27: .line 1127
            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 1123
      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 1130
            goto 44
        31: .line 1131
      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 1132
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        33: goto 36
        34: .line 1133
      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 1132
            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 1135
            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 1136
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        39: goto 43
        40: .line 1137
      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 1138
            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 1136
            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 1142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* defaultLabel */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.mark:(Lorg/objectweb/asm/Label;)V
        45: .line 1143
            aload 2 /* generator */
            invokeinterface org.objectweb.asm.commons.TableSwitchGenerator.generateDefault:()V
        46: .line 1144
            aload 0 /* this */
            aload 5 /* endLabel */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.mark:(Lorg/objectweb/asm/Label;)V
        47: .line 1145
            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 1149
            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 1150
            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 1166
            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 1167
            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 1177
            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 1178
            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 1188
            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 1189
            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 1199
            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 1200
            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 1210
            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 1211
            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 1227
            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 1228
            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 1229
            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 1238
            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 1239
            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 1248
            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 1249
            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 1258
            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 1259
            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 1268
            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 1269
            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 1287
            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 1288
            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 1301
            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 1302
            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 1310
            aload 0 /* this */
            sipush 187
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.typeInsn:(ILorg/objectweb/asm/Type;)V
         1: .line 1311
            return
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  type  Lorg/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      type  final

  public void newArray(org.objectweb.asm.Type);
    descriptor: (Lorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
        start local 1 // org.objectweb.asm.Type type
         0: .line 1320
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            tableswitch { // 1 - 8
                    1: 1
                    2: 3
                    3: 5
                    4: 7
                    5: 9
                    6: 11
                    7: 13
                    8: 15
              default: 17
          }
         1: .line 1322
      StackMap locals:
      StackMap stack:
            iconst_4
            istore 2 /* arrayType */
        start local 2 // int arrayType
         2: .line 1323
            goto 19
        end local 2 // int arrayType
         3: .line 1325
      StackMap locals:
      StackMap stack:
            iconst_5
            istore 2 /* arrayType */
        start local 2 // int arrayType
         4: .line 1326
            goto 19
        end local 2 // int arrayType
         5: .line 1328
      StackMap locals:
      StackMap stack:
            bipush 8
            istore 2 /* arrayType */
        start local 2 // int arrayType
         6: .line 1329
            goto 19
        end local 2 // int arrayType
         7: .line 1331
      StackMap locals:
      StackMap stack:
            bipush 9
            istore 2 /* arrayType */
        start local 2 // int arrayType
         8: .line 1332
            goto 19
        end local 2 // int arrayType
         9: .line 1334
      StackMap locals:
      StackMap stack:
            bipush 10
            istore 2 /* arrayType */
        start local 2 // int arrayType
        10: .line 1335
            goto 19
        end local 2 // int arrayType
        11: .line 1337
      StackMap locals:
      StackMap stack:
            bipush 6
            istore 2 /* arrayType */
        start local 2 // int arrayType
        12: .line 1338
            goto 19
        end local 2 // int arrayType
        13: .line 1340
      StackMap locals:
      StackMap stack:
            bipush 11
            istore 2 /* arrayType */
        start local 2 // int arrayType
        14: .line 1341
            goto 19
        end local 2 // int arrayType
        15: .line 1343
      StackMap locals:
      StackMap stack:
            bipush 7
            istore 2 /* arrayType */
        start local 2 // int arrayType
        16: .line 1344
            goto 19
        end local 2 // int arrayType
        17: .line 1346
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 189
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.typeInsn:(ILorg/objectweb/asm/Type;)V
        18: .line 1347
            return
        start local 2 // int arrayType
        19: .line 1349
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.mv:Lorg/objectweb/asm/MethodVisitor;
            sipush 188
            iload 2 /* arrayType */
            invokevirtual org.objectweb.asm.MethodVisitor.visitIntInsn:(II)V
        20: .line 1350
            return
        end local 2 // int arrayType
        end local 1 // org.objectweb.asm.Type type
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   21     0       this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0   21     1       type  Lorg/objectweb/asm/Type;
            2    3     2  arrayType  I
            4    5     2  arrayType  I
            6    7     2  arrayType  I
            8    9     2  arrayType  I
           10   11     2  arrayType  I
           12   13     2  arrayType  I
           14   15     2  arrayType  I
           16   17     2  arrayType  I
           19   21     2  arrayType  I
    MethodParameters:
      Name  Flags
      type  final

  public void arrayLength();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.GeneratorAdapter this
         0: .line 1358
            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 1359
            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 1363
            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 1364
            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 1374
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.newInstance:(Lorg/objectweb/asm/Type;)V
         1: .line 1375
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dup:()V
         2: .line 1376
            aload 0 /* this */
            aload 2 /* message */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.push:(Ljava/lang/String;)V
         3: .line 1377
            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 1378
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.throwException:()V
         5: .line 1379
            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 1387
            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 1388
            aload 0 /* this */
            sipush 192
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.typeInsn:(ILorg/objectweb/asm/Type;)V
         2: .line 1390
      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 1398
            aload 0 /* this */
            sipush 193
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.typeInsn:(ILorg/objectweb/asm/Type;)V
         1: .line 1399
            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 1403
            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 1404
            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 1408
            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 1409
            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 1417
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.access:I
            sipush 1024
            iand
            ifne 2
         1: .line 1418
            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 1420
      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 1421
            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 1431
            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 1432
            aload 3 /* exception */
            ifnonnull 4
         2: .line 1433
            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 1434
            goto 5
         4: .line 1435
      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 1437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* catchLabel */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.mark:(Lorg/objectweb/asm/Label;)V
         6: .line 1438
            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"