Uses of Interface
org.immutables.generator.processor.Trees.InvokableDeclaration
Packages that use Trees.InvokableDeclaration
-
Uses of Trees.InvokableDeclaration in org.immutables.generator.processor
Classes in org.immutables.generator.processor that implement Trees.InvokableDeclarationModifier and TypeClassDescriptionstatic final classImmutable implementation ofTrees.InvokableDeclaration.Fields in org.immutables.generator.processor declared as Trees.InvokableDeclarationModifier and TypeFieldDescriptionprivate Trees.InvokableDeclarationImmutableTrees.Let.Builder.declarationprivate final Trees.InvokableDeclarationImmutableTrees.Let.declarationprivate Trees.InvokableDeclarationImmutableTrees.LetStatement.Builder.declarationprivate final Trees.InvokableDeclarationImmutableTrees.LetStatement.declarationprivate Trees.InvokableDeclarationImmutableTrees.Template.Builder.declarationprivate final Trees.InvokableDeclarationImmutableTrees.Template.declaration(package private) Trees.InvokableDeclarationTemplateWriter.DispatchedTemplateLike.declaration(package private) Trees.InvokableDeclarationTemplateWriter.TemplateLike.declarationMethods in org.immutables.generator.processor that return Trees.InvokableDeclarationModifier and TypeMethodDescriptionprotected 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) ImmutableTrees.Let.declaration()ImmutableTrees.LetStatement.declaration()ImmutableTrees.Template.declaration()Trees.InvokableStatement.declaration()Methods in org.immutables.generator.processor that return types with arguments of type Trees.InvokableDeclarationMethods in org.immutables.generator.processor with parameters of type Trees.InvokableDeclarationModifier and TypeMethodDescriptionprotected 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) ImmutableTrees.InvokableDeclaration.copyOf(Trees.InvokableDeclaration instance) Creates an immutable copy of aTrees.InvokableDeclarationvalue.ImmutableTrees.Let.Builder.declaration(Trees.InvokableDeclaration declaration) Initializes the value for thedeclarationattribute.ImmutableTrees.LetStatement.Builder.declaration(Trees.InvokableDeclaration declaration) Initializes the value for thedeclarationattribute.ImmutableTrees.Template.Builder.declaration(Trees.InvokableDeclaration declaration) Initializes the value for thedeclarationattribute.ImmutableTrees.InvokableDeclaration.Builder.from(Trees.InvokableDeclaration instance) Fill a builder with attribute values from the providedorg.immutables.generator.processor.Trees.InvokableDeclarationinstance.final ImmutableTrees.LetImmutableTrees.Let.withDeclaration(Trees.InvokableDeclaration value) Copy the current immutable object by setting a value for thedeclarationattribute.ImmutableTrees.LetStatement.withDeclaration(Trees.InvokableDeclaration value) Copy the current immutable object by setting a value for thedeclarationattribute.final 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.InvokableDeclarationModifier and TypeMethodDescriptionstatic 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.InvokableDeclarationModifierConstructorDescriptionprivateLet(Trees.InvokableDeclaration declaration) privateLetStatement(com.google.common.collect.ImmutableList<Trees.TemplatePart> parts, Trees.InvokableDeclaration declaration) privateTemplate(com.google.common.collect.ImmutableList<Trees.TemplatePart> parts, Trees.InvokableDeclaration declaration, boolean isPublic)