| com.tc.aspectwerkz.joinpoint.CodeRtti
getExceptionTypes | Class[] getExceptionTypes()(Code) | | Returns the exception types declared by the code block.
the exception types |
getParameterTypes | Class[] getParameterTypes()(Code) | | Returns the parameter types.
the parameter types |
getParameterValues | Object[] getParameterValues()(Code) | | Returns the values of the parameters.
the values of the parameters |
setParameterValues | void setParameterValues(Object[] parameterValues)(Code) | | Parameters: parameterValues - |
|
|