Uses of Class
com.japisoft.formula.node.EvaluateException

Packages that use EvaluateException
com.japisoft.formula   
com.japisoft.formula.node   
 

Uses of EvaluateException in com.japisoft.formula
 

Methods in com.japisoft.formula that throw EvaluateException
 AbstractNode Formula.parse()
          Parse the expression and return a node for evaluation.
 Variant Formula.evaluate()
          This method will evaluate the current expression.
 

Uses of EvaluateException in com.japisoft.formula.node
 

Methods in com.japisoft.formula.node that throw EvaluateException
 java.lang.Object RootNode.evaluate(NodeContext ctx)
           
abstract  java.lang.Object AbstractNode.evaluate(NodeContext ctx)
           
 java.lang.Object BinaryOperatorNode.evaluate(NodeContext ctx)
           
 java.lang.Object FunctionNode.evaluate(NodeContext ctx)
           
 java.lang.Object GroupNode.evaluate(NodeContext ctx)
           
 java.lang.Object TernaryOperatorNode.evaluate(NodeContext ctx)
           
 java.lang.Object UnaryOperatorNode.evaluate(NodeContext ctx)
           
 java.lang.Object ValueNode.evaluate(NodeContext ctx)
           
 java.lang.Object VariableNode.evaluate(NodeContext ctx)