| Class | Description |
|---|---|
| Console |
This class implements a simple command line utility for evaluating JEP expressions.
|
| ExpressionEvaluator |
An object that validates an user expression at instantiation time and evaluates with
given source variables at runtime.
|
| ExpressionEvaluatorFacade |
A facade class for the
ExpressionEvaluator |
| JEPContextFactory |
A factory that creates JEP objects with extended functions and operators.
|
| Enum | Description |
|---|---|
| NamedPackage |
Enumerates all known custom package names.
|
Provides main classes to work with JEP.
The JEPContextFactory produces new JEP objects with custom functions available. It may also accept a map of initial variables to be attached to the new JEP object.
The ExpressionEvaluator and ExpressionEvaluatorFacade provides an alternative way to use JEP, reducing the complexity of JEP operations.
The Console implements a simple command-line utility for parsing expressions.
Copyright © 2023. All rights reserved.