|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Signature | |
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 | |
static Signature |
Constants.SIG_STATIC
|
Methods in net.sf.cglib.core that return Signature | |
static Signature |
TypeUtils.parseSignature(java.lang.String s)
|
static Signature |
TypeUtils.parseConstructor(org.objectweb.asm.Type[] types)
|
static Signature |
TypeUtils.parseConstructor(java.lang.String sig)
|
static Signature |
TypeUtils.getSignature(java.lang.reflect.Method method)
|
static Signature |
ReflectUtils.getSignature(java.lang.reflect.Member member)
|
Signature |
CodeEmitter.getSignature()
|
Methods in net.sf.cglib.core with parameters of type Signature | |
static void |
EmitUtils.factory_method(ClassEmitter ce,
Signature sig)
|
void |
CodeEmitter.super_invoke(Signature sig)
|
void |
CodeEmitter.invoke_interface(org.objectweb.asm.Type owner,
Signature sig)
|
void |
CodeEmitter.invoke_virtual(org.objectweb.asm.Type owner,
Signature sig)
|
void |
CodeEmitter.invoke_static(org.objectweb.asm.Type owner,
Signature sig)
|
void |
CodeEmitter.invoke_virtual_this(Signature sig)
|
void |
CodeEmitter.invoke_static_this(Signature sig)
|
void |
CodeEmitter.invoke_constructor(org.objectweb.asm.Type type,
Signature sig)
|
void |
CodeEmitter.invoke_constructor_this(Signature sig)
|
void |
CodeEmitter.super_invoke_constructor(Signature sig)
|
CodeEmitter |
ClassEmitter.begin_method(int access,
Signature sig,
org.objectweb.asm.Type[] exceptions,
org.objectweb.asm.Attribute attrs)
|
Uses of Signature in net.sf.cglib.proxy |
Methods in net.sf.cglib.proxy that return Signature | |
Signature |
MethodProxy.getSignature()
Return the signature of the proxied method. |
Methods in net.sf.cglib.proxy with parameters of type Signature | |
static MethodProxy |
MethodProxy.find(java.lang.Class type,
Signature sig)
Return the MethodProxy 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 | |
abstract int |
FastClass.getIndex(Signature sig)
|
Uses of Signature in net.sf.cglib.transform.impl |
Methods in net.sf.cglib.transform.impl with parameters of type Signature | |
CodeEmitter |
InterceptFieldTransformer.begin_method(int access,
Signature sig,
org.objectweb.asm.Type[] exceptions,
org.objectweb.asm.Attribute attrs)
|
CodeEmitter |
AddDelegateTransformer.begin_method(int access,
Signature sig,
org.objectweb.asm.Type[] exceptions,
org.objectweb.asm.Attribute attrs)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |