Uses of Class
net.sf.cglib.core.MethodInfo
Packages that use MethodInfo
Package
Description
-
Uses of MethodInfo in net.sf.cglib.core
Subclasses of MethodInfo in net.sf.cglib.coreMethods in net.sf.cglib.core that return MethodInfoModifier and TypeMethodDescriptionCodeEmitter.getMethodInfo()
static MethodInfo
ReflectUtils.getMethodInfo
(Member member) static MethodInfo
ReflectUtils.getMethodInfo
(Member member, int modifiers) Methods in net.sf.cglib.core with parameters of type MethodInfoModifier and TypeMethodDescriptionstatic CodeEmitter
EmitUtils.begin_method
(ClassEmitter e, MethodInfo method) static CodeEmitter
EmitUtils.begin_method
(ClassEmitter e, MethodInfo method, int access) org.objectweb.asm.Type[]
EmitUtils.ParameterTyper.getParameterTypes
(MethodInfo member) void
CodeEmitter.invoke
(MethodInfo method) void
CodeEmitter.invoke
(MethodInfo method, org.objectweb.asm.Type virtualType) static boolean
TypeUtils.isConstructor
(MethodInfo method) static void
EmitUtils.load_method
(CodeEmitter e, MethodInfo method) -
Uses of MethodInfo in net.sf.cglib.proxy
Methods in net.sf.cglib.proxy with parameters of type MethodInfoModifier and TypeMethodDescriptionCallbackGenerator.Context.beginMethod
(ClassEmitter ce, MethodInfo method) void
CallbackGenerator.Context.emitLoadArgsAndInvoke
(CodeEmitter e, MethodInfo method) CallbackGenerator.Context.getImplSignature
(MethodInfo method) int
CallbackGenerator.Context.getIndex
(MethodInfo method) int
CallbackGenerator.Context.getOriginalModifiers
(MethodInfo method) private static void
MethodInterceptorGenerator.superHelper
(CodeEmitter e, MethodInfo method, CallbackGenerator.Context context) -
Uses of MethodInfo in net.sf.cglib.reflect
Methods in net.sf.cglib.reflect with parameters of type MethodInfoModifier and TypeMethodDescriptionprivate void
MulticastDelegate.Generator.emitProxy
(ClassEmitter ce, MethodInfo method) -
Uses of MethodInfo in net.sf.cglib.transform.impl
Fields in net.sf.cglib.transform.impl declared as MethodInfoModifier and TypeFieldDescriptionprivate MethodInfo
AddInitTransformer.info
private MethodInfo
AddStaticInitTransformer.info