Class | Description |
---|---|
ExprDouble |
A class defined to output more flexible double representation than
the standard java.lang.Double.
|
Expression |
The class representing an expression.
|
ExprNode |
A reduced expression node in an operator-precedence parsing tree.
|
ExprStringBufferInputStream |
A string buffer input stream defined for expression type strings.
|
Function |
Abstract class type for functions.
|
FunctionSet |
The set of all available functions.
|
Symbol |
An input symbol in an expression.
|
Variable |
A variable in an expression.
|
Exception | Description |
---|---|
ExpressionEvalException |
Expression evaluation exception.
|
ExpressionException |
Expression exception.
|
ExpressionParseException |
Expression parsing exception.
|