Uses of Class
org.immutables.generator.processor.ImmutableTrees.For
Packages that use ImmutableTrees.For
-
Uses of ImmutableTrees.For in org.immutables.generator.processor
Fields in org.immutables.generator.processor declared as ImmutableTrees.ForMethods in org.immutables.generator.processor that return ImmutableTrees.ForModifier and TypeMethodDescriptionImmutableTrees.For.Builder.build()Builds a newFor.static ImmutableTrees.ForCreates an immutable copy of aTrees.Forvalue.TreesTransformer.toFor(ImmutableTrees.For value) final ImmutableTrees.ForImmutableTrees.For.withDeclaration(Iterable<? extends Trees.GeneratorDeclaration> elements) Copy the current immutable object with elements that replace the content ofdeclaration.final ImmutableTrees.ForImmutableTrees.For.withDeclaration(Trees.GeneratorDeclaration... elements) Copy the current immutable object with elements that replace the content ofdeclaration.Methods in org.immutables.generator.processor with parameters of type ImmutableTrees.ForModifier and TypeMethodDescriptionprotected Trees.GeneratorDeclarationTreesTransformer.asForDeclaration(ImmutableTrees.For value, Trees.GeneratorDeclaration attribute) protected Iterable<Trees.GeneratorDeclaration> TreesTransformer.asForDeclarationElements(ImmutableTrees.For value, List<Trees.GeneratorDeclaration> elements) protected Trees.TemplatePartTreesTransformer.asTemplatePart(ImmutableTrees.For value) private booleanImmutableTrees.For.equalTo(int synthetic, ImmutableTrees.For another) TreesTransformer.toFor(ImmutableTrees.For value) Constructors in org.immutables.generator.processor with parameters of type ImmutableTrees.ForModifierConstructorDescription(package private)ForScope(Balancing.Scope parent, ImmutableTrees.For directive)