Uses of Interface
org.immutables.generator.processor.Trees.InvokableDeclaration
-
Packages that use Trees.InvokableDeclaration Package Description org.immutables.generator.processor -
-
Uses of Trees.InvokableDeclaration in org.immutables.generator.processor
Classes in org.immutables.generator.processor that implement Trees.InvokableDeclaration Modifier and Type Class Description static classImmutableTrees.InvokableDeclarationImmutable implementation ofTrees.InvokableDeclaration.Fields in org.immutables.generator.processor declared as Trees.InvokableDeclaration Modifier and Type Field Description private Trees.InvokableDeclarationImmutableTrees.Let.Builder. declarationprivate Trees.InvokableDeclarationImmutableTrees.Let. declarationprivate Trees.InvokableDeclarationImmutableTrees.LetStatement.Builder. declarationprivate Trees.InvokableDeclarationImmutableTrees.LetStatement. declarationprivate Trees.InvokableDeclarationImmutableTrees.Template.Builder. declarationprivate Trees.InvokableDeclarationImmutableTrees.Template. declaration(package private) Trees.InvokableDeclarationTemplateWriter.DispatchedTemplateLike. declaration(package private) Trees.InvokableDeclarationTemplateWriter.TemplateLike. declarationMethods in org.immutables.generator.processor that return Trees.InvokableDeclaration Modifier and Type Method Description protected Trees.InvokableDeclarationTreesTransformer. asInvokableDeclaration(ImmutableTrees.InvokableDeclaration value)protected Trees.InvokableDeclarationTreesTransformer. asLetDeclaration(ImmutableTrees.Let value, Trees.InvokableDeclaration attribute)protected Trees.InvokableDeclarationTreesTransformer. asLetStatementDeclaration(ImmutableTrees.LetStatement value, Trees.InvokableDeclaration attribute)protected Trees.InvokableDeclarationTreesTransformer. asTemplateDeclaration(ImmutableTrees.Template value, Trees.InvokableDeclaration attribute)Trees.InvokableDeclarationImmutableTrees.Let. declaration()Trees.InvokableDeclarationImmutableTrees.LetStatement. declaration()Trees.InvokableDeclarationImmutableTrees.Template. declaration()Trees.InvokableDeclarationTrees.InvokableStatement. declaration()Methods in org.immutables.generator.processor that return types with arguments of type Trees.InvokableDeclaration Modifier and Type Method Description static Extractions.Extractor<Trees.InvokableDeclaration>TreesAst.InvokableDeclaration. build()Methods in org.immutables.generator.processor with parameters of type Trees.InvokableDeclaration Modifier and Type Method Description protected Trees.InvokableDeclarationTreesTransformer. asLetDeclaration(ImmutableTrees.Let value, Trees.InvokableDeclaration attribute)protected Trees.InvokableDeclarationTreesTransformer. asLetStatementDeclaration(ImmutableTrees.LetStatement value, Trees.InvokableDeclaration attribute)protected Trees.InvokableDeclarationTreesTransformer. asTemplateDeclaration(ImmutableTrees.Template value, Trees.InvokableDeclaration attribute)static ImmutableTrees.InvokableDeclarationImmutableTrees.InvokableDeclaration. copyOf(Trees.InvokableDeclaration instance)Creates an immutable copy of aTrees.InvokableDeclarationvalue.ImmutableTrees.Let.BuilderImmutableTrees.Let.Builder. declaration(Trees.InvokableDeclaration declaration)Initializes the value for thedeclarationattribute.ImmutableTrees.LetStatement.BuilderImmutableTrees.LetStatement.Builder. declaration(Trees.InvokableDeclaration declaration)Initializes the value for thedeclarationattribute.ImmutableTrees.Template.BuilderImmutableTrees.Template.Builder. declaration(Trees.InvokableDeclaration declaration)Initializes the value for thedeclarationattribute.ImmutableTrees.InvokableDeclaration.BuilderImmutableTrees.InvokableDeclaration.Builder. from(Trees.InvokableDeclaration instance)Fill a builder with attribute values from the providedorg.immutables.generator.processor.Trees.InvokableDeclarationinstance.ImmutableTrees.LetImmutableTrees.Let. withDeclaration(Trees.InvokableDeclaration value)Copy the current immutable object by setting a value for thedeclarationattribute.ImmutableTrees.LetStatementImmutableTrees.LetStatement. withDeclaration(Trees.InvokableDeclaration value)Copy the current immutable object by setting a value for thedeclarationattribute.ImmutableTrees.TemplateImmutableTrees.Template. withDeclaration(Trees.InvokableDeclaration value)Copy the current immutable object by setting a value for thedeclarationattribute.Method parameters in org.immutables.generator.processor with type arguments of type Trees.InvokableDeclaration Modifier and Type Method Description static Extractions.ApplicatorTreesAst.Let. declaration(Extractions.Extractor<Trees.InvokableDeclaration> declaration)static Extractions.ApplicatorTreesAst.LetStatement. declaration(Extractions.Extractor<Trees.InvokableDeclaration> declaration)static Extractions.ApplicatorTreesAst.Template. declaration(Extractions.Extractor<Trees.InvokableDeclaration> declaration)Constructors in org.immutables.generator.processor with parameters of type Trees.InvokableDeclaration Constructor Description Let(Trees.InvokableDeclaration declaration)LetStatement(com.google.common.collect.ImmutableList<Trees.TemplatePart> parts, Trees.InvokableDeclaration declaration)Template(com.google.common.collect.ImmutableList<Trees.TemplatePart> parts, Trees.InvokableDeclaration declaration, boolean isPublic)
-