jcaas.script_nodes
Class JFunction

java.lang.Object
  extended by jcaas.script_nodes.Function
      extended by jcaas.script_nodes.JFunction

public class JFunction
extends Function

Author:
reverend TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
JFunction(java.lang.Object actor, java.lang.reflect.Method method)
           
 
Method Summary
 SObject invoke(java.util.List args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JFunction

public JFunction(java.lang.Object actor,
                 java.lang.reflect.Method method)
Parameters:
method -
Method Detail

invoke

public SObject invoke(java.util.List args)
Specified by:
invoke in class Function