class net.sf.cglib.proxy.MethodInterceptorGenerator$1 implements net.sf.cglib.core.Transformer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.proxy.MethodInterceptorGenerator$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.proxy.MethodInterceptorGenerator$1 this
         0: .line 68
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.sf.cglib.proxy.MethodInterceptorGenerator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/proxy/MethodInterceptorGenerator$1;

  public java.lang.Object transform(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.sf.cglib.proxy.MethodInterceptorGenerator$1 this
        start local 1 // java.lang.Object value
         0: .line 70
            aload 1 /* value */
            checkcast net.sf.cglib.core.MethodInfo
            invokevirtual net.sf.cglib.core.MethodInfo.getClassInfo:()Lnet/sf/cglib/core/ClassInfo;
            areturn
        end local 1 // java.lang.Object value
        end local 0 // net.sf.cglib.proxy.MethodInterceptorGenerator$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lnet/sf/cglib/proxy/MethodInterceptorGenerator$1;
            0    1     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "MethodInterceptorGenerator.java"
EnclosingMethod: net.sf.cglib.proxy.MethodInterceptorGenerator
NestHost: net.sf.cglib.proxy.MethodInterceptorGenerator
InnerClasses:
  net.sf.cglib.proxy.MethodInterceptorGenerator$1