org.topbraid.spin.arq
Class AbstractFunction1

java.lang.Object
  extended by org.topbraid.spin.arq.AbstractFunction
      extended by org.topbraid.spin.arq.AbstractFunction1

public abstract class AbstractFunction1
extends AbstractFunction

An abstract superclass for Functions with 1 argument.

Author:
Holger Knublauch

Constructor Summary
AbstractFunction1()
           
 
Method Summary
protected  NodeValue exec(Node[] nodes, FunctionEnv env)
           
protected abstract  NodeValue exec(Node arg1, FunctionEnv env)
           
 
Methods inherited from class org.topbraid.spin.arq.AbstractFunction
build, exec
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFunction1

public AbstractFunction1()
Method Detail

exec

protected NodeValue exec(Node[] nodes,
                         FunctionEnv env)
Specified by:
exec in class AbstractFunction

exec

protected abstract NodeValue exec(Node arg1,
                                  FunctionEnv env)
Specified by:
exec in class AbstractFunction