public class net.sf.cglib.core.EmitUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.sf.cglib.core.EmitUtils
  super_class: java.lang.Object
{
  private static final net.sf.cglib.core.Signature CSTRUCT_NULL;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature CSTRUCT_THROWABLE;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature GET_NAME;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature HASH_CODE;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature EQUALS;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature STRING_LENGTH;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature STRING_CHAR_AT;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature FOR_NAME;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature DOUBLE_TO_LONG_BITS;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature FLOAT_TO_INT_BITS;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature TO_STRING;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature APPEND_STRING;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature APPEND_INT;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature APPEND_DOUBLE;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature APPEND_FLOAT;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature APPEND_CHAR;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature APPEND_LONG;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature APPEND_BOOLEAN;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature LENGTH;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature SET_LENGTH;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.sf.cglib.core.Signature GET_DECLARED_METHOD;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final net.sf.cglib.core.EmitUtils$ArrayDelimiters DEFAULT_DELIMITERS;
    descriptor: Lnet/sf/cglib/core/EmitUtils$ArrayDelimiters;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 28
            ldc ""
            invokestatic net.sf.cglib.core.TypeUtils.parseConstructor:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
         1: .line 27
            putstatic net.sf.cglib.core.EmitUtils.CSTRUCT_NULL:Lnet/sf/cglib/core/Signature;
         2: .line 30
            ldc "Throwable"
            invokestatic net.sf.cglib.core.TypeUtils.parseConstructor:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
         3: .line 29
            putstatic net.sf.cglib.core.EmitUtils.CSTRUCT_THROWABLE:Lnet/sf/cglib/core/Signature;
         4: .line 33
            ldc "String getName()"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
         5: .line 32
            putstatic net.sf.cglib.core.EmitUtils.GET_NAME:Lnet/sf/cglib/core/Signature;
         6: .line 35
            ldc "int hashCode()"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
         7: .line 34
            putstatic net.sf.cglib.core.EmitUtils.HASH_CODE:Lnet/sf/cglib/core/Signature;
         8: .line 37
            ldc "boolean equals(Object)"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
         9: .line 36
            putstatic net.sf.cglib.core.EmitUtils.EQUALS:Lnet/sf/cglib/core/Signature;
        10: .line 39
            ldc "int length()"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
        11: .line 38
            putstatic net.sf.cglib.core.EmitUtils.STRING_LENGTH:Lnet/sf/cglib/core/Signature;
        12: .line 41
            ldc "char charAt(int)"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
        13: .line 40
            putstatic net.sf.cglib.core.EmitUtils.STRING_CHAR_AT:Lnet/sf/cglib/core/Signature;
        14: .line 43
            ldc "Class forName(String)"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
        15: .line 42
            putstatic net.sf.cglib.core.EmitUtils.FOR_NAME:Lnet/sf/cglib/core/Signature;
        16: .line 45
            ldc "long doubleToLongBits(double)"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
        17: .line 44
            putstatic net.sf.cglib.core.EmitUtils.DOUBLE_TO_LONG_BITS:Lnet/sf/cglib/core/Signature;
        18: .line 47
            ldc "int floatToIntBits(float)"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
        19: .line 46
            putstatic net.sf.cglib.core.EmitUtils.FLOAT_TO_INT_BITS:Lnet/sf/cglib/core/Signature;
        20: .line 49
            ldc "String toString()"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
        21: .line 48
            putstatic net.sf.cglib.core.EmitUtils.TO_STRING:Lnet/sf/cglib/core/Signature;
        22: .line 51
            ldc "StringBuffer append(String)"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
        23: .line 50
            putstatic net.sf.cglib.core.EmitUtils.APPEND_STRING:Lnet/sf/cglib/core/Signature;
        24: .line 53
            ldc "StringBuffer append(int)"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
        25: .line 52
            putstatic net.sf.cglib.core.EmitUtils.APPEND_INT:Lnet/sf/cglib/core/Signature;
        26: .line 55
            ldc "StringBuffer append(double)"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
        27: .line 54
            putstatic net.sf.cglib.core.EmitUtils.APPEND_DOUBLE:Lnet/sf/cglib/core/Signature;
        28: .line 57
            ldc "StringBuffer append(float)"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
        29: .line 56
            putstatic net.sf.cglib.core.EmitUtils.APPEND_FLOAT:Lnet/sf/cglib/core/Signature;
        30: .line 59
            ldc "StringBuffer append(char)"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
        31: .line 58
            putstatic net.sf.cglib.core.EmitUtils.APPEND_CHAR:Lnet/sf/cglib/core/Signature;
        32: .line 61
            ldc "StringBuffer append(long)"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
        33: .line 60
            putstatic net.sf.cglib.core.EmitUtils.APPEND_LONG:Lnet/sf/cglib/core/Signature;
        34: .line 63
            ldc "StringBuffer append(boolean)"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
        35: .line 62
            putstatic net.sf.cglib.core.EmitUtils.APPEND_BOOLEAN:Lnet/sf/cglib/core/Signature;
        36: .line 65
            ldc "int length()"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
        37: .line 64
            putstatic net.sf.cglib.core.EmitUtils.LENGTH:Lnet/sf/cglib/core/Signature;
        38: .line 67
            ldc "void setLength(int)"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
        39: .line 66
            putstatic net.sf.cglib.core.EmitUtils.SET_LENGTH:Lnet/sf/cglib/core/Signature;
        40: .line 69
            ldc "java.lang.reflect.Method getDeclaredMethod(String, Class[])"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
        41: .line 68
            putstatic net.sf.cglib.core.EmitUtils.GET_DECLARED_METHOD:Lnet/sf/cglib/core/Signature;
        42: .line 73
            new net.sf.cglib.core.EmitUtils$ArrayDelimiters
            dup
            ldc "{"
            ldc ", "
            ldc "}"
            invokespecial net.sf.cglib.core.EmitUtils$ArrayDelimiters.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            putstatic net.sf.cglib.core.EmitUtils.DEFAULT_DELIMITERS:Lnet/sf/cglib/core/EmitUtils$ArrayDelimiters;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.EmitUtils this
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            return
        end local 0 // net.sf.cglib.core.EmitUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/sf/cglib/core/EmitUtils;

  public static void factory_method(net.sf.cglib.core.ClassEmitter, net.sf.cglib.core.Signature);
    descriptor: (Lnet/sf/cglib/core/ClassEmitter;Lnet/sf/cglib/core/Signature;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // net.sf.cglib.core.ClassEmitter ce
        start local 1 // net.sf.cglib.core.Signature sig
         0: .line 79
            aload 0 /* ce */
            iconst_1
            aload 1 /* sig */
            aconst_null
            invokevirtual net.sf.cglib.core.ClassEmitter.begin_method:(ILnet/sf/cglib/core/Signature;[Lorg/objectweb/asm/Type;)Lnet/sf/cglib/core/CodeEmitter;
            astore 2 /* e */
        start local 2 // net.sf.cglib.core.CodeEmitter e
         1: .line 80
            aload 2 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.new_instance_this:()V
         2: .line 81
            aload 2 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
         3: .line 82
            aload 2 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_args:()V
         4: .line 83
            aload 2 /* e */
            aload 1 /* sig */
            invokevirtual net.sf.cglib.core.Signature.getArgumentTypes:()[Lorg/objectweb/asm/Type;
            invokestatic net.sf.cglib.core.TypeUtils.parseConstructor:([Lorg/objectweb/asm/Type;)Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_constructor_this:(Lnet/sf/cglib/core/Signature;)V
         5: .line 84
            aload 2 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.return_value:()V
         6: .line 85
            aload 2 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.end_method:()V
         7: .line 86
            return
        end local 2 // net.sf.cglib.core.CodeEmitter e
        end local 1 // net.sf.cglib.core.Signature sig
        end local 0 // net.sf.cglib.core.ClassEmitter ce
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0    ce  Lnet/sf/cglib/core/ClassEmitter;
            0    8     1   sig  Lnet/sf/cglib/core/Signature;
            1    8     2     e  Lnet/sf/cglib/core/CodeEmitter;
    MethodParameters:
      Name  Flags
      ce    
      sig   

  public static void null_constructor(net.sf.cglib.core.ClassEmitter);
    descriptor: (Lnet/sf/cglib/core/ClassEmitter;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // net.sf.cglib.core.ClassEmitter ce
         0: .line 89
            aload 0 /* ce */
            iconst_1
            getstatic net.sf.cglib.core.EmitUtils.CSTRUCT_NULL:Lnet/sf/cglib/core/Signature;
            aconst_null
            invokevirtual net.sf.cglib.core.ClassEmitter.begin_method:(ILnet/sf/cglib/core/Signature;[Lorg/objectweb/asm/Type;)Lnet/sf/cglib/core/CodeEmitter;
            astore 1 /* e */
        start local 1 // net.sf.cglib.core.CodeEmitter e
         1: .line 90
            aload 1 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_this:()V
         2: .line 91
            aload 1 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.super_invoke_constructor:()V
         3: .line 92
            aload 1 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.return_value:()V
         4: .line 93
            aload 1 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.end_method:()V
         5: .line 94
            return
        end local 1 // net.sf.cglib.core.CodeEmitter e
        end local 0 // net.sf.cglib.core.ClassEmitter ce
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0    ce  Lnet/sf/cglib/core/ClassEmitter;
            1    6     1     e  Lnet/sf/cglib/core/CodeEmitter;
    MethodParameters:
      Name  Flags
      ce    

  public static void process_array(net.sf.cglib.core.CodeEmitter, org.objectweb.asm.Type, net.sf.cglib.core.ProcessArrayCallback);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/ProcessArrayCallback;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // org.objectweb.asm.Type type
        start local 2 // net.sf.cglib.core.ProcessArrayCallback callback
         0: .line 104
            aload 1 /* type */
            invokestatic net.sf.cglib.core.TypeUtils.getComponentType:(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/Type;
            astore 3 /* componentType */
        start local 3 // org.objectweb.asm.Type componentType
         1: .line 105
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_local:()Lnet/sf/cglib/core/Local;
            astore 4 /* array */
        start local 4 // net.sf.cglib.core.Local array
         2: .line 106
            aload 0 /* e */
            getstatic org.objectweb.asm.Type.INT_TYPE:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.make_local:(Lorg/objectweb/asm/Type;)Lnet/sf/cglib/core/Local;
            astore 5 /* loopvar */
        start local 5 // net.sf.cglib.core.Local loopvar
         3: .line 107
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_label:()Lorg/objectweb/asm/Label;
            astore 6 /* loopbody */
        start local 6 // org.objectweb.asm.Label loopbody
         4: .line 108
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_label:()Lorg/objectweb/asm/Label;
            astore 7 /* checkloop */
        start local 7 // org.objectweb.asm.Label checkloop
         5: .line 109
            aload 0 /* e */
            aload 4 /* array */
            invokevirtual net.sf.cglib.core.CodeEmitter.store_local:(Lnet/sf/cglib/core/Local;)V
         6: .line 110
            aload 0 /* e */
            iconst_0
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(I)V
         7: .line 111
            aload 0 /* e */
            aload 5 /* loopvar */
            invokevirtual net.sf.cglib.core.CodeEmitter.store_local:(Lnet/sf/cglib/core/Local;)V
         8: .line 112
            aload 0 /* e */
            aload 7 /* checkloop */
            invokevirtual net.sf.cglib.core.CodeEmitter.goTo:(Lorg/objectweb/asm/Label;)V
         9: .line 114
            aload 0 /* e */
            aload 6 /* loopbody */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:(Lorg/objectweb/asm/Label;)V
        10: .line 115
            aload 0 /* e */
            aload 4 /* array */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_local:(Lnet/sf/cglib/core/Local;)V
        11: .line 116
            aload 0 /* e */
            aload 5 /* loopvar */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_local:(Lnet/sf/cglib/core/Local;)V
        12: .line 117
            aload 0 /* e */
            aload 3 /* componentType */
            invokevirtual net.sf.cglib.core.CodeEmitter.array_load:(Lorg/objectweb/asm/Type;)V
        13: .line 118
            aload 2 /* callback */
            aload 3 /* componentType */
            invokeinterface net.sf.cglib.core.ProcessArrayCallback.processElement:(Lorg/objectweb/asm/Type;)V
        14: .line 119
            aload 0 /* e */
            aload 5 /* loopvar */
            iconst_1
            invokevirtual net.sf.cglib.core.CodeEmitter.iinc:(Lnet/sf/cglib/core/Local;I)V
        15: .line 121
            aload 0 /* e */
            aload 7 /* checkloop */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:(Lorg/objectweb/asm/Label;)V
        16: .line 122
            aload 0 /* e */
            aload 5 /* loopvar */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_local:(Lnet/sf/cglib/core/Local;)V
        17: .line 123
            aload 0 /* e */
            aload 4 /* array */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_local:(Lnet/sf/cglib/core/Local;)V
        18: .line 124
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.arraylength:()V
        19: .line 125
            aload 0 /* e */
            sipush 155
            aload 6 /* loopbody */
            invokevirtual net.sf.cglib.core.CodeEmitter.if_icmp:(ILorg/objectweb/asm/Label;)V
        20: .line 126
            return
        end local 7 // org.objectweb.asm.Label checkloop
        end local 6 // org.objectweb.asm.Label loopbody
        end local 5 // net.sf.cglib.core.Local loopvar
        end local 4 // net.sf.cglib.core.Local array
        end local 3 // org.objectweb.asm.Type componentType
        end local 2 // net.sf.cglib.core.ProcessArrayCallback callback
        end local 1 // org.objectweb.asm.Type type
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   21     0              e  Lnet/sf/cglib/core/CodeEmitter;
            0   21     1           type  Lorg/objectweb/asm/Type;
            0   21     2       callback  Lnet/sf/cglib/core/ProcessArrayCallback;
            1   21     3  componentType  Lorg/objectweb/asm/Type;
            2   21     4          array  Lnet/sf/cglib/core/Local;
            3   21     5        loopvar  Lnet/sf/cglib/core/Local;
            4   21     6       loopbody  Lorg/objectweb/asm/Label;
            5   21     7      checkloop  Lorg/objectweb/asm/Label;
    MethodParameters:
          Name  Flags
      e         
      type      
      callback  

  public static void process_arrays(net.sf.cglib.core.CodeEmitter, org.objectweb.asm.Type, net.sf.cglib.core.ProcessArrayCallback);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/ProcessArrayCallback;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // org.objectweb.asm.Type type
        start local 2 // net.sf.cglib.core.ProcessArrayCallback callback
         0: .line 136
            aload 1 /* type */
            invokestatic net.sf.cglib.core.TypeUtils.getComponentType:(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/Type;
            astore 3 /* componentType */
        start local 3 // org.objectweb.asm.Type componentType
         1: .line 137
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_local:()Lnet/sf/cglib/core/Local;
            astore 4 /* array1 */
        start local 4 // net.sf.cglib.core.Local array1
         2: .line 138
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_local:()Lnet/sf/cglib/core/Local;
            astore 5 /* array2 */
        start local 5 // net.sf.cglib.core.Local array2
         3: .line 139
            aload 0 /* e */
            getstatic org.objectweb.asm.Type.INT_TYPE:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.make_local:(Lorg/objectweb/asm/Type;)Lnet/sf/cglib/core/Local;
            astore 6 /* loopvar */
        start local 6 // net.sf.cglib.core.Local loopvar
         4: .line 140
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_label:()Lorg/objectweb/asm/Label;
            astore 7 /* loopbody */
        start local 7 // org.objectweb.asm.Label loopbody
         5: .line 141
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_label:()Lorg/objectweb/asm/Label;
            astore 8 /* checkloop */
        start local 8 // org.objectweb.asm.Label checkloop
         6: .line 142
            aload 0 /* e */
            aload 4 /* array1 */
            invokevirtual net.sf.cglib.core.CodeEmitter.store_local:(Lnet/sf/cglib/core/Local;)V
         7: .line 143
            aload 0 /* e */
            aload 5 /* array2 */
            invokevirtual net.sf.cglib.core.CodeEmitter.store_local:(Lnet/sf/cglib/core/Local;)V
         8: .line 144
            aload 0 /* e */
            iconst_0
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(I)V
         9: .line 145
            aload 0 /* e */
            aload 6 /* loopvar */
            invokevirtual net.sf.cglib.core.CodeEmitter.store_local:(Lnet/sf/cglib/core/Local;)V
        10: .line 146
            aload 0 /* e */
            aload 8 /* checkloop */
            invokevirtual net.sf.cglib.core.CodeEmitter.goTo:(Lorg/objectweb/asm/Label;)V
        11: .line 148
            aload 0 /* e */
            aload 7 /* loopbody */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:(Lorg/objectweb/asm/Label;)V
        12: .line 149
            aload 0 /* e */
            aload 4 /* array1 */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_local:(Lnet/sf/cglib/core/Local;)V
        13: .line 150
            aload 0 /* e */
            aload 6 /* loopvar */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_local:(Lnet/sf/cglib/core/Local;)V
        14: .line 151
            aload 0 /* e */
            aload 3 /* componentType */
            invokevirtual net.sf.cglib.core.CodeEmitter.array_load:(Lorg/objectweb/asm/Type;)V
        15: .line 152
            aload 0 /* e */
            aload 5 /* array2 */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_local:(Lnet/sf/cglib/core/Local;)V
        16: .line 153
            aload 0 /* e */
            aload 6 /* loopvar */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_local:(Lnet/sf/cglib/core/Local;)V
        17: .line 154
            aload 0 /* e */
            aload 3 /* componentType */
            invokevirtual net.sf.cglib.core.CodeEmitter.array_load:(Lorg/objectweb/asm/Type;)V
        18: .line 155
            aload 2 /* callback */
            aload 3 /* componentType */
            invokeinterface net.sf.cglib.core.ProcessArrayCallback.processElement:(Lorg/objectweb/asm/Type;)V
        19: .line 156
            aload 0 /* e */
            aload 6 /* loopvar */
            iconst_1
            invokevirtual net.sf.cglib.core.CodeEmitter.iinc:(Lnet/sf/cglib/core/Local;I)V
        20: .line 158
            aload 0 /* e */
            aload 8 /* checkloop */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:(Lorg/objectweb/asm/Label;)V
        21: .line 159
            aload 0 /* e */
            aload 6 /* loopvar */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_local:(Lnet/sf/cglib/core/Local;)V
        22: .line 160
            aload 0 /* e */
            aload 4 /* array1 */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_local:(Lnet/sf/cglib/core/Local;)V
        23: .line 161
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.arraylength:()V
        24: .line 162
            aload 0 /* e */
            sipush 155
            aload 7 /* loopbody */
            invokevirtual net.sf.cglib.core.CodeEmitter.if_icmp:(ILorg/objectweb/asm/Label;)V
        25: .line 163
            return
        end local 8 // org.objectweb.asm.Label checkloop
        end local 7 // org.objectweb.asm.Label loopbody
        end local 6 // net.sf.cglib.core.Local loopvar
        end local 5 // net.sf.cglib.core.Local array2
        end local 4 // net.sf.cglib.core.Local array1
        end local 3 // org.objectweb.asm.Type componentType
        end local 2 // net.sf.cglib.core.ProcessArrayCallback callback
        end local 1 // org.objectweb.asm.Type type
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   26     0              e  Lnet/sf/cglib/core/CodeEmitter;
            0   26     1           type  Lorg/objectweb/asm/Type;
            0   26     2       callback  Lnet/sf/cglib/core/ProcessArrayCallback;
            1   26     3  componentType  Lorg/objectweb/asm/Type;
            2   26     4         array1  Lnet/sf/cglib/core/Local;
            3   26     5         array2  Lnet/sf/cglib/core/Local;
            4   26     6        loopvar  Lnet/sf/cglib/core/Local;
            5   26     7       loopbody  Lorg/objectweb/asm/Label;
            6   26     8      checkloop  Lorg/objectweb/asm/Label;
    MethodParameters:
          Name  Flags
      e         
      type      
      callback  

  public static void string_switch(net.sf.cglib.core.CodeEmitter, java.lang.String[], int, net.sf.cglib.core.ObjectSwitchCallback);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;[Ljava/lang/String;ILnet/sf/cglib/core/ObjectSwitchCallback;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // java.lang.String[] strings
        start local 2 // int switchStyle
        start local 3 // net.sf.cglib.core.ObjectSwitchCallback callback
         0: .line 167
            iload 2 /* switchStyle */
            tableswitch { // 0 - 2
                    0: 1
                    1: 3
                    2: 5
              default: 7
          }
         1: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            aload 1 /* strings */
            aload 3 /* callback */
            invokestatic net.sf.cglib.core.EmitUtils.string_switch_trie:(Lnet/sf/cglib/core/CodeEmitter;[Ljava/lang/String;Lnet/sf/cglib/core/ObjectSwitchCallback;)V
         2: .line 170
            goto 14
         3: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            aload 1 /* strings */
            aload 3 /* callback */
            iconst_0
            invokestatic net.sf.cglib.core.EmitUtils.string_switch_hash:(Lnet/sf/cglib/core/CodeEmitter;[Ljava/lang/String;Lnet/sf/cglib/core/ObjectSwitchCallback;Z)V
         4: .line 173
            goto 14
         5: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            aload 1 /* strings */
            aload 3 /* callback */
            iconst_1
            invokestatic net.sf.cglib.core.EmitUtils.string_switch_hash:(Lnet/sf/cglib/core/CodeEmitter;[Ljava/lang/String;Lnet/sf/cglib/core/ObjectSwitchCallback;Z)V
         6: .line 176
            goto 14
         7: .line 178
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "unknown switch style "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* switchStyle */
            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
         8: .line 180
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
            astore 4 /* ex */
        start local 4 // java.lang.RuntimeException ex
         9: .line 181
            aload 4 /* ex */
            athrow
        end local 4 // java.lang.RuntimeException ex
        10: .line 182
      StackMap locals:
      StackMap stack: java.lang.Error
            astore 4 /* ex */
        start local 4 // java.lang.Error ex
        11: .line 183
            aload 4 /* ex */
            athrow
        end local 4 // java.lang.Error ex
        12: .line 184
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 4 /* ex */
        start local 4 // java.lang.Exception ex
        13: .line 185
            new net.sf.cglib.core.CodeGenerationException
            dup
            aload 4 /* ex */
            invokespecial net.sf.cglib.core.CodeGenerationException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.lang.Exception ex
        14: .line 187
      StackMap locals:
      StackMap stack:
            return
        end local 3 // net.sf.cglib.core.ObjectSwitchCallback callback
        end local 2 // int switchStyle
        end local 1 // java.lang.String[] strings
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0            e  Lnet/sf/cglib/core/CodeEmitter;
            0   15     1      strings  [Ljava/lang/String;
            0   15     2  switchStyle  I
            0   15     3     callback  Lnet/sf/cglib/core/ObjectSwitchCallback;
            9   10     4           ex  Ljava/lang/RuntimeException;
           11   12     4           ex  Ljava/lang/Error;
           13   14     4           ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     8       8  Class java.lang.RuntimeException
           0     8      10  Class java.lang.Error
           0     8      12  Class java.lang.Exception
    MethodParameters:
             Name  Flags
      e            
      strings      
      switchStyle  
      callback     

  private static void string_switch_trie(net.sf.cglib.core.CodeEmitter, java.lang.String[], net.sf.cglib.core.ObjectSwitchCallback);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;[Ljava/lang/String;Lnet/sf/cglib/core/ObjectSwitchCallback;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=9, locals=6, args_size=3
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // java.lang.String[] strings
        start local 2 // net.sf.cglib.core.ObjectSwitchCallback callback
         0: .line 192
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_label:()Lorg/objectweb/asm/Label;
            astore 3 /* def */
        start local 3 // org.objectweb.asm.Label def
         1: .line 193
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_label:()Lorg/objectweb/asm/Label;
            astore 4 /* end */
        start local 4 // org.objectweb.asm.Label end
         2: .line 194
            aload 1 /* strings */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            new net.sf.cglib.core.EmitUtils$1
            dup
            invokespecial net.sf.cglib.core.EmitUtils$1.<init>:()V
            invokestatic net.sf.cglib.core.CollectionUtils.bucket:(Ljava/util/Collection;Lnet/sf/cglib/core/Transformer;)Ljava/util/Map;
            astore 5 /* buckets */
        start local 5 // java.util.Map buckets
         3: .line 199
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
         4: .line 200
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_STRING:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.STRING_LENGTH:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
         5: .line 201
            aload 0 /* e */
            aload 5 /* buckets */
            invokestatic net.sf.cglib.core.EmitUtils.getSwitchKeys:(Ljava/util/Map;)[I
            new net.sf.cglib.core.EmitUtils$2
            dup
            aload 5 /* buckets */
            aload 0 /* e */
            aload 2 /* callback */
            aload 3 /* def */
            aload 4 /* end */
            invokespecial net.sf.cglib.core.EmitUtils$2.<init>:(Ljava/util/Map;Lnet/sf/cglib/core/CodeEmitter;Lnet/sf/cglib/core/ObjectSwitchCallback;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;)V
            invokevirtual net.sf.cglib.core.CodeEmitter.process_switch:([ILnet/sf/cglib/core/ProcessSwitchCallback;)V
         6: .line 210
            aload 0 /* e */
            aload 3 /* def */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:(Lorg/objectweb/asm/Label;)V
         7: .line 211
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.pop:()V
         8: .line 212
            aload 2 /* callback */
            invokeinterface net.sf.cglib.core.ObjectSwitchCallback.processDefault:()V
         9: .line 213
            aload 0 /* e */
            aload 4 /* end */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:(Lorg/objectweb/asm/Label;)V
        10: .line 214
            return
        end local 5 // java.util.Map buckets
        end local 4 // org.objectweb.asm.Label end
        end local 3 // org.objectweb.asm.Label def
        end local 2 // net.sf.cglib.core.ObjectSwitchCallback callback
        end local 1 // java.lang.String[] strings
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0         e  Lnet/sf/cglib/core/CodeEmitter;
            0   11     1   strings  [Ljava/lang/String;
            0   11     2  callback  Lnet/sf/cglib/core/ObjectSwitchCallback;
            1   11     3       def  Lorg/objectweb/asm/Label;
            2   11     4       end  Lorg/objectweb/asm/Label;
            3   11     5   buckets  Ljava/util/Map;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
          Name  Flags
      e         final
      strings   
      callback  final

  private static void stringSwitchHelper(net.sf.cglib.core.CodeEmitter, java.util.List, net.sf.cglib.core.ObjectSwitchCallback, org.objectweb.asm.Label, org.objectweb.asm.Label, int);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Ljava/util/List;Lnet/sf/cglib/core/ObjectSwitchCallback;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;I)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=11, locals=8, args_size=6
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // java.util.List strings
        start local 2 // net.sf.cglib.core.ObjectSwitchCallback callback
        start local 3 // org.objectweb.asm.Label def
        start local 4 // org.objectweb.asm.Label end
        start local 5 // int index
         0: .line 222
            aload 1 /* strings */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual java.lang.String.length:()I
            istore 6 /* len */
        start local 6 // int len
         1: .line 223
            aload 1 /* strings */
            new net.sf.cglib.core.EmitUtils$3
            dup
            iload 5 /* index */
            invokespecial net.sf.cglib.core.EmitUtils$3.<init>:(I)V
            invokestatic net.sf.cglib.core.CollectionUtils.bucket:(Ljava/util/Collection;Lnet/sf/cglib/core/Transformer;)Ljava/util/Map;
            astore 7 /* buckets */
        start local 7 // java.util.Map buckets
         2: .line 228
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
         3: .line 229
            aload 0 /* e */
            iload 5 /* index */
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(I)V
         4: .line 230
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_STRING:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.STRING_CHAR_AT:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
         5: .line 231
            aload 0 /* e */
            aload 7 /* buckets */
            invokestatic net.sf.cglib.core.EmitUtils.getSwitchKeys:(Ljava/util/Map;)[I
            new net.sf.cglib.core.EmitUtils$4
            dup
            aload 7 /* buckets */
            iload 5 /* index */
            iload 6 /* len */
            aload 0 /* e */
            aload 2 /* callback */
            aload 4 /* end */
            aload 3 /* def */
            invokespecial net.sf.cglib.core.EmitUtils$4.<init>:(Ljava/util/Map;IILnet/sf/cglib/core/CodeEmitter;Lnet/sf/cglib/core/ObjectSwitchCallback;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;)V
            invokevirtual net.sf.cglib.core.CodeEmitter.process_switch:([ILnet/sf/cglib/core/ProcessSwitchCallback;)V
         6: .line 245
            return
        end local 7 // java.util.Map buckets
        end local 6 // int len
        end local 5 // int index
        end local 4 // org.objectweb.asm.Label end
        end local 3 // org.objectweb.asm.Label def
        end local 2 // net.sf.cglib.core.ObjectSwitchCallback callback
        end local 1 // java.util.List strings
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0         e  Lnet/sf/cglib/core/CodeEmitter;
            0    7     1   strings  Ljava/util/List;
            0    7     2  callback  Lnet/sf/cglib/core/ObjectSwitchCallback;
            0    7     3       def  Lorg/objectweb/asm/Label;
            0    7     4       end  Lorg/objectweb/asm/Label;
            0    7     5     index  I
            1    7     6       len  I
            2    7     7   buckets  Ljava/util/Map;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
          Name  Flags
      e         final
      strings   
      callback  final
      def       final
      end       final
      index     final

  static int[] getSwitchKeys(java.util.Map);
    descriptor: (Ljava/util/Map;)[I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // java.util.Map buckets
         0: .line 248
            aload 0 /* buckets */
            invokeinterface java.util.Map.size:()I
            newarray 10
            astore 1 /* keys */
        start local 1 // int[] keys
         1: .line 249
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         2: .line 250
            aload 0 /* buckets */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3 /* it */
        start local 3 // java.util.Iterator it
         3: goto 5
         4: .line 251
      StackMap locals: int[] int java.util.Iterator
      StackMap stack:
            aload 1 /* keys */
            iload 2 /* index */
            iinc 2 /* index */ 1
            aload 3 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            iastore
         5: .line 250
      StackMap locals:
      StackMap stack:
            aload 3 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        end local 3 // java.util.Iterator it
         6: .line 253
            aload 1 /* keys */
            invokestatic java.util.Arrays.sort:([I)V
         7: .line 254
            aload 1 /* keys */
            areturn
        end local 2 // int index
        end local 1 // int[] keys
        end local 0 // java.util.Map buckets
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0  buckets  Ljava/util/Map;
            1    8     1     keys  [I
            2    8     2    index  I
            3    6     3       it  Ljava/util/Iterator;
    MethodParameters:
         Name  Flags
      buckets  

  private static void string_switch_hash(net.sf.cglib.core.CodeEmitter, java.lang.String[], net.sf.cglib.core.ObjectSwitchCallback, boolean);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;[Ljava/lang/String;Lnet/sf/cglib/core/ObjectSwitchCallback;Z)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=10, locals=7, args_size=4
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // java.lang.String[] strings
        start local 2 // net.sf.cglib.core.ObjectSwitchCallback callback
        start local 3 // boolean skipEquals
         0: .line 261
            aload 1 /* strings */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            new net.sf.cglib.core.EmitUtils$5
            dup
            invokespecial net.sf.cglib.core.EmitUtils$5.<init>:()V
            invokestatic net.sf.cglib.core.CollectionUtils.bucket:(Ljava/util/Collection;Lnet/sf/cglib/core/Transformer;)Ljava/util/Map;
            astore 4 /* buckets */
        start local 4 // java.util.Map buckets
         1: .line 266
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_label:()Lorg/objectweb/asm/Label;
            astore 5 /* def */
        start local 5 // org.objectweb.asm.Label def
         2: .line 267
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_label:()Lorg/objectweb/asm/Label;
            astore 6 /* end */
        start local 6 // org.objectweb.asm.Label end
         3: .line 268
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
         4: .line 269
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_OBJECT:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.HASH_CODE:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
         5: .line 270
            aload 0 /* e */
            aload 4 /* buckets */
            invokestatic net.sf.cglib.core.EmitUtils.getSwitchKeys:(Ljava/util/Map;)[I
            new net.sf.cglib.core.EmitUtils$6
            dup
            aload 4 /* buckets */
            iload 3 /* skipEquals */
            aload 0 /* e */
            aload 2 /* callback */
            aload 6 /* end */
            aload 5 /* def */
            invokespecial net.sf.cglib.core.EmitUtils$6.<init>:(Ljava/util/Map;ZLnet/sf/cglib/core/CodeEmitter;Lnet/sf/cglib/core/ObjectSwitchCallback;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;)V
            invokevirtual net.sf.cglib.core.CodeEmitter.process_switch:([ILnet/sf/cglib/core/ProcessSwitchCallback;)V
         6: .line 303
            aload 0 /* e */
            aload 5 /* def */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:(Lorg/objectweb/asm/Label;)V
         7: .line 304
            aload 2 /* callback */
            invokeinterface net.sf.cglib.core.ObjectSwitchCallback.processDefault:()V
         8: .line 305
            aload 0 /* e */
            aload 6 /* end */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:(Lorg/objectweb/asm/Label;)V
         9: .line 306
            return
        end local 6 // org.objectweb.asm.Label end
        end local 5 // org.objectweb.asm.Label def
        end local 4 // java.util.Map buckets
        end local 3 // boolean skipEquals
        end local 2 // net.sf.cglib.core.ObjectSwitchCallback callback
        end local 1 // java.lang.String[] strings
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0           e  Lnet/sf/cglib/core/CodeEmitter;
            0   10     1     strings  [Ljava/lang/String;
            0   10     2    callback  Lnet/sf/cglib/core/ObjectSwitchCallback;
            0   10     3  skipEquals  Z
            1   10     4     buckets  Ljava/util/Map;
            2   10     5         def  Lorg/objectweb/asm/Label;
            3   10     6         end  Lorg/objectweb/asm/Label;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
            Name  Flags
      e           final
      strings     final
      callback    final
      skipEquals  final

  public static void load_class_this(net.sf.cglib.core.CodeEmitter);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.CodeEmitter e
         0: .line 309
            aload 0 /* e */
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.getClassEmitter:()Lnet/sf/cglib/core/ClassEmitter;
            invokevirtual net.sf.cglib.core.ClassEmitter.getClassType:()Lorg/objectweb/asm/Type;
            invokestatic net.sf.cglib.core.EmitUtils.load_class_helper:(Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;)V
         1: .line 310
            return
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     e  Lnet/sf/cglib/core/CodeEmitter;
    MethodParameters:
      Name  Flags
      e     

  public static void load_class(net.sf.cglib.core.CodeEmitter, org.objectweb.asm.Type);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // org.objectweb.asm.Type type
         0: .line 313
            aload 1 /* type */
            invokestatic net.sf.cglib.core.TypeUtils.isPrimitive:(Lorg/objectweb/asm/Type;)Z
            ifeq 5
         1: .line 314
            aload 1 /* type */
            getstatic org.objectweb.asm.Type.VOID_TYPE:Lorg/objectweb/asm/Type;
            if_acmpne 3
         2: .line 315
            new java.lang.IllegalArgumentException
            dup
            ldc "cannot load void type"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 317
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            aload 1 /* type */
            invokestatic net.sf.cglib.core.TypeUtils.getBoxedType:(Lorg/objectweb/asm/Type;)Lorg/objectweb/asm/Type;
            ldc "TYPE"
            getstatic net.sf.cglib.core.Constants.TYPE_CLASS:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.getstatic:(Lorg/objectweb/asm/Type;Ljava/lang/String;Lorg/objectweb/asm/Type;)V
         4: .line 318
            goto 6
         5: .line 319
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            aload 1 /* type */
            invokestatic net.sf.cglib.core.EmitUtils.load_class_helper:(Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;)V
         6: .line 321
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.objectweb.asm.Type type
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0     e  Lnet/sf/cglib/core/CodeEmitter;
            0    7     1  type  Lorg/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      e     
      type  

  private static void load_class_helper(net.sf.cglib.core.CodeEmitter, org.objectweb.asm.Type);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // org.objectweb.asm.Type type
         0: .line 324
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.isStaticHook:()Z
            ifeq 4
         1: .line 326
            aload 0 /* e */
            aload 1 /* type */
            invokestatic net.sf.cglib.core.TypeUtils.emulateClassGetName:(Lorg/objectweb/asm/Type;)Ljava/lang/String;
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(Ljava/lang/String;)V
         2: .line 327
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_CLASS:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.FOR_NAME:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_static:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
         3: .line 328
            goto 14
         4: .line 329
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.getClassEmitter:()Lnet/sf/cglib/core/ClassEmitter;
            astore 2 /* ce */
        start local 2 // net.sf.cglib.core.ClassEmitter ce
         5: .line 330
            aload 1 /* type */
            invokestatic net.sf.cglib.core.TypeUtils.emulateClassGetName:(Lorg/objectweb/asm/Type;)Ljava/lang/String;
            astore 3 /* typeName */
        start local 3 // java.lang.String typeName
         6: .line 333
            new java.lang.StringBuilder
            dup
            ldc "CGLIB$load_class$"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* typeName */
            invokestatic net.sf.cglib.core.TypeUtils.escapeType:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 4 /* fieldName */
        start local 4 // java.lang.String fieldName
         7: .line 334
            aload 2 /* ce */
            aload 4 /* fieldName */
            invokevirtual net.sf.cglib.core.ClassEmitter.isFieldDeclared:(Ljava/lang/String;)Z
            ifne 13
         8: .line 335
            aload 2 /* ce */
            bipush 26
            aload 4 /* fieldName */
            getstatic net.sf.cglib.core.Constants.TYPE_CLASS:Lorg/objectweb/asm/Type;
            aconst_null
            invokevirtual net.sf.cglib.core.ClassEmitter.declare_field:(ILjava/lang/String;Lorg/objectweb/asm/Type;Ljava/lang/Object;)V
         9: .line 336
            aload 2 /* ce */
            invokevirtual net.sf.cglib.core.ClassEmitter.getStaticHook:()Lnet/sf/cglib/core/CodeEmitter;
            astore 5 /* hook */
        start local 5 // net.sf.cglib.core.CodeEmitter hook
        10: .line 337
            aload 5 /* hook */
            aload 3 /* typeName */
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(Ljava/lang/String;)V
        11: .line 338
            aload 5 /* hook */
            getstatic net.sf.cglib.core.Constants.TYPE_CLASS:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.FOR_NAME:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_static:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
        12: .line 339
            aload 5 /* hook */
            aload 2 /* ce */
            invokevirtual net.sf.cglib.core.ClassEmitter.getClassType:()Lorg/objectweb/asm/Type;
            aload 4 /* fieldName */
            getstatic net.sf.cglib.core.Constants.TYPE_CLASS:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.putstatic:(Lorg/objectweb/asm/Type;Ljava/lang/String;Lorg/objectweb/asm/Type;)V
        end local 5 // net.sf.cglib.core.CodeEmitter hook
        13: .line 341
      StackMap locals: net.sf.cglib.core.ClassEmitter java.lang.String java.lang.String
      StackMap stack:
            aload 0 /* e */
            aload 4 /* fieldName */
            invokevirtual net.sf.cglib.core.CodeEmitter.getfield:(Ljava/lang/String;)V
        end local 4 // java.lang.String fieldName
        end local 3 // java.lang.String typeName
        end local 2 // net.sf.cglib.core.ClassEmitter ce
        14: .line 343
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.objectweb.asm.Type type
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0          e  Lnet/sf/cglib/core/CodeEmitter;
            0   15     1       type  Lorg/objectweb/asm/Type;
            5   14     2         ce  Lnet/sf/cglib/core/ClassEmitter;
            6   14     3   typeName  Ljava/lang/String;
            7   14     4  fieldName  Ljava/lang/String;
           10   13     5       hook  Lnet/sf/cglib/core/CodeEmitter;
    MethodParameters:
      Name  Flags
      e     
      type  final

  public static void push_array(net.sf.cglib.core.CodeEmitter, java.lang.Object[]);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;[Ljava/lang/Object;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // java.lang.Object[] array
         0: .line 346
            aload 0 /* e */
            aload 1 /* array */
            arraylength
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(I)V
         1: .line 347
            aload 0 /* e */
            aload 1 /* array */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getComponentType:()Ljava/lang/Class;
            invokestatic net.sf.cglib.core.EmitUtils.remapComponentType:(Ljava/lang/Class;)Ljava/lang/Class;
            invokestatic org.objectweb.asm.Type.getType:(Ljava/lang/Class;)Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.newarray:(Lorg/objectweb/asm/Type;)V
         2: .line 348
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 9
         4: .line 349
      StackMap locals: int
      StackMap stack:
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
         5: .line 350
            aload 0 /* e */
            iload 2 /* i */
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(I)V
         6: .line 351
            aload 0 /* e */
            aload 1 /* array */
            iload 2 /* i */
            aaload
            invokestatic net.sf.cglib.core.EmitUtils.push_object:(Lnet/sf/cglib/core/CodeEmitter;Ljava/lang/Object;)V
         7: .line 352
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.aastore:()V
         8: .line 348
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            aload 1 /* array */
            arraylength
            if_icmplt 4
        end local 2 // int i
        10: .line 354
            return
        end local 1 // java.lang.Object[] array
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0      e  Lnet/sf/cglib/core/CodeEmitter;
            0   11     1  array  [Ljava/lang/Object;
            3   10     2      i  I
    MethodParameters:
       Name  Flags
      e      
      array  

  private static java.lang.Class remapComponentType(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Class;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Class componentType
         0: .line 357
            aload 0 /* componentType */
            ldc Lorg/objectweb/asm/Type;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 358
            ldc Ljava/lang/Class;
            areturn
         2: .line 359
      StackMap locals:
      StackMap stack:
            aload 0 /* componentType */
            areturn
        end local 0 // java.lang.Class componentType
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0  componentType  Ljava/lang/Class;
    MethodParameters:
               Name  Flags
      componentType  

  public static void push_object(net.sf.cglib.core.CodeEmitter, java.lang.Object);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Ljava/lang/Object;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // java.lang.Object obj
         0: .line 363
            aload 1 /* obj */
            ifnonnull 3
         1: .line 364
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.aconst_null:()V
         2: .line 365
            goto 29
         3: .line 366
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            astore 2 /* type */
        start local 2 // java.lang.Class type
         4: .line 367
            aload 2 /* type */
            invokevirtual java.lang.Class.isArray:()Z
            ifeq 7
         5: .line 368
            aload 0 /* e */
            aload 1 /* obj */
            checkcast java.lang.Object[]
            invokestatic net.sf.cglib.core.EmitUtils.push_array:(Lnet/sf/cglib/core/CodeEmitter;[Ljava/lang/Object;)V
         6: .line 369
            goto 29
      StackMap locals: java.lang.Class
      StackMap stack:
         7: aload 1 /* obj */
            instanceof java.lang.String
            ifeq 10
         8: .line 370
            aload 0 /* e */
            aload 1 /* obj */
            checkcast java.lang.String
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(Ljava/lang/String;)V
         9: .line 371
            goto 29
      StackMap locals:
      StackMap stack:
        10: aload 1 /* obj */
            instanceof org.objectweb.asm.Type
            ifeq 13
        11: .line 372
            aload 0 /* e */
            aload 1 /* obj */
            checkcast org.objectweb.asm.Type
            invokestatic net.sf.cglib.core.EmitUtils.load_class:(Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;)V
        12: .line 373
            goto 29
      StackMap locals:
      StackMap stack:
        13: aload 1 /* obj */
            instanceof java.lang.Class
            ifeq 16
        14: .line 374
            aload 0 /* e */
            aload 1 /* obj */
            checkcast java.lang.Class
            invokestatic org.objectweb.asm.Type.getType:(Ljava/lang/Class;)Lorg/objectweb/asm/Type;
            invokestatic net.sf.cglib.core.EmitUtils.load_class:(Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;)V
        15: .line 375
            goto 29
      StackMap locals:
      StackMap stack:
        16: aload 1 /* obj */
            instanceof java.math.BigInteger
            ifeq 22
        17: .line 376
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_BIG_INTEGER:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.new_instance:(Lorg/objectweb/asm/Type;)V
        18: .line 377
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
        19: .line 378
            aload 0 /* e */
            aload 1 /* obj */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(Ljava/lang/String;)V
        20: .line 379
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_BIG_INTEGER:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_constructor:(Lorg/objectweb/asm/Type;)V
        21: .line 380
            goto 29
      StackMap locals:
      StackMap stack:
        22: aload 1 /* obj */
            instanceof java.math.BigDecimal
            ifeq 28
        23: .line 381
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_BIG_DECIMAL:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.new_instance:(Lorg/objectweb/asm/Type;)V
        24: .line 382
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
        25: .line 383
            aload 0 /* e */
            aload 1 /* obj */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(Ljava/lang/String;)V
        26: .line 384
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_BIG_DECIMAL:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_constructor:(Lorg/objectweb/asm/Type;)V
        27: .line 385
            goto 29
        28: .line 386
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "unknown type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            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
        end local 2 // java.lang.Class type
        29: .line 389
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object obj
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   30     0     e  Lnet/sf/cglib/core/CodeEmitter;
            0   30     1   obj  Ljava/lang/Object;
            4   29     2  type  Ljava/lang/Class;
    MethodParameters:
      Name  Flags
      e     
      obj   

  public static void hash_code(net.sf.cglib.core.CodeEmitter, org.objectweb.asm.Type, int, net.sf.cglib.core.Customizer);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;ILnet/sf/cglib/core/Customizer;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // org.objectweb.asm.Type type
        start local 2 // int multiplier
        start local 3 // net.sf.cglib.core.Customizer customizer
         0: .line 396
            aload 0 /* e */
            aload 1 /* type */
            iload 2 /* multiplier */
            aload 3 /* customizer */
            invokestatic net.sf.cglib.core.internal.CustomizerRegistry.singleton:(Lnet/sf/cglib/core/Customizer;)Lnet/sf/cglib/core/internal/CustomizerRegistry;
            invokestatic net.sf.cglib.core.EmitUtils.hash_code:(Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;ILnet/sf/cglib/core/internal/CustomizerRegistry;)V
         1: .line 397
            return
        end local 3 // net.sf.cglib.core.Customizer customizer
        end local 2 // int multiplier
        end local 1 // org.objectweb.asm.Type type
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0           e  Lnet/sf/cglib/core/CodeEmitter;
            0    2     1        type  Lorg/objectweb/asm/Type;
            0    2     2  multiplier  I
            0    2     3  customizer  Lnet/sf/cglib/core/Customizer;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      e           
      type        
      multiplier  
      customizer  final

  public static void hash_code(net.sf.cglib.core.CodeEmitter, org.objectweb.asm.Type, int, net.sf.cglib.core.internal.CustomizerRegistry);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;ILnet/sf/cglib/core/internal/CustomizerRegistry;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // org.objectweb.asm.Type type
        start local 2 // int multiplier
        start local 3 // net.sf.cglib.core.internal.CustomizerRegistry registry
         0: .line 400
            aload 1 /* type */
            invokestatic net.sf.cglib.core.TypeUtils.isArray:(Lorg/objectweb/asm/Type;)Z
            ifeq 3
         1: .line 401
            aload 0 /* e */
            aload 1 /* type */
            iload 2 /* multiplier */
            aload 3 /* registry */
            invokestatic net.sf.cglib.core.EmitUtils.hash_array:(Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;ILnet/sf/cglib/core/internal/CustomizerRegistry;)V
         2: .line 402
            goto 12
         3: .line 403
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            getstatic org.objectweb.asm.Type.INT_TYPE:Lorg/objectweb/asm/Type;
            aload 1 /* type */
            invokevirtual net.sf.cglib.core.CodeEmitter.swap:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;)V
         4: .line 404
            aload 0 /* e */
            iload 2 /* multiplier */
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(I)V
         5: .line 405
            aload 0 /* e */
            bipush 104
            getstatic org.objectweb.asm.Type.INT_TYPE:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.math:(ILorg/objectweb/asm/Type;)V
         6: .line 406
            aload 0 /* e */
            aload 1 /* type */
            getstatic org.objectweb.asm.Type.INT_TYPE:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.swap:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;)V
         7: .line 407
            aload 1 /* type */
            invokestatic net.sf.cglib.core.TypeUtils.isPrimitive:(Lorg/objectweb/asm/Type;)Z
            ifeq 10
         8: .line 408
            aload 0 /* e */
            aload 1 /* type */
            invokestatic net.sf.cglib.core.EmitUtils.hash_primitive:(Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;)V
         9: .line 409
            goto 11
        10: .line 410
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            aload 1 /* type */
            aload 3 /* registry */
            invokestatic net.sf.cglib.core.EmitUtils.hash_object:(Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/internal/CustomizerRegistry;)V
        11: .line 412
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            bipush 96
            getstatic org.objectweb.asm.Type.INT_TYPE:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.math:(ILorg/objectweb/asm/Type;)V
        12: .line 414
      StackMap locals:
      StackMap stack:
            return
        end local 3 // net.sf.cglib.core.internal.CustomizerRegistry registry
        end local 2 // int multiplier
        end local 1 // org.objectweb.asm.Type type
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0           e  Lnet/sf/cglib/core/CodeEmitter;
            0   13     1        type  Lorg/objectweb/asm/Type;
            0   13     2  multiplier  I
            0   13     3    registry  Lnet/sf/cglib/core/internal/CustomizerRegistry;
    MethodParameters:
            Name  Flags
      e           
      type        
      multiplier  
      registry    final

  private static void hash_array(net.sf.cglib.core.CodeEmitter, org.objectweb.asm.Type, int, net.sf.cglib.core.internal.CustomizerRegistry);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;ILnet/sf/cglib/core/internal/CustomizerRegistry;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // org.objectweb.asm.Type type
        start local 2 // int multiplier
        start local 3 // net.sf.cglib.core.internal.CustomizerRegistry registry
         0: .line 417
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_label:()Lorg/objectweb/asm/Label;
            astore 4 /* skip */
        start local 4 // org.objectweb.asm.Label skip
         1: .line 418
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_label:()Lorg/objectweb/asm/Label;
            astore 5 /* end */
        start local 5 // org.objectweb.asm.Label end
         2: .line 419
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
         3: .line 420
            aload 0 /* e */
            aload 4 /* skip */
            invokevirtual net.sf.cglib.core.CodeEmitter.ifnull:(Lorg/objectweb/asm/Label;)V
         4: .line 421
            aload 0 /* e */
            aload 1 /* type */
            new net.sf.cglib.core.EmitUtils$7
            dup
            aload 0 /* e */
            iload 2 /* multiplier */
            aload 3 /* registry */
            invokespecial net.sf.cglib.core.EmitUtils$7.<init>:(Lnet/sf/cglib/core/CodeEmitter;ILnet/sf/cglib/core/internal/CustomizerRegistry;)V
            invokestatic net.sf.cglib.core.EmitUtils.process_array:(Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/ProcessArrayCallback;)V
         5: .line 426
            aload 0 /* e */
            aload 5 /* end */
            invokevirtual net.sf.cglib.core.CodeEmitter.goTo:(Lorg/objectweb/asm/Label;)V
         6: .line 427
            aload 0 /* e */
            aload 4 /* skip */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:(Lorg/objectweb/asm/Label;)V
         7: .line 428
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.pop:()V
         8: .line 429
            aload 0 /* e */
            aload 5 /* end */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:(Lorg/objectweb/asm/Label;)V
         9: .line 430
            return
        end local 5 // org.objectweb.asm.Label end
        end local 4 // org.objectweb.asm.Label skip
        end local 3 // net.sf.cglib.core.internal.CustomizerRegistry registry
        end local 2 // int multiplier
        end local 1 // org.objectweb.asm.Type type
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0           e  Lnet/sf/cglib/core/CodeEmitter;
            0   10     1        type  Lorg/objectweb/asm/Type;
            0   10     2  multiplier  I
            0   10     3    registry  Lnet/sf/cglib/core/internal/CustomizerRegistry;
            1   10     4        skip  Lorg/objectweb/asm/Label;
            2   10     5         end  Lorg/objectweb/asm/Label;
    MethodParameters:
            Name  Flags
      e           final
      type        
      multiplier  final
      registry    final

  private static void hash_object(net.sf.cglib.core.CodeEmitter, org.objectweb.asm.Type, net.sf.cglib.core.internal.CustomizerRegistry);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/internal/CustomizerRegistry;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // org.objectweb.asm.Type type
        start local 2 // net.sf.cglib.core.internal.CustomizerRegistry registry
         0: .line 434
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_label:()Lorg/objectweb/asm/Label;
            astore 3 /* skip */
        start local 3 // org.objectweb.asm.Label skip
         1: .line 435
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_label:()Lorg/objectweb/asm/Label;
            astore 4 /* end */
        start local 4 // org.objectweb.asm.Label end
         2: .line 436
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
         3: .line 437
            aload 0 /* e */
            aload 3 /* skip */
            invokevirtual net.sf.cglib.core.CodeEmitter.ifnull:(Lorg/objectweb/asm/Label;)V
         4: .line 438
            iconst_0
            istore 5 /* customHashCode */
        start local 5 // boolean customHashCode
         5: .line 439
            aload 2 /* registry */
            ldc Lnet/sf/cglib/core/HashCodeCustomizer;
            invokevirtual net.sf.cglib.core.internal.CustomizerRegistry.get:(Ljava/lang/Class;)Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 7
            goto 10
      StackMap locals: net.sf.cglib.core.CodeEmitter org.objectweb.asm.Type net.sf.cglib.core.internal.CustomizerRegistry org.objectweb.asm.Label org.objectweb.asm.Label int top java.util.Iterator
      StackMap stack:
         6: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.sf.cglib.core.HashCodeCustomizer
            astore 6 /* customizer */
        start local 6 // net.sf.cglib.core.HashCodeCustomizer customizer
         7: .line 440
            aload 6 /* customizer */
            aload 0 /* e */
            aload 1 /* type */
            invokeinterface net.sf.cglib.core.HashCodeCustomizer.customize:(Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;)Z
            ifeq 10
         8: .line 441
            iconst_1
            istore 5 /* customHashCode */
         9: .line 442
            goto 11
        end local 6 // net.sf.cglib.core.HashCodeCustomizer customizer
        10: .line 439
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        11: .line 445
      StackMap locals: net.sf.cglib.core.CodeEmitter org.objectweb.asm.Type net.sf.cglib.core.internal.CustomizerRegistry org.objectweb.asm.Label org.objectweb.asm.Label int
      StackMap stack:
            iload 5 /* customHashCode */
            ifne 17
        12: .line 446
            aload 2 /* registry */
            ldc Lnet/sf/cglib/core/Customizer;
            invokevirtual net.sf.cglib.core.internal.CustomizerRegistry.get:(Ljava/lang/Class;)Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 7
            goto 15
      StackMap locals: net.sf.cglib.core.CodeEmitter org.objectweb.asm.Type net.sf.cglib.core.internal.CustomizerRegistry org.objectweb.asm.Label org.objectweb.asm.Label int top java.util.Iterator
      StackMap stack:
        13: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.sf.cglib.core.Customizer
            astore 6 /* customizer */
        start local 6 // net.sf.cglib.core.Customizer customizer
        14: .line 447
            aload 6 /* customizer */
            aload 0 /* e */
            aload 1 /* type */
            invokeinterface net.sf.cglib.core.Customizer.customize:(Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;)V
        end local 6 // net.sf.cglib.core.Customizer customizer
        15: .line 446
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 13
        16: .line 449
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_OBJECT:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.HASH_CODE:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
        17: .line 451
      StackMap locals: net.sf.cglib.core.CodeEmitter org.objectweb.asm.Type net.sf.cglib.core.internal.CustomizerRegistry org.objectweb.asm.Label org.objectweb.asm.Label int
      StackMap stack:
            aload 0 /* e */
            aload 4 /* end */
            invokevirtual net.sf.cglib.core.CodeEmitter.goTo:(Lorg/objectweb/asm/Label;)V
        18: .line 452
            aload 0 /* e */
            aload 3 /* skip */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:(Lorg/objectweb/asm/Label;)V
        19: .line 453
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.pop:()V
        20: .line 454
            aload 0 /* e */
            iconst_0
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(I)V
        21: .line 455
            aload 0 /* e */
            aload 4 /* end */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:(Lorg/objectweb/asm/Label;)V
        22: .line 456
            return
        end local 5 // boolean customHashCode
        end local 4 // org.objectweb.asm.Label end
        end local 3 // org.objectweb.asm.Label skip
        end local 2 // net.sf.cglib.core.internal.CustomizerRegistry registry
        end local 1 // org.objectweb.asm.Type type
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   23     0               e  Lnet/sf/cglib/core/CodeEmitter;
            0   23     1            type  Lorg/objectweb/asm/Type;
            0   23     2        registry  Lnet/sf/cglib/core/internal/CustomizerRegistry;
            1   23     3            skip  Lorg/objectweb/asm/Label;
            2   23     4             end  Lorg/objectweb/asm/Label;
            5   23     5  customHashCode  Z
            7   10     6      customizer  Lnet/sf/cglib/core/HashCodeCustomizer;
           14   15     6      customizer  Lnet/sf/cglib/core/Customizer;
    MethodParameters:
          Name  Flags
      e         
      type      
      registry  

  private static void hash_primitive(net.sf.cglib.core.CodeEmitter, org.objectweb.asm.Type);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // org.objectweb.asm.Type type
         0: .line 459
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            tableswitch { // 1 - 8
                    1: 1
                    2: 8
                    3: 8
                    4: 8
                    5: 8
                    6: 4
                    7: 7
                    8: 6
              default: 8
          }
         1: .line 462
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            iconst_1
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(I)V
         2: .line 463
            aload 0 /* e */
            sipush 130
            getstatic org.objectweb.asm.Type.INT_TYPE:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.math:(ILorg/objectweb/asm/Type;)V
         3: .line 464
            goto 8
         4: .line 467
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_FLOAT:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.FLOAT_TO_INT_BITS:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_static:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
         5: .line 468
            goto 8
         6: .line 471
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_DOUBLE:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.DOUBLE_TO_LONG_BITS:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_static:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
         7: .line 474
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            invokestatic net.sf.cglib.core.EmitUtils.hash_long:(Lnet/sf/cglib/core/CodeEmitter;)V
         8: .line 476
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.objectweb.asm.Type type
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0     e  Lnet/sf/cglib/core/CodeEmitter;
            0    9     1  type  Lorg/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      e     
      type  

  private static void hash_long(net.sf.cglib.core.CodeEmitter);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.CodeEmitter e
         0: .line 480
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup2:()V
         1: .line 481
            aload 0 /* e */
            bipush 32
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(I)V
         2: .line 482
            aload 0 /* e */
            bipush 124
            getstatic org.objectweb.asm.Type.LONG_TYPE:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.math:(ILorg/objectweb/asm/Type;)V
         3: .line 483
            aload 0 /* e */
            sipush 130
            getstatic org.objectweb.asm.Type.LONG_TYPE:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.math:(ILorg/objectweb/asm/Type;)V
         4: .line 484
            aload 0 /* e */
            getstatic org.objectweb.asm.Type.LONG_TYPE:Lorg/objectweb/asm/Type;
            getstatic org.objectweb.asm.Type.INT_TYPE:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.cast_numeric:(Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;)V
         5: .line 485
            return
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0     e  Lnet/sf/cglib/core/CodeEmitter;
    MethodParameters:
      Name  Flags
      e     

  public static void not_equals(net.sf.cglib.core.CodeEmitter, org.objectweb.asm.Type, org.objectweb.asm.Label, net.sf.cglib.core.Customizer);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Label;Lnet/sf/cglib/core/Customizer;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // org.objectweb.asm.Type type
        start local 2 // org.objectweb.asm.Label notEquals
        start local 3 // net.sf.cglib.core.Customizer customizer
         0: .line 496
            aload 0 /* e */
            aload 1 /* type */
            aload 2 /* notEquals */
            aload 3 /* customizer */
            invokestatic net.sf.cglib.core.internal.CustomizerRegistry.singleton:(Lnet/sf/cglib/core/Customizer;)Lnet/sf/cglib/core/internal/CustomizerRegistry;
            invokestatic net.sf.cglib.core.EmitUtils.not_equals:(Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Label;Lnet/sf/cglib/core/internal/CustomizerRegistry;)V
         1: .line 497
            return
        end local 3 // net.sf.cglib.core.Customizer customizer
        end local 2 // org.objectweb.asm.Label notEquals
        end local 1 // org.objectweb.asm.Type type
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0           e  Lnet/sf/cglib/core/CodeEmitter;
            0    2     1        type  Lorg/objectweb/asm/Type;
            0    2     2   notEquals  Lorg/objectweb/asm/Label;
            0    2     3  customizer  Lnet/sf/cglib/core/Customizer;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      e           
      type        
      notEquals   final
      customizer  final

  public static void not_equals(net.sf.cglib.core.CodeEmitter, org.objectweb.asm.Type, org.objectweb.asm.Label, net.sf.cglib.core.internal.CustomizerRegistry);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Label;Lnet/sf/cglib/core/internal/CustomizerRegistry;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // org.objectweb.asm.Type type
        start local 2 // org.objectweb.asm.Label notEquals
        start local 3 // net.sf.cglib.core.internal.CustomizerRegistry registry
         0: .line 507
            new net.sf.cglib.core.EmitUtils$8
            dup
            aload 0 /* e */
            aload 2 /* notEquals */
            aload 3 /* registry */
            invokespecial net.sf.cglib.core.EmitUtils$8.<init>:(Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Label;Lnet/sf/cglib/core/internal/CustomizerRegistry;)V
         1: .line 511
            aload 1 /* type */
            invokevirtual net.sf.cglib.core.EmitUtils$8.processElement:(Lorg/objectweb/asm/Type;)V
         2: .line 512
            return
        end local 3 // net.sf.cglib.core.internal.CustomizerRegistry registry
        end local 2 // org.objectweb.asm.Label notEquals
        end local 1 // org.objectweb.asm.Type type
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0          e  Lnet/sf/cglib/core/CodeEmitter;
            0    3     1       type  Lorg/objectweb/asm/Type;
            0    3     2  notEquals  Lorg/objectweb/asm/Label;
            0    3     3   registry  Lnet/sf/cglib/core/internal/CustomizerRegistry;
    MethodParameters:
           Name  Flags
      e          final
      type       
      notEquals  final
      registry   final

  private static void not_equals_helper(net.sf.cglib.core.CodeEmitter, org.objectweb.asm.Type, org.objectweb.asm.Label, net.sf.cglib.core.internal.CustomizerRegistry, net.sf.cglib.core.ProcessArrayCallback);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Label;Lnet/sf/cglib/core/internal/CustomizerRegistry;Lnet/sf/cglib/core/ProcessArrayCallback;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=9, args_size=5
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // org.objectweb.asm.Type type
        start local 2 // org.objectweb.asm.Label notEquals
        start local 3 // net.sf.cglib.core.internal.CustomizerRegistry registry
        start local 4 // net.sf.cglib.core.ProcessArrayCallback callback
         0: .line 519
            aload 1 /* type */
            invokestatic net.sf.cglib.core.TypeUtils.isPrimitive:(Lorg/objectweb/asm/Type;)Z
            ifeq 3
         1: .line 520
            aload 0 /* e */
            aload 1 /* type */
            sipush 154
            aload 2 /* notEquals */
            invokevirtual net.sf.cglib.core.CodeEmitter.if_cmp:(Lorg/objectweb/asm/Type;ILorg/objectweb/asm/Label;)V
         2: .line 521
            goto 31
         3: .line 522
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_label:()Lorg/objectweb/asm/Label;
            astore 5 /* end */
        start local 5 // org.objectweb.asm.Label end
         4: .line 523
            aload 0 /* e */
            aload 2 /* notEquals */
            aload 5 /* end */
            invokestatic net.sf.cglib.core.EmitUtils.nullcmp:(Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;)V
         5: .line 524
            aload 1 /* type */
            invokestatic net.sf.cglib.core.TypeUtils.isArray:(Lorg/objectweb/asm/Type;)Z
            ifeq 17
         6: .line 525
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_label:()Lorg/objectweb/asm/Label;
            astore 6 /* checkContents */
        start local 6 // org.objectweb.asm.Label checkContents
         7: .line 526
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup2:()V
         8: .line 527
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.arraylength:()V
         9: .line 528
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.swap:()V
        10: .line 529
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.arraylength:()V
        11: .line 530
            aload 0 /* e */
            sipush 153
            aload 6 /* checkContents */
            invokevirtual net.sf.cglib.core.CodeEmitter.if_icmp:(ILorg/objectweb/asm/Label;)V
        12: .line 531
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.pop2:()V
        13: .line 532
            aload 0 /* e */
            aload 2 /* notEquals */
            invokevirtual net.sf.cglib.core.CodeEmitter.goTo:(Lorg/objectweb/asm/Label;)V
        14: .line 533
            aload 0 /* e */
            aload 6 /* checkContents */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:(Lorg/objectweb/asm/Label;)V
        15: .line 534
            aload 0 /* e */
            aload 1 /* type */
            aload 4 /* callback */
            invokestatic net.sf.cglib.core.EmitUtils.process_arrays:(Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/ProcessArrayCallback;)V
        end local 6 // org.objectweb.asm.Label checkContents
        16: .line 535
            goto 30
        17: .line 536
      StackMap locals: org.objectweb.asm.Label
      StackMap stack:
            aload 3 /* registry */
            ldc Lnet/sf/cglib/core/Customizer;
            invokevirtual net.sf.cglib.core.internal.CustomizerRegistry.get:(Ljava/lang/Class;)Ljava/util/List;
            astore 6 /* customizers */
        start local 6 // java.util.List customizers
        18: .line 537
            aload 6 /* customizers */
            invokeinterface java.util.List.isEmpty:()Z
            ifne 28
        19: .line 538
            aload 6 /* customizers */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 8
            goto 22
      StackMap locals: net.sf.cglib.core.CodeEmitter org.objectweb.asm.Type org.objectweb.asm.Label net.sf.cglib.core.internal.CustomizerRegistry net.sf.cglib.core.ProcessArrayCallback org.objectweb.asm.Label java.util.List top java.util.Iterator
      StackMap stack:
        20: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.sf.cglib.core.Customizer
            astore 7 /* customizer */
        start local 7 // net.sf.cglib.core.Customizer customizer
        21: .line 539
            aload 7 /* customizer */
            aload 0 /* e */
            aload 1 /* type */
            invokeinterface net.sf.cglib.core.Customizer.customize:(Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;)V
        end local 7 // net.sf.cglib.core.Customizer customizer
        22: .line 538
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 20
        23: .line 541
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.swap:()V
        24: .line 542
            aload 6 /* customizers */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 8
            goto 27
      StackMap locals:
      StackMap stack:
        25: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.sf.cglib.core.Customizer
            astore 7 /* customizer */
        start local 7 // net.sf.cglib.core.Customizer customizer
        26: .line 543
            aload 7 /* customizer */
            aload 0 /* e */
            aload 1 /* type */
            invokeinterface net.sf.cglib.core.Customizer.customize:(Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;)V
        end local 7 // net.sf.cglib.core.Customizer customizer
        27: .line 542
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 25
        28: .line 546
      StackMap locals: net.sf.cglib.core.CodeEmitter org.objectweb.asm.Type org.objectweb.asm.Label net.sf.cglib.core.internal.CustomizerRegistry net.sf.cglib.core.ProcessArrayCallback org.objectweb.asm.Label java.util.List
      StackMap stack:
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_OBJECT:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.EQUALS:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
        29: .line 547
            aload 0 /* e */
            sipush 153
            aload 2 /* notEquals */
            invokevirtual net.sf.cglib.core.CodeEmitter.if_jump:(ILorg/objectweb/asm/Label;)V
        end local 6 // java.util.List customizers
        30: .line 549
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            aload 5 /* end */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:(Lorg/objectweb/asm/Label;)V
        end local 5 // org.objectweb.asm.Label end
        31: .line 551
      StackMap locals:
      StackMap stack:
            return
        end local 4 // net.sf.cglib.core.ProcessArrayCallback callback
        end local 3 // net.sf.cglib.core.internal.CustomizerRegistry registry
        end local 2 // org.objectweb.asm.Label notEquals
        end local 1 // org.objectweb.asm.Type type
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   32     0              e  Lnet/sf/cglib/core/CodeEmitter;
            0   32     1           type  Lorg/objectweb/asm/Type;
            0   32     2      notEquals  Lorg/objectweb/asm/Label;
            0   32     3       registry  Lnet/sf/cglib/core/internal/CustomizerRegistry;
            0   32     4       callback  Lnet/sf/cglib/core/ProcessArrayCallback;
            4   31     5            end  Lorg/objectweb/asm/Label;
            7   16     6  checkContents  Lorg/objectweb/asm/Label;
           18   30     6    customizers  Ljava/util/List<Lnet/sf/cglib/core/Customizer;>;
           21   22     7     customizer  Lnet/sf/cglib/core/Customizer;
           26   27     7     customizer  Lnet/sf/cglib/core/Customizer;
    MethodParameters:
           Name  Flags
      e          
      type       
      notEquals  
      registry   
      callback   

  private static void nullcmp(net.sf.cglib.core.CodeEmitter, org.objectweb.asm.Label, org.objectweb.asm.Label);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // org.objectweb.asm.Label oneNull
        start local 2 // org.objectweb.asm.Label bothNull
         0: .line 561
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup2:()V
         1: .line 562
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_label:()Lorg/objectweb/asm/Label;
            astore 3 /* nonNull */
        start local 3 // org.objectweb.asm.Label nonNull
         2: .line 563
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_label:()Lorg/objectweb/asm/Label;
            astore 4 /* oneNullHelper */
        start local 4 // org.objectweb.asm.Label oneNullHelper
         3: .line 564
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_label:()Lorg/objectweb/asm/Label;
            astore 5 /* end */
        start local 5 // org.objectweb.asm.Label end
         4: .line 565
            aload 0 /* e */
            aload 3 /* nonNull */
            invokevirtual net.sf.cglib.core.CodeEmitter.ifnonnull:(Lorg/objectweb/asm/Label;)V
         5: .line 566
            aload 0 /* e */
            aload 4 /* oneNullHelper */
            invokevirtual net.sf.cglib.core.CodeEmitter.ifnonnull:(Lorg/objectweb/asm/Label;)V
         6: .line 567
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.pop2:()V
         7: .line 568
            aload 0 /* e */
            aload 2 /* bothNull */
            invokevirtual net.sf.cglib.core.CodeEmitter.goTo:(Lorg/objectweb/asm/Label;)V
         8: .line 570
            aload 0 /* e */
            aload 3 /* nonNull */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:(Lorg/objectweb/asm/Label;)V
         9: .line 571
            aload 0 /* e */
            aload 4 /* oneNullHelper */
            invokevirtual net.sf.cglib.core.CodeEmitter.ifnull:(Lorg/objectweb/asm/Label;)V
        10: .line 572
            aload 0 /* e */
            aload 5 /* end */
            invokevirtual net.sf.cglib.core.CodeEmitter.goTo:(Lorg/objectweb/asm/Label;)V
        11: .line 574
            aload 0 /* e */
            aload 4 /* oneNullHelper */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:(Lorg/objectweb/asm/Label;)V
        12: .line 575
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.pop2:()V
        13: .line 576
            aload 0 /* e */
            aload 1 /* oneNull */
            invokevirtual net.sf.cglib.core.CodeEmitter.goTo:(Lorg/objectweb/asm/Label;)V
        14: .line 578
            aload 0 /* e */
            aload 5 /* end */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:(Lorg/objectweb/asm/Label;)V
        15: .line 579
            return
        end local 5 // org.objectweb.asm.Label end
        end local 4 // org.objectweb.asm.Label oneNullHelper
        end local 3 // org.objectweb.asm.Label nonNull
        end local 2 // org.objectweb.asm.Label bothNull
        end local 1 // org.objectweb.asm.Label oneNull
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   16     0              e  Lnet/sf/cglib/core/CodeEmitter;
            0   16     1        oneNull  Lorg/objectweb/asm/Label;
            0   16     2       bothNull  Lorg/objectweb/asm/Label;
            2   16     3        nonNull  Lorg/objectweb/asm/Label;
            3   16     4  oneNullHelper  Lorg/objectweb/asm/Label;
            4   16     5            end  Lorg/objectweb/asm/Label;
    MethodParameters:
          Name  Flags
      e         
      oneNull   
      bothNull  

  public static void append_string(net.sf.cglib.core.CodeEmitter, org.objectweb.asm.Type, net.sf.cglib.core.EmitUtils$ArrayDelimiters, net.sf.cglib.core.Customizer);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/EmitUtils$ArrayDelimiters;Lnet/sf/cglib/core/Customizer;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // org.objectweb.asm.Type type
        start local 2 // net.sf.cglib.core.EmitUtils$ArrayDelimiters delims
        start local 3 // net.sf.cglib.core.Customizer customizer
         0: .line 603
            aload 0 /* e */
            aload 1 /* type */
            aload 2 /* delims */
            aload 3 /* customizer */
            invokestatic net.sf.cglib.core.internal.CustomizerRegistry.singleton:(Lnet/sf/cglib/core/Customizer;)Lnet/sf/cglib/core/internal/CustomizerRegistry;
            invokestatic net.sf.cglib.core.EmitUtils.append_string:(Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/EmitUtils$ArrayDelimiters;Lnet/sf/cglib/core/internal/CustomizerRegistry;)V
         1: .line 604
            return
        end local 3 // net.sf.cglib.core.Customizer customizer
        end local 2 // net.sf.cglib.core.EmitUtils$ArrayDelimiters delims
        end local 1 // org.objectweb.asm.Type type
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0           e  Lnet/sf/cglib/core/CodeEmitter;
            0    2     1        type  Lorg/objectweb/asm/Type;
            0    2     2      delims  Lnet/sf/cglib/core/EmitUtils$ArrayDelimiters;
            0    2     3  customizer  Lnet/sf/cglib/core/Customizer;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      e           final
      type        
      delims      final
      customizer  final

  public static void append_string(net.sf.cglib.core.CodeEmitter, org.objectweb.asm.Type, net.sf.cglib.core.EmitUtils$ArrayDelimiters, net.sf.cglib.core.internal.CustomizerRegistry);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/EmitUtils$ArrayDelimiters;Lnet/sf/cglib/core/internal/CustomizerRegistry;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // org.objectweb.asm.Type type
        start local 2 // net.sf.cglib.core.EmitUtils$ArrayDelimiters delims
        start local 3 // net.sf.cglib.core.internal.CustomizerRegistry registry
         0: .line 610
            aload 2 /* delims */
            ifnull 1
            aload 2 /* delims */
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic net.sf.cglib.core.EmitUtils.DEFAULT_DELIMITERS:Lnet/sf/cglib/core/EmitUtils$ArrayDelimiters;
      StackMap locals:
      StackMap stack: net.sf.cglib.core.EmitUtils$ArrayDelimiters
         2: astore 4 /* d */
        start local 4 // net.sf.cglib.core.EmitUtils$ArrayDelimiters d
         3: .line 611
            new net.sf.cglib.core.EmitUtils$9
            dup
            aload 0 /* e */
            aload 4 /* d */
            aload 3 /* registry */
            invokespecial net.sf.cglib.core.EmitUtils$9.<init>:(Lnet/sf/cglib/core/CodeEmitter;Lnet/sf/cglib/core/EmitUtils$ArrayDelimiters;Lnet/sf/cglib/core/internal/CustomizerRegistry;)V
            astore 5 /* callback */
        start local 5 // net.sf.cglib.core.ProcessArrayCallback callback
         4: .line 618
            aload 0 /* e */
            aload 1 /* type */
            aload 4 /* d */
            aload 3 /* registry */
            aload 5 /* callback */
            invokestatic net.sf.cglib.core.EmitUtils.append_string_helper:(Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/EmitUtils$ArrayDelimiters;Lnet/sf/cglib/core/internal/CustomizerRegistry;Lnet/sf/cglib/core/ProcessArrayCallback;)V
         5: .line 619
            return
        end local 5 // net.sf.cglib.core.ProcessArrayCallback callback
        end local 4 // net.sf.cglib.core.EmitUtils$ArrayDelimiters d
        end local 3 // net.sf.cglib.core.internal.CustomizerRegistry registry
        end local 2 // net.sf.cglib.core.EmitUtils$ArrayDelimiters delims
        end local 1 // org.objectweb.asm.Type type
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0         e  Lnet/sf/cglib/core/CodeEmitter;
            0    6     1      type  Lorg/objectweb/asm/Type;
            0    6     2    delims  Lnet/sf/cglib/core/EmitUtils$ArrayDelimiters;
            0    6     3  registry  Lnet/sf/cglib/core/internal/CustomizerRegistry;
            3    6     4         d  Lnet/sf/cglib/core/EmitUtils$ArrayDelimiters;
            4    6     5  callback  Lnet/sf/cglib/core/ProcessArrayCallback;
    MethodParameters:
          Name  Flags
      e         final
      type      
      delims    final
      registry  final

  private static void append_string_helper(net.sf.cglib.core.CodeEmitter, org.objectweb.asm.Type, net.sf.cglib.core.EmitUtils$ArrayDelimiters, net.sf.cglib.core.internal.CustomizerRegistry, net.sf.cglib.core.ProcessArrayCallback);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/EmitUtils$ArrayDelimiters;Lnet/sf/cglib/core/internal/CustomizerRegistry;Lnet/sf/cglib/core/ProcessArrayCallback;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=9, args_size=5
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // org.objectweb.asm.Type type
        start local 2 // net.sf.cglib.core.EmitUtils$ArrayDelimiters delims
        start local 3 // net.sf.cglib.core.internal.CustomizerRegistry registry
        start local 4 // net.sf.cglib.core.ProcessArrayCallback callback
         0: .line 626
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_label:()Lorg/objectweb/asm/Label;
            astore 5 /* skip */
        start local 5 // org.objectweb.asm.Label skip
         1: .line 627
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_label:()Lorg/objectweb/asm/Label;
            astore 6 /* end */
        start local 6 // org.objectweb.asm.Label end
         2: .line 628
            aload 1 /* type */
            invokestatic net.sf.cglib.core.TypeUtils.isPrimitive:(Lorg/objectweb/asm/Type;)Z
            ifeq 16
         3: .line 629
            aload 1 /* type */
            invokevirtual org.objectweb.asm.Type.getSort:()I
            tableswitch { // 1 - 8
                    1: 12
                    2: 14
                    3: 4
                    4: 4
                    5: 4
                    6: 8
                    7: 10
                    8: 6
              default: 15
          }
         4: .line 633
      StackMap locals: org.objectweb.asm.Label org.objectweb.asm.Label
      StackMap stack:
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_STRING_BUFFER:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.APPEND_INT:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
         5: .line 634
            goto 38
         6: .line 636
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_STRING_BUFFER:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.APPEND_DOUBLE:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
         7: .line 637
            goto 38
         8: .line 639
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_STRING_BUFFER:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.APPEND_FLOAT:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
         9: .line 640
            goto 38
        10: .line 642
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_STRING_BUFFER:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.APPEND_LONG:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
        11: .line 643
            goto 38
        12: .line 645
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_STRING_BUFFER:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.APPEND_BOOLEAN:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
        13: .line 646
            goto 38
        14: .line 648
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_STRING_BUFFER:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.APPEND_CHAR:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
        15: .line 651
      StackMap locals:
      StackMap stack:
            goto 38
      StackMap locals:
      StackMap stack:
        16: aload 1 /* type */
            invokestatic net.sf.cglib.core.TypeUtils.isArray:(Lorg/objectweb/asm/Type;)Z
            ifeq 30
        17: .line 652
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
        18: .line 653
            aload 0 /* e */
            aload 5 /* skip */
            invokevirtual net.sf.cglib.core.CodeEmitter.ifnull:(Lorg/objectweb/asm/Label;)V
        19: .line 654
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.swap:()V
        20: .line 655
            aload 2 /* delims */
            ifnull 24
            aload 2 /* delims */
            getfield net.sf.cglib.core.EmitUtils$ArrayDelimiters.before:Ljava/lang/String;
            ifnull 24
            ldc ""
            aload 2 /* delims */
            getfield net.sf.cglib.core.EmitUtils$ArrayDelimiters.before:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 24
        21: .line 656
            aload 0 /* e */
            aload 2 /* delims */
            getfield net.sf.cglib.core.EmitUtils$ArrayDelimiters.before:Ljava/lang/String;
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(Ljava/lang/String;)V
        22: .line 657
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_STRING_BUFFER:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.APPEND_STRING:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
        23: .line 658
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.swap:()V
        24: .line 660
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            aload 1 /* type */
            aload 4 /* callback */
            invokestatic net.sf.cglib.core.EmitUtils.process_array:(Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/ProcessArrayCallback;)V
        25: .line 661
            aload 0 /* e */
            iconst_2
            invokestatic net.sf.cglib.core.EmitUtils.shrinkStringBuffer:(Lnet/sf/cglib/core/CodeEmitter;I)V
        26: .line 662
            aload 2 /* delims */
            ifnull 38
            aload 2 /* delims */
            getfield net.sf.cglib.core.EmitUtils$ArrayDelimiters.after:Ljava/lang/String;
            ifnull 38
            ldc ""
            aload 2 /* delims */
            getfield net.sf.cglib.core.EmitUtils$ArrayDelimiters.after:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 38
        27: .line 663
            aload 0 /* e */
            aload 2 /* delims */
            getfield net.sf.cglib.core.EmitUtils$ArrayDelimiters.after:Ljava/lang/String;
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(Ljava/lang/String;)V
        28: .line 664
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_STRING_BUFFER:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.APPEND_STRING:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
        29: .line 666
            goto 38
        30: .line 667
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
        31: .line 668
            aload 0 /* e */
            aload 5 /* skip */
            invokevirtual net.sf.cglib.core.CodeEmitter.ifnull:(Lorg/objectweb/asm/Label;)V
        32: .line 669
            aload 3 /* registry */
            ldc Lnet/sf/cglib/core/Customizer;
            invokevirtual net.sf.cglib.core.internal.CustomizerRegistry.get:(Ljava/lang/Class;)Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 8
            goto 35
      StackMap locals: net.sf.cglib.core.CodeEmitter org.objectweb.asm.Type net.sf.cglib.core.EmitUtils$ArrayDelimiters net.sf.cglib.core.internal.CustomizerRegistry net.sf.cglib.core.ProcessArrayCallback org.objectweb.asm.Label org.objectweb.asm.Label top java.util.Iterator
      StackMap stack:
        33: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.sf.cglib.core.Customizer
            astore 7 /* customizer */
        start local 7 // net.sf.cglib.core.Customizer customizer
        34: .line 670
            aload 7 /* customizer */
            aload 0 /* e */
            aload 1 /* type */
            invokeinterface net.sf.cglib.core.Customizer.customize:(Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;)V
        end local 7 // net.sf.cglib.core.Customizer customizer
        35: .line 669
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 33
        36: .line 672
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_OBJECT:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.TO_STRING:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
        37: .line 673
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_STRING_BUFFER:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.APPEND_STRING:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
        38: .line 675
      StackMap locals: net.sf.cglib.core.CodeEmitter org.objectweb.asm.Type net.sf.cglib.core.EmitUtils$ArrayDelimiters net.sf.cglib.core.internal.CustomizerRegistry net.sf.cglib.core.ProcessArrayCallback org.objectweb.asm.Label org.objectweb.asm.Label
      StackMap stack:
            aload 0 /* e */
            aload 6 /* end */
            invokevirtual net.sf.cglib.core.CodeEmitter.goTo:(Lorg/objectweb/asm/Label;)V
        39: .line 676
            aload 0 /* e */
            aload 5 /* skip */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:(Lorg/objectweb/asm/Label;)V
        40: .line 677
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.pop:()V
        41: .line 678
            aload 0 /* e */
            ldc "null"
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(Ljava/lang/String;)V
        42: .line 679
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_STRING_BUFFER:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.APPEND_STRING:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
        43: .line 680
            aload 0 /* e */
            aload 6 /* end */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:(Lorg/objectweb/asm/Label;)V
        44: .line 681
            return
        end local 6 // org.objectweb.asm.Label end
        end local 5 // org.objectweb.asm.Label skip
        end local 4 // net.sf.cglib.core.ProcessArrayCallback callback
        end local 3 // net.sf.cglib.core.internal.CustomizerRegistry registry
        end local 2 // net.sf.cglib.core.EmitUtils$ArrayDelimiters delims
        end local 1 // org.objectweb.asm.Type type
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   45     0           e  Lnet/sf/cglib/core/CodeEmitter;
            0   45     1        type  Lorg/objectweb/asm/Type;
            0   45     2      delims  Lnet/sf/cglib/core/EmitUtils$ArrayDelimiters;
            0   45     3    registry  Lnet/sf/cglib/core/internal/CustomizerRegistry;
            0   45     4    callback  Lnet/sf/cglib/core/ProcessArrayCallback;
            1   45     5        skip  Lorg/objectweb/asm/Label;
            2   45     6         end  Lorg/objectweb/asm/Label;
           34   35     7  customizer  Lnet/sf/cglib/core/Customizer;
    MethodParameters:
          Name  Flags
      e         
      type      
      delims    
      registry  
      callback  

  private static void shrinkStringBuffer(net.sf.cglib.core.CodeEmitter, int);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;I)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // int amt
         0: .line 684
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
         1: .line 685
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
         2: .line 686
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_STRING_BUFFER:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.LENGTH:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
         3: .line 687
            aload 0 /* e */
            iload 1 /* amt */
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(I)V
         4: .line 688
            aload 0 /* e */
            bipush 100
            getstatic org.objectweb.asm.Type.INT_TYPE:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.math:(ILorg/objectweb/asm/Type;)V
         5: .line 689
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_STRING_BUFFER:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.SET_LENGTH:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
         6: .line 690
            return
        end local 1 // int amt
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0     e  Lnet/sf/cglib/core/CodeEmitter;
            0    7     1   amt  I
    MethodParameters:
      Name  Flags
      e     
      amt   

  public static void load_method(net.sf.cglib.core.CodeEmitter, net.sf.cglib.core.MethodInfo);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lnet/sf/cglib/core/MethodInfo;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // net.sf.cglib.core.MethodInfo method
         0: .line 705
            aload 0 /* e */
            aload 1 /* method */
            invokevirtual net.sf.cglib.core.MethodInfo.getClassInfo:()Lnet/sf/cglib/core/ClassInfo;
            invokevirtual net.sf.cglib.core.ClassInfo.getType:()Lorg/objectweb/asm/Type;
            invokestatic net.sf.cglib.core.EmitUtils.load_class:(Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;)V
         1: .line 706
            aload 0 /* e */
            aload 1 /* method */
            invokevirtual net.sf.cglib.core.MethodInfo.getSignature:()Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.Signature.getName:()Ljava/lang/String;
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(Ljava/lang/String;)V
         2: .line 707
            aload 0 /* e */
            aload 1 /* method */
            invokevirtual net.sf.cglib.core.MethodInfo.getSignature:()Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.Signature.getArgumentTypes:()[Lorg/objectweb/asm/Type;
            invokestatic net.sf.cglib.core.EmitUtils.push_object:(Lnet/sf/cglib/core/CodeEmitter;Ljava/lang/Object;)V
         3: .line 708
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_CLASS:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.GET_DECLARED_METHOD:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
         4: .line 709
            return
        end local 1 // net.sf.cglib.core.MethodInfo method
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0       e  Lnet/sf/cglib/core/CodeEmitter;
            0    5     1  method  Lnet/sf/cglib/core/MethodInfo;
    MethodParameters:
        Name  Flags
      e       
      method  

  public static void method_switch(net.sf.cglib.core.CodeEmitter, java.util.List, net.sf.cglib.core.ObjectSwitchCallback);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Ljava/util/List;Lnet/sf/cglib/core/ObjectSwitchCallback;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // java.util.List methods
        start local 2 // net.sf.cglib.core.ObjectSwitchCallback callback
         0: .line 718
            aload 0 /* e */
            aload 1 /* methods */
            aload 2 /* callback */
            iconst_1
            invokestatic net.sf.cglib.core.EmitUtils.member_switch_helper:(Lnet/sf/cglib/core/CodeEmitter;Ljava/util/List;Lnet/sf/cglib/core/ObjectSwitchCallback;Z)V
         1: .line 719
            return
        end local 2 // net.sf.cglib.core.ObjectSwitchCallback callback
        end local 1 // java.util.List methods
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0         e  Lnet/sf/cglib/core/CodeEmitter;
            0    2     1   methods  Ljava/util/List;
            0    2     2  callback  Lnet/sf/cglib/core/ObjectSwitchCallback;
    MethodParameters:
          Name  Flags
      e         
      methods   
      callback  

  public static void constructor_switch(net.sf.cglib.core.CodeEmitter, java.util.List, net.sf.cglib.core.ObjectSwitchCallback);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Ljava/util/List;Lnet/sf/cglib/core/ObjectSwitchCallback;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // java.util.List constructors
        start local 2 // net.sf.cglib.core.ObjectSwitchCallback callback
         0: .line 724
            aload 0 /* e */
            aload 1 /* constructors */
            aload 2 /* callback */
            iconst_0
            invokestatic net.sf.cglib.core.EmitUtils.member_switch_helper:(Lnet/sf/cglib/core/CodeEmitter;Ljava/util/List;Lnet/sf/cglib/core/ObjectSwitchCallback;Z)V
         1: .line 725
            return
        end local 2 // net.sf.cglib.core.ObjectSwitchCallback callback
        end local 1 // java.util.List constructors
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0             e  Lnet/sf/cglib/core/CodeEmitter;
            0    2     1  constructors  Ljava/util/List;
            0    2     2      callback  Lnet/sf/cglib/core/ObjectSwitchCallback;
    MethodParameters:
              Name  Flags
      e             
      constructors  
      callback      

  private static void member_switch_helper(net.sf.cglib.core.CodeEmitter, java.util.List, net.sf.cglib.core.ObjectSwitchCallback, boolean);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Ljava/util/List;Lnet/sf/cglib/core/ObjectSwitchCallback;Z)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=11, locals=10, args_size=4
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // java.util.List members
        start local 2 // net.sf.cglib.core.ObjectSwitchCallback callback
        start local 3 // boolean useName
         0: .line 732
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 4 /* cache */
        start local 4 // java.util.Map cache
         1: .line 733
            new net.sf.cglib.core.EmitUtils$10
            dup
            aload 4 /* cache */
            invokespecial net.sf.cglib.core.EmitUtils$10.<init>:(Ljava/util/Map;)V
            astore 5 /* cached */
        start local 5 // net.sf.cglib.core.EmitUtils$ParameterTyper cached
         2: .line 742
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_label:()Lorg/objectweb/asm/Label;
            astore 6 /* def */
        start local 6 // org.objectweb.asm.Label def
         3: .line 743
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_label:()Lorg/objectweb/asm/Label;
            astore 7 /* end */
        start local 7 // org.objectweb.asm.Label end
         4: .line 744
            iload 3 /* useName */
            ifeq 10
         5: .line 745
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.swap:()V
         6: .line 746
            aload 1 /* members */
            new net.sf.cglib.core.EmitUtils$11
            dup
            invokespecial net.sf.cglib.core.EmitUtils$11.<init>:()V
            invokestatic net.sf.cglib.core.CollectionUtils.bucket:(Ljava/util/Collection;Lnet/sf/cglib/core/Transformer;)Ljava/util/Map;
            astore 8 /* buckets */
        start local 8 // java.util.Map buckets
         7: .line 751
            aload 8 /* buckets */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            aload 8 /* buckets */
            invokeinterface java.util.Map.size:()I
            anewarray java.lang.String
            invokeinterface java.util.Set.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.lang.String[]
            astore 9 /* names */
        start local 9 // java.lang.String[] names
         8: .line 752
            aload 0 /* e */
            aload 9 /* names */
            iconst_1
            new net.sf.cglib.core.EmitUtils$12
            dup
            aload 0 /* e */
            aload 8 /* buckets */
            aload 2 /* callback */
            aload 5 /* cached */
            aload 6 /* def */
            aload 7 /* end */
            invokespecial net.sf.cglib.core.EmitUtils$12.<init>:(Lnet/sf/cglib/core/CodeEmitter;Ljava/util/Map;Lnet/sf/cglib/core/ObjectSwitchCallback;Lnet/sf/cglib/core/EmitUtils$ParameterTyper;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;)V
            invokestatic net.sf.cglib.core.EmitUtils.string_switch:(Lnet/sf/cglib/core/CodeEmitter;[Ljava/lang/String;ILnet/sf/cglib/core/ObjectSwitchCallback;)V
        end local 9 // java.lang.String[] names
        end local 8 // java.util.Map buckets
         9: .line 760
            goto 11
        10: .line 761
      StackMap locals: net.sf.cglib.core.CodeEmitter java.util.List net.sf.cglib.core.ObjectSwitchCallback int java.util.Map net.sf.cglib.core.EmitUtils$ParameterTyper org.objectweb.asm.Label org.objectweb.asm.Label
      StackMap stack:
            aload 0 /* e */
            aload 1 /* members */
            aload 2 /* callback */
            aload 5 /* cached */
            aload 6 /* def */
            aload 7 /* end */
            invokestatic net.sf.cglib.core.EmitUtils.member_helper_size:(Lnet/sf/cglib/core/CodeEmitter;Ljava/util/List;Lnet/sf/cglib/core/ObjectSwitchCallback;Lnet/sf/cglib/core/EmitUtils$ParameterTyper;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;)V
        11: .line 763
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            aload 6 /* def */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:(Lorg/objectweb/asm/Label;)V
        12: .line 764
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.pop:()V
        13: .line 765
            aload 2 /* callback */
            invokeinterface net.sf.cglib.core.ObjectSwitchCallback.processDefault:()V
        14: .line 766
            aload 0 /* e */
            aload 7 /* end */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:(Lorg/objectweb/asm/Label;)V
        end local 7 // org.objectweb.asm.Label end
        end local 6 // org.objectweb.asm.Label def
        end local 5 // net.sf.cglib.core.EmitUtils$ParameterTyper cached
        end local 4 // java.util.Map cache
        15: .line 767
            goto 22
      StackMap locals: net.sf.cglib.core.CodeEmitter java.util.List net.sf.cglib.core.ObjectSwitchCallback int
      StackMap stack: java.lang.RuntimeException
        16: astore 4 /* ex */
        start local 4 // java.lang.RuntimeException ex
        17: .line 768
            aload 4 /* ex */
            athrow
        end local 4 // java.lang.RuntimeException ex
        18: .line 769
      StackMap locals:
      StackMap stack: java.lang.Error
            astore 4 /* ex */
        start local 4 // java.lang.Error ex
        19: .line 770
            aload 4 /* ex */
            athrow
        end local 4 // java.lang.Error ex
        20: .line 771
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 4 /* ex */
        start local 4 // java.lang.Exception ex
        21: .line 772
            new net.sf.cglib.core.CodeGenerationException
            dup
            aload 4 /* ex */
            invokespecial net.sf.cglib.core.CodeGenerationException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.lang.Exception ex
        22: .line 774
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean useName
        end local 2 // net.sf.cglib.core.ObjectSwitchCallback callback
        end local 1 // java.util.List members
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   23     0         e  Lnet/sf/cglib/core/CodeEmitter;
            0   23     1   members  Ljava/util/List;
            0   23     2  callback  Lnet/sf/cglib/core/ObjectSwitchCallback;
            0   23     3   useName  Z
            1   15     4     cache  Ljava/util/Map;
            2   15     5    cached  Lnet/sf/cglib/core/EmitUtils$ParameterTyper;
            3   15     6       def  Lorg/objectweb/asm/Label;
            4   15     7       end  Lorg/objectweb/asm/Label;
            7    9     8   buckets  Ljava/util/Map;
            8    9     9     names  [Ljava/lang/String;
           17   18     4        ex  Ljava/lang/RuntimeException;
           19   20     4        ex  Ljava/lang/Error;
           21   22     4        ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0    15      16  Class java.lang.RuntimeException
           0    15      18  Class java.lang.Error
           0    15      20  Class java.lang.Exception
    MethodParameters:
          Name  Flags
      e         final
      members   
      callback  final
      useName   

  private static void member_helper_size(net.sf.cglib.core.CodeEmitter, java.util.List, net.sf.cglib.core.ObjectSwitchCallback, net.sf.cglib.core.EmitUtils$ParameterTyper, org.objectweb.asm.Label, org.objectweb.asm.Label);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Ljava/util/List;Lnet/sf/cglib/core/ObjectSwitchCallback;Lnet/sf/cglib/core/EmitUtils$ParameterTyper;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=10, locals=7, args_size=6
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // java.util.List members
        start local 2 // net.sf.cglib.core.ObjectSwitchCallback callback
        start local 3 // net.sf.cglib.core.EmitUtils$ParameterTyper typer
        start local 4 // org.objectweb.asm.Label def
        start local 5 // org.objectweb.asm.Label end
         0: .line 782
            aload 1 /* members */
            new net.sf.cglib.core.EmitUtils$13
            dup
            aload 3 /* typer */
            invokespecial net.sf.cglib.core.EmitUtils$13.<init>:(Lnet/sf/cglib/core/EmitUtils$ParameterTyper;)V
            invokestatic net.sf.cglib.core.CollectionUtils.bucket:(Ljava/util/Collection;Lnet/sf/cglib/core/Transformer;)Ljava/util/Map;
            astore 6 /* buckets */
        start local 6 // java.util.Map buckets
         1: .line 787
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
         2: .line 788
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.arraylength:()V
         3: .line 789
            aload 0 /* e */
            aload 6 /* buckets */
            invokestatic net.sf.cglib.core.EmitUtils.getSwitchKeys:(Ljava/util/Map;)[I
            new net.sf.cglib.core.EmitUtils$14
            dup
            aload 6 /* buckets */
            aload 0 /* e */
            aload 2 /* callback */
            aload 3 /* typer */
            aload 4 /* def */
            aload 5 /* end */
            invokespecial net.sf.cglib.core.EmitUtils$14.<init>:(Ljava/util/Map;Lnet/sf/cglib/core/CodeEmitter;Lnet/sf/cglib/core/ObjectSwitchCallback;Lnet/sf/cglib/core/EmitUtils$ParameterTyper;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;)V
            invokevirtual net.sf.cglib.core.CodeEmitter.process_switch:([ILnet/sf/cglib/core/ProcessSwitchCallback;)V
         4: .line 798
            return
        end local 6 // java.util.Map buckets
        end local 5 // org.objectweb.asm.Label end
        end local 4 // org.objectweb.asm.Label def
        end local 3 // net.sf.cglib.core.EmitUtils$ParameterTyper typer
        end local 2 // net.sf.cglib.core.ObjectSwitchCallback callback
        end local 1 // java.util.List members
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0         e  Lnet/sf/cglib/core/CodeEmitter;
            0    5     1   members  Ljava/util/List;
            0    5     2  callback  Lnet/sf/cglib/core/ObjectSwitchCallback;
            0    5     3     typer  Lnet/sf/cglib/core/EmitUtils$ParameterTyper;
            0    5     4       def  Lorg/objectweb/asm/Label;
            0    5     5       end  Lorg/objectweb/asm/Label;
            1    5     6   buckets  Ljava/util/Map;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
          Name  Flags
      e         final
      members   
      callback  final
      typer     final
      def       final
      end       final

  private static void member_helper_type(net.sf.cglib.core.CodeEmitter, java.util.List, net.sf.cglib.core.ObjectSwitchCallback, net.sf.cglib.core.EmitUtils$ParameterTyper, org.objectweb.asm.Label, org.objectweb.asm.Label, java.util.BitSet);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Ljava/util/List;Lnet/sf/cglib/core/ObjectSwitchCallback;Lnet/sf/cglib/core/EmitUtils$ParameterTyper;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/util/BitSet;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=12, locals=13, args_size=7
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // java.util.List members
        start local 2 // net.sf.cglib.core.ObjectSwitchCallback callback
        start local 3 // net.sf.cglib.core.EmitUtils$ParameterTyper typer
        start local 4 // org.objectweb.asm.Label def
        start local 5 // org.objectweb.asm.Label end
        start local 6 // java.util.BitSet checked
         0: .line 807
            aload 1 /* members */
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpne 17
         1: .line 808
            aload 1 /* members */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast net.sf.cglib.core.MethodInfo
            astore 7 /* member */
        start local 7 // net.sf.cglib.core.MethodInfo member
         2: .line 809
            aload 3 /* typer */
            aload 7 /* member */
            invokeinterface net.sf.cglib.core.EmitUtils$ParameterTyper.getParameterTypes:(Lnet/sf/cglib/core/MethodInfo;)[Lorg/objectweb/asm/Type;
            astore 8 /* types */
        start local 8 // org.objectweb.asm.Type[] types
         3: .line 811
            iconst_0
            istore 9 /* i */
        start local 9 // int i
         4: goto 13
         5: .line 812
      StackMap locals: net.sf.cglib.core.MethodInfo org.objectweb.asm.Type[] int
      StackMap stack:
            aload 6 /* checked */
            ifnull 6
            aload 6 /* checked */
            iload 9 /* i */
            invokevirtual java.util.BitSet.get:(I)Z
            ifne 12
         6: .line 813
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
         7: .line 814
            aload 0 /* e */
            iload 9 /* i */
            invokevirtual net.sf.cglib.core.CodeEmitter.aaload:(I)V
         8: .line 815
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_CLASS:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.GET_NAME:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
         9: .line 816
            aload 0 /* e */
            aload 8 /* types */
            iload 9 /* i */
            aaload
            invokestatic net.sf.cglib.core.TypeUtils.emulateClassGetName:(Lorg/objectweb/asm/Type;)Ljava/lang/String;
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(Ljava/lang/String;)V
        10: .line 817
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_OBJECT:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.EQUALS:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
        11: .line 818
            aload 0 /* e */
            sipush 153
            aload 4 /* def */
            invokevirtual net.sf.cglib.core.CodeEmitter.if_jump:(ILorg/objectweb/asm/Label;)V
        12: .line 811
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 9 /* i */
            aload 8 /* types */
            arraylength
            if_icmplt 5
        end local 9 // int i
        14: .line 821
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.pop:()V
        15: .line 822
            aload 2 /* callback */
            aload 7 /* member */
            aload 5 /* end */
            invokeinterface net.sf.cglib.core.ObjectSwitchCallback.processCase:(Ljava/lang/Object;Lorg/objectweb/asm/Label;)V
        end local 8 // org.objectweb.asm.Type[] types
        end local 7 // net.sf.cglib.core.MethodInfo member
        16: .line 823
            goto 39
        17: .line 825
      StackMap locals:
      StackMap stack:
            aload 3 /* typer */
            aload 1 /* members */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast net.sf.cglib.core.MethodInfo
            invokeinterface net.sf.cglib.core.EmitUtils$ParameterTyper.getParameterTypes:(Lnet/sf/cglib/core/MethodInfo;)[Lorg/objectweb/asm/Type;
            astore 7 /* example */
        start local 7 // org.objectweb.asm.Type[] example
        18: .line 826
            aconst_null
            astore 8 /* buckets */
        start local 8 // java.util.Map buckets
        19: .line 827
            iconst_m1
            istore 9 /* index */
        start local 9 // int index
        20: .line 828
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        21: goto 28
        22: .line 829
      StackMap locals: net.sf.cglib.core.CodeEmitter java.util.List net.sf.cglib.core.ObjectSwitchCallback net.sf.cglib.core.EmitUtils$ParameterTyper org.objectweb.asm.Label org.objectweb.asm.Label java.util.BitSet org.objectweb.asm.Type[] java.util.Map int int
      StackMap stack:
            iload 10 /* i */
            istore 11 /* j */
        start local 11 // int j
        23: .line 830
            aload 1 /* members */
            new net.sf.cglib.core.EmitUtils$15
            dup
            aload 3 /* typer */
            iload 11 /* j */
            invokespecial net.sf.cglib.core.EmitUtils$15.<init>:(Lnet/sf/cglib/core/EmitUtils$ParameterTyper;I)V
            invokestatic net.sf.cglib.core.CollectionUtils.bucket:(Ljava/util/Collection;Lnet/sf/cglib/core/Transformer;)Ljava/util/Map;
            astore 12 /* test */
        start local 12 // java.util.Map test
        24: .line 835
            aload 8 /* buckets */
            ifnull 25
            aload 12 /* test */
            invokeinterface java.util.Map.size:()I
            aload 8 /* buckets */
            invokeinterface java.util.Map.size:()I
            if_icmple 27
        25: .line 836
      StackMap locals: int java.util.Map
      StackMap stack:
            aload 12 /* test */
            astore 8 /* buckets */
        26: .line 837
            iload 10 /* i */
            istore 9 /* index */
        end local 12 // java.util.Map test
        end local 11 // int j
        27: .line 828
      StackMap locals:
      StackMap stack:
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 10 /* i */
            aload 7 /* example */
            arraylength
            if_icmplt 22
        end local 10 // int i
        29: .line 840
            aload 8 /* buckets */
            ifnull 30
            aload 8 /* buckets */
            invokeinterface java.util.Map.size:()I
            iconst_1
            if_icmpne 32
        30: .line 843
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            aload 4 /* def */
            invokevirtual net.sf.cglib.core.CodeEmitter.goTo:(Lorg/objectweb/asm/Label;)V
        31: .line 844
            goto 39
        32: .line 845
      StackMap locals:
      StackMap stack:
            aload 6 /* checked */
            iload 9 /* index */
            invokevirtual java.util.BitSet.set:(I)V
        33: .line 847
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
        34: .line 848
            aload 0 /* e */
            iload 9 /* index */
            invokevirtual net.sf.cglib.core.CodeEmitter.aaload:(I)V
        35: .line 849
            aload 0 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_CLASS:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.EmitUtils.GET_NAME:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
        36: .line 851
            aload 8 /* buckets */
            astore 10 /* fbuckets */
        start local 10 // java.util.Map fbuckets
        37: .line 852
            aload 8 /* buckets */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            aload 8 /* buckets */
            invokeinterface java.util.Map.size:()I
            anewarray java.lang.String
            invokeinterface java.util.Set.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.lang.String[]
            astore 11 /* names */
        start local 11 // java.lang.String[] names
        38: .line 853
            aload 0 /* e */
            aload 11 /* names */
            iconst_1
            new net.sf.cglib.core.EmitUtils$16
            dup
            aload 0 /* e */
            aload 10 /* fbuckets */
            aload 2 /* callback */
            aload 3 /* typer */
            aload 4 /* def */
            aload 5 /* end */
            aload 6 /* checked */
            invokespecial net.sf.cglib.core.EmitUtils$16.<init>:(Lnet/sf/cglib/core/CodeEmitter;Ljava/util/Map;Lnet/sf/cglib/core/ObjectSwitchCallback;Lnet/sf/cglib/core/EmitUtils$ParameterTyper;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/util/BitSet;)V
            invokestatic net.sf.cglib.core.EmitUtils.string_switch:(Lnet/sf/cglib/core/CodeEmitter;[Ljava/lang/String;ILnet/sf/cglib/core/ObjectSwitchCallback;)V
        end local 11 // java.lang.String[] names
        end local 10 // java.util.Map fbuckets
        end local 9 // int index
        end local 8 // java.util.Map buckets
        end local 7 // org.objectweb.asm.Type[] example
        39: .line 863
      StackMap locals:
      StackMap stack:
            return
        end local 6 // java.util.BitSet checked
        end local 5 // org.objectweb.asm.Label end
        end local 4 // org.objectweb.asm.Label def
        end local 3 // net.sf.cglib.core.EmitUtils$ParameterTyper typer
        end local 2 // net.sf.cglib.core.ObjectSwitchCallback callback
        end local 1 // java.util.List members
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   40     0         e  Lnet/sf/cglib/core/CodeEmitter;
            0   40     1   members  Ljava/util/List;
            0   40     2  callback  Lnet/sf/cglib/core/ObjectSwitchCallback;
            0   40     3     typer  Lnet/sf/cglib/core/EmitUtils$ParameterTyper;
            0   40     4       def  Lorg/objectweb/asm/Label;
            0   40     5       end  Lorg/objectweb/asm/Label;
            0   40     6   checked  Ljava/util/BitSet;
            2   16     7    member  Lnet/sf/cglib/core/MethodInfo;
            3   16     8     types  [Lorg/objectweb/asm/Type;
            4   14     9         i  I
           18   39     7   example  [Lorg/objectweb/asm/Type;
           19   39     8   buckets  Ljava/util/Map;
           20   39     9     index  I
           21   29    10         i  I
           23   27    11         j  I
           24   27    12      test  Ljava/util/Map;
           37   39    10  fbuckets  Ljava/util/Map;
           38   39    11     names  [Ljava/lang/String;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
          Name  Flags
      e         final
      members   
      callback  final
      typer     final
      def       final
      end       final
      checked   final

  public static void wrap_throwable(net.sf.cglib.core.Block, org.objectweb.asm.Type);
    descriptor: (Lnet/sf/cglib/core/Block;Lorg/objectweb/asm/Type;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // net.sf.cglib.core.Block block
        start local 1 // org.objectweb.asm.Type wrapper
         0: .line 866
            aload 0 /* block */
            invokevirtual net.sf.cglib.core.Block.getCodeEmitter:()Lnet/sf/cglib/core/CodeEmitter;
            astore 2 /* e */
        start local 2 // net.sf.cglib.core.CodeEmitter e
         1: .line 867
            aload 2 /* e */
            aload 0 /* block */
            getstatic net.sf.cglib.core.Constants.TYPE_THROWABLE:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.catch_exception:(Lnet/sf/cglib/core/Block;Lorg/objectweb/asm/Type;)V
         2: .line 868
            aload 2 /* e */
            aload 1 /* wrapper */
            invokevirtual net.sf.cglib.core.CodeEmitter.new_instance:(Lorg/objectweb/asm/Type;)V
         3: .line 869
            aload 2 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup_x1:()V
         4: .line 870
            aload 2 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.swap:()V
         5: .line 871
            aload 2 /* e */
            aload 1 /* wrapper */
            getstatic net.sf.cglib.core.EmitUtils.CSTRUCT_THROWABLE:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_constructor:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
         6: .line 872
            aload 2 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.athrow:()V
         7: .line 873
            return
        end local 2 // net.sf.cglib.core.CodeEmitter e
        end local 1 // org.objectweb.asm.Type wrapper
        end local 0 // net.sf.cglib.core.Block block
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0    block  Lnet/sf/cglib/core/Block;
            0    8     1  wrapper  Lorg/objectweb/asm/Type;
            1    8     2        e  Lnet/sf/cglib/core/CodeEmitter;
    MethodParameters:
         Name  Flags
      block    
      wrapper  

  public static void add_properties(net.sf.cglib.core.ClassEmitter, java.lang.String[], org.objectweb.asm.Type[]);
    descriptor: (Lnet/sf/cglib/core/ClassEmitter;[Ljava/lang/String;[Lorg/objectweb/asm/Type;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // net.sf.cglib.core.ClassEmitter ce
        start local 1 // java.lang.String[] names
        start local 2 // org.objectweb.asm.Type[] types
         0: .line 876
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 6
         2: .line 877
      StackMap locals: int
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "$cglib_prop_"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* names */
            iload 3 /* i */
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 4 /* fieldName */
        start local 4 // java.lang.String fieldName
         3: .line 878
            aload 0 /* ce */
            iconst_2
            aload 4 /* fieldName */
            aload 2 /* types */
            iload 3 /* i */
            aaload
            aconst_null
            invokevirtual net.sf.cglib.core.ClassEmitter.declare_field:(ILjava/lang/String;Lorg/objectweb/asm/Type;Ljava/lang/Object;)V
         4: .line 879
            aload 0 /* ce */
            aload 1 /* names */
            iload 3 /* i */
            aaload
            aload 2 /* types */
            iload 3 /* i */
            aaload
            aload 4 /* fieldName */
            invokestatic net.sf.cglib.core.EmitUtils.add_property:(Lnet/sf/cglib/core/ClassEmitter;Ljava/lang/String;Lorg/objectweb/asm/Type;Ljava/lang/String;)V
        end local 4 // java.lang.String fieldName
         5: .line 876
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 1 /* names */
            arraylength
            if_icmplt 2
        end local 3 // int i
         7: .line 881
            return
        end local 2 // org.objectweb.asm.Type[] types
        end local 1 // java.lang.String[] names
        end local 0 // net.sf.cglib.core.ClassEmitter ce
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0         ce  Lnet/sf/cglib/core/ClassEmitter;
            0    8     1      names  [Ljava/lang/String;
            0    8     2      types  [Lorg/objectweb/asm/Type;
            1    7     3          i  I
            3    5     4  fieldName  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      ce     
      names  
      types  

  public static void add_property(net.sf.cglib.core.ClassEmitter, java.lang.String, org.objectweb.asm.Type, java.lang.String);
    descriptor: (Lnet/sf/cglib/core/ClassEmitter;Ljava/lang/String;Lorg/objectweb/asm/Type;Ljava/lang/String;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=10, locals=6, args_size=4
        start local 0 // net.sf.cglib.core.ClassEmitter ce
        start local 1 // java.lang.String name
        start local 2 // org.objectweb.asm.Type type
        start local 3 // java.lang.String fieldName
         0: .line 884
            aload 1 /* name */
            invokestatic net.sf.cglib.core.TypeUtils.upperFirst:(Ljava/lang/String;)Ljava/lang/String;
            astore 4 /* property */
        start local 4 // java.lang.String property
         1: .line 886
            aload 0 /* ce */
            iconst_1
         2: .line 887
            new net.sf.cglib.core.Signature
            dup
            new java.lang.StringBuilder
            dup
            ldc "get"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* property */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 888
            aload 2 /* type */
         4: .line 889
            getstatic net.sf.cglib.core.Constants.TYPES_EMPTY:[Lorg/objectweb/asm/Type;
         5: .line 887
            invokespecial net.sf.cglib.core.Signature.<init>:(Ljava/lang/String;Lorg/objectweb/asm/Type;[Lorg/objectweb/asm/Type;)V
         6: .line 890
            aconst_null
         7: .line 886
            invokevirtual net.sf.cglib.core.ClassEmitter.begin_method:(ILnet/sf/cglib/core/Signature;[Lorg/objectweb/asm/Type;)Lnet/sf/cglib/core/CodeEmitter;
            astore 5 /* e */
        start local 5 // net.sf.cglib.core.CodeEmitter e
         8: .line 891
            aload 5 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_this:()V
         9: .line 892
            aload 5 /* e */
            aload 3 /* fieldName */
            invokevirtual net.sf.cglib.core.CodeEmitter.getfield:(Ljava/lang/String;)V
        10: .line 893
            aload 5 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.return_value:()V
        11: .line 894
            aload 5 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.end_method:()V
        12: .line 896
            aload 0 /* ce */
            iconst_1
        13: .line 897
            new net.sf.cglib.core.Signature
            dup
            new java.lang.StringBuilder
            dup
            ldc "set"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* property */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        14: .line 898
            getstatic org.objectweb.asm.Type.VOID_TYPE:Lorg/objectweb/asm/Type;
        15: .line 899
            iconst_1
            anewarray org.objectweb.asm.Type
            dup
            iconst_0
            aload 2 /* type */
            aastore
        16: .line 897
            invokespecial net.sf.cglib.core.Signature.<init>:(Ljava/lang/String;Lorg/objectweb/asm/Type;[Lorg/objectweb/asm/Type;)V
        17: .line 900
            aconst_null
        18: .line 896
            invokevirtual net.sf.cglib.core.ClassEmitter.begin_method:(ILnet/sf/cglib/core/Signature;[Lorg/objectweb/asm/Type;)Lnet/sf/cglib/core/CodeEmitter;
            astore 5 /* e */
        19: .line 901
            aload 5 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_this:()V
        20: .line 902
            aload 5 /* e */
            iconst_0
            invokevirtual net.sf.cglib.core.CodeEmitter.load_arg:(I)V
        21: .line 903
            aload 5 /* e */
            aload 3 /* fieldName */
            invokevirtual net.sf.cglib.core.CodeEmitter.putfield:(Ljava/lang/String;)V
        22: .line 904
            aload 5 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.return_value:()V
        23: .line 905
            aload 5 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.end_method:()V
        24: .line 906
            return
        end local 5 // net.sf.cglib.core.CodeEmitter e
        end local 4 // java.lang.String property
        end local 3 // java.lang.String fieldName
        end local 2 // org.objectweb.asm.Type type
        end local 1 // java.lang.String name
        end local 0 // net.sf.cglib.core.ClassEmitter ce
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   25     0         ce  Lnet/sf/cglib/core/ClassEmitter;
            0   25     1       name  Ljava/lang/String;
            0   25     2       type  Lorg/objectweb/asm/Type;
            0   25     3  fieldName  Ljava/lang/String;
            1   25     4   property  Ljava/lang/String;
            8   25     5          e  Lnet/sf/cglib/core/CodeEmitter;
    MethodParameters:
           Name  Flags
      ce         
      name       
      type       
      fieldName  

  public static void wrap_undeclared_throwable(net.sf.cglib.core.CodeEmitter, net.sf.cglib.core.Block, org.objectweb.asm.Type[], org.objectweb.asm.Type);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lnet/sf/cglib/core/Block;[Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // net.sf.cglib.core.Block handler
        start local 2 // org.objectweb.asm.Type[] exceptions
        start local 3 // org.objectweb.asm.Type wrapper
         0: .line 920
            aload 2 /* exceptions */
            ifnonnull 1
            getstatic java.util.Collections.EMPTY_SET:Ljava/util/Set;
            goto 2
      StackMap locals:
      StackMap stack:
         1: new java.util.HashSet
            dup
            aload 2 /* exceptions */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial java.util.HashSet.<init>:(Ljava/util/Collection;)V
      StackMap locals:
      StackMap stack: java.util.Set
         2: astore 4 /* set */
        start local 4 // java.util.Set set
         3: .line 922
            aload 4 /* set */
            getstatic net.sf.cglib.core.Constants.TYPE_THROWABLE:Lorg/objectweb/asm/Type;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 923
            return
         5: .line 925
      StackMap locals: java.util.Set
      StackMap stack:
            aload 2 /* exceptions */
            ifnull 6
            iconst_1
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 5 /* needThrow */
        start local 5 // boolean needThrow
         8: .line 926
            aload 4 /* set */
            getstatic net.sf.cglib.core.Constants.TYPE_RUNTIME_EXCEPTION:Lorg/objectweb/asm/Type;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 11
         9: .line 927
            aload 0 /* e */
            aload 1 /* handler */
            getstatic net.sf.cglib.core.Constants.TYPE_RUNTIME_EXCEPTION:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.catch_exception:(Lnet/sf/cglib/core/Block;Lorg/objectweb/asm/Type;)V
        10: .line 928
            iconst_1
            istore 5 /* needThrow */
        11: .line 930
      StackMap locals: int
      StackMap stack:
            aload 4 /* set */
            getstatic net.sf.cglib.core.Constants.TYPE_ERROR:Lorg/objectweb/asm/Type;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 14
        12: .line 931
            aload 0 /* e */
            aload 1 /* handler */
            getstatic net.sf.cglib.core.Constants.TYPE_ERROR:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.catch_exception:(Lnet/sf/cglib/core/Block;Lorg/objectweb/asm/Type;)V
        13: .line 932
            iconst_1
            istore 5 /* needThrow */
        14: .line 934
      StackMap locals:
      StackMap stack:
            aload 2 /* exceptions */
            ifnull 20
        15: .line 935
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        16: goto 19
        17: .line 936
      StackMap locals: int
      StackMap stack:
            aload 0 /* e */
            aload 1 /* handler */
            aload 2 /* exceptions */
            iload 6 /* i */
            aaload
            invokevirtual net.sf.cglib.core.CodeEmitter.catch_exception:(Lnet/sf/cglib/core/Block;Lorg/objectweb/asm/Type;)V
        18: .line 935
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 6 /* i */
            aload 2 /* exceptions */
            arraylength
            if_icmplt 17
        end local 6 // int i
        20: .line 939
      StackMap locals:
      StackMap stack:
            iload 5 /* needThrow */
            ifeq 22
        21: .line 940
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.athrow:()V
        22: .line 943
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            aload 1 /* handler */
            getstatic net.sf.cglib.core.Constants.TYPE_THROWABLE:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.catch_exception:(Lnet/sf/cglib/core/Block;Lorg/objectweb/asm/Type;)V
        23: .line 944
            aload 0 /* e */
            aload 3 /* wrapper */
            invokevirtual net.sf.cglib.core.CodeEmitter.new_instance:(Lorg/objectweb/asm/Type;)V
        24: .line 945
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup_x1:()V
        25: .line 946
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.swap:()V
        26: .line 947
            aload 0 /* e */
            aload 3 /* wrapper */
            getstatic net.sf.cglib.core.EmitUtils.CSTRUCT_THROWABLE:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_constructor:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
        27: .line 948
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.athrow:()V
        28: .line 949
            return
        end local 5 // boolean needThrow
        end local 4 // java.util.Set set
        end local 3 // org.objectweb.asm.Type wrapper
        end local 2 // org.objectweb.asm.Type[] exceptions
        end local 1 // net.sf.cglib.core.Block handler
        end local 0 // net.sf.cglib.core.CodeEmitter e
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   29     0           e  Lnet/sf/cglib/core/CodeEmitter;
            0   29     1     handler  Lnet/sf/cglib/core/Block;
            0   29     2  exceptions  [Lorg/objectweb/asm/Type;
            0   29     3     wrapper  Lorg/objectweb/asm/Type;
            3   29     4         set  Ljava/util/Set;
            8   29     5   needThrow  Z
           16   20     6           i  I
    MethodParameters:
            Name  Flags
      e           
      handler     
      exceptions  
      wrapper     

  public static net.sf.cglib.core.CodeEmitter begin_method(net.sf.cglib.core.ClassEmitter, net.sf.cglib.core.MethodInfo);
    descriptor: (Lnet/sf/cglib/core/ClassEmitter;Lnet/sf/cglib/core/MethodInfo;)Lnet/sf/cglib/core/CodeEmitter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.sf.cglib.core.ClassEmitter e
        start local 1 // net.sf.cglib.core.MethodInfo method
         0: .line 952
            aload 0 /* e */
            aload 1 /* method */
            aload 1 /* method */
            invokevirtual net.sf.cglib.core.MethodInfo.getModifiers:()I
            invokestatic net.sf.cglib.core.EmitUtils.begin_method:(Lnet/sf/cglib/core/ClassEmitter;Lnet/sf/cglib/core/MethodInfo;I)Lnet/sf/cglib/core/CodeEmitter;
            areturn
        end local 1 // net.sf.cglib.core.MethodInfo method
        end local 0 // net.sf.cglib.core.ClassEmitter e
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0       e  Lnet/sf/cglib/core/ClassEmitter;
            0    1     1  method  Lnet/sf/cglib/core/MethodInfo;
    MethodParameters:
        Name  Flags
      e       
      method  

  public static net.sf.cglib.core.CodeEmitter begin_method(net.sf.cglib.core.ClassEmitter, net.sf.cglib.core.MethodInfo, int);
    descriptor: (Lnet/sf/cglib/core/ClassEmitter;Lnet/sf/cglib/core/MethodInfo;I)Lnet/sf/cglib/core/CodeEmitter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // net.sf.cglib.core.ClassEmitter e
        start local 1 // net.sf.cglib.core.MethodInfo method
        start local 2 // int access
         0: .line 956
            aload 0 /* e */
            iload 2 /* access */
         1: .line 957
            aload 1 /* method */
            invokevirtual net.sf.cglib.core.MethodInfo.getSignature:()Lnet/sf/cglib/core/Signature;
         2: .line 958
            aload 1 /* method */
            invokevirtual net.sf.cglib.core.MethodInfo.getExceptionTypes:()[Lorg/objectweb/asm/Type;
         3: .line 956
            invokevirtual net.sf.cglib.core.ClassEmitter.begin_method:(ILnet/sf/cglib/core/Signature;[Lorg/objectweb/asm/Type;)Lnet/sf/cglib/core/CodeEmitter;
            areturn
        end local 2 // int access
        end local 1 // net.sf.cglib.core.MethodInfo method
        end local 0 // net.sf.cglib.core.ClassEmitter e
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0       e  Lnet/sf/cglib/core/ClassEmitter;
            0    4     1  method  Lnet/sf/cglib/core/MethodInfo;
            0    4     2  access  I
    MethodParameters:
        Name  Flags
      e       
      method  
      access  
}
SourceFile: "EmitUtils.java"
NestMembers:
  net.sf.cglib.core.EmitUtils$1  net.sf.cglib.core.EmitUtils$10  net.sf.cglib.core.EmitUtils$11  net.sf.cglib.core.EmitUtils$12  net.sf.cglib.core.EmitUtils$13  net.sf.cglib.core.EmitUtils$14  net.sf.cglib.core.EmitUtils$15  net.sf.cglib.core.EmitUtils$16  net.sf.cglib.core.EmitUtils$2  net.sf.cglib.core.EmitUtils$3  net.sf.cglib.core.EmitUtils$4  net.sf.cglib.core.EmitUtils$5  net.sf.cglib.core.EmitUtils$6  net.sf.cglib.core.EmitUtils$7  net.sf.cglib.core.EmitUtils$8  net.sf.cglib.core.EmitUtils$9  net.sf.cglib.core.EmitUtils$ArrayDelimiters  net.sf.cglib.core.EmitUtils$ParameterTyper
InnerClasses:
  net.sf.cglib.core.EmitUtils$1
  net.sf.cglib.core.EmitUtils$10
  net.sf.cglib.core.EmitUtils$11
  net.sf.cglib.core.EmitUtils$12
  net.sf.cglib.core.EmitUtils$13
  net.sf.cglib.core.EmitUtils$14
  net.sf.cglib.core.EmitUtils$15
  net.sf.cglib.core.EmitUtils$16
  net.sf.cglib.core.EmitUtils$2
  net.sf.cglib.core.EmitUtils$3
  net.sf.cglib.core.EmitUtils$4
  net.sf.cglib.core.EmitUtils$5
  net.sf.cglib.core.EmitUtils$6
  net.sf.cglib.core.EmitUtils$7
  net.sf.cglib.core.EmitUtils$8
  net.sf.cglib.core.EmitUtils$9
  public ArrayDelimiters = net.sf.cglib.core.EmitUtils$ArrayDelimiters of net.sf.cglib.core.EmitUtils
  private abstract ParameterTyper = net.sf.cglib.core.EmitUtils$ParameterTyper of net.sf.cglib.core.EmitUtils