|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ReflectFactory
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 |
|---|
ReflectElement getReflectConstructor(Constructor p_constr)
p_constr - the constructor to be invoked by the produced function.ReflectElement getReflectInstanceMethod(Method p_method)
p_method - the instance method to be invoked by the produced function.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 | ||||||||