org.aspectj.lang.reflect
Interface CatchClauseSignature

All Superinterfaces:
Signature
All Known Implementing Classes:
CatchClauseSignatureImpl

public interface CatchClauseSignature
extends Signature


Method Summary
 String getParameterName()
           
 Class getParameterType()
           
 
Methods inherited from interface org.aspectj.lang.Signature
getDeclaringType, getDeclaringTypeName, getModifiers, getName, toLongString, toShortString, toString
 

Method Detail

getParameterType

Class getParameterType()

getParameterName

String getParameterName()