interface net.sf.cglib.proxy.CallbackGenerator
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.sf.cglib.proxy.CallbackGenerator
  super_class: java.lang.Object
{
  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      ce       
      context  
      methods  

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      e        
      context  
      methods  
}
SourceFile: "CallbackGenerator.java"
NestMembers:
  net.sf.cglib.proxy.CallbackGenerator$Context
InnerClasses:
  public abstract Context = net.sf.cglib.proxy.CallbackGenerator$Context of net.sf.cglib.proxy.CallbackGenerator