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 SignatureMethodInfo.getSignature()static SignatureReflectUtils.getSignature(Member member) static SignatureTypeUtils.parseConstructor(String sig) static SignatureTypeUtils.parseConstructor(org.objectweb.asm.Type[] types) static SignatureTypeUtils.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 voidEmitUtils.factory_method(ClassEmitter ce, Signature sig) voidCodeEmitter.invoke_constructor(org.objectweb.asm.Type type, Signature sig) voidCodeEmitter.invoke_constructor_this(Signature sig) voidCodeEmitter.invoke_interface(org.objectweb.asm.Type owner, Signature sig) voidCodeEmitter.invoke_static(org.objectweb.asm.Type owner, Signature sig) Deprecated.voidCodeEmitter.invoke_static(org.objectweb.asm.Type owner, Signature sig, boolean isInterface) voidCodeEmitter.invoke_static_this(Signature sig) voidCodeEmitter.invoke_virtual(org.objectweb.asm.Type owner, Signature sig) voidCodeEmitter.invoke_virtual_this(Signature sig) voidCodeEmitter.super_invoke(Signature sig) voidCodeEmitter.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 TypeMethodDescriptionvoidAdd a method signature to the interface.static MethodProxyReturn theMethodProxyused 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)