| Package | Description |
|---|---|
| de.flapdoodle.eval.core.evaluables |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableOperatorMapping.Builder |
ImmutableOperatorMapping.builder()
Creates a builder for
ImmutableOperatorMapping. |
static ImmutableOperatorMapping.Builder |
OperatorMapping.builder() |
ImmutableOperatorMapping.Builder |
ImmutableOperatorMapping.Builder.evaluatable(String evaluatable)
Initializes the value for the
evaluatable attribute. |
ImmutableOperatorMapping.Builder |
ImmutableOperatorMapping.Builder.from(OperatorMapping instance)
Fill a builder with attribute values from the provided
OperatorMapping instance. |
ImmutableOperatorMapping.Builder |
ImmutableOperatorMapping.Builder.isLeftAssociative(boolean isLeftAssociative)
Initializes the value for the
isLeftAssociative attribute. |
ImmutableOperatorMapping.Builder |
ImmutableOperatorMapping.Builder.precedence(int precedence)
Initializes the value for the
precedence attribute. |
Copyright © 2024. All rights reserved.