org.codehaus.aspectwerkz.joinpoint
Interface CatchClauseRtti

All Superinterfaces:
Rtti
All Known Implementing Classes:
CatchClauseRttiImpl

public interface CatchClauseRtti
extends Rtti

Interface for the catch clause RTTI (Runtime Type Information).

Author:
Jonas Bonér

Method Summary
 Class getParameterType()
          Returns the parameter type.
 Object getParameterValue()
          Returns the value of the parameter.
 void setParameterValue(Object parameterValue)
           
 
Methods inherited from interface org.codehaus.aspectwerkz.joinpoint.Rtti
cloneFor, getDeclaringType, getModifiers, getName, getTarget, getThis
 

Method Detail

getParameterType

public Class getParameterType()
Returns the parameter type.

Returns:
the parameter type

getParameterValue

public Object getParameterValue()
Returns the value of the parameter.

Returns:
the value of the parameter

setParameterValue

public void setParameterValue(Object parameterValue)
Parameters:
parameterValue - the value of the parameter


Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.