|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinfo.javelot.functionalj.reflect.helper.impl.JdkReflectFactory
public class JdkReflectFactory
Defines a reflection factory that uses the standard JDK.
| Constructor Summary | |
|---|---|
JdkReflectFactory()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JdkReflectFactory()
| Method Detail |
|---|
public ReflectElement getReflectConstructor(Constructor p_constr)
ReflectFactory
getReflectConstructor in interface ReflectFactoryp_constr - the constructor to be invoked by the produced function.public ReflectElement getReflectInstanceMethod(Method p_method)
ReflectFactory
getReflectInstanceMethod in interface ReflectFactoryp_method - the instance method to be invoked by the produced function.public ReflectElement getReflectStaticMethod(Method p_method)
ReflectFactory
getReflectStaticMethod in interface ReflectFactoryp_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 | ||||||||