Package net.sf.cglib.proxy
Class FixedValueGenerator
- java.lang.Object
-
- net.sf.cglib.proxy.FixedValueGenerator
-
- All Implemented Interfaces:
CallbackGenerator
class FixedValueGenerator extends java.lang.Object implements CallbackGenerator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sf.cglib.proxy.CallbackGenerator
CallbackGenerator.Context
-
-
Field Summary
Fields Modifier and Type Field Description private static org.objectweb.asm.Type
FIXED_VALUE
static FixedValueGenerator
INSTANCE
private static Signature
LOAD_OBJECT
-
Constructor Summary
Constructors Constructor Description FixedValueGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generate(ClassEmitter ce, CallbackGenerator.Context context, java.util.List methods)
void
generateStatic(CodeEmitter e, CallbackGenerator.Context context, java.util.List methods)
-
-
-
Field Detail
-
INSTANCE
public static final FixedValueGenerator INSTANCE
-
FIXED_VALUE
private static final org.objectweb.asm.Type FIXED_VALUE
-
LOAD_OBJECT
private static final Signature LOAD_OBJECT
-
-
Method Detail
-
generate
public void generate(ClassEmitter ce, CallbackGenerator.Context context, java.util.List methods)
- Specified by:
generate
in interfaceCallbackGenerator
-
generateStatic
public void generateStatic(CodeEmitter e, CallbackGenerator.Context context, java.util.List methods)
- Specified by:
generateStatic
in interfaceCallbackGenerator
-
-