|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface that represents a reflect element, such as a constructor or method.
| Method Summary | |
String |
getName()
Returns the name of the reflect element. |
Class[] |
getParameterTypes()
Returns the types of the parameters to the reflect element. |
Object |
invoke(Object[] p_params)
Invokes the reflect element. |
| Method Detail |
public String getName()
public Class[] getParameterTypes()
public Object invoke(Object[] p_params)
throws Exception
p_params - the parameters to the element.
Exception - thrown if an exception is thrown when invoking the
element.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||