Uses of Class
net.sf.cglib.core.Signature
-
Packages that use Signature Package Description net.sf.cglib.core net.sf.cglib.proxy net.sf.cglib.reflect net.sf.cglib.transform.impl -
-
Uses of Signature in net.sf.cglib.core
Fields in net.sf.cglib.core declared as Signature Modifier and Type Field Description static SignatureConstants. SIG_STATICMethods in net.sf.cglib.core that return Signature Modifier and Type Method Description SignatureCodeEmitter. getSignature()abstract SignatureMethodInfo. getSignature()static SignatureReflectUtils. getSignature(java.lang.reflect.Member member)static SignatureTypeUtils. parseConstructor(java.lang.String sig)static SignatureTypeUtils. parseConstructor(org.objectweb.asm.Type[] types)static SignatureTypeUtils. parseSignature(java.lang.String s)Methods in net.sf.cglib.core with parameters of type Signature Modifier and Type Method Description CodeEmitterClassEmitter. 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 Signature Modifier and Type Method Description SignatureMethodProxy. getSignature()Return the signature of the proxied method.Methods in net.sf.cglib.proxy with parameters of type Signature Modifier and Type Method Description voidInterfaceMaker. add(Signature sig, org.objectweb.asm.Type[] exceptions)Add a method signature to the interface.static MethodProxyMethodProxy. find(java.lang.Class type, Signature sig)Return 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 Modifier and Type Method Description abstract intFastClass. getIndex(Signature sig) -
Uses of Signature in net.sf.cglib.transform.impl
Methods in net.sf.cglib.transform.impl with parameters of type Signature Modifier and Type Method Description CodeEmitterAddDelegateTransformer. begin_method(int access, Signature sig, org.objectweb.asm.Type[] exceptions)CodeEmitterAddInitTransformer. begin_method(int access, Signature sig, org.objectweb.asm.Type[] exceptions)CodeEmitterInterceptFieldTransformer. begin_method(int access, Signature sig, org.objectweb.asm.Type[] exceptions)CodeEmitterUndeclaredThrowableTransformer. begin_method(int access, Signature sig, org.objectweb.asm.Type[] exceptions)
-