Package net.sf.cglib.proxy
Interface CallbackGenerator.Context
- Enclosing interface:
- CallbackGenerator
public static interface CallbackGenerator.Context
-
Method Summary
Modifier and TypeMethodDescriptionbeginMethod
(ClassEmitter ce, MethodInfo method) void
emitCallback
(CodeEmitter ce, int index) void
emitLoadArgsAndInvoke
(CodeEmitter e, MethodInfo method) getImplSignature
(MethodInfo method) int
getIndex
(MethodInfo method) int
getOriginalModifiers
(MethodInfo method)
-
Method Details
-
getClassLoader
ClassLoader getClassLoader() -
beginMethod
-
getOriginalModifiers
-
getIndex
-
emitCallback
-
getImplSignature
-
emitLoadArgsAndInvoke
-