Uses of Class
org.immutables.generator.processor.ImmutableTrees.If
Packages that use ImmutableTrees.If
-
Uses of ImmutableTrees.If in org.immutables.generator.processor
Fields in org.immutables.generator.processor declared as ImmutableTrees.IfMethods in org.immutables.generator.processor that return ImmutableTrees.IfModifier and TypeMethodDescriptionImmutableTrees.If.Builder.build()Builds a newIf.static ImmutableTrees.IfCreates an immutable copy of aTrees.Ifvalue.TreesTransformer.toIf(ImmutableTrees.If value) final ImmutableTrees.IfImmutableTrees.If.withCondition(Trees.Expression value) Copy the current immutable object by setting a value for theconditionattribute.Methods in org.immutables.generator.processor with parameters of type ImmutableTrees.IfModifier and TypeMethodDescriptionprotected Trees.ExpressionTreesTransformer.asIfCondition(ImmutableTrees.If value, Trees.Expression attribute) protected Trees.TemplatePartTreesTransformer.asTemplatePart(ImmutableTrees.If value) private booleanImmutableTrees.If.equalTo(int synthetic, ImmutableTrees.If another) TreesTransformer.toIf(ImmutableTrees.If value) Constructors in org.immutables.generator.processor with parameters of type ImmutableTrees.IfModifierConstructorDescription(package private)IfScope(Balancing.Scope parent, ImmutableTrees.If directive)