| Class and Description |
|---|
| AbstractEvaluator
An abstract evaluator, able to evaluate infix expressions.
|
| AbstractVariableSet
An abstract variable set.
|
| BracketPair
A bracket pair.
|
| Constant
A constant in an expression.
|
| DoubleEvaluator.Style
The order or operations (operator precedence) is not clearly defined, especially between the unary minus operator and exponentiation
operator (see http://en.wikipedia.org/wiki/Order_of_operations).
|
| Function
A function.
|
| Operator
An operator.
|
| Operator.Associativity
An Operator's associativity.
|
| Parameters
The parameters of an evaluator.
|
| Token
A token.
|
3.0.5