Package | Description |
---|---|
tk.pratanumandal.expr4j.shuntingyard |
The
tk.pratanumandal.expr4j.shuntingyard package contains Shunting Yard implementations for expression evaluation. |
tk.pratanumandal.expr4j.token |
The
tk.pratanumandal.expr4j.token package contains all the tokens that form an expression. |
Modifier and Type | Field and Description |
---|---|
protected Stack<Operator> |
ShuntingYardDualStack.operatorStack
Stack to hold the operators.
|
protected Stack<Operator> |
ShuntingYardExpressionTree.operatorStack
Stack to hold the operators.
|
Modifier and Type | Method and Description |
---|---|
int |
Operator.compareTo(Operator other)
Method to compare this operator to another operator on the basis of precedence.
|
Copyright © 2019 Pratanu Mandal. All rights reserved.