| Package | Description |
|---|---|
| de.flapdoodle.eval.core.tree |
| Modifier and Type | Method and Description |
|---|---|
ImmutableVariable |
ImmutableVariable.Builder.build()
Builds a new
ImmutableVariable. |
static ImmutableVariable |
ImmutableVariable.copyOf(Variable instance)
Creates an immutable copy of a
Variable value. |
static ImmutableVariable |
ImmutableVariable.of(int hash,
String name,
int position)
Construct a new immutable
Variable instance. |
ImmutableVariable |
ImmutableVariable.withHash(int value)
Copy the current immutable object by setting a value for the
hash attribute. |
ImmutableVariable |
ImmutableVariable.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableVariable |
ImmutableVariable.withPosition(int value)
Copy the current immutable object by setting a value for the
position attribute. |
Copyright © 2024. All rights reserved.