|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.aspectwerkz.joinpoint.impl.CatchClauseSignatureImpl
public class CatchClauseSignatureImpl
Implementation for the catch clause signature.
| Constructor Summary | |
|---|---|
CatchClauseSignatureImpl(Class exceptionClass)
Creates a new catch clause signature. |
|
| Method Summary | |
|---|---|
Class |
getDeclaringType()
Returns the exception class. |
int |
getModifiers()
Returns the modifiers for the signature. |
String |
getName()
Returns the name |
Class |
getParameterType()
Deprecated. |
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)
exceptionClass - | Method Detail |
|---|
public Class getDeclaringType()
getDeclaringType in interface Signaturepublic int getModifiers()
boolean isPublic = java.lang.reflect.Modifier.isPublic(signature.getModifiers());
getModifiers in interface Signaturepublic String getName()
getName in interface Signaturepublic Class getParameterType()
getParameterType in interface CatchClauseSignaturepublic String toString()
toString in class Objectpublic Signature newInstance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||