class net.sf.cglib.proxy.MethodInterceptorGenerator implements net.sf.cglib.proxy.CallbackGenerator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.proxy.MethodInterceptorGenerator
  super_class: java.lang.Object
{
  public static final net.sf.cglib.proxy.MethodInterceptorGenerator INSTANCE;
    descriptor: Lnet/sf/cglib/proxy/MethodInterceptorGenerator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static final java.lang.String EMPTY_ARGS_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "CGLIB$emptyArgs"

  static final java.lang.String FIND_PROXY_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "CGLIB$findMethodProxy"

  static final java.lang.Class[] FIND_PROXY_TYPES;
    descriptor: [Ljava/lang/Class;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

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

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

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

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

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

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

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

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

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

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

  private static final net.sf.cglib.core.Signature FIND_PROXY;
    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.Transformer METHOD_TO_CLASS;
    descriptor: Lnet/sf/cglib/core/Transformer;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=8, locals=0, args_size=0
         0: .line 27
            new net.sf.cglib.proxy.MethodInterceptorGenerator
            dup
            invokespecial net.sf.cglib.proxy.MethodInterceptorGenerator.<init>:()V
            putstatic net.sf.cglib.proxy.MethodInterceptorGenerator.INSTANCE:Lnet/sf/cglib/proxy/MethodInterceptorGenerator;
         1: .line 31
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Lnet/sf/cglib/core/Signature;
            aastore
            putstatic net.sf.cglib.proxy.MethodInterceptorGenerator.FIND_PROXY_TYPES:[Ljava/lang/Class;
         2: .line 34
            ldc "AbstractMethodError"
            invokestatic net.sf.cglib.core.TypeUtils.parseType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
         3: .line 33
            putstatic net.sf.cglib.proxy.MethodInterceptorGenerator.ABSTRACT_METHOD_ERROR:Lorg/objectweb/asm/Type;
         4: .line 36
            ldc "java.lang.reflect.Method"
            invokestatic net.sf.cglib.core.TypeUtils.parseType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
         5: .line 35
            putstatic net.sf.cglib.proxy.MethodInterceptorGenerator.METHOD:Lorg/objectweb/asm/Type;
         6: .line 38
            ldc "net.sf.cglib.core.ReflectUtils"
            invokestatic net.sf.cglib.core.TypeUtils.parseType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
         7: .line 37
            putstatic net.sf.cglib.proxy.MethodInterceptorGenerator.REFLECT_UTILS:Lorg/objectweb/asm/Type;
         8: .line 40
            ldc "net.sf.cglib.proxy.MethodProxy"
            invokestatic net.sf.cglib.core.TypeUtils.parseType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
         9: .line 39
            putstatic net.sf.cglib.proxy.MethodInterceptorGenerator.METHOD_PROXY:Lorg/objectweb/asm/Type;
        10: .line 42
            ldc "net.sf.cglib.proxy.MethodInterceptor"
            invokestatic net.sf.cglib.core.TypeUtils.parseType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
        11: .line 41
            putstatic net.sf.cglib.proxy.MethodInterceptorGenerator.METHOD_INTERCEPTOR:Lorg/objectweb/asm/Type;
        12: .line 44
            ldc "java.lang.reflect.Method[] getDeclaredMethods()"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
        13: .line 43
            putstatic net.sf.cglib.proxy.MethodInterceptorGenerator.GET_DECLARED_METHODS:Lnet/sf/cglib/core/Signature;
        14: .line 46
            ldc "Class getDeclaringClass()"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
        15: .line 45
            putstatic net.sf.cglib.proxy.MethodInterceptorGenerator.GET_DECLARING_CLASS:Lnet/sf/cglib/core/Signature;
        16: .line 48
            ldc "java.lang.reflect.Method[] findMethods(String[], java.lang.reflect.Method[])"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
        17: .line 47
            putstatic net.sf.cglib.proxy.MethodInterceptorGenerator.FIND_METHODS:Lnet/sf/cglib/core/Signature;
        18: .line 50
            new net.sf.cglib.core.Signature
            dup
            ldc "create"
            getstatic net.sf.cglib.proxy.MethodInterceptorGenerator.METHOD_PROXY:Lorg/objectweb/asm/Type;
            iconst_5
            anewarray org.objectweb.asm.Type
            dup
            iconst_0
        19: .line 51
            getstatic net.sf.cglib.core.Constants.TYPE_CLASS:Lorg/objectweb/asm/Type;
            aastore
            dup
            iconst_1
        20: .line 52
            getstatic net.sf.cglib.core.Constants.TYPE_CLASS:Lorg/objectweb/asm/Type;
            aastore
            dup
            iconst_2
        21: .line 53
            getstatic net.sf.cglib.core.Constants.TYPE_STRING:Lorg/objectweb/asm/Type;
            aastore
            dup
            iconst_3
        22: .line 54
            getstatic net.sf.cglib.core.Constants.TYPE_STRING:Lorg/objectweb/asm/Type;
            aastore
            dup
            iconst_4
        23: .line 55
            getstatic net.sf.cglib.core.Constants.TYPE_STRING:Lorg/objectweb/asm/Type;
            aastore
        24: .line 50
            invokespecial net.sf.cglib.core.Signature.<init>:(Ljava/lang/String;Lorg/objectweb/asm/Type;[Lorg/objectweb/asm/Type;)V
        25: .line 49
            putstatic net.sf.cglib.proxy.MethodInterceptorGenerator.MAKE_PROXY:Lnet/sf/cglib/core/Signature;
        26: .line 58
            new net.sf.cglib.core.Signature
            dup
            ldc "intercept"
            getstatic net.sf.cglib.core.Constants.TYPE_OBJECT:Lorg/objectweb/asm/Type;
            iconst_4
            anewarray org.objectweb.asm.Type
            dup
            iconst_0
        27: .line 59
            getstatic net.sf.cglib.core.Constants.TYPE_OBJECT:Lorg/objectweb/asm/Type;
            aastore
            dup
            iconst_1
        28: .line 60
            getstatic net.sf.cglib.proxy.MethodInterceptorGenerator.METHOD:Lorg/objectweb/asm/Type;
            aastore
            dup
            iconst_2
        29: .line 61
            getstatic net.sf.cglib.core.Constants.TYPE_OBJECT_ARRAY:Lorg/objectweb/asm/Type;
            aastore
            dup
            iconst_3
        30: .line 62
            getstatic net.sf.cglib.proxy.MethodInterceptorGenerator.METHOD_PROXY:Lorg/objectweb/asm/Type;
            aastore
        31: .line 58
            invokespecial net.sf.cglib.core.Signature.<init>:(Ljava/lang/String;Lorg/objectweb/asm/Type;[Lorg/objectweb/asm/Type;)V
        32: .line 57
            putstatic net.sf.cglib.proxy.MethodInterceptorGenerator.INTERCEPT:Lnet/sf/cglib/core/Signature;
        33: .line 65
            new net.sf.cglib.core.Signature
            dup
            ldc "CGLIB$findMethodProxy"
            getstatic net.sf.cglib.proxy.MethodInterceptorGenerator.METHOD_PROXY:Lorg/objectweb/asm/Type;
            iconst_1
            anewarray org.objectweb.asm.Type
            dup
            iconst_0
            getstatic net.sf.cglib.core.Constants.TYPE_SIGNATURE:Lorg/objectweb/asm/Type;
            aastore
            invokespecial net.sf.cglib.core.Signature.<init>:(Ljava/lang/String;Lorg/objectweb/asm/Type;[Lorg/objectweb/asm/Type;)V
        34: .line 64
            putstatic net.sf.cglib.proxy.MethodInterceptorGenerator.FIND_PROXY:Lnet/sf/cglib/core/Signature;
        35: .line 67
            ldc "String toString()"
            invokestatic net.sf.cglib.core.TypeUtils.parseSignature:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
        36: .line 66
            putstatic net.sf.cglib.proxy.MethodInterceptorGenerator.TO_STRING:Lnet/sf/cglib/core/Signature;
        37: .line 68
            new net.sf.cglib.proxy.MethodInterceptorGenerator$1
            dup
            invokespecial net.sf.cglib.proxy.MethodInterceptorGenerator$1.<init>:()V
            putstatic net.sf.cglib.proxy.MethodInterceptorGenerator.METHOD_TO_CLASS:Lnet/sf/cglib/core/Transformer;
        38: .line 74
            ldc "String, String"
            invokestatic net.sf.cglib.core.TypeUtils.parseConstructor:(Ljava/lang/String;)Lnet/sf/cglib/core/Signature;
        39: .line 73
            putstatic net.sf.cglib.proxy.MethodInterceptorGenerator.CSTRUCT_SIGNATURE:Lnet/sf/cglib/core/Signature;
        40: .line 74
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.proxy.MethodInterceptorGenerator this
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.sf.cglib.proxy.MethodInterceptorGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/proxy/MethodInterceptorGenerator;

  private java.lang.String getMethodField(net.sf.cglib.core.Signature);
    descriptor: (Lnet/sf/cglib/core/Signature;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.sf.cglib.proxy.MethodInterceptorGenerator this
        start local 1 // net.sf.cglib.core.Signature impl
         0: .line 77
            new java.lang.StringBuilder
            dup
            aload 1 /* impl */
            invokevirtual net.sf.cglib.core.Signature.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "$Method"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // net.sf.cglib.core.Signature impl
        end local 0 // net.sf.cglib.proxy.MethodInterceptorGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/proxy/MethodInterceptorGenerator;
            0    1     1  impl  Lnet/sf/cglib/core/Signature;
    MethodParameters:
      Name  Flags
      impl  

  private java.lang.String getMethodProxyField(net.sf.cglib.core.Signature);
    descriptor: (Lnet/sf/cglib/core/Signature;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.sf.cglib.proxy.MethodInterceptorGenerator this
        start local 1 // net.sf.cglib.core.Signature impl
         0: .line 80
            new java.lang.StringBuilder
            dup
            aload 1 /* impl */
            invokevirtual net.sf.cglib.core.Signature.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "$Proxy"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // net.sf.cglib.core.Signature impl
        end local 0 // net.sf.cglib.proxy.MethodInterceptorGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/proxy/MethodInterceptorGenerator;
            0    1     1  impl  Lnet/sf/cglib/core/Signature;
    MethodParameters:
      Name  Flags
      impl  

  public void generate(net.sf.cglib.core.ClassEmitter, net.sf.cglib.proxy.CallbackGenerator$Context, java.util.List);
    descriptor: (Lnet/sf/cglib/core/ClassEmitter;Lnet/sf/cglib/proxy/CallbackGenerator$Context;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=13, args_size=4
        start local 0 // net.sf.cglib.proxy.MethodInterceptorGenerator this
        start local 1 // net.sf.cglib.core.ClassEmitter ce
        start local 2 // net.sf.cglib.proxy.CallbackGenerator$Context context
        start local 3 // java.util.List methods
         0: .line 84
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 4 /* sigMap */
        start local 4 // java.util.Map sigMap
         1: .line 85
            aload 3 /* methods */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5 /* it */
        start local 5 // java.util.Iterator it
         2: goto 38
         3: .line 86
      StackMap locals: java.util.Map java.util.Iterator
      StackMap stack:
            aload 5 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.sf.cglib.core.MethodInfo
            astore 6 /* method */
        start local 6 // net.sf.cglib.core.MethodInfo method
         4: .line 87
            aload 6 /* method */
            invokevirtual net.sf.cglib.core.MethodInfo.getSignature:()Lnet/sf/cglib/core/Signature;
            astore 7 /* sig */
        start local 7 // net.sf.cglib.core.Signature sig
         5: .line 88
            aload 2 /* context */
            aload 6 /* method */
            invokeinterface net.sf.cglib.proxy.CallbackGenerator$Context.getImplSignature:(Lnet/sf/cglib/core/MethodInfo;)Lnet/sf/cglib/core/Signature;
            astore 8 /* impl */
        start local 8 // net.sf.cglib.core.Signature impl
         6: .line 90
            aload 0 /* this */
            aload 8 /* impl */
            invokevirtual net.sf.cglib.proxy.MethodInterceptorGenerator.getMethodField:(Lnet/sf/cglib/core/Signature;)Ljava/lang/String;
            astore 9 /* methodField */
        start local 9 // java.lang.String methodField
         7: .line 91
            aload 0 /* this */
            aload 8 /* impl */
            invokevirtual net.sf.cglib.proxy.MethodInterceptorGenerator.getMethodProxyField:(Lnet/sf/cglib/core/Signature;)Ljava/lang/String;
            astore 10 /* methodProxyField */
        start local 10 // java.lang.String methodProxyField
         8: .line 93
            aload 4 /* sigMap */
            aload 7 /* sig */
            invokevirtual net.sf.cglib.core.Signature.toString:()Ljava/lang/String;
            aload 10 /* methodProxyField */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         9: .line 94
            aload 1 /* ce */
            bipush 26
            aload 9 /* methodField */
            getstatic net.sf.cglib.proxy.MethodInterceptorGenerator.METHOD: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
        10: .line 95
            aload 1 /* ce */
            bipush 26
            aload 10 /* methodProxyField */
            getstatic net.sf.cglib.proxy.MethodInterceptorGenerator.METHOD_PROXY: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
        11: .line 96
            aload 1 /* ce */
            bipush 26
            ldc "CGLIB$emptyArgs"
            getstatic net.sf.cglib.core.Constants.TYPE_OBJECT_ARRAY: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
        12: .line 100
            aload 1 /* ce */
            bipush 16
        13: .line 101
            aload 8 /* impl */
        14: .line 102
            aload 6 /* method */
            invokevirtual net.sf.cglib.core.MethodInfo.getExceptionTypes:()[Lorg/objectweb/asm/Type;
        15: .line 100
            invokevirtual net.sf.cglib.core.ClassEmitter.begin_method:(ILnet/sf/cglib/core/Signature;[Lorg/objectweb/asm/Type;)Lnet/sf/cglib/core/CodeEmitter;
            astore 11 /* e */
        start local 11 // net.sf.cglib.core.CodeEmitter e
        16: .line 103
            aload 11 /* e */
            aload 6 /* method */
            aload 2 /* context */
            invokestatic net.sf.cglib.proxy.MethodInterceptorGenerator.superHelper:(Lnet/sf/cglib/core/CodeEmitter;Lnet/sf/cglib/core/MethodInfo;Lnet/sf/cglib/proxy/CallbackGenerator$Context;)V
        17: .line 104
            aload 11 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.return_value:()V
        18: .line 105
            aload 11 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.end_method:()V
        19: .line 108
            aload 2 /* context */
            aload 1 /* ce */
            aload 6 /* method */
            invokeinterface net.sf.cglib.proxy.CallbackGenerator$Context.beginMethod:(Lnet/sf/cglib/core/ClassEmitter;Lnet/sf/cglib/core/MethodInfo;)Lnet/sf/cglib/core/CodeEmitter;
            astore 11 /* e */
        20: .line 109
            aload 11 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_label:()Lorg/objectweb/asm/Label;
            astore 12 /* nullInterceptor */
        start local 12 // org.objectweb.asm.Label nullInterceptor
        21: .line 110
            aload 2 /* context */
            aload 11 /* e */
            aload 2 /* context */
            aload 6 /* method */
            invokeinterface net.sf.cglib.proxy.CallbackGenerator$Context.getIndex:(Lnet/sf/cglib/core/MethodInfo;)I
            invokeinterface net.sf.cglib.proxy.CallbackGenerator$Context.emitCallback:(Lnet/sf/cglib/core/CodeEmitter;I)V
        22: .line 111
            aload 11 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
        23: .line 112
            aload 11 /* e */
            aload 12 /* nullInterceptor */
            invokevirtual net.sf.cglib.core.CodeEmitter.ifnull:(Lorg/objectweb/asm/Label;)V
        24: .line 114
            aload 11 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_this:()V
        25: .line 115
            aload 11 /* e */
            aload 9 /* methodField */
            invokevirtual net.sf.cglib.core.CodeEmitter.getfield:(Ljava/lang/String;)V
        26: .line 117
            aload 7 /* sig */
            invokevirtual net.sf.cglib.core.Signature.getArgumentTypes:()[Lorg/objectweb/asm/Type;
            arraylength
            ifne 29
        27: .line 118
            aload 11 /* e */
            ldc "CGLIB$emptyArgs"
            invokevirtual net.sf.cglib.core.CodeEmitter.getfield:(Ljava/lang/String;)V
        28: .line 119
            goto 30
        29: .line 120
      StackMap locals: net.sf.cglib.proxy.MethodInterceptorGenerator net.sf.cglib.core.ClassEmitter net.sf.cglib.proxy.CallbackGenerator$Context java.util.List java.util.Map java.util.Iterator net.sf.cglib.core.MethodInfo net.sf.cglib.core.Signature net.sf.cglib.core.Signature java.lang.String java.lang.String net.sf.cglib.core.CodeEmitter org.objectweb.asm.Label
      StackMap stack:
            aload 11 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.create_arg_array:()V
        30: .line 123
      StackMap locals:
      StackMap stack:
            aload 11 /* e */
            aload 10 /* methodProxyField */
            invokevirtual net.sf.cglib.core.CodeEmitter.getfield:(Ljava/lang/String;)V
        31: .line 124
            aload 11 /* e */
            getstatic net.sf.cglib.proxy.MethodInterceptorGenerator.METHOD_INTERCEPTOR:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.proxy.MethodInterceptorGenerator.INTERCEPT:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_interface:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
        32: .line 125
            aload 11 /* e */
            aload 7 /* sig */
            invokevirtual net.sf.cglib.core.Signature.getReturnType:()Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.unbox_or_zero:(Lorg/objectweb/asm/Type;)V
        33: .line 126
            aload 11 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.return_value:()V
        34: .line 128
            aload 11 /* e */
            aload 12 /* nullInterceptor */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:(Lorg/objectweb/asm/Label;)V
        35: .line 129
            aload 11 /* e */
            aload 6 /* method */
            aload 2 /* context */
            invokestatic net.sf.cglib.proxy.MethodInterceptorGenerator.superHelper:(Lnet/sf/cglib/core/CodeEmitter;Lnet/sf/cglib/core/MethodInfo;Lnet/sf/cglib/proxy/CallbackGenerator$Context;)V
        36: .line 130
            aload 11 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.return_value:()V
        37: .line 131
            aload 11 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.end_method:()V
        end local 12 // org.objectweb.asm.Label nullInterceptor
        end local 11 // net.sf.cglib.core.CodeEmitter e
        end local 10 // java.lang.String methodProxyField
        end local 9 // java.lang.String methodField
        end local 8 // net.sf.cglib.core.Signature impl
        end local 7 // net.sf.cglib.core.Signature sig
        end local 6 // net.sf.cglib.core.MethodInfo method
        38: .line 85
      StackMap locals: net.sf.cglib.proxy.MethodInterceptorGenerator net.sf.cglib.core.ClassEmitter net.sf.cglib.proxy.CallbackGenerator$Context java.util.List java.util.Map java.util.Iterator
      StackMap stack:
            aload 5 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        end local 5 // java.util.Iterator it
        39: .line 133
            aload 0 /* this */
            aload 1 /* ce */
            aload 4 /* sigMap */
            invokevirtual net.sf.cglib.proxy.MethodInterceptorGenerator.generateFindProxy:(Lnet/sf/cglib/core/ClassEmitter;Ljava/util/Map;)V
        40: .line 134
            return
        end local 4 // java.util.Map sigMap
        end local 3 // java.util.List methods
        end local 2 // net.sf.cglib.proxy.CallbackGenerator$Context context
        end local 1 // net.sf.cglib.core.ClassEmitter ce
        end local 0 // net.sf.cglib.proxy.MethodInterceptorGenerator this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   41     0              this  Lnet/sf/cglib/proxy/MethodInterceptorGenerator;
            0   41     1                ce  Lnet/sf/cglib/core/ClassEmitter;
            0   41     2           context  Lnet/sf/cglib/proxy/CallbackGenerator$Context;
            0   41     3           methods  Ljava/util/List;
            1   41     4            sigMap  Ljava/util/Map;
            2   39     5                it  Ljava/util/Iterator;
            4   38     6            method  Lnet/sf/cglib/core/MethodInfo;
            5   38     7               sig  Lnet/sf/cglib/core/Signature;
            6   38     8              impl  Lnet/sf/cglib/core/Signature;
            7   38     9       methodField  Ljava/lang/String;
            8   38    10  methodProxyField  Ljava/lang/String;
           16   38    11                 e  Lnet/sf/cglib/core/CodeEmitter;
           21   38    12   nullInterceptor  Lorg/objectweb/asm/Label;
    MethodParameters:
         Name  Flags
      ce       
      context  
      methods  

  private static void superHelper(net.sf.cglib.core.CodeEmitter, net.sf.cglib.core.MethodInfo, net.sf.cglib.proxy.CallbackGenerator$Context);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lnet/sf/cglib/core/MethodInfo;Lnet/sf/cglib/proxy/CallbackGenerator$Context;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // net.sf.cglib.core.CodeEmitter e
        start local 1 // net.sf.cglib.core.MethodInfo method
        start local 2 // net.sf.cglib.proxy.CallbackGenerator$Context context
         0: .line 138
            aload 1 /* method */
            invokevirtual net.sf.cglib.core.MethodInfo.getModifiers:()I
            invokestatic net.sf.cglib.core.TypeUtils.isAbstract:(I)Z
            ifeq 3
         1: .line 139
            aload 0 /* e */
            getstatic net.sf.cglib.proxy.MethodInterceptorGenerator.ABSTRACT_METHOD_ERROR:Lorg/objectweb/asm/Type;
            new java.lang.StringBuilder
            dup
            aload 1 /* method */
            invokevirtual net.sf.cglib.core.MethodInfo.toString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " is abstract"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual net.sf.cglib.core.CodeEmitter.throw_exception:(Lorg/objectweb/asm/Type;Ljava/lang/String;)V
         2: .line 140
            goto 5
         3: .line 141
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_this:()V
         4: .line 142
            aload 2 /* context */
            aload 0 /* e */
            aload 1 /* method */
            invokeinterface net.sf.cglib.proxy.CallbackGenerator$Context.emitLoadArgsAndInvoke:(Lnet/sf/cglib/core/CodeEmitter;Lnet/sf/cglib/core/MethodInfo;)V
         5: .line 144
      StackMap locals:
      StackMap stack:
            return
        end local 2 // net.sf.cglib.proxy.CallbackGenerator$Context context
        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    6     0        e  Lnet/sf/cglib/core/CodeEmitter;
            0    6     1   method  Lnet/sf/cglib/core/MethodInfo;
            0    6     2  context  Lnet/sf/cglib/proxy/CallbackGenerator$Context;
    MethodParameters:
         Name  Flags
      e        
      method   
      context  

  public void generateStatic(net.sf.cglib.core.CodeEmitter, net.sf.cglib.proxy.CallbackGenerator$Context, java.util.List);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lnet/sf/cglib/proxy/CallbackGenerator$Context;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=14, args_size=4
        start local 0 // net.sf.cglib.proxy.MethodInterceptorGenerator this
        start local 1 // net.sf.cglib.core.CodeEmitter e
        start local 2 // net.sf.cglib.proxy.CallbackGenerator$Context context
        start local 3 // java.util.List methods
         0: .line 160
            aload 1 /* e */
            iconst_0
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(I)V
         1: .line 161
            aload 1 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.newarray:()V
         2: .line 162
            aload 1 /* e */
            ldc "CGLIB$emptyArgs"
            invokevirtual net.sf.cglib.core.CodeEmitter.putfield:(Ljava/lang/String;)V
         3: .line 164
            aload 1 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_local:()Lnet/sf/cglib/core/Local;
            astore 4 /* thisclass */
        start local 4 // net.sf.cglib.core.Local thisclass
         4: .line 165
            aload 1 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.make_local:()Lnet/sf/cglib/core/Local;
            astore 5 /* declaringclass */
        start local 5 // net.sf.cglib.core.Local declaringclass
         5: .line 166
            aload 1 /* e */
            invokestatic net.sf.cglib.core.EmitUtils.load_class_this:(Lnet/sf/cglib/core/CodeEmitter;)V
         6: .line 167
            aload 1 /* e */
            aload 4 /* thisclass */
            invokevirtual net.sf.cglib.core.CodeEmitter.store_local:(Lnet/sf/cglib/core/Local;)V
         7: .line 169
            aload 3 /* methods */
            getstatic net.sf.cglib.proxy.MethodInterceptorGenerator.METHOD_TO_CLASS:Lnet/sf/cglib/core/Transformer;
            invokestatic net.sf.cglib.core.CollectionUtils.bucket:(Ljava/util/Collection;Lnet/sf/cglib/core/Transformer;)Ljava/util/Map;
            astore 6 /* methodsByClass */
        start local 6 // java.util.Map methodsByClass
         8: .line 170
            aload 6 /* methodsByClass */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 7 /* i */
        start local 7 // java.util.Iterator i
         9: goto 52
        10: .line 171
      StackMap locals: net.sf.cglib.proxy.MethodInterceptorGenerator net.sf.cglib.core.CodeEmitter net.sf.cglib.proxy.CallbackGenerator$Context java.util.List net.sf.cglib.core.Local net.sf.cglib.core.Local java.util.Map java.util.Iterator
      StackMap stack:
            aload 7 /* i */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.sf.cglib.core.ClassInfo
            astore 8 /* classInfo */
        start local 8 // net.sf.cglib.core.ClassInfo classInfo
        11: .line 173
            aload 6 /* methodsByClass */
            aload 8 /* classInfo */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            astore 9 /* classMethods */
        start local 9 // java.util.List classMethods
        12: .line 174
            aload 1 /* e */
            iconst_2
            aload 9 /* classMethods */
            invokeinterface java.util.List.size:()I
            imul
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(I)V
        13: .line 175
            aload 1 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_STRING:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.newarray:(Lorg/objectweb/asm/Type;)V
        14: .line 176
            iconst_0
            istore 10 /* index */
        start local 10 // int index
        15: goto 27
        16: .line 177
      StackMap locals: net.sf.cglib.core.ClassInfo java.util.List int
      StackMap stack:
            aload 9 /* classMethods */
            iload 10 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast net.sf.cglib.core.MethodInfo
            astore 11 /* method */
        start local 11 // net.sf.cglib.core.MethodInfo method
        17: .line 178
            aload 11 /* method */
            invokevirtual net.sf.cglib.core.MethodInfo.getSignature:()Lnet/sf/cglib/core/Signature;
            astore 12 /* sig */
        start local 12 // net.sf.cglib.core.Signature sig
        18: .line 179
            aload 1 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
        19: .line 180
            aload 1 /* e */
            iconst_2
            iload 10 /* index */
            imul
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(I)V
        20: .line 181
            aload 1 /* e */
            aload 12 /* sig */
            invokevirtual net.sf.cglib.core.Signature.getName:()Ljava/lang/String;
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(Ljava/lang/String;)V
        21: .line 182
            aload 1 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.aastore:()V
        22: .line 183
            aload 1 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
        23: .line 184
            aload 1 /* e */
            iconst_2
            iload 10 /* index */
            imul
            iconst_1
            iadd
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(I)V
        24: .line 185
            aload 1 /* e */
            aload 12 /* sig */
            invokevirtual net.sf.cglib.core.Signature.getDescriptor:()Ljava/lang/String;
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(Ljava/lang/String;)V
        25: .line 186
            aload 1 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.aastore:()V
        end local 12 // net.sf.cglib.core.Signature sig
        end local 11 // net.sf.cglib.core.MethodInfo method
        26: .line 176
            iinc 10 /* index */ 1
      StackMap locals:
      StackMap stack:
        27: iload 10 /* index */
            aload 9 /* classMethods */
            invokeinterface java.util.List.size:()I
            if_icmplt 16
        end local 10 // int index
        28: .line 189
            aload 1 /* e */
            aload 8 /* 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
        29: .line 190
            aload 1 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
        30: .line 191
            aload 1 /* e */
            aload 5 /* declaringclass */
            invokevirtual net.sf.cglib.core.CodeEmitter.store_local:(Lnet/sf/cglib/core/Local;)V
        31: .line 192
            aload 1 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_CLASS:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.proxy.MethodInterceptorGenerator.GET_DECLARED_METHODS:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
        32: .line 193
            aload 1 /* e */
            getstatic net.sf.cglib.proxy.MethodInterceptorGenerator.REFLECT_UTILS:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.proxy.MethodInterceptorGenerator.FIND_METHODS:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_static:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
        33: .line 195
            iconst_0
            istore 10 /* index */
        start local 10 // int index
        34: goto 50
        35: .line 196
      StackMap locals:
      StackMap stack:
            aload 9 /* classMethods */
            iload 10 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast net.sf.cglib.core.MethodInfo
            astore 11 /* method */
        start local 11 // net.sf.cglib.core.MethodInfo method
        36: .line 197
            aload 11 /* method */
            invokevirtual net.sf.cglib.core.MethodInfo.getSignature:()Lnet/sf/cglib/core/Signature;
            astore 12 /* sig */
        start local 12 // net.sf.cglib.core.Signature sig
        37: .line 198
            aload 2 /* context */
            aload 11 /* method */
            invokeinterface net.sf.cglib.proxy.CallbackGenerator$Context.getImplSignature:(Lnet/sf/cglib/core/MethodInfo;)Lnet/sf/cglib/core/Signature;
            astore 13 /* impl */
        start local 13 // net.sf.cglib.core.Signature impl
        38: .line 199
            aload 1 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.dup:()V
        39: .line 200
            aload 1 /* e */
            iload 10 /* index */
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(I)V
        40: .line 201
            aload 1 /* e */
            getstatic net.sf.cglib.proxy.MethodInterceptorGenerator.METHOD:Lorg/objectweb/asm/Type;
            invokevirtual net.sf.cglib.core.CodeEmitter.array_load:(Lorg/objectweb/asm/Type;)V
        41: .line 202
            aload 1 /* e */
            aload 0 /* this */
            aload 13 /* impl */
            invokevirtual net.sf.cglib.proxy.MethodInterceptorGenerator.getMethodField:(Lnet/sf/cglib/core/Signature;)Ljava/lang/String;
            invokevirtual net.sf.cglib.core.CodeEmitter.putfield:(Ljava/lang/String;)V
        42: .line 204
            aload 1 /* e */
            aload 5 /* declaringclass */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_local:(Lnet/sf/cglib/core/Local;)V
        43: .line 205
            aload 1 /* e */
            aload 4 /* thisclass */
            invokevirtual net.sf.cglib.core.CodeEmitter.load_local:(Lnet/sf/cglib/core/Local;)V
        44: .line 206
            aload 1 /* e */
            aload 12 /* sig */
            invokevirtual net.sf.cglib.core.Signature.getDescriptor:()Ljava/lang/String;
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(Ljava/lang/String;)V
        45: .line 207
            aload 1 /* e */
            aload 12 /* sig */
            invokevirtual net.sf.cglib.core.Signature.getName:()Ljava/lang/String;
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(Ljava/lang/String;)V
        46: .line 208
            aload 1 /* e */
            aload 13 /* impl */
            invokevirtual net.sf.cglib.core.Signature.getName:()Ljava/lang/String;
            invokevirtual net.sf.cglib.core.CodeEmitter.push:(Ljava/lang/String;)V
        47: .line 209
            aload 1 /* e */
            getstatic net.sf.cglib.proxy.MethodInterceptorGenerator.METHOD_PROXY:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.proxy.MethodInterceptorGenerator.MAKE_PROXY:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_static:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
        48: .line 210
            aload 1 /* e */
            aload 0 /* this */
            aload 13 /* impl */
            invokevirtual net.sf.cglib.proxy.MethodInterceptorGenerator.getMethodProxyField:(Lnet/sf/cglib/core/Signature;)Ljava/lang/String;
            invokevirtual net.sf.cglib.core.CodeEmitter.putfield:(Ljava/lang/String;)V
        end local 13 // net.sf.cglib.core.Signature impl
        end local 12 // net.sf.cglib.core.Signature sig
        end local 11 // net.sf.cglib.core.MethodInfo method
        49: .line 195
            iinc 10 /* index */ 1
      StackMap locals:
      StackMap stack:
        50: iload 10 /* index */
            aload 9 /* classMethods */
            invokeinterface java.util.List.size:()I
            if_icmplt 35
        end local 10 // int index
        51: .line 212
            aload 1 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.pop:()V
        end local 9 // java.util.List classMethods
        end local 8 // net.sf.cglib.core.ClassInfo classInfo
        52: .line 170
      StackMap locals:
      StackMap stack:
            aload 7 /* i */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        end local 7 // java.util.Iterator i
        53: .line 214
            return
        end local 6 // java.util.Map methodsByClass
        end local 5 // net.sf.cglib.core.Local declaringclass
        end local 4 // net.sf.cglib.core.Local thisclass
        end local 3 // java.util.List methods
        end local 2 // net.sf.cglib.proxy.CallbackGenerator$Context context
        end local 1 // net.sf.cglib.core.CodeEmitter e
        end local 0 // net.sf.cglib.proxy.MethodInterceptorGenerator this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   54     0            this  Lnet/sf/cglib/proxy/MethodInterceptorGenerator;
            0   54     1               e  Lnet/sf/cglib/core/CodeEmitter;
            0   54     2         context  Lnet/sf/cglib/proxy/CallbackGenerator$Context;
            0   54     3         methods  Ljava/util/List;
            4   54     4       thisclass  Lnet/sf/cglib/core/Local;
            5   54     5  declaringclass  Lnet/sf/cglib/core/Local;
            8   54     6  methodsByClass  Ljava/util/Map;
            9   53     7               i  Ljava/util/Iterator;
           11   52     8       classInfo  Lnet/sf/cglib/core/ClassInfo;
           12   52     9    classMethods  Ljava/util/List;
           15   28    10           index  I
           17   26    11          method  Lnet/sf/cglib/core/MethodInfo;
           18   26    12             sig  Lnet/sf/cglib/core/Signature;
           34   51    10           index  I
           36   49    11          method  Lnet/sf/cglib/core/MethodInfo;
           37   49    12             sig  Lnet/sf/cglib/core/Signature;
           38   49    13            impl  Lnet/sf/cglib/core/Signature;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      e        
      context  
      methods  

  public void generateFindProxy(net.sf.cglib.core.ClassEmitter, java.util.Map);
    descriptor: (Lnet/sf/cglib/core/ClassEmitter;Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // net.sf.cglib.proxy.MethodInterceptorGenerator this
        start local 1 // net.sf.cglib.core.ClassEmitter ce
        start local 2 // java.util.Map sigMap
         0: .line 217
            aload 1 /* ce */
            bipush 9
         1: .line 218
            getstatic net.sf.cglib.proxy.MethodInterceptorGenerator.FIND_PROXY:Lnet/sf/cglib/core/Signature;
         2: .line 219
            aconst_null
         3: .line 217
            invokevirtual net.sf.cglib.core.ClassEmitter.begin_method:(ILnet/sf/cglib/core/Signature;[Lorg/objectweb/asm/Type;)Lnet/sf/cglib/core/CodeEmitter;
            astore 3 /* e */
        start local 3 // net.sf.cglib.core.CodeEmitter e
         4: .line 220
            aload 3 /* e */
            iconst_0
            invokevirtual net.sf.cglib.core.CodeEmitter.load_arg:(I)V
         5: .line 221
            aload 3 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_OBJECT:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.proxy.MethodInterceptorGenerator.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
         6: .line 222
            new net.sf.cglib.proxy.MethodInterceptorGenerator$2
            dup
            aload 0 /* this */
            aload 3 /* e */
            aload 2 /* sigMap */
            invokespecial net.sf.cglib.proxy.MethodInterceptorGenerator$2.<init>:(Lnet/sf/cglib/proxy/MethodInterceptorGenerator;Lnet/sf/cglib/core/CodeEmitter;Ljava/util/Map;)V
            astore 4 /* callback */
        start local 4 // net.sf.cglib.core.ObjectSwitchCallback callback
         7: .line 232
            aload 3 /* e */
         8: .line 233
            aload 2 /* sigMap */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            iconst_0
            anewarray java.lang.String
            invokeinterface java.util.Set.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.lang.String[]
         9: .line 234
            iconst_1
        10: .line 235
            aload 4 /* callback */
        11: .line 232
            invokestatic net.sf.cglib.core.EmitUtils.string_switch:(Lnet/sf/cglib/core/CodeEmitter;[Ljava/lang/String;ILnet/sf/cglib/core/ObjectSwitchCallback;)V
        12: .line 236
            aload 3 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.end_method:()V
        13: .line 237
            return
        end local 4 // net.sf.cglib.core.ObjectSwitchCallback callback
        end local 3 // net.sf.cglib.core.CodeEmitter e
        end local 2 // java.util.Map sigMap
        end local 1 // net.sf.cglib.core.ClassEmitter ce
        end local 0 // net.sf.cglib.proxy.MethodInterceptorGenerator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lnet/sf/cglib/proxy/MethodInterceptorGenerator;
            0   14     1        ce  Lnet/sf/cglib/core/ClassEmitter;
            0   14     2    sigMap  Ljava/util/Map;
            4   14     3         e  Lnet/sf/cglib/core/CodeEmitter;
            7   14     4  callback  Lnet/sf/cglib/core/ObjectSwitchCallback;
    MethodParameters:
        Name  Flags
      ce      
      sigMap  final
}
SourceFile: "MethodInterceptorGenerator.java"
NestMembers:
  net.sf.cglib.proxy.MethodInterceptorGenerator$1  net.sf.cglib.proxy.MethodInterceptorGenerator$2
InnerClasses:
  public abstract Context = net.sf.cglib.proxy.CallbackGenerator$Context of net.sf.cglib.proxy.CallbackGenerator
  net.sf.cglib.proxy.MethodInterceptorGenerator$1
  net.sf.cglib.proxy.MethodInterceptorGenerator$2