| Package | Description |
|---|---|
| org.immutables.generator.processor |
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableTrees.ConditionalBlock |
| Modifier and Type | Method and Description |
|---|---|
protected Trees.ConditionalBlock |
TreesTransformer.asConditionalBlock(ImmutableTrees.ConditionalBlock value) |
protected Trees.ConditionalBlock |
TreesTransformer.asIfStatementOtherwiseIf(ImmutableTrees.IfStatement value,
Trees.ConditionalBlock attribute) |
protected Trees.ConditionalBlock |
TreesTransformer.asIfStatementThen(ImmutableTrees.IfStatement value,
Trees.ConditionalBlock attribute) |
Trees.ConditionalBlock |
ImmutableTrees.IfStatement.then() |
Trees.ConditionalBlock |
Trees.IfStatement.then() |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<Trees.ConditionalBlock> |
TreesTransformer.asIfStatementOtherwiseIfElements(ImmutableTrees.IfStatement value,
List<Trees.ConditionalBlock> elements) |
static org.immutables.trees.ast.Extractions.Extractor<Trees.ConditionalBlock> |
TreesAst.ConditionalBlock.build() |
com.google.common.collect.ImmutableList<Trees.ConditionalBlock> |
ImmutableTrees.IfStatement.otherwiseIf() |
List<Trees.ConditionalBlock> |
Trees.IfStatement.otherwiseIf() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTrees.IfStatement.Builder |
ImmutableTrees.IfStatement.Builder.addAllOtherwiseIf(Iterable<? extends Trees.ConditionalBlock> elements) |
static org.immutables.trees.ast.Extractions.Applicator |
TreesAst.IfStatement.addOtherwiseIf(org.immutables.trees.ast.Extractions.Extractor<? extends Trees.ConditionalBlock> otherwiseIfElement) |
protected Iterable<Trees.ConditionalBlock> |
TreesTransformer.asIfStatementOtherwiseIfElements(ImmutableTrees.IfStatement value,
List<Trees.ConditionalBlock> elements) |
ImmutableTrees.IfStatement.Builder |
ImmutableTrees.IfStatement.Builder.otherwiseIf(Iterable<? extends Trees.ConditionalBlock> elements) |
static org.immutables.trees.ast.Extractions.Applicator |
TreesAst.IfStatement.then(org.immutables.trees.ast.Extractions.Extractor<Trees.ConditionalBlock> then) |
ImmutableTrees.IfStatement |
ImmutableTrees.IfStatement.withOtherwiseIf(Iterable<? extends Trees.ConditionalBlock> elements) |
Copyright © 2021 The Immutables.org authors. All rights reserved.