All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description 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 EvaluatorExpression.ExpressionException The expression evaluators exception class.Expression.LazyNumber LazyNumber interface created for lazily evaluated functionsExpressionSettings Expression settings can be used to set certain defaults, when creating a new expression.ExpressionSettings.Builder A builder to create a read-onlyExpressionSettingsinstance.Function Base interface which is required for all directly evaluated functions.LazyFunction Base interface which is required for lazily evaluated functions.LazyIfNumber Lazy Number for IF function created for lazily evaluated IF conditionLazyOperator Base interface which is required for all operators.Operator Base interface which is required for all operators.TokenizerException