Uses of Class
net.sf.cglib.core.Signature
Packages that use Signature
Package
Description
-
Uses of Signature in net.sf.cglib.core
Fields in net.sf.cglib.core declared as SignatureMethods in net.sf.cglib.core that return SignatureModifier and TypeMethodDescriptionCodeEmitter.getSignature()
abstract Signature
MethodInfo.getSignature()
static Signature
ReflectUtils.getSignature
(Member member) static Signature
TypeUtils.parseConstructor
(String sig) static Signature
TypeUtils.parseConstructor
(org.objectweb.asm.Type[] types) static Signature
TypeUtils.parseSignature
(String s) Methods in net.sf.cglib.core with parameters of type SignatureModifier and TypeMethodDescriptionClassEmitter.begin_method
(int access, Signature sig, org.objectweb.asm.Type[] exceptions) static void
EmitUtils.factory_method
(ClassEmitter ce, Signature sig) void
CodeEmitter.invoke_constructor
(org.objectweb.asm.Type type, Signature sig) void
CodeEmitter.invoke_constructor_this
(Signature sig) void
CodeEmitter.invoke_interface
(org.objectweb.asm.Type owner, Signature sig) void
CodeEmitter.invoke_static
(org.objectweb.asm.Type owner, Signature sig) Deprecated.void
CodeEmitter.invoke_static
(org.objectweb.asm.Type owner, Signature sig, boolean isInterface) void
CodeEmitter.invoke_static_this
(Signature sig) void
CodeEmitter.invoke_virtual
(org.objectweb.asm.Type owner, Signature sig) void
CodeEmitter.invoke_virtual_this
(Signature sig) void
CodeEmitter.super_invoke
(Signature sig) void
CodeEmitter.super_invoke_constructor
(Signature sig) -
Uses of Signature in net.sf.cglib.proxy
Methods in net.sf.cglib.proxy that return SignatureModifier and TypeMethodDescriptionMethodProxy.getSignature()
Return the signature of the proxied method.Methods in net.sf.cglib.proxy with parameters of type SignatureModifier and TypeMethodDescriptionvoid
Add a method signature to the interface.static MethodProxy
Return theMethodProxy
used when intercepting the method matching the given signature. -
Uses of Signature in net.sf.cglib.reflect
Methods in net.sf.cglib.reflect with parameters of type Signature -
Uses of Signature in net.sf.cglib.transform.impl
Methods in net.sf.cglib.transform.impl with parameters of type SignatureModifier and TypeMethodDescriptionAddDelegateTransformer.begin_method
(int access, Signature sig, org.objectweb.asm.Type[] exceptions) AddInitTransformer.begin_method
(int access, Signature sig, org.objectweb.asm.Type[] exceptions) InterceptFieldTransformer.begin_method
(int access, Signature sig, org.objectweb.asm.Type[] exceptions) UndeclaredThrowableTransformer.begin_method
(int access, Signature sig, org.objectweb.asm.Type[] exceptions)