|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReflectElement
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 |
---|
String getName()
Class[] getParameterTypes()
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 |