tk.pratanumandal.expr4j
package is the root package of expr4j library.See: Description
Class | Description |
---|---|
ExpressionEvaluator |
The
ExpressionEvaluator class is the logical entry point to the library.It acts as a wrapper for shunting yard implementations allowing to easily choose the implementation to be used. |
OperatorRepository |
The
OperatorRepository class is the repository of all operators, functions, variables, and constants in the environment.This class can be used to create user defined functions. |
Enum | Description |
---|---|
ExpressionEvaluator.Evaluator |
The
Evaluator enum represents the Shunting Yard implementation to be used for evaluating expressions.It can be of two types: DUAL_STACK, and EXPRESSION_TREE. |
tk.pratanumandal.expr4j
package is the root package of expr4j library.Copyright © 2019 Pratanu Mandal. All rights reserved.