Package net.sf.cglib.proxy
Class FixedValueGenerator
java.lang.Object
net.sf.cglib.proxy.FixedValueGenerator
- All Implemented Interfaces:
CallbackGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.sf.cglib.proxy.CallbackGenerator
CallbackGenerator.Context -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.objectweb.asm.Typestatic final FixedValueGeneratorprivate static final Signature -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate(ClassEmitter ce, CallbackGenerator.Context context, List methods) voidgenerateStatic(CodeEmitter e, CallbackGenerator.Context context, List methods)
-
Field Details
-
INSTANCE
-
FIXED_VALUE
private static final org.objectweb.asm.Type FIXED_VALUE -
LOAD_OBJECT
-
-
Constructor Details
-
FixedValueGenerator
FixedValueGenerator()
-
-
Method Details
-
generate
- Specified by:
generatein interfaceCallbackGenerator
-
generateStatic
- Specified by:
generateStaticin interfaceCallbackGenerator
-