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) voidemitCallback(CodeEmitter ce, int index) voidemitLoadArgsAndInvoke(CodeEmitter e, MethodInfo method) getImplSignature(MethodInfo method) intgetIndex(MethodInfo method) intgetOriginalModifiers(MethodInfo method)
-
Method Details
-
getClassLoader
ClassLoader getClassLoader() -
beginMethod
-
getOriginalModifiers
-
getIndex
-
emitCallback
-
getImplSignature
-
emitLoadArgsAndInvoke
-