Uses of Interface
org.immutables.generator.processor.Trees.GeneratorDeclaration
-
Packages that use Trees.GeneratorDeclaration Package Description org.immutables.generator.processor -
-
Uses of Trees.GeneratorDeclaration in org.immutables.generator.processor
Subinterfaces of Trees.GeneratorDeclaration in org.immutables.generator.processor Modifier and Type Interface Description static interfaceTrees.AssignGeneratorstatic interfaceTrees.GeneratorValueDeclarationstatic interfaceTrees.IterationGeneratorstatic interfaceTrees.TransformGeneratorClasses in org.immutables.generator.processor that implement Trees.GeneratorDeclaration Modifier and Type Class Description static classImmutableTrees.AssignGeneratorImmutable implementation ofTrees.AssignGenerator.static classImmutableTrees.IterationGeneratorImmutable implementation ofTrees.IterationGenerator.static classImmutableTrees.TransformGeneratorImmutable implementation ofTrees.TransformGenerator.Fields in org.immutables.generator.processor with type parameters of type Trees.GeneratorDeclaration Modifier and Type Field Description private com.google.common.collect.ImmutableList.Builder<Trees.GeneratorDeclaration>ImmutableTrees.For.Builder. declarationprivate com.google.common.collect.ImmutableList<Trees.GeneratorDeclaration>ImmutableTrees.For. declarationprivate com.google.common.collect.ImmutableList.Builder<Trees.GeneratorDeclaration>ImmutableTrees.ForStatement.Builder. declarationprivate com.google.common.collect.ImmutableList<Trees.GeneratorDeclaration>ImmutableTrees.ForStatement. declarationMethods in org.immutables.generator.processor that return Trees.GeneratorDeclaration Modifier and Type Method Description protected 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.GeneratorDeclaration Modifier and Type Method Description protected java.lang.Iterable<Trees.GeneratorDeclaration>TreesTransformer. asForDeclarationElements(ImmutableTrees.For value, java.util.List<Trees.GeneratorDeclaration> elements)protected java.lang.Iterable<Trees.GeneratorDeclaration>TreesTransformer. asForStatementDeclarationElements(ImmutableTrees.ForStatement value, java.util.List<Trees.GeneratorDeclaration> elements)com.google.common.collect.ImmutableList<Trees.GeneratorDeclaration>ImmutableTrees.For. declaration()com.google.common.collect.ImmutableList<Trees.GeneratorDeclaration>ImmutableTrees.ForStatement. declaration()java.util.List<Trees.GeneratorDeclaration>Trees.For. declaration()abstract java.util.List<Trees.GeneratorDeclaration>Trees.ForStatement. declaration()Method parameters in org.immutables.generator.processor with type arguments of type Trees.GeneratorDeclaration Modifier and Type Method Description ImmutableTrees.For.BuilderImmutableTrees.For.Builder. addAllDeclaration(java.lang.Iterable<? extends Trees.GeneratorDeclaration> elements)Adds elements todeclarationlist.ImmutableTrees.ForStatement.BuilderImmutableTrees.ForStatement.Builder. addAllDeclaration(java.lang.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 java.lang.Iterable<Trees.GeneratorDeclaration>TreesTransformer. asForDeclarationElements(ImmutableTrees.For value, java.util.List<Trees.GeneratorDeclaration> elements)protected java.lang.Iterable<Trees.GeneratorDeclaration>TreesTransformer. asForStatementDeclarationElements(ImmutableTrees.ForStatement value, java.util.List<Trees.GeneratorDeclaration> elements)ImmutableTrees.For.BuilderImmutableTrees.For.Builder. declaration(java.lang.Iterable<? extends Trees.GeneratorDeclaration> elements)Sets or replaces all elements fordeclarationlist.ImmutableTrees.ForStatement.BuilderImmutableTrees.ForStatement.Builder. declaration(java.lang.Iterable<? extends Trees.GeneratorDeclaration> elements)Sets or replaces all elements fordeclarationlist.ImmutableTrees.ForImmutableTrees.For. withDeclaration(java.lang.Iterable<? extends Trees.GeneratorDeclaration> elements)Copy the current immutable object with elements that replace the content ofdeclaration.ImmutableTrees.ForStatementImmutableTrees.ForStatement. withDeclaration(java.lang.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.GeneratorDeclaration Constructor Description For(com.google.common.collect.ImmutableList<Trees.GeneratorDeclaration> declaration)
-