org.codehaus.aspectwerkz.joinpoint
Interface CodeRtti

All Superinterfaces:
MemberRtti, Rtti
All Known Subinterfaces:
ConstructorRtti, MethodRtti
All Known Implementing Classes:
ConstructorRttiImpl, MethodRttiImpl

public interface CodeRtti
extends MemberRtti

Interface for the code RTTI (Runtime Type Information).

Author:
Jonas BonŽr

Method Summary
 Class[] getExceptionTypes()
          Returns the exception types declared by the code block.
 Class[] getParameterTypes()
          Returns the parameter types.
 Object[] getParameterValues()
          Returns the values of the parameters.
 void setParameterValues(Object[] parameterValues)
           
 
Methods inherited from interface org.codehaus.aspectwerkz.joinpoint.Rtti
cloneFor, getDeclaringType, getModifiers, getName, getTarget, getThis
 

Method Detail

getExceptionTypes

Class[] getExceptionTypes()
Returns the exception types declared by the code block.

Returns:
the exception types

getParameterTypes

Class[] getParameterTypes()
Returns the parameter types.

Returns:
the parameter types

getParameterValues

Object[] getParameterValues()
Returns the values of the parameters.

Returns:
the values of the parameters

setParameterValues

void setParameterValues(Object[] parameterValues)
Parameters:
parameterValues -


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