Uses of Class
org.immutables.generator.processor.ImmutableTrees.ConditionalBlock
Packages that use ImmutableTrees.ConditionalBlock
-
Uses of ImmutableTrees.ConditionalBlock in org.immutables.generator.processor
Methods in org.immutables.generator.processor that return ImmutableTrees.ConditionalBlockModifier and TypeMethodDescriptionImmutableTrees.ConditionalBlock.Builder.build()Builds a newConditionalBlock.ImmutableTrees.ConditionalBlock.copyOf(Trees.ConditionalBlock instance) Creates an immutable copy of aTrees.ConditionalBlockvalue.TreesTransformer.toConditionalBlock(ImmutableTrees.ConditionalBlock value) ImmutableTrees.ConditionalBlock.withCondition(Trees.Expression value) Copy the current immutable object by setting a value for theconditionattribute.ImmutableTrees.ConditionalBlock.withParts(Iterable<? extends Trees.TemplatePart> elements) Copy the current immutable object with elements that replace the content ofparts.ImmutableTrees.ConditionalBlock.withParts(Trees.TemplatePart... elements) Copy the current immutable object with elements that replace the content ofparts.Methods in org.immutables.generator.processor with parameters of type ImmutableTrees.ConditionalBlockModifier and TypeMethodDescriptionprotected Trees.BlockTreesTransformer.asBlock(ImmutableTrees.ConditionalBlock value) protected Trees.ConditionalBlockTreesTransformer.asConditionalBlock(ImmutableTrees.ConditionalBlock value) protected Trees.ExpressionTreesTransformer.asConditionalBlockCondition(ImmutableTrees.ConditionalBlock value, Trees.Expression attribute) protected Trees.TemplatePartTreesTransformer.asConditionalBlockParts(ImmutableTrees.ConditionalBlock value, Trees.TemplatePart attribute) protected Iterable<Trees.TemplatePart> TreesTransformer.asConditionalBlockPartsElements(ImmutableTrees.ConditionalBlock value, List<Trees.TemplatePart> elements) protected Trees.TemplatePartTreesTransformer.asTemplatePart(ImmutableTrees.ConditionalBlock value) private booleanImmutableTrees.ConditionalBlock.equalTo(int synthetic, ImmutableTrees.ConditionalBlock another) TreesTransformer.toConditionalBlock(ImmutableTrees.ConditionalBlock value) private voidTemplateWriter.writeConditionPart(ImmutableTrees.ConditionalBlock block)