public class net.sf.cglib.proxy.MethodProxy
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.sf.cglib.proxy.MethodProxy
  super_class: java.lang.Object
{
  private net.sf.cglib.core.Signature sig1;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x0002) ACC_PRIVATE

  private net.sf.cglib.core.Signature sig2;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x0002) ACC_PRIVATE

  private net.sf.cglib.proxy.MethodProxy$CreateInfo createInfo;
    descriptor: Lnet/sf/cglib/proxy/MethodProxy$CreateInfo;
    flags: (0x0002) ACC_PRIVATE

  private final java.lang.Object initLock;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile net.sf.cglib.proxy.MethodProxy$FastClassInfo fastClassInfo;
    descriptor: Lnet/sf/cglib/proxy/MethodProxy$FastClassInfo;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  public static net.sf.cglib.proxy.MethodProxy create(java.lang.Class, java.lang.Class, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lnet/sf/cglib/proxy/MethodProxy;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // java.lang.Class c1
        start local 1 // java.lang.Class c2
        start local 2 // java.lang.String desc
        start local 3 // java.lang.String name1
        start local 4 // java.lang.String name2
         0: .line 48
            new net.sf.cglib.proxy.MethodProxy
            dup
            invokespecial net.sf.cglib.proxy.MethodProxy.<init>:()V
            astore 5 /* proxy */
        start local 5 // net.sf.cglib.proxy.MethodProxy proxy
         1: .line 49
            aload 5 /* proxy */
            new net.sf.cglib.core.Signature
            dup
            aload 3 /* name1 */
            aload 2 /* desc */
            invokespecial net.sf.cglib.core.Signature.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            putfield net.sf.cglib.proxy.MethodProxy.sig1:Lnet/sf/cglib/core/Signature;
         2: .line 50
            aload 5 /* proxy */
            new net.sf.cglib.core.Signature
            dup
            aload 4 /* name2 */
            aload 2 /* desc */
            invokespecial net.sf.cglib.core.Signature.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            putfield net.sf.cglib.proxy.MethodProxy.sig2:Lnet/sf/cglib/core/Signature;
         3: .line 51
            aload 5 /* proxy */
            new net.sf.cglib.proxy.MethodProxy$CreateInfo
            dup
            aload 0 /* c1 */
            aload 1 /* c2 */
            invokespecial net.sf.cglib.proxy.MethodProxy$CreateInfo.<init>:(Ljava/lang/Class;Ljava/lang/Class;)V
            putfield net.sf.cglib.proxy.MethodProxy.createInfo:Lnet/sf/cglib/proxy/MethodProxy$CreateInfo;
         4: .line 52
            aload 5 /* proxy */
            areturn
        end local 5 // net.sf.cglib.proxy.MethodProxy proxy
        end local 4 // java.lang.String name2
        end local 3 // java.lang.String name1
        end local 2 // java.lang.String desc
        end local 1 // java.lang.Class c2
        end local 0 // java.lang.Class c1
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0     c1  Ljava/lang/Class;
            0    5     1     c2  Ljava/lang/Class;
            0    5     2   desc  Ljava/lang/String;
            0    5     3  name1  Ljava/lang/String;
            0    5     4  name2  Ljava/lang/String;
            1    5     5  proxy  Lnet/sf/cglib/proxy/MethodProxy;
    MethodParameters:
       Name  Flags
      c1     
      c2     
      desc   
      name1  
      name2  

  private void init();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // net.sf.cglib.proxy.MethodProxy this
         0: .line 65
            aload 0 /* this */
            getfield net.sf.cglib.proxy.MethodProxy.fastClassInfo:Lnet/sf/cglib/proxy/MethodProxy$FastClassInfo;
            ifnonnull 15
         1: .line 67
            aload 0 /* this */
            getfield net.sf.cglib.proxy.MethodProxy.initLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         2: .line 69
            aload 0 /* this */
            getfield net.sf.cglib.proxy.MethodProxy.fastClassInfo:Lnet/sf/cglib/proxy/MethodProxy$FastClassInfo;
            ifnonnull 11
         3: .line 71
            aload 0 /* this */
            getfield net.sf.cglib.proxy.MethodProxy.createInfo:Lnet/sf/cglib/proxy/MethodProxy$CreateInfo;
            astore 2 /* ci */
        start local 2 // net.sf.cglib.proxy.MethodProxy$CreateInfo ci
         4: .line 73
            new net.sf.cglib.proxy.MethodProxy$FastClassInfo
            dup
            invokespecial net.sf.cglib.proxy.MethodProxy$FastClassInfo.<init>:()V
            astore 3 /* fci */
        start local 3 // net.sf.cglib.proxy.MethodProxy$FastClassInfo fci
         5: .line 74
            aload 3 /* fci */
            aload 2 /* ci */
            aload 2 /* ci */
            getfield net.sf.cglib.proxy.MethodProxy$CreateInfo.c1:Ljava/lang/Class;
            invokestatic net.sf.cglib.proxy.MethodProxy.helper:(Lnet/sf/cglib/proxy/MethodProxy$CreateInfo;Ljava/lang/Class;)Lnet/sf/cglib/reflect/FastClass;
            putfield net.sf.cglib.proxy.MethodProxy$FastClassInfo.f1:Lnet/sf/cglib/reflect/FastClass;
         6: .line 75
            aload 3 /* fci */
            aload 2 /* ci */
            aload 2 /* ci */
            getfield net.sf.cglib.proxy.MethodProxy$CreateInfo.c2:Ljava/lang/Class;
            invokestatic net.sf.cglib.proxy.MethodProxy.helper:(Lnet/sf/cglib/proxy/MethodProxy$CreateInfo;Ljava/lang/Class;)Lnet/sf/cglib/reflect/FastClass;
            putfield net.sf.cglib.proxy.MethodProxy$FastClassInfo.f2:Lnet/sf/cglib/reflect/FastClass;
         7: .line 76
            aload 3 /* fci */
            aload 3 /* fci */
            getfield net.sf.cglib.proxy.MethodProxy$FastClassInfo.f1:Lnet/sf/cglib/reflect/FastClass;
            aload 0 /* this */
            getfield net.sf.cglib.proxy.MethodProxy.sig1:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.reflect.FastClass.getIndex:(Lnet/sf/cglib/core/Signature;)I
            putfield net.sf.cglib.proxy.MethodProxy$FastClassInfo.i1:I
         8: .line 77
            aload 3 /* fci */
            aload 3 /* fci */
            getfield net.sf.cglib.proxy.MethodProxy$FastClassInfo.f2:Lnet/sf/cglib/reflect/FastClass;
            aload 0 /* this */
            getfield net.sf.cglib.proxy.MethodProxy.sig2:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.reflect.FastClass.getIndex:(Lnet/sf/cglib/core/Signature;)I
            putfield net.sf.cglib.proxy.MethodProxy$FastClassInfo.i2:I
         9: .line 78
            aload 0 /* this */
            aload 3 /* fci */
            putfield net.sf.cglib.proxy.MethodProxy.fastClassInfo:Lnet/sf/cglib/proxy/MethodProxy$FastClassInfo;
        10: .line 79
            aload 0 /* this */
            aconst_null
            putfield net.sf.cglib.proxy.MethodProxy.createInfo:Lnet/sf/cglib/proxy/MethodProxy$CreateInfo;
        end local 3 // net.sf.cglib.proxy.MethodProxy$FastClassInfo fci
        end local 2 // net.sf.cglib.proxy.MethodProxy$CreateInfo ci
        11: .line 67
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1
            monitorexit
        12: goto 15
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: aload 1
            monitorexit
        14: athrow
        15: .line 83
      StackMap locals:
      StackMap stack:
            return
        end local 0 // net.sf.cglib.proxy.MethodProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lnet/sf/cglib/proxy/MethodProxy;
            4   11     2    ci  Lnet/sf/cglib/proxy/MethodProxy$CreateInfo;
            5   11     3   fci  Lnet/sf/cglib/proxy/MethodProxy$FastClassInfo;
      Exception table:
        from    to  target  type
           2    12      13  any
          13    14      13  any

  private static net.sf.cglib.reflect.FastClass helper(net.sf.cglib.proxy.MethodProxy$CreateInfo, java.lang.Class);
    descriptor: (Lnet/sf/cglib/proxy/MethodProxy$CreateInfo;Ljava/lang/Class;)Lnet/sf/cglib/reflect/FastClass;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // net.sf.cglib.proxy.MethodProxy$CreateInfo ci
        start local 1 // java.lang.Class type
         0: .line 115
            new net.sf.cglib.reflect.FastClass$Generator
            dup
            invokespecial net.sf.cglib.reflect.FastClass$Generator.<init>:()V
            astore 2 /* g */
        start local 2 // net.sf.cglib.reflect.FastClass$Generator g
         1: .line 116
            aload 2 /* g */
            aload 1 /* type */
            invokevirtual net.sf.cglib.reflect.FastClass$Generator.setType:(Ljava/lang/Class;)V
         2: .line 117
            aload 2 /* g */
            aload 0 /* ci */
            getfield net.sf.cglib.proxy.MethodProxy$CreateInfo.c2:Ljava/lang/Class;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            invokevirtual net.sf.cglib.reflect.FastClass$Generator.setClassLoader:(Ljava/lang/ClassLoader;)V
         3: .line 118
            aload 2 /* g */
            aload 0 /* ci */
            getfield net.sf.cglib.proxy.MethodProxy$CreateInfo.namingPolicy:Lnet/sf/cglib/core/NamingPolicy;
            invokevirtual net.sf.cglib.reflect.FastClass$Generator.setNamingPolicy:(Lnet/sf/cglib/core/NamingPolicy;)V
         4: .line 119
            aload 2 /* g */
            aload 0 /* ci */
            getfield net.sf.cglib.proxy.MethodProxy$CreateInfo.strategy:Lnet/sf/cglib/core/GeneratorStrategy;
            invokevirtual net.sf.cglib.reflect.FastClass$Generator.setStrategy:(Lnet/sf/cglib/core/GeneratorStrategy;)V
         5: .line 120
            aload 2 /* g */
            aload 0 /* ci */
            getfield net.sf.cglib.proxy.MethodProxy$CreateInfo.attemptLoad:Z
            invokevirtual net.sf.cglib.reflect.FastClass$Generator.setAttemptLoad:(Z)V
         6: .line 121
            aload 2 /* g */
            invokevirtual net.sf.cglib.reflect.FastClass$Generator.create:()Lnet/sf/cglib/reflect/FastClass;
            areturn
        end local 2 // net.sf.cglib.reflect.FastClass$Generator g
        end local 1 // java.lang.Class type
        end local 0 // net.sf.cglib.proxy.MethodProxy$CreateInfo ci
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0    ci  Lnet/sf/cglib/proxy/MethodProxy$CreateInfo;
            0    7     1  type  Ljava/lang/Class;
            1    7     2     g  Lnet/sf/cglib/reflect/FastClass$Generator;
    MethodParameters:
      Name  Flags
      ci    
      type  

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.sf.cglib.proxy.MethodProxy this
         0: .line 124
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield net.sf.cglib.proxy.MethodProxy.initLock:Ljava/lang/Object;
         2: .line 125
            return
        end local 0 // net.sf.cglib.proxy.MethodProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnet/sf/cglib/proxy/MethodProxy;

  public net.sf.cglib.core.Signature getSignature();
    descriptor: ()Lnet/sf/cglib/core/Signature;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.proxy.MethodProxy this
         0: .line 131
            aload 0 /* this */
            getfield net.sf.cglib.proxy.MethodProxy.sig1:Lnet/sf/cglib/core/Signature;
            areturn
        end local 0 // net.sf.cglib.proxy.MethodProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/proxy/MethodProxy;

  public java.lang.String getSuperName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.proxy.MethodProxy this
         0: .line 141
            aload 0 /* this */
            getfield net.sf.cglib.proxy.MethodProxy.sig2:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.Signature.getName:()Ljava/lang/String;
            areturn
        end local 0 // net.sf.cglib.proxy.MethodProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/proxy/MethodProxy;

  public int getSuperIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.proxy.MethodProxy this
         0: .line 152
            aload 0 /* this */
            invokevirtual net.sf.cglib.proxy.MethodProxy.init:()V
         1: .line 153
            aload 0 /* this */
            getfield net.sf.cglib.proxy.MethodProxy.fastClassInfo:Lnet/sf/cglib/proxy/MethodProxy$FastClassInfo;
            getfield net.sf.cglib.proxy.MethodProxy$FastClassInfo.i2:I
            ireturn
        end local 0 // net.sf.cglib.proxy.MethodProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/sf/cglib/proxy/MethodProxy;

  net.sf.cglib.reflect.FastClass getFastClass();
    descriptor: ()Lnet/sf/cglib/reflect/FastClass;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.proxy.MethodProxy this
         0: .line 158
            aload 0 /* this */
            invokevirtual net.sf.cglib.proxy.MethodProxy.init:()V
         1: .line 159
            aload 0 /* this */
            getfield net.sf.cglib.proxy.MethodProxy.fastClassInfo:Lnet/sf/cglib/proxy/MethodProxy$FastClassInfo;
            getfield net.sf.cglib.proxy.MethodProxy$FastClassInfo.f1:Lnet/sf/cglib/reflect/FastClass;
            areturn
        end local 0 // net.sf.cglib.proxy.MethodProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/sf/cglib/proxy/MethodProxy;

  net.sf.cglib.reflect.FastClass getSuperFastClass();
    descriptor: ()Lnet/sf/cglib/reflect/FastClass;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.proxy.MethodProxy this
         0: .line 164
            aload 0 /* this */
            invokevirtual net.sf.cglib.proxy.MethodProxy.init:()V
         1: .line 165
            aload 0 /* this */
            getfield net.sf.cglib.proxy.MethodProxy.fastClassInfo:Lnet/sf/cglib/proxy/MethodProxy$FastClassInfo;
            getfield net.sf.cglib.proxy.MethodProxy$FastClassInfo.f2:Lnet/sf/cglib/reflect/FastClass;
            areturn
        end local 0 // net.sf.cglib.proxy.MethodProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/sf/cglib/proxy/MethodProxy;

  public static net.sf.cglib.proxy.MethodProxy find(java.lang.Class, net.sf.cglib.core.Signature);
    descriptor: (Ljava/lang/Class;Lnet/sf/cglib/core/Signature;)Lnet/sf/cglib/proxy/MethodProxy;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // java.lang.Class type
        start local 1 // net.sf.cglib.core.Signature sig
         0: .line 178
            aload 0 /* type */
            ldc "CGLIB$findMethodProxy"
         1: .line 179
            getstatic net.sf.cglib.proxy.MethodInterceptorGenerator.FIND_PROXY_TYPES:[Ljava/lang/Class;
         2: .line 178
            invokevirtual java.lang.Class.getDeclaredMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            astore 2 /* m */
        start local 2 // java.lang.reflect.Method m
         3: .line 180
            aload 2 /* m */
            aconst_null
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* sig */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast net.sf.cglib.proxy.MethodProxy
         4: areturn
        end local 2 // java.lang.reflect.Method m
         5: .line 181
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodException
            pop
         6: .line 182
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Class "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* type */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " does not use a MethodInterceptor"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 183
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 2 /* e */
        start local 2 // java.lang.IllegalAccessException e
         8: .line 184
            new net.sf.cglib.core.CodeGenerationException
            dup
            aload 2 /* e */
            invokespecial net.sf.cglib.core.CodeGenerationException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.IllegalAccessException e
         9: .line 185
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 2 /* e */
        start local 2 // java.lang.reflect.InvocationTargetException e
        10: .line 186
            new net.sf.cglib.core.CodeGenerationException
            dup
            aload 2 /* e */
            invokespecial net.sf.cglib.core.CodeGenerationException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.reflect.InvocationTargetException e
        end local 1 // net.sf.cglib.core.Signature sig
        end local 0 // java.lang.Class type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  type  Ljava/lang/Class;
            0   11     1   sig  Lnet/sf/cglib/core/Signature;
            3    5     2     m  Ljava/lang/reflect/Method;
            8    9     2     e  Ljava/lang/IllegalAccessException;
           10   11     2     e  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           0     4       5  Class java.lang.NoSuchMethodException
           0     4       7  Class java.lang.IllegalAccessException
           0     4       9  Class java.lang.reflect.InvocationTargetException
    MethodParameters:
      Name  Flags
      type  
      sig   

  public java.lang.Object invoke(java.lang.Object, java.lang.Object[]);
    descriptor: (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // net.sf.cglib.proxy.MethodProxy this
        start local 1 // java.lang.Object obj
        start local 2 // java.lang.Object[] args
         0: .line 202
            aload 0 /* this */
            invokevirtual net.sf.cglib.proxy.MethodProxy.init:()V
         1: .line 203
            aload 0 /* this */
            getfield net.sf.cglib.proxy.MethodProxy.fastClassInfo:Lnet/sf/cglib/proxy/MethodProxy$FastClassInfo;
            astore 3 /* fci */
        start local 3 // net.sf.cglib.proxy.MethodProxy$FastClassInfo fci
         2: .line 204
            aload 3 /* fci */
            getfield net.sf.cglib.proxy.MethodProxy$FastClassInfo.f1:Lnet/sf/cglib/reflect/FastClass;
            aload 3 /* fci */
            getfield net.sf.cglib.proxy.MethodProxy$FastClassInfo.i1:I
            aload 1 /* obj */
            aload 2 /* args */
            invokevirtual net.sf.cglib.reflect.FastClass.invoke:(ILjava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
         3: areturn
        end local 3 // net.sf.cglib.proxy.MethodProxy$FastClassInfo fci
         4: .line 205
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 3 /* e */
        start local 3 // java.lang.reflect.InvocationTargetException e
         5: .line 206
            aload 3 /* e */
            invokevirtual java.lang.reflect.InvocationTargetException.getTargetException:()Ljava/lang/Throwable;
            athrow
        end local 3 // java.lang.reflect.InvocationTargetException e
         6: .line 207
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
            astore 3 /* e */
        start local 3 // java.lang.IllegalArgumentException e
         7: .line 208
            aload 0 /* this */
            getfield net.sf.cglib.proxy.MethodProxy.fastClassInfo:Lnet/sf/cglib/proxy/MethodProxy$FastClassInfo;
            getfield net.sf.cglib.proxy.MethodProxy$FastClassInfo.i1:I
            ifge 9
         8: .line 209
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Protected method: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.sf.cglib.proxy.MethodProxy.sig1:Lnet/sf/cglib/core/Signature;
            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
         9: .line 210
      StackMap locals: java.lang.IllegalArgumentException
      StackMap stack:
            aload 3 /* e */
            athrow
        end local 3 // java.lang.IllegalArgumentException e
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.Object obj
        end local 0 // net.sf.cglib.proxy.MethodProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lnet/sf/cglib/proxy/MethodProxy;
            0   10     1   obj  Ljava/lang/Object;
            0   10     2  args  [Ljava/lang/Object;
            2    4     3   fci  Lnet/sf/cglib/proxy/MethodProxy$FastClassInfo;
            5    6     3     e  Ljava/lang/reflect/InvocationTargetException;
            7   10     3     e  Ljava/lang/IllegalArgumentException;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.reflect.InvocationTargetException
           0     3       6  Class java.lang.IllegalArgumentException
    Exceptions:
      throws java.lang.Throwable
    MethodParameters:
      Name  Flags
      obj   
      args  

  public java.lang.Object invokeSuper(java.lang.Object, java.lang.Object[]);
    descriptor: (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // net.sf.cglib.proxy.MethodProxy this
        start local 1 // java.lang.Object obj
        start local 2 // java.lang.Object[] args
         0: .line 226
            aload 0 /* this */
            invokevirtual net.sf.cglib.proxy.MethodProxy.init:()V
         1: .line 227
            aload 0 /* this */
            getfield net.sf.cglib.proxy.MethodProxy.fastClassInfo:Lnet/sf/cglib/proxy/MethodProxy$FastClassInfo;
            astore 3 /* fci */
        start local 3 // net.sf.cglib.proxy.MethodProxy$FastClassInfo fci
         2: .line 228
            aload 3 /* fci */
            getfield net.sf.cglib.proxy.MethodProxy$FastClassInfo.f2:Lnet/sf/cglib/reflect/FastClass;
            aload 3 /* fci */
            getfield net.sf.cglib.proxy.MethodProxy$FastClassInfo.i2:I
            aload 1 /* obj */
            aload 2 /* args */
            invokevirtual net.sf.cglib.reflect.FastClass.invoke:(ILjava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
         3: areturn
        end local 3 // net.sf.cglib.proxy.MethodProxy$FastClassInfo fci
         4: .line 229
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 3 /* e */
        start local 3 // java.lang.reflect.InvocationTargetException e
         5: .line 230
            aload 3 /* e */
            invokevirtual java.lang.reflect.InvocationTargetException.getTargetException:()Ljava/lang/Throwable;
            athrow
        end local 3 // java.lang.reflect.InvocationTargetException e
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.Object obj
        end local 0 // net.sf.cglib.proxy.MethodProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lnet/sf/cglib/proxy/MethodProxy;
            0    6     1   obj  Ljava/lang/Object;
            0    6     2  args  [Ljava/lang/Object;
            2    4     3   fci  Lnet/sf/cglib/proxy/MethodProxy$FastClassInfo;
            5    6     3     e  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.reflect.InvocationTargetException
    Exceptions:
      throws java.lang.Throwable
    MethodParameters:
      Name  Flags
      obj   
      args  
}
SourceFile: "MethodProxy.java"
NestMembers:
  net.sf.cglib.proxy.MethodProxy$CreateInfo  net.sf.cglib.proxy.MethodProxy$FastClassInfo
InnerClasses:
  private CreateInfo = net.sf.cglib.proxy.MethodProxy$CreateInfo of net.sf.cglib.proxy.MethodProxy
  private FastClassInfo = net.sf.cglib.proxy.MethodProxy$FastClassInfo of net.sf.cglib.proxy.MethodProxy
  public Generator = net.sf.cglib.reflect.FastClass$Generator of net.sf.cglib.reflect.FastClass