Uses of Interface
org.immutables.generator.processor.Trees.ConditionalBlock
Packages that use Trees.ConditionalBlock
-
Uses of Trees.ConditionalBlock in org.immutables.generator.processor
Classes in org.immutables.generator.processor that implement Trees.ConditionalBlockModifier and TypeClassDescriptionstatic final classImmutable implementation ofTrees.ConditionalBlock.Fields in org.immutables.generator.processor declared as Trees.ConditionalBlockModifier and TypeFieldDescriptionprivate Trees.ConditionalBlockImmutableTrees.IfStatement.Builder.thenprivate final Trees.ConditionalBlockImmutableTrees.IfStatement.thenFields in org.immutables.generator.processor with type parameters of type Trees.ConditionalBlockModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableList.Builder<Trees.ConditionalBlock> ImmutableTrees.IfStatement.Builder.otherwiseIfprivate final com.google.common.collect.ImmutableList<Trees.ConditionalBlock> ImmutableTrees.IfStatement.otherwiseIfMethods in org.immutables.generator.processor that return Trees.ConditionalBlockModifier and TypeMethodDescriptionprotected 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) ImmutableTrees.IfStatement.then()Trees.IfStatement.then()Methods in org.immutables.generator.processor that return types with arguments of type Trees.ConditionalBlockModifier and TypeMethodDescriptionprotected Iterable<Trees.ConditionalBlock> TreesTransformer.asIfStatementOtherwiseIfElements(ImmutableTrees.IfStatement value, List<Trees.ConditionalBlock> elements) TreesAst.ConditionalBlock.build()com.google.common.collect.ImmutableList<Trees.ConditionalBlock> ImmutableTrees.IfStatement.otherwiseIf()Trees.IfStatement.otherwiseIf()Methods in org.immutables.generator.processor with parameters of type Trees.ConditionalBlockModifier and TypeMethodDescriptionImmutableTrees.IfStatement.Builder.addOtherwiseIf(Trees.ConditionalBlock element) Adds one element tootherwiseIflist.ImmutableTrees.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) ImmutableTrees.ConditionalBlock.copyOf(Trees.ConditionalBlock instance) Creates an immutable copy of aTrees.ConditionalBlockvalue.ImmutableTrees.ConditionalBlock.Builder.from(Trees.ConditionalBlock instance) Fill a builder with attribute values from the providedorg.immutables.generator.processor.Trees.ConditionalBlockinstance.ImmutableTrees.IfStatement.Builder.then(Trees.ConditionalBlock then) Initializes the value for thethenattribute.ImmutableTrees.IfStatement.withOtherwiseIf(Trees.ConditionalBlock... elements) Copy the current immutable object with elements that replace the content ofotherwiseIf.ImmutableTrees.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.ConditionalBlockModifier and TypeMethodDescriptionImmutableTrees.IfStatement.Builder.addAllOtherwiseIf(Iterable<? extends Trees.ConditionalBlock> elements) Adds elements tootherwiseIflist.static Extractions.ApplicatorTreesAst.IfStatement.addOtherwiseIf(Extractions.Extractor<? extends Trees.ConditionalBlock> otherwiseIfElement) protected Iterable<Trees.ConditionalBlock> TreesTransformer.asIfStatementOtherwiseIfElements(ImmutableTrees.IfStatement value, List<Trees.ConditionalBlock> elements) ImmutableTrees.IfStatement.Builder.otherwiseIf(Iterable<? extends Trees.ConditionalBlock> elements) Sets or replaces all elements forotherwiseIflist.static Extractions.ApplicatorTreesAst.IfStatement.then(Extractions.Extractor<Trees.ConditionalBlock> then) ImmutableTrees.IfStatement.withOtherwiseIf(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.ConditionalBlockModifierConstructorDescriptionprivateIfStatement(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.ConditionalBlockModifierConstructorDescriptionprivateIfStatement(Trees.ConditionalBlock then, com.google.common.collect.ImmutableList<Trees.ConditionalBlock> otherwiseIf, com.google.common.base.Optional<Trees.Block> otherwise)