| Package | Description |
|---|---|
| org.immutables.generator.processor |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Trees.ConditionalBlock |
static interface |
Trees.InvokeStatement |
static interface |
Trees.LetStatement |
static interface |
Trees.SimpleBlock |
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableTrees.ConditionalBlock |
static class |
ImmutableTrees.ForStatement |
static class |
ImmutableTrees.InvokeStatement |
static class |
ImmutableTrees.LetStatement |
static class |
ImmutableTrees.SimpleBlock |
static class |
ImmutableTrees.Template |
static class |
Trees.ForStatement |
static class |
Trees.Template |
| Modifier and Type | Method and Description |
|---|---|
protected Trees.Block |
TreesTransformer.asBlock(ImmutableTrees.ConditionalBlock value) |
protected Trees.Block |
TreesTransformer.asBlock(ImmutableTrees.ForStatement value) |
protected Trees.Block |
TreesTransformer.asBlock(ImmutableTrees.InvokeStatement value) |
protected Trees.Block |
TreesTransformer.asBlock(ImmutableTrees.LetStatement value) |
protected Trees.Block |
TreesTransformer.asBlock(ImmutableTrees.SimpleBlock value) |
protected Trees.Block |
TreesTransformer.asBlock(ImmutableTrees.Template value) |
protected Trees.Block |
TreesTransformer.asIfStatementOtherwise(ImmutableTrees.IfStatement value,
Trees.Block attribute) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Optional<Trees.Block> |
TreesTransformer.asIfStatementOtherwiseOptional(ImmutableTrees.IfStatement value,
com.google.common.base.Optional<Trees.Block> optional) |
com.google.common.base.Optional<Trees.Block> |
ImmutableTrees.IfStatement.otherwise() |
com.google.common.base.Optional<Trees.Block> |
Trees.IfStatement.otherwise() |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Optional<Trees.Block> |
TreesTransformer.asIfStatementOtherwiseOptional(ImmutableTrees.IfStatement value,
com.google.common.base.Optional<Trees.Block> optional) |
static org.immutables.trees.ast.Extractions.Applicator |
TreesAst.IfStatement.otherwise(org.immutables.trees.ast.Extractions.Extractor<? extends Trees.Block> otherwise) |
ImmutableTrees.IfStatement.Builder |
ImmutableTrees.IfStatement.Builder.otherwise(com.google.common.base.Optional<? extends Trees.Block> otherwise) |
ImmutableTrees.IfStatement |
ImmutableTrees.IfStatement.withOtherwise(com.google.common.base.Optional<? extends Trees.Block> optional) |
Copyright © 2021 The Immutables.org authors. All rights reserved.