|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CodeRtti
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 |
---|
Class[] getExceptionTypes()
Class[] getParameterTypes()
Object[] getParameterValues()
void setParameterValues(Object[] parameterValues)
parameterValues
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |