ImmutableTrees.IfStatement |
ImmutableTrees.IfStatement.Builder.build() |
|
static ImmutableTrees.IfStatement |
ImmutableTrees.IfStatement.copyOf(Trees.IfStatement instance) |
|
(package private) ImmutableTrees.IfStatement |
Balancing.IfScope.createPart() |
|
ImmutableTrees.IfStatement |
TemplateWriter.toIfStatement(ImmutableTrees.IfStatement statement) |
|
ImmutableTrees.IfStatement |
TreesTransformer.toIfStatement(ImmutableTrees.IfStatement value) |
|
ImmutableTrees.IfStatement |
ImmutableTrees.IfStatement.withOtherwise(com.google.common.base.Optional<? extends Trees.Block> optional) |
Copy the current immutable object by setting an optional value for the otherwise attribute.
|
ImmutableTrees.IfStatement |
ImmutableTrees.IfStatement.withOtherwise(Trees.Block value) |
Copy the current immutable object by setting a present value for the optional otherwise attribute.
|
ImmutableTrees.IfStatement |
ImmutableTrees.IfStatement.withOtherwiseIf(java.lang.Iterable<? extends Trees.ConditionalBlock> elements) |
Copy the current immutable object with elements that replace the content of otherwiseIf.
|
ImmutableTrees.IfStatement |
ImmutableTrees.IfStatement.withOtherwiseIf(Trees.ConditionalBlock... elements) |
Copy the current immutable object with elements that replace the content of otherwiseIf.
|
ImmutableTrees.IfStatement |
ImmutableTrees.IfStatement.withThen(Trees.ConditionalBlock value) |
Copy the current immutable object by setting a value for the then attribute.
|