Uses of Class
org.immutables.generator.processor.ImmutableTrees.InvokableDeclaration
Packages that use ImmutableTrees.InvokableDeclaration
-
Uses of ImmutableTrees.InvokableDeclaration in org.immutables.generator.processor
Methods in org.immutables.generator.processor that return ImmutableTrees.InvokableDeclarationModifier and TypeMethodDescriptionImmutableTrees.InvokableDeclaration.Builder.build()Builds a newInvokableDeclaration.ImmutableTrees.InvokableDeclaration.copyOf(Trees.InvokableDeclaration instance) Creates an immutable copy of aTrees.InvokableDeclarationvalue.Inliner.Finder.toInvokableDeclaration(ImmutableTrees.InvokableDeclaration value) TemplateWriter.toInvokableDeclaration(ImmutableTrees.InvokableDeclaration value) TreesTransformer.toInvokableDeclaration(ImmutableTrees.InvokableDeclaration value) ImmutableTrees.InvokableDeclaration.withName(Trees.Identifier value) Copy the current immutable object by setting a value for thenameattribute.ImmutableTrees.InvokableDeclaration.withParameters(Iterable<? extends Trees.Parameter> elements) Copy the current immutable object with elements that replace the content ofparameters.ImmutableTrees.InvokableDeclaration.withParameters(Trees.Parameter... elements) Copy the current immutable object with elements that replace the content ofparameters.Methods in org.immutables.generator.processor with parameters of type ImmutableTrees.InvokableDeclarationModifier and TypeMethodDescriptionprotected Trees.InvokableDeclarationTreesTransformer.asInvokableDeclaration(ImmutableTrees.InvokableDeclaration value) protected Trees.IdentifierTreesTransformer.asInvokableDeclarationName(ImmutableTrees.InvokableDeclaration value, Trees.Identifier attribute) protected Trees.ParameterTreesTransformer.asInvokableDeclarationParameters(ImmutableTrees.InvokableDeclaration value, Trees.Parameter attribute) protected Iterable<Trees.Parameter> TreesTransformer.asInvokableDeclarationParametersElements(ImmutableTrees.InvokableDeclaration value, List<Trees.Parameter> elements) private booleanImmutableTrees.InvokableDeclaration.equalTo(int synthetic, ImmutableTrees.InvokableDeclaration another) Inliner.Finder.toInvokableDeclaration(ImmutableTrees.InvokableDeclaration value) TemplateWriter.toInvokableDeclaration(ImmutableTrees.InvokableDeclaration value) TreesTransformer.toInvokableDeclaration(ImmutableTrees.InvokableDeclaration value)