|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for the code RTTI (Runtime Type Information).
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 |
public Class[] getExceptionTypes()
public Class[] getParameterTypes()
public Object[] getParameterValues()
public void setParameterValues(Object[] parameterValues)
parameterValues
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |