com.japisoft.formula.node
Class FunctionNode
java.lang.Object
|
+--com.japisoft.formula.node.AbstractNode
|
+--com.japisoft.formula.node.FunctionNode
- public class FunctionNode
- extends AbstractNode
Node for function. All children are for arguments.
More information at : http://www.japisoft.com
- Version:
- 1.0
- Author:
- (c) 2002-2003 JAPISOFT
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionNode
public FunctionNode()
getFunctionName
public java.lang.String getFunctionName()
- Returns:
- the current function name
setFunctionName
public void setFunctionName(java.lang.String function)
- reset the function name
setRootMode
public void setRootMode(boolean root)
- Deprecated. Must use the class RootNode for that
- Particular state for the function root. This function root contains the
parsing evaluation node
evaluate
public java.lang.Object evaluate(NodeContext ctx)
throws EvaluateException
- Specified by:
evaluate
in class AbstractNode
EvaluateException