| Interface | Description |
|---|---|
| AbstractVariableSet<T> |
An abstract variable set.
|
| Class | Description |
|---|---|
| AbstractEvaluator<T> |
An abstract evaluator, able to evaluate infix expressions.
|
| BracketPair |
A bracket pair.
|
| Constant |
A constant in an expression.
|
| DoubleEvaluator |
An evaluator that is able to evaluate arithmetic expressions on real numbers.
|
| Function |
A function.
|
| Operator |
An operator.
|
| Parameters |
The parameters of an evaluator.
|
| StaticVariableSet<T> |
A static variable set.
|
| Token |
A token.
|
| Tokenizer |
A String tokenizer that accepts delimiters that are greater than one character.
|
| Enum | Description |
|---|---|
| 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).
|
| Operator.Associativity |
An Operator's associativity.
|
3.0.5