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.Type
static final FixedValueGenerator
private static final Signature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
generate
(ClassEmitter ce, CallbackGenerator.Context context, List methods) void
generateStatic
(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:
generate
in interfaceCallbackGenerator
-
generateStatic
- Specified by:
generateStatic
in interfaceCallbackGenerator
-