static ImmutableTrees.If.Builder |
ImmutableTrees.If.builder() |
Creates a builder for If.
|
ImmutableTrees.If.Builder |
ImmutableTrees.If.Builder.condition(Trees.Expression condition) |
Initializes the value for the condition attribute.
|
ImmutableTrees.If.Builder |
ImmutableTrees.If.Builder.from(Trees.Conditional instance) |
Fill a builder with attribute values from the provided org.immutables.generator.processor.Trees.Conditional instance.
|
ImmutableTrees.If.Builder |
ImmutableTrees.If.Builder.from(Trees.If instance) |
Fill a builder with attribute values from the provided org.immutables.generator.processor.Trees.If instance.
|