ImmutableTrees.InvokableDeclaration |
ImmutableTrees.InvokableDeclaration.Builder.build() |
|
static ImmutableTrees.InvokableDeclaration |
ImmutableTrees.InvokableDeclaration.copyOf(Trees.InvokableDeclaration instance) |
|
ImmutableTrees.InvokableDeclaration |
Inliner.Finder.toInvokableDeclaration(ImmutableTrees.InvokableDeclaration value) |
|
ImmutableTrees.InvokableDeclaration |
TemplateWriter.toInvokableDeclaration(ImmutableTrees.InvokableDeclaration value) |
|
ImmutableTrees.InvokableDeclaration |
TreesTransformer.toInvokableDeclaration(ImmutableTrees.InvokableDeclaration value) |
|
ImmutableTrees.InvokableDeclaration |
ImmutableTrees.InvokableDeclaration.withName(Trees.Identifier value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableTrees.InvokableDeclaration |
ImmutableTrees.InvokableDeclaration.withParameters(java.lang.Iterable<? extends Trees.Parameter> elements) |
Copy the current immutable object with elements that replace the content of parameters.
|
ImmutableTrees.InvokableDeclaration |
ImmutableTrees.InvokableDeclaration.withParameters(Trees.Parameter... elements) |
Copy the current immutable object with elements that replace the content of parameters.
|