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 86
            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 88
            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 90
            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 92
            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 94
            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 96
            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 98
            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 100
            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 102
            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 104
            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 106
            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 108
            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 110
            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 112
            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 114
            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 116
            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 170
            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 203
            aload 0 /* this */
            ldc 393216
            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 204
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Lorg/objectweb/asm/commons/GeneratorAdapter;
            if_acmpeq 3
         2: .line 205
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 207
      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 185
            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 */
            invokestatic org.objectweb.asm.commons.GeneratorAdapter.getInternalNames:([Lorg/objectweb/asm/Type;)[Ljava/lang/String;
         9: .line 267
            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
        10: .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   11     0          this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0   11     1        access  I
            0   11     2        method  Lorg/objectweb/asm/commons/Method;
            0   11     3     signature  Ljava/lang/String;
            0   11     4    exceptions  [Lorg/objectweb/asm/Type;
            0   11     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 */
            ifnonnull 2
         1: .line 283
            aconst_null
            areturn
         2: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* types */
            arraylength
            anewarray java.lang.String
            astore 1 /* names */
        start local 1 // java.lang.String[] names
         3: .line 286
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 7
         5: .line 287
      StackMap locals: java.lang.String[] int
      StackMap stack:
            aload 1 /* names */
            iload 2 /* i */
            aload 0 /* types */
            iload 2 /* i */
            aaload
            invokevirtual org.objectweb.asm.Type.getInternalName:()Ljava/lang/String;
            aastore
         6: .line 286
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 1 /* names */
            arraylength
            if_icmplt 5
        end local 2 // int i
         8: .line 289
            aload 1 /* names */
            areturn
        end local 1 // java.lang.String[] names
        end local 0 // org.objectweb.asm.Type[] types
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0  types  [Lorg/objectweb/asm/Type;
            3    9     1  names  [Ljava/lang/String;
            4    8     2      i  I
    MethodParameters:
       Name  Flags
      types  final

  public 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 293
            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 297
            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 301
            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 305
            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 318
            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 319
            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 327
            iload 1 /* value */
            iconst_m1
            if_icmplt 3
            iload 1 /* value */
            iconst_5
            if_icmpgt 3
         1: .line 328
            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 329
            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 330
            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 331
            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 332
            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 333
            goto 10
         9: .line 334
      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 336
      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 344
            lload 1 /* value */
            lconst_0
            lcmp
            ifeq 1
            lload 1 /* value */
            lconst_1
            lcmp
            ifne 3
         1: .line 345
      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 346
            goto 4
         3: .line 347
      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 349
      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 357
            fload 1 /* value */
            invokestatic java.lang.Float.floatToIntBits:(F)I
            istore 2 /* bits */
        start local 2 // int bits
         1: .line 358
            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 359
      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 360
            goto 5
         4: .line 361
      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 363
      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 371
            dload 1 /* value */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lstore 3 /* bits */
        start local 3 // long bits
         1: .line 372
            lload 3 /* bits */
            lconst_0
            lcmp
            ifeq 2
            lload 3 /* bits */
            ldc 4607182418800017408
            lcmp
            ifne 4
         2: .line 373
      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 374
            goto 5
         4: .line 375
      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 377
      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 385
            aload 1 /* value */
            ifnonnull 3
         1: .line 386
            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 387
            goto 4
         3: .line 388
      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 390
      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 398
            aload 1 /* value */
            ifnonnull 3
         1: .line 399
            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 400
            goto 21
         3: .line 401
      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 403
      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 404
            goto 21
         6: .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/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 407
            goto 21
         8: .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/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 410
            goto 21
        10: .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/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 413
            goto 21
        12: .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/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 416
            goto 21
        14: .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/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 419
            goto 21
        16: .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/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 422
            goto 21
        18: .line 424
      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 425
            goto 21
        20: .line 427
      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 430
      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 438
            aload 1 /* handle */
            ifnonnull 3
         1: .line 439
            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 440
            goto 4
         3: .line 441
      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 443
      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

  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 456
            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 457
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 458
      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 457
            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 460
            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 470
            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 471
            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 480
            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 481
            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 485
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.access:I
            bipush 8
            iand
            ifeq 2
         1: .line 486
            new java.lang.IllegalStateException
            dup
            ldc "no 'this' pointer within static method"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 488
      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 489
            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 497
            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 498
            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 507
            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 508
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 7
         3: .line 509
      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 510
            aload 0 /* this */
            aload 5 /* argumentType */
            iload 3 /* index */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.loadInsn:(Lorg/objectweb/asm/Type;I)V
         5: .line 511
            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 508
            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 513
            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 517
            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 518
            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 525
            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 526
            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 527
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         3: goto 10
         4: .line 528
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dup:()V
         5: .line 529
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.push:(I)V
         6: .line 530
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.loadArg:(I)V
         7: .line 531
            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 532
            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 527
            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 534
            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 542
            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 543
            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 557
            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 562
            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 563
            goto 3
         2: .line 564
      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 563
      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 566
            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 567
            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 576
            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 577
            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 587
            aload 0 /* this */
            iload 1 /* local */
            aload 2 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.setLocalType:(ILorg/objectweb/asm/Type;)V
         1: .line 588
            aload 0 /* this */
            aload 2 /* type */
            iload 1 /* local */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.loadInsn:(Lorg/objectweb/asm/Type;I)V
         2: .line 589
            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 598
            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 599
            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 609
            aload 0 /* this */
            iload 1 /* local */
            aload 2 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.setLocalType:(ILorg/objectweb/asm/Type;)V
         1: .line 610
            aload 0 /* this */
            aload 2 /* type */
            iload 1 /* local */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.storeInsn:(Lorg/objectweb/asm/Type;I)V
         2: .line 611
            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 619
            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 620
            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 628
            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 629
            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 637
            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 638
            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 642
            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 643
            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 647
            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 648
            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 652
            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 653
            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 657
            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 658
            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 662
            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 663
            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 667
            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 668
            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 672
            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 673
            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 677
            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 678
            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 687
            aload 2 /* type */
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iconst_1
            if_icmpne 7
         1: .line 688
            aload 1 /* prev */
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iconst_1
            if_icmpne 4
         2: .line 689
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.swap:()V
         3: .line 690
            goto 13
         4: .line 691
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dupX2:()V
         5: .line 692
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.pop:()V
         6: .line 694
            goto 13
         7: .line 695
      StackMap locals:
      StackMap stack:
            aload 1 /* prev */
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iconst_1
            if_icmpne 11
         8: .line 696
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dup2X1:()V
         9: .line 697
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.pop2:()V
        10: .line 698
            goto 13
        11: .line 699
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dup2X2:()V
        12: .line 700
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.pop2:()V
        13: .line 703
      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 717
            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 718
            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 722
            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 723
            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 724
            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 733
            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 734
            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 743
            aload 1 /* from */
            aload 2 /* to */
            if_acmpeq 53
         1: .line 744
            aload 1 /* from */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            iconst_1
            if_icmplt 5
         2: .line 745
            aload 1 /* from */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 8
            if_icmpgt 5
         3: .line 746
            aload 2 /* to */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            iconst_1
            if_icmplt 5
         4: .line 747
            aload 2 /* to */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 8
            if_icmple 6
         5: .line 748
      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 750
      StackMap locals:
      StackMap stack:
            aload 1 /* from */
            getstatic org.objectweb.asm.Type.DOUBLE_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 16
         7: .line 751
            aload 2 /* to */
            getstatic org.objectweb.asm.Type.FLOAT_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 10
         8: .line 752
            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 753
            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 754
            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 755
            goto 53
        13: .line 756
      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 757
            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 759
            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 760
            aload 2 /* to */
            getstatic org.objectweb.asm.Type.DOUBLE_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 20
        18: .line 761
            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 762
            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 763
            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 764
            goto 53
        23: .line 765
      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 766
            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 768
            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 769
            aload 2 /* to */
            getstatic org.objectweb.asm.Type.DOUBLE_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 30
        28: .line 770
            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 771
            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 772
            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 773
            goto 53
        33: .line 774
      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 775
            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 777
            goto 53
        36: .line 778
      StackMap locals:
      StackMap stack:
            aload 2 /* to */
            getstatic org.objectweb.asm.Type.BYTE_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 39
        37: .line 779
            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 780
            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 781
            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 782
            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 783
            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 784
            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 785
            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 786
            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 787
            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 788
            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 789
            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 793
      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 800
            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 802
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.BYTE_TYPE:Lorg/objectweb/asm/Type;
            areturn
         2: .line 804
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.BOOLEAN_TYPE:Lorg/objectweb/asm/Type;
            areturn
         3: .line 806
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.SHORT_TYPE:Lorg/objectweb/asm/Type;
            areturn
         4: .line 808
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.CHARACTER_TYPE:Lorg/objectweb/asm/Type;
            areturn
         5: .line 810
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.INTEGER_TYPE:Lorg/objectweb/asm/Type;
            areturn
         6: .line 812
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.FLOAT_TYPE:Lorg/objectweb/asm/Type;
            areturn
         7: .line 814
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.LONG_TYPE:Lorg/objectweb/asm/Type;
            areturn
         8: .line 816
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.DOUBLE_TYPE:Lorg/objectweb/asm/Type;
            areturn
         9: .line 818
      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 829
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 10
            if_icmpeq 1
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 9
            if_icmpne 2
         1: .line 830
      StackMap locals:
      StackMap stack:
            return
         2: .line 832
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            getstatic org.objectweb.asm.Type.VOID_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 5
         3: .line 833
            aload 0 /* this */
            aconst_null
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.push:(Ljava/lang/String;)V
         4: .line 834
            goto 15
         5: .line 835
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            invokestatic org.objectweb.asm.commons.GeneratorAdapter.getBoxedType:(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/Type;
            astore 2 /* boxedType */
        start local 2 // org.objectweb.asm.Type boxedType
         6: .line 836
            aload 0 /* this */
            aload 2 /* boxedType */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.newInstance:(Lorg/objectweb/asm/Type;)V
         7: .line 837
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getSize:()I
            iconst_2
            if_icmpne 12
         8: .line 839
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dupX2:()V
         9: .line 840
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dupX2:()V
        10: .line 841
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.pop:()V
        11: .line 842
            goto 14
        12: .line 844
      StackMap locals: org.objectweb.asm.Type
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dupX1:()V
        13: .line 845
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.swap:()V
        14: .line 847
      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 849
      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 858
            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 859
      StackMap locals:
      StackMap stack:
            return
         2: .line 861
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            getstatic org.objectweb.asm.Type.VOID_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 5
         3: .line 862
            aload 0 /* this */
            aconst_null
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.push:(Ljava/lang/String;)V
         4: .line 863
            goto 7
         5: .line 864
      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 865
            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 867
      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 876
            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 878
            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 880
      StackMap locals: org.objectweb.asm.Type
      StackMap stack:
            return
         3: .line 882
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.CHARACTER_TYPE:Lorg/objectweb/asm/Type;
            astore 2 /* boxedType */
         4: .line 883
            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 884
            goto 18
        end local 3 // org.objectweb.asm.commons.Method unboxMethod
         6: .line 886
      StackMap locals:
      StackMap stack:
            getstatic org.objectweb.asm.commons.GeneratorAdapter.BOOLEAN_TYPE:Lorg/objectweb/asm/Type;
            astore 2 /* boxedType */
         7: .line 887
            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 888
            goto 18
        end local 3 // org.objectweb.asm.commons.Method unboxMethod
         9: .line 890
      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 891
            goto 18
        end local 3 // org.objectweb.asm.commons.Method unboxMethod
        11: .line 893
      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 894
            goto 18
        end local 3 // org.objectweb.asm.commons.Method unboxMethod
        13: .line 896
      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 897
            goto 18
        end local 3 // org.objectweb.asm.commons.Method unboxMethod
        15: .line 901
      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 902
            goto 18
        end local 3 // org.objectweb.asm.commons.Method unboxMethod
        17: .line 904
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* unboxMethod */
        start local 3 // org.objectweb.asm.commons.Method unboxMethod
        18: .line 906
      StackMap locals: org.objectweb.asm.commons.Method
      StackMap stack:
            aload 3 /* unboxMethod */
            ifnonnull 21
        19: .line 907
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.checkCast:(Lorg/objectweb/asm/Type;)V
        20: .line 908
            goto 23
        21: .line 909
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* boxedType */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.checkCast:(Lorg/objectweb/asm/Type;)V
        22: .line 910
            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 912
      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 924
            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 933
            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 934
            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 942
            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 943
            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 944
            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 956
            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 958
      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 959
            goto 37
         3: .line 961
      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 962
            goto 37
         8: .line 964
      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 965
            goto 37
        13: .line 968
      StackMap locals:
      StackMap stack:
            iload 2 /* mode */
            sipush 153
            if_icmpne 16
        14: .line 969
            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 970
            return
        16: .line 971
      StackMap locals:
      StackMap stack:
            iload 2 /* mode */
            sipush 154
            if_icmpne 19
        17: .line 972
            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 973
            return
        19: .line 975
      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 978
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 4 /* intOp */
        start local 4 // int intOp
        21: .line 979
            iload 2 /* mode */
            tableswitch { // 153 - 158
                  153: 22
                  154: 24
                  155: 28
                  156: 26
                  157: 32
                  158: 30
              default: 34
          }
        22: .line 981
      StackMap locals: int
      StackMap stack:
            sipush 159
            istore 4 /* intOp */
        23: .line 982
            goto 35
        24: .line 984
      StackMap locals:
      StackMap stack:
            sipush 160
            istore 4 /* intOp */
        25: .line 985
            goto 35
        26: .line 987
      StackMap locals:
      StackMap stack:
            sipush 162
            istore 4 /* intOp */
        27: .line 988
            goto 35
        28: .line 990
      StackMap locals:
      StackMap stack:
            sipush 161
            istore 4 /* intOp */
        29: .line 991
            goto 35
        30: .line 993
      StackMap locals:
      StackMap stack:
            sipush 164
            istore 4 /* intOp */
        31: .line 994
            goto 35
        32: .line 996
      StackMap locals:
      StackMap stack:
            sipush 163
            istore 4 /* intOp */
        33: .line 997
            goto 35
        34: .line 999
      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 1001
      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 1002
            return
        end local 4 // int intOp
        37: .line 1004
      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 1005
            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 1015
            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 1016
            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 1026
            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 1027
            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 1035
            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 1036
            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 1044
            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 1045
            return
        end local 1 // org.objectweb.asm.Label label
        end local 0 // org.objectweb.asm.commons.GeneratorAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/objectweb/asm/commons/GeneratorAdapter;
            0    2     1  label  Lorg/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      label  final

  public 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 1053
            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 1054
            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 1063
            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 1064
            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 1074
            aload 1 /* keys */
            arraylength
            ifne 3
         1: .line 1075
            fconst_0
            fstore 3 /* density */
        start local 3 // float density
         2: .line 1076
            goto 4
        end local 3 // float density
         3: .line 1077
      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 1079
      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 1080
            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 1092
            iconst_1
            istore 4 /* i */
        start local 4 // int i
         1: goto 5
         2: .line 1093
      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 1094
            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 1092
      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 1097
            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 1098
            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 1099
            aload 1 /* keys */
            arraylength
            ifle 44
         9: .line 1100
            aload 1 /* keys */
            arraylength
            istore 6 /* numKeys */
        start local 6 // int numKeys
        10: .line 1101
            iload 3 /* useTable */
            ifeq 31
        11: .line 1102
            aload 1 /* keys */
            iconst_0
            iaload
            istore 7 /* min */
        start local 7 // int min
        12: .line 1103
            aload 1 /* keys */
            iload 6 /* numKeys */
            iconst_1
            isub
            iaload
            istore 8 /* max */
        start local 8 // int max
        13: .line 1104
            iload 8 /* max */
            iload 7 /* min */
            isub
            iconst_1
            iadd
            istore 9 /* range */
        start local 9 // int range
        14: .line 1105
            iload 9 /* range */
            anewarray org.objectweb.asm.Label
            astore 10 /* labels */
        start local 10 // org.objectweb.asm.Label[] labels
        15: .line 1106
            aload 10 /* labels */
            aload 4 /* defaultLabel */
            invokestatic java.util.Arrays.fill:([Ljava/lang/Object;Ljava/lang/Object;)V
        16: .line 1107
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        17: goto 20
        18: .line 1108
      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 1107
            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 1110
            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 1111
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        23: goto 29
        24: .line 1112
      StackMap locals:
      StackMap stack:
            aload 10 /* labels */
            iload 11 /* i */
            aaload
            astore 12 /* label */
        start local 12 // org.objectweb.asm.Label label
        25: .line 1113
            aload 12 /* label */
            aload 4 /* defaultLabel */
            if_acmpeq 28
        26: .line 1114
            aload 0 /* this */
            aload 12 /* label */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.mark:(Lorg/objectweb/asm/Label;)V
        27: .line 1115
            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 1111
      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 1118
            goto 44
        31: .line 1119
      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 1120
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        33: goto 36
        34: .line 1121
      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 1120
            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 1123
            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 1124
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        39: goto 43
        40: .line 1125
      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 1126
            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 1124
            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 1130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* defaultLabel */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.mark:(Lorg/objectweb/asm/Label;)V
        45: .line 1131
            aload 2 /* generator */
            invokeinterface org.objectweb.asm.commons.TableSwitchGenerator.generateDefault:()V
        46: .line 1132
            aload 0 /* this */
            aload 5 /* endLabel */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.mark:(Lorg/objectweb/asm/Label;)V
        47: .line 1133
            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 1137
            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 1138
            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 1154
            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 1155
            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 1165
            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 1166
            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 1176
            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 1177
            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 1187
            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 1188
            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 1198
            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 1199
            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 1215
            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 1216
            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 1217
            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 1226
            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 1227
            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 1236
            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 1237
            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 1246
            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 1247
            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 1256
            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 1257
            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 1275
            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 1276
            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 1289
            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 1290
            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 1298
            aload 0 /* this */
            sipush 187
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.typeInsn:(ILorg/objectweb/asm/Type;)V
         1: .line 1299
            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 1308
            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 1310
      StackMap locals:
      StackMap stack:
            iconst_4
            istore 2 /* arrayType */
        start local 2 // int arrayType
         2: .line 1311
            goto 19
        end local 2 // int arrayType
         3: .line 1313
      StackMap locals:
      StackMap stack:
            iconst_5
            istore 2 /* arrayType */
        start local 2 // int arrayType
         4: .line 1314
            goto 19
        end local 2 // int arrayType
         5: .line 1316
      StackMap locals:
      StackMap stack:
            bipush 8
            istore 2 /* arrayType */
        start local 2 // int arrayType
         6: .line 1317
            goto 19
        end local 2 // int arrayType
         7: .line 1319
      StackMap locals:
      StackMap stack:
            bipush 9
            istore 2 /* arrayType */
        start local 2 // int arrayType
         8: .line 1320
            goto 19
        end local 2 // int arrayType
         9: .line 1322
      StackMap locals:
      StackMap stack:
            bipush 10
            istore 2 /* arrayType */
        start local 2 // int arrayType
        10: .line 1323
            goto 19
        end local 2 // int arrayType
        11: .line 1325
      StackMap locals:
      StackMap stack:
            bipush 6
            istore 2 /* arrayType */
        start local 2 // int arrayType
        12: .line 1326
            goto 19
        end local 2 // int arrayType
        13: .line 1328
      StackMap locals:
      StackMap stack:
            bipush 11
            istore 2 /* arrayType */
        start local 2 // int arrayType
        14: .line 1329
            goto 19
        end local 2 // int arrayType
        15: .line 1331
      StackMap locals:
      StackMap stack:
            bipush 7
            istore 2 /* arrayType */
        start local 2 // int arrayType
        16: .line 1332
            goto 19
        end local 2 // int arrayType
        17: .line 1334
      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 1335
            return
        start local 2 // int arrayType
        19: .line 1337
      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 1338
            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 1346
            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 1347
            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 1351
            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 1352
            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 1362
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.newInstance:(Lorg/objectweb/asm/Type;)V
         1: .line 1363
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.dup:()V
         2: .line 1364
            aload 0 /* this */
            aload 2 /* message */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.push:(Ljava/lang/String;)V
         3: .line 1365
            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 1366
            aload 0 /* this */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.throwException:()V
         5: .line 1367
            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 1375
            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 1376
            aload 0 /* this */
            sipush 192
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.typeInsn:(ILorg/objectweb/asm/Type;)V
         2: .line 1378
      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 1386
            aload 0 /* this */
            sipush 193
            aload 1 /* type */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.typeInsn:(ILorg/objectweb/asm/Type;)V
         1: .line 1387
            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 1391
            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 1392
            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 1396
            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 1397
            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 1405
            aload 0 /* this */
            getfield org.objectweb.asm.commons.GeneratorAdapter.access:I
            sipush 1024
            iand
            ifne 2
         1: .line 1406
            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 1408
      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 1409
            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 1419
            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 1420
            aload 3 /* exception */
            ifnonnull 4
         2: .line 1421
            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 1422
            goto 5
         4: .line 1423
      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 1425
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* catchLabel */
            invokevirtual org.objectweb.asm.commons.GeneratorAdapter.mark:(Lorg/objectweb/asm/Label;)V
         6: .line 1426
            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"