Uses of Interface
org.immutables.generator.processor.Trees.ConditionalBlock
-
Packages that use Trees.ConditionalBlock Package Description org.immutables.generator.processor -
-
Uses of Trees.ConditionalBlock in org.immutables.generator.processor
Classes in org.immutables.generator.processor that implement Trees.ConditionalBlock Modifier and Type Class Description static classImmutableTrees.ConditionalBlockImmutable implementation ofTrees.ConditionalBlock.Fields in org.immutables.generator.processor declared as Trees.ConditionalBlock Modifier and Type Field Description private Trees.ConditionalBlockImmutableTrees.IfStatement.Builder. thenprivate Trees.ConditionalBlockImmutableTrees.IfStatement. thenFields in org.immutables.generator.processor with type parameters of type Trees.ConditionalBlock Modifier and Type Field Description private com.google.common.collect.ImmutableList.Builder<Trees.ConditionalBlock>ImmutableTrees.IfStatement.Builder. otherwiseIfprivate com.google.common.collect.ImmutableList<Trees.ConditionalBlock>ImmutableTrees.IfStatement. otherwiseIfMethods in org.immutables.generator.processor that return Trees.ConditionalBlock Modifier and Type Method Description protected Trees.ConditionalBlockTreesTransformer. asConditionalBlock(ImmutableTrees.ConditionalBlock value)protected Trees.ConditionalBlockTreesTransformer. asIfStatementOtherwiseIf(ImmutableTrees.IfStatement value, Trees.ConditionalBlock attribute)protected Trees.ConditionalBlockTreesTransformer. asIfStatementThen(ImmutableTrees.IfStatement value, Trees.ConditionalBlock attribute)Trees.ConditionalBlockImmutableTrees.IfStatement. then()Trees.ConditionalBlockTrees.IfStatement. then()Methods in org.immutables.generator.processor that return types with arguments of type Trees.ConditionalBlock Modifier and Type Method Description protected java.lang.Iterable<Trees.ConditionalBlock>TreesTransformer. asIfStatementOtherwiseIfElements(ImmutableTrees.IfStatement value, java.util.List<Trees.ConditionalBlock> elements)static Extractions.Extractor<Trees.ConditionalBlock>TreesAst.ConditionalBlock. build()com.google.common.collect.ImmutableList<Trees.ConditionalBlock>ImmutableTrees.IfStatement. otherwiseIf()java.util.List<Trees.ConditionalBlock>Trees.IfStatement. otherwiseIf()Methods in org.immutables.generator.processor with parameters of type Trees.ConditionalBlock Modifier and Type Method Description ImmutableTrees.IfStatement.BuilderImmutableTrees.IfStatement.Builder. addOtherwiseIf(Trees.ConditionalBlock element)Adds one element tootherwiseIflist.ImmutableTrees.IfStatement.BuilderImmutableTrees.IfStatement.Builder. addOtherwiseIf(Trees.ConditionalBlock... elements)Adds elements tootherwiseIflist.protected Trees.ConditionalBlockTreesTransformer. asIfStatementOtherwiseIf(ImmutableTrees.IfStatement value, Trees.ConditionalBlock attribute)protected Trees.ConditionalBlockTreesTransformer. asIfStatementThen(ImmutableTrees.IfStatement value, Trees.ConditionalBlock attribute)static ImmutableTrees.ConditionalBlockImmutableTrees.ConditionalBlock. copyOf(Trees.ConditionalBlock instance)Creates an immutable copy of aTrees.ConditionalBlockvalue.ImmutableTrees.ConditionalBlock.BuilderImmutableTrees.ConditionalBlock.Builder. from(Trees.ConditionalBlock instance)Fill a builder with attribute values from the providedorg.immutables.generator.processor.Trees.ConditionalBlockinstance.ImmutableTrees.IfStatement.BuilderImmutableTrees.IfStatement.Builder. then(Trees.ConditionalBlock then)Initializes the value for thethenattribute.ImmutableTrees.IfStatementImmutableTrees.IfStatement. withOtherwiseIf(Trees.ConditionalBlock... elements)Copy the current immutable object with elements that replace the content ofotherwiseIf.ImmutableTrees.IfStatementImmutableTrees.IfStatement. withThen(Trees.ConditionalBlock value)Copy the current immutable object by setting a value for thethenattribute.Method parameters in org.immutables.generator.processor with type arguments of type Trees.ConditionalBlock Modifier and Type Method Description ImmutableTrees.IfStatement.BuilderImmutableTrees.IfStatement.Builder. addAllOtherwiseIf(java.lang.Iterable<? extends Trees.ConditionalBlock> elements)Adds elements tootherwiseIflist.static Extractions.ApplicatorTreesAst.IfStatement. addOtherwiseIf(Extractions.Extractor<? extends Trees.ConditionalBlock> otherwiseIfElement)protected java.lang.Iterable<Trees.ConditionalBlock>TreesTransformer. asIfStatementOtherwiseIfElements(ImmutableTrees.IfStatement value, java.util.List<Trees.ConditionalBlock> elements)ImmutableTrees.IfStatement.BuilderImmutableTrees.IfStatement.Builder. otherwiseIf(java.lang.Iterable<? extends Trees.ConditionalBlock> elements)Sets or replaces all elements forotherwiseIflist.static Extractions.ApplicatorTreesAst.IfStatement. then(Extractions.Extractor<Trees.ConditionalBlock> then)ImmutableTrees.IfStatementImmutableTrees.IfStatement. withOtherwiseIf(java.lang.Iterable<? extends Trees.ConditionalBlock> elements)Copy the current immutable object with elements that replace the content ofotherwiseIf.Constructors in org.immutables.generator.processor with parameters of type Trees.ConditionalBlock Constructor Description IfStatement(Trees.ConditionalBlock then, com.google.common.collect.ImmutableList<Trees.ConditionalBlock> otherwiseIf, com.google.common.base.Optional<Trees.Block> otherwise)Constructor parameters in org.immutables.generator.processor with type arguments of type Trees.ConditionalBlock Constructor Description IfStatement(Trees.ConditionalBlock then, com.google.common.collect.ImmutableList<Trees.ConditionalBlock> otherwiseIf, com.google.common.base.Optional<Trees.Block> otherwise)
-