jcaas
Class StaticFunction

java.lang.Object
  extended by jcaas.script_nodes.Function
      extended by jcaas.StaticFunction
Direct Known Subclasses:
JStaticFunction

public class StaticFunction
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
StaticFunction()
           
 
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

StaticFunction

public StaticFunction()
Method Detail

invoke

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