| Package | Description |
|---|---|
| de.flapdoodle.eval.core |
| Modifier and Type | Method and Description |
|---|---|
ImmutableExpressionFactory.Builder |
ImmutableExpressionFactory.Builder.arrayAccess(TypedEvaluableByNumberOfArguments arrayAccess)
Initializes the value for the
arrayAccess attribute. |
static ImmutableExpressionFactory.Builder |
ImmutableExpressionFactory.builder()
Creates a builder for
ImmutableExpressionFactory. |
static ImmutableExpressionFactory.Builder |
ExpressionFactory.builder() |
ImmutableExpressionFactory.Builder |
ImmutableExpressionFactory.Builder.constants(VariableResolver constants)
Initializes the value for the
constants attribute. |
ImmutableExpressionFactory.Builder |
ImmutableExpressionFactory.Builder.evaluatables(TypedEvaluableByName evaluatables)
Initializes the value for the
evaluatables attribute. |
ImmutableExpressionFactory.Builder |
ImmutableExpressionFactory.Builder.exceptionMapper(EvaluableExceptionMapper exceptionMapper)
Initializes the value for the
exceptionMapper attribute. |
ImmutableExpressionFactory.Builder |
ImmutableExpressionFactory.Builder.from(ExpressionFactory instance)
Fill a builder with attribute values from the provided
ExpressionFactory instance. |
ImmutableExpressionFactory.Builder |
ImmutableExpressionFactory.Builder.mathContext(MathContext mathContext)
Initializes the value for the
mathContext attribute. |
ImmutableExpressionFactory.Builder |
ImmutableExpressionFactory.Builder.numberAsValue(NumberAsValue numberAsValue)
Initializes the value for the
numberAsValue attribute. |
ImmutableExpressionFactory.Builder |
ImmutableExpressionFactory.Builder.operatorMap(OperatorMap operatorMap)
Initializes the value for the
operatorMap attribute. |
ImmutableExpressionFactory.Builder |
ImmutableExpressionFactory.Builder.propertyAccess(TypedEvaluableByNumberOfArguments propertyAccess)
Initializes the value for the
propertyAccess attribute. |
ImmutableExpressionFactory.Builder |
ImmutableExpressionFactory.Builder.stringAsValue(StringAsValue stringAsValue)
Initializes the value for the
stringAsValue attribute. |
ImmutableExpressionFactory.Builder |
ImmutableExpressionFactory.Builder.zoneId(ZoneId zoneId)
Initializes the value for the
zoneId attribute. |
Copyright © 2024. All rights reserved.