ImmutableTrees.LetStatement |
ImmutableTrees.LetStatement.Builder.build() |
|
static ImmutableTrees.LetStatement |
ImmutableTrees.LetStatement.copyOf(Trees.LetStatement instance) |
|
(package private) ImmutableTrees.LetStatement |
Balancing.LetScope.createPart() |
|
ImmutableTrees.LetStatement |
TemplateWriter.toLetStatement(ImmutableTrees.LetStatement statement) |
|
ImmutableTrees.LetStatement |
TreesTransformer.toLetStatement(ImmutableTrees.LetStatement value) |
|
ImmutableTrees.LetStatement |
TypeResolver.Transformer.toLetStatement(ImmutableTrees.LetStatement statement) |
Overriden to specify order in which we process declaration first, and then parts.
|
ImmutableTrees.LetStatement |
ImmutableTrees.LetStatement.withDeclaration(Trees.InvokableDeclaration value) |
Copy the current immutable object by setting a value for the declaration attribute.
|
ImmutableTrees.LetStatement |
ImmutableTrees.LetStatement.withParts(java.lang.Iterable<? extends Trees.TemplatePart> elements) |
Copy the current immutable object with elements that replace the content of parts.
|
ImmutableTrees.LetStatement |
ImmutableTrees.LetStatement.withParts(Trees.TemplatePart... elements) |
Copy the current immutable object with elements that replace the content of parts.
|