|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface to define a factory that produces reflect elements from constructors and methods.
| Method Summary | |
ReflectElement |
getReflectConstructor(Constructor p_constr)
Produces a function that invokes the specified constructor. |
ReflectElement |
getReflectInstanceMethod(Method p_method)
Produces a function that invokes the specified instance method. |
ReflectElement |
getReflectStaticMethod(Method p_method)
Produces a function that invokes the specified static method. |
| Method Detail |
public ReflectElement getReflectConstructor(Constructor p_constr)
p_constr - the constructor to be invoked by the produced function.public ReflectElement getReflectInstanceMethod(Method p_method)
p_method - the instance method to be invoked by the produced function.public ReflectElement getReflectStaticMethod(Method p_method)
p_method - the static method to be invoked by the produced function.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||