Save This Page
Home » cglib-src-2.2 » net.sf.cglib.proxy » [javadoc | source]
net.sf.cglib.proxy
class: NoOpGenerator [javadoc | source]
java.lang.Object
   net.sf.cglib.proxy.NoOpGenerator

All Implemented Interfaces:
    CallbackGenerator

Field Summary
public static final  NoOpGenerator INSTANCE     
Method from net.sf.cglib.proxy.NoOpGenerator Summary:
generate,   generateStatic
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from net.sf.cglib.proxy.NoOpGenerator Detail:
 public  void generate(ClassEmitter ce,
    Context context,
    List methods) 
 public  void generateStatic(CodeEmitter e,
    Context context,
    List methods)