| Package | Description |
|---|---|
| de.flapdoodle.eval.core |
| Modifier and Type | Method and Description |
|---|---|
ImmutableExpression |
ImmutableExpression.Builder.build()
Builds a new
ImmutableExpression. |
static ImmutableExpression |
ImmutableExpression.copyOf(Expression instance)
Creates an immutable copy of a
Expression value. |
ImmutableExpression |
ImmutableExpression.withMathContext(MathContext value)
Copy the current immutable object by setting a value for the
mathContext attribute. |
ImmutableExpression |
ImmutableExpression.withRoot(Node value)
Copy the current immutable object by setting a value for the
root attribute. |
ImmutableExpression |
ImmutableExpression.withSource(String value)
Copy the current immutable object by setting a value for the
source attribute. |
ImmutableExpression |
ImmutableExpression.withZoneId(ZoneId value)
Copy the current immutable object by setting a value for the
zoneId attribute. |
Copyright © 2024. All rights reserved.