|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.joinpoint.impl.CatchClauseSignatureImpl
Implementation for the catch clause signature.
Constructor Summary | |
CatchClauseSignatureImpl(Class exceptionClass,
Class declaringClass,
String joinPointSignature)
Creates a new catch clause signature. |
Method Summary | |
Class |
getDeclaringType()
Returns the declaring class. |
int |
getModifiers()
Returns the modifiers for the signature. |
String |
getName()
Returns the name (f.e. name of method of field). |
Class |
getParameterType()
Returns the parameter type. |
Signature |
newInstance()
Creates a deep copy of the signature. |
String |
toString()
Returns a string representation of the signature. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CatchClauseSignatureImpl(Class exceptionClass, Class declaringClass, String joinPointSignature)
exceptionClass
- declaringClass
- joinPointSignature
- Method Detail |
public Class getDeclaringType()
getDeclaringType
in interface Signature
public int getModifiers()
boolean isPublic = java.lang.reflect.Modifier.isPublic(signature.getModifiers());
getModifiers
in interface Signature
public String getName()
getName
in interface Signature
public Class getParameterType()
getParameterType
in interface CatchClauseSignature
public String toString()
public Signature newInstance()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |