ImmutableTrees.ConditionalBlock |
ImmutableTrees.ConditionalBlock.Builder.build() |
|
static ImmutableTrees.ConditionalBlock |
ImmutableTrees.ConditionalBlock.copyOf(Trees.ConditionalBlock instance) |
|
ImmutableTrees.ConditionalBlock |
TreesTransformer.toConditionalBlock(ImmutableTrees.ConditionalBlock value) |
|
ImmutableTrees.ConditionalBlock |
ImmutableTrees.ConditionalBlock.withCondition(Trees.Expression value) |
Copy the current immutable object by setting a value for the condition attribute.
|
ImmutableTrees.ConditionalBlock |
ImmutableTrees.ConditionalBlock.withParts(java.lang.Iterable<? extends Trees.TemplatePart> elements) |
Copy the current immutable object with elements that replace the content of parts.
|
ImmutableTrees.ConditionalBlock |
ImmutableTrees.ConditionalBlock.withParts(Trees.TemplatePart... elements) |
Copy the current immutable object with elements that replace the content of parts.
|