| Package | Description |
|---|---|
| de.flapdoodle.eval.core | |
| de.flapdoodle.eval.core.tree | |
| de.flapdoodle.eval.example |
| Modifier and Type | Method and Description |
|---|---|
protected EvaluableExceptionMapper |
ImmutableExpressionFactory.exceptionMapper() |
protected abstract EvaluableExceptionMapper |
ExpressionFactory.exceptionMapper() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableExpressionFactory.Builder |
ImmutableExpressionFactory.Builder.exceptionMapper(EvaluableExceptionMapper exceptionMapper)
Initializes the value for the
exceptionMapper attribute. |
ImmutableExpressionFactory |
ImmutableExpressionFactory.withExceptionMapper(EvaluableExceptionMapper value)
Copy the current immutable object by setting a value for the
exceptionMapper attribute. |
| Modifier and Type | Method and Description |
|---|---|
protected EvaluableExceptionMapper |
ImmutableEvaluatableNode.exceptionMapper() |
protected abstract EvaluableExceptionMapper |
EvaluatableNode.exceptionMapper() |
static EvaluableExceptionMapper |
EvalFailedWithException.mapper() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableEvaluatableNode.Builder |
ImmutableEvaluatableNode.Builder.exceptionMapper(EvaluableExceptionMapper exceptionMapper)
Initializes the value for the
exceptionMapper attribute. |
static ImmutableEvaluatableNode |
ImmutableEvaluatableNode.of(Token token,
TypedEvaluableByArguments evaluatable,
Iterable<? extends Node> parameters,
EvaluableExceptionMapper exceptionMapper)
Construct a new immutable
EvaluatableNode instance. |
static ImmutableEvaluatableNode |
ImmutableEvaluatableNode.of(Token token,
TypedEvaluableByArguments evaluatable,
List<Node> parameters,
EvaluableExceptionMapper exceptionMapper)
Construct a new immutable
EvaluatableNode instance. |
static EvaluatableNode |
EvaluatableNode.of(Token token,
TypedEvaluableByArguments function,
List<Node> parameters,
EvaluableExceptionMapper exceptionMapper) |
ImmutableEvaluatableNode |
ImmutableEvaluatableNode.withExceptionMapper(EvaluableExceptionMapper value)
Copy the current immutable object by setting a value for the
exceptionMapper attribute. |
| Modifier and Type | Method and Description |
|---|---|
static EvaluableExceptionMapper |
Defaults.exceptionMapper() |
Copyright © 2024. All rights reserved.