| Package | Description |
|---|---|
| net.objecthunter.exp4j |
| Modifier and Type | Method and Description |
|---|---|
ExpressionBuilder |
ExpressionBuilder.function(Function function)
Add a
Function implementation available for use in the expression |
ExpressionBuilder |
ExpressionBuilder.functions(Function... functions)
Add multiple
Function implementations available for use in the expression |
ExpressionBuilder |
ExpressionBuilder.functions(List<Function> functions)
Add multiple
Function implementations available for use in the expression |
ExpressionBuilder |
ExpressionBuilder.implicitMultiplication(boolean enabled) |
ExpressionBuilder |
ExpressionBuilder.operator(List<Operator> operators)
Add multiple
Operator implementations which should be available for use in the expression |
ExpressionBuilder |
ExpressionBuilder.operator(Operator... operators)
Add multiple
Operator implementations which should be available for use in the expression |
ExpressionBuilder |
ExpressionBuilder.operator(Operator operator)
Add an
Operator which should be available for use in the expression |
ExpressionBuilder |
ExpressionBuilder.variable(String variableName)
Declare a variable used in the expression
|
ExpressionBuilder |
ExpressionBuilder.variables(Set<String> variableNames)
Declare variable names used in the expression
|
ExpressionBuilder |
ExpressionBuilder.variables(String... variableNames)
Declare variable names used in the expression
|
Copyright © 2017. All rights reserved.