| Package | Description |
|---|---|
| de.flapdoodle.eval.core.evaluables |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOperatorMapping |
ImmutableOperatorMapping.Builder.build()
Builds a new
ImmutableOperatorMapping. |
static ImmutableOperatorMapping |
ImmutableOperatorMapping.copyOf(OperatorMapping instance)
Creates an immutable copy of a
OperatorMapping value. |
ImmutableOperatorMapping |
ImmutableOperatorMapping.withEvaluatable(String value)
Copy the current immutable object by setting a value for the
evaluatable attribute. |
ImmutableOperatorMapping |
ImmutableOperatorMapping.withIsLeftAssociative(boolean value)
Copy the current immutable object by setting a value for the
isLeftAssociative attribute. |
ImmutableOperatorMapping |
ImmutableOperatorMapping.withPrecedence(int value)
Copy the current immutable object by setting a value for the
precedence attribute. |
Copyright © 2024. All rights reserved.