public interface net.sf.cglib.proxy.CallbackGenerator$Context
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.sf.cglib.proxy.CallbackGenerator$Context
  super_class: java.lang.Object
{
  public abstract java.lang.ClassLoader getClassLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract net.sf.cglib.core.CodeEmitter beginMethod(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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      ce      
      method  

  public abstract int getOriginalModifiers(net.sf.cglib.core.MethodInfo);
    descriptor: (Lnet/sf/cglib/core/MethodInfo;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      method  

  public abstract int getIndex(net.sf.cglib.core.MethodInfo);
    descriptor: (Lnet/sf/cglib/core/MethodInfo;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      method  

  public abstract void emitCallback(net.sf.cglib.core.CodeEmitter, int);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      ce     
      index  

  public abstract net.sf.cglib.core.Signature getImplSignature(net.sf.cglib.core.MethodInfo);
    descriptor: (Lnet/sf/cglib/core/MethodInfo;)Lnet/sf/cglib/core/Signature;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      method  

  public abstract void emitLoadArgsAndInvoke(net.sf.cglib.core.CodeEmitter, net.sf.cglib.core.MethodInfo);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lnet/sf/cglib/core/MethodInfo;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      e       
      method  
}
SourceFile: "CallbackGenerator.java"
NestHost: net.sf.cglib.proxy.CallbackGenerator
InnerClasses:
  public abstract Context = net.sf.cglib.proxy.CallbackGenerator$Context of net.sf.cglib.proxy.CallbackGenerator