| AbstractFunction |
Abstract implementation of a direct function.
This abstract implementation does implement lazyEval so that it returns the result of eval.
|
| AbstractLazyFunction |
Abstract implementation of a lazy function which implements all necessary methods with the
exception of the main logic.
|
| AbstractLazyOperator |
Abstract implementation of an operator.
|
| AbstractOperator |
Abstract implementation of an operator.
|
| AbstractUnaryOperator |
Abstract implementation of an unary operator.
This abstract implementation implements eval so that it forwards its first parameter to
evalUnary.
|
| Expression |
EvalEx - Java Expression Evaluator
|
| ExpressionSettings |
Expression settings can be used to set certain defaults, when creating a new expression.
|
| ExpressionSettings.Builder |
|
| LazyIfNumber |
Lazy Number for IF function created for lazily evaluated IF condition
|