org.logicalcobwebs.cglib.proxy
Class NoOpGenerator

java.lang.Object
  extended by org.logicalcobwebs.cglib.proxy.NoOpGenerator
All Implemented Interfaces:
CallbackGenerator

 class NoOpGenerator
extends java.lang.Object
implements CallbackGenerator


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.logicalcobwebs.cglib.proxy.CallbackGenerator
CallbackGenerator.Context
 
Field Summary
static NoOpGenerator INSTANCE
           
 
Constructor Summary
NoOpGenerator()
           
 
Method Summary
 void generate(ClassEmitter ce, CallbackGenerator.Context context)
           
 void generateStatic(CodeEmitter e, CallbackGenerator.Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final NoOpGenerator INSTANCE
Constructor Detail

NoOpGenerator

NoOpGenerator()
Method Detail

generate

public void generate(ClassEmitter ce,
                     CallbackGenerator.Context context)
Specified by:
generate in interface CallbackGenerator

generateStatic

public void generateStatic(CodeEmitter e,
                           CallbackGenerator.Context context)
Specified by:
generateStatic in interface CallbackGenerator