Uses of Interface
com.japisoft.formula.node.NodeContext

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

Uses of NodeContext in com.japisoft.formula
 

Classes in com.japisoft.formula that implement NodeContext
 class FormulaContext
          This context is for formula evaluation with access to the symbol table or to the function definition deleguate.
 

Uses of NodeContext in com.japisoft.formula.node
 

Methods in com.japisoft.formula.node with parameters of type NodeContext
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 ListNode.evaluate(NodeContext ctx)
           
 java.lang.Object RootNode.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 ValueNodeHP.evaluate(NodeContext ctx)
           
 java.lang.Object VariableNode.evaluate(NodeContext ctx)