Uses of Class
org.eclipse.actf.validation.core.Reflector.Result

Packages that use Reflector.Result
org.eclipse.actf.validation.core   
 

Uses of Reflector.Result in org.eclipse.actf.validation.core
 

Methods in org.eclipse.actf.validation.core that return Reflector.Result
 Reflector.Result Reflector.createReflectorResult(Object member, Object[] params)
          convenience method for creating a Reflector.Result object for use outside Reflector class
 Reflector.Result Reflector.findConstructor(Class objClass, Parameter ctorArg)
          find the constructor of the given class that best fits the given parameters.
 Reflector.Result Reflector.findConstructor(Class objClass, Parameter[] ctorArgs)
           
 Reflector.Result Reflector.findMethod(Object methOwner, String name, Parameter arg)
          find a method corresponding to the given name and parameters.
 Reflector.Result Reflector.findMethod(Object methOwner, String name, Parameter[] args)
           
 

Constructors in org.eclipse.actf.validation.core with parameters of type Reflector.Result
ResultInvoker(Reflector.Result result)
          create an invoker for the specified result
ResultInvoker(Reflector.Result result, Object receiver, IRenderableModel model)
          create an invoker for the specified result which will use the given receiver as the receiver for the method call being invoked reflectively