|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractNode | |
com.japisoft.formula | |
com.japisoft.formula.node | |
com.japisoft.formula.operator |
Uses of AbstractNode in com.japisoft.formula |
Methods in com.japisoft.formula that return AbstractNode | |
AbstractNode |
Formula.parse()
Parse the expression and return a node for evaluation. |
AbstractNode |
FormulaTreeBuilder.getRootNode()
|
Uses of AbstractNode in com.japisoft.formula.node |
Subclasses of AbstractNode in com.japisoft.formula.node | |
class |
BinaryOperatorNode
|
class |
FunctionNode
Node for function. |
class |
GroupNode
Group node definition. |
class |
ListNode
|
class |
RootNode
Root node for the formula More information at : http://www.japisoft.com |
class |
TernaryOperatorNode
|
class |
UnaryOperatorNode
|
class |
ValueNode
This node is for a value More information at : http://www.japisoft.com |
class |
ValueNodeHP
Value node for high precision |
class |
VariableNode
Node for Variable. |
Methods in com.japisoft.formula.node that return AbstractNode | |
AbstractNode |
AbstractNode.getChildAt(int index)
|
AbstractNode |
NodeFactory.getRootNode()
|
AbstractNode |
NodeFactory.getFunctionNode()
|
AbstractNode |
NodeFactory.getVariableNode()
|
AbstractNode |
NodeFactory.getGroupNode()
|
AbstractNode |
NodeFactory.getListNode()
|
AbstractNode |
NodeFactory.getTernaryOperatorNode(java.lang.String operator)
|
AbstractNode |
NodeFactory.getBinaryOperatorNode(java.lang.String operator)
|
AbstractNode |
NodeFactory.getUnaryOperatorNode(java.lang.String operator)
|
AbstractNode |
NodeFactory.getValueNode()
|
Methods in com.japisoft.formula.node with parameters of type AbstractNode | |
void |
AbstractNode.addChildNode(AbstractNode node)
Add a new child |
void |
VariableNode.addChildNode(AbstractNode node)
|
Uses of AbstractNode in com.japisoft.formula.operator |
Constructors in com.japisoft.formula.operator with parameters of type AbstractNode | |
OperatorContext(AbstractNode refNode,
FormulaContext context)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |