protected class ShuntingYardExpressionTree.Node extends Object
Node
class represents a node of the expression tree.Modifier and Type | Field and Description |
---|---|
protected ShuntingYardExpressionTree.Node[] |
children
Children of this node.
|
protected Token |
token
Token contained in this node.
A token can be an operand, operator, function, variable, or constant. |
protected final ShuntingYardExpressionTree.Node[] children
protected final Token token
public Node(Token token)
token
- The token in this nodeCopyright © 2019 Pratanu Mandal. All rights reserved.