Uses of Interface
org.immutables.generator.processor.Trees.GeneratorDeclaration
Packages that use Trees.GeneratorDeclaration
-
Uses of Trees.GeneratorDeclaration in org.immutables.generator.processor
Subinterfaces of Trees.GeneratorDeclaration in org.immutables.generator.processorModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfaceClasses in org.immutables.generator.processor that implement Trees.GeneratorDeclarationModifier and TypeClassDescriptionstatic final classImmutable implementation ofTrees.AssignGenerator.static final classImmutable implementation ofTrees.IterationGenerator.static final classImmutable implementation ofTrees.TransformGenerator.Fields in org.immutables.generator.processor with type parameters of type Trees.GeneratorDeclarationModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableList.Builder<Trees.GeneratorDeclaration> ImmutableTrees.For.Builder.declarationprivate final com.google.common.collect.ImmutableList<Trees.GeneratorDeclaration> ImmutableTrees.For.declarationprivate com.google.common.collect.ImmutableList.Builder<Trees.GeneratorDeclaration> ImmutableTrees.ForStatement.Builder.declarationprivate final com.google.common.collect.ImmutableList<Trees.GeneratorDeclaration> ImmutableTrees.ForStatement.declarationMethods in org.immutables.generator.processor that return Trees.GeneratorDeclarationModifier and TypeMethodDescriptionprotected Trees.GeneratorDeclarationTreesTransformer.asForDeclaration(ImmutableTrees.For value, Trees.GeneratorDeclaration attribute) protected Trees.GeneratorDeclarationTreesTransformer.asForStatementDeclaration(ImmutableTrees.ForStatement value, Trees.GeneratorDeclaration attribute) protected Trees.GeneratorDeclarationTreesTransformer.asGeneratorDeclaration(ImmutableTrees.AssignGenerator value) protected Trees.GeneratorDeclarationTreesTransformer.asGeneratorDeclaration(ImmutableTrees.IterationGenerator value) protected Trees.GeneratorDeclarationTreesTransformer.asGeneratorDeclaration(ImmutableTrees.TransformGenerator value) Methods in org.immutables.generator.processor that return types with arguments of type Trees.GeneratorDeclarationModifier and TypeMethodDescriptionprotected Iterable<Trees.GeneratorDeclaration> TreesTransformer.asForDeclarationElements(ImmutableTrees.For value, List<Trees.GeneratorDeclaration> elements) protected Iterable<Trees.GeneratorDeclaration> TreesTransformer.asForStatementDeclarationElements(ImmutableTrees.ForStatement value, List<Trees.GeneratorDeclaration> elements) com.google.common.collect.ImmutableList<Trees.GeneratorDeclaration> ImmutableTrees.For.declaration()com.google.common.collect.ImmutableList<Trees.GeneratorDeclaration> ImmutableTrees.ForStatement.declaration()Trees.For.declaration()abstract List<Trees.GeneratorDeclaration> Trees.ForStatement.declaration()Methods in org.immutables.generator.processor with parameters of type Trees.GeneratorDeclarationModifier and TypeMethodDescriptionImmutableTrees.For.Builder.addDeclaration(Trees.GeneratorDeclaration element) Adds one element todeclarationlist.ImmutableTrees.For.Builder.addDeclaration(Trees.GeneratorDeclaration... elements) Adds elements todeclarationlist.ImmutableTrees.ForStatement.Builder.addDeclaration(Trees.GeneratorDeclaration element) Adds one element todeclarationlist.ImmutableTrees.ForStatement.Builder.addDeclaration(Trees.GeneratorDeclaration... elements) Adds elements todeclarationlist.protected Trees.GeneratorDeclarationTreesTransformer.asForDeclaration(ImmutableTrees.For value, Trees.GeneratorDeclaration attribute) protected Trees.GeneratorDeclarationTreesTransformer.asForStatementDeclaration(ImmutableTrees.ForStatement value, Trees.GeneratorDeclaration attribute) final ImmutableTrees.ForImmutableTrees.For.withDeclaration(Trees.GeneratorDeclaration... elements) Copy the current immutable object with elements that replace the content ofdeclaration.ImmutableTrees.ForStatement.withDeclaration(Trees.GeneratorDeclaration... elements) Copy the current immutable object with elements that replace the content ofdeclaration.Method parameters in org.immutables.generator.processor with type arguments of type Trees.GeneratorDeclarationModifier and TypeMethodDescriptionImmutableTrees.For.Builder.addAllDeclaration(Iterable<? extends Trees.GeneratorDeclaration> elements) Adds elements todeclarationlist.ImmutableTrees.ForStatement.Builder.addAllDeclaration(Iterable<? extends Trees.GeneratorDeclaration> elements) Adds elements todeclarationlist.static Extractions.ApplicatorTreesAst.For.addDeclaration(Extractions.Extractor<? extends Trees.GeneratorDeclaration> declarationElement) static Extractions.ApplicatorTreesAst.ForStatement.addDeclaration(Extractions.Extractor<? extends Trees.GeneratorDeclaration> declarationElement) protected Iterable<Trees.GeneratorDeclaration> TreesTransformer.asForDeclarationElements(ImmutableTrees.For value, List<Trees.GeneratorDeclaration> elements) protected Iterable<Trees.GeneratorDeclaration> TreesTransformer.asForStatementDeclarationElements(ImmutableTrees.ForStatement value, List<Trees.GeneratorDeclaration> elements) ImmutableTrees.For.Builder.declaration(Iterable<? extends Trees.GeneratorDeclaration> elements) Sets or replaces all elements fordeclarationlist.ImmutableTrees.ForStatement.Builder.declaration(Iterable<? extends Trees.GeneratorDeclaration> elements) Sets or replaces all elements fordeclarationlist.final ImmutableTrees.ForImmutableTrees.For.withDeclaration(Iterable<? extends Trees.GeneratorDeclaration> elements) Copy the current immutable object with elements that replace the content ofdeclaration.ImmutableTrees.ForStatement.withDeclaration(Iterable<? extends Trees.GeneratorDeclaration> elements) Copy the current immutable object with elements that replace the content ofdeclaration.Constructor parameters in org.immutables.generator.processor with type arguments of type Trees.GeneratorDeclarationModifierConstructorDescriptionprivateFor(com.google.common.collect.ImmutableList<Trees.GeneratorDeclaration> declaration)