|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Signature | |
org.codehaus.aspectwerkz.joinpoint | |
org.codehaus.aspectwerkz.joinpoint.impl | |
org.codehaus.aspectwerkz.joinpoint.management |
Uses of Signature in org.codehaus.aspectwerkz.joinpoint |
Subinterfaces of Signature in org.codehaus.aspectwerkz.joinpoint | |
interface |
CatchClauseSignature
Interface for the catch clause signature. |
interface |
CodeSignature
Interface for the code signature (method and constructor). |
interface |
ConstructorSignature
Interface for the constructor signature. |
interface |
FieldSignature
Interface for the field signature. |
interface |
MemberSignature
Interface for the member signatures (method, constructor and field). |
interface |
MethodSignature
Interface for the method signature. |
Methods in org.codehaus.aspectwerkz.joinpoint that return Signature | |
Signature |
StaticJoinPoint.getSignature()
Returns the signature for the join point. |
Uses of Signature in org.codehaus.aspectwerkz.joinpoint.impl |
Classes in org.codehaus.aspectwerkz.joinpoint.impl that implement Signature | |
class |
CatchClauseSignatureImpl
Implementation for the catch clause signature. |
class |
ConstructorSignatureImpl
Implementation for the constructor signature. |
class |
ConstructorSignatureImplInlined
Implementation for the constructor signature used in the inlining model |
class |
FieldSignatureImpl
Implementation for the field signature. |
class |
MethodSignatureImpl
Implementation for the method signature. |
Methods in org.codehaus.aspectwerkz.joinpoint.impl that return Signature | |
Signature |
CatchClauseSignatureImpl.newInstance()
Creates a deep copy of the signature. |
Uses of Signature in org.codehaus.aspectwerkz.joinpoint.management |
Fields in org.codehaus.aspectwerkz.joinpoint.management declared as Signature | |
Signature |
JitCompiler.RttiInfo.signature
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |