org.aspectbench.runtime.reflect
Class CatchClauseSignatureImpl

java.lang.Object
  extended byorg.aspectbench.runtime.reflect.SignatureImpl
      extended byorg.aspectbench.runtime.reflect.CatchClauseSignatureImpl
All Implemented Interfaces:
CatchClauseSignature, Signature

public class CatchClauseSignatureImpl
extends SignatureImpl
implements CatchClauseSignature


Method Summary
 java.lang.String getParameterName()
           
 java.lang.Class getParameterType()
           
 java.lang.String toString(StringMaker sm)
           
 
Methods inherited from class org.aspectbench.runtime.reflect.SignatureImpl
extractString, extractType, getDeclaringType, getDeclaringTypeName, getModifiers, getName, setLookupClassLoader, toLongString, toShortString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.aspectj.lang.Signature
getDeclaringType, getDeclaringTypeName, getModifiers, getName, toLongString, toShortString, toString
 

Method Detail

getParameterType

public java.lang.Class getParameterType()
Specified by:
getParameterType in interface CatchClauseSignature

getParameterName

public java.lang.String getParameterName()
Specified by:
getParameterName in interface CatchClauseSignature

toString

public java.lang.String toString(StringMaker sm)
Specified by:
toString in class SignatureImpl