| Package | Description |
|---|---|
| de.flapdoodle.eval.core |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableExpression
Immutable implementation of
Expression. |
| Modifier and Type | Method and Description |
|---|---|
Expression |
ExpressionFactory.parse(String expression) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableExpression |
ImmutableExpression.copyOf(Expression instance)
Creates an immutable copy of a
Expression value. |
ImmutableExpression.Builder |
ImmutableExpression.Builder.from(Expression instance)
Fill a builder with attribute values from the provided
Expression instance. |
Copyright © 2024. All rights reserved.