ImmutableTrees.ValueDeclaration |
ImmutableTrees.ValueDeclaration.Builder.build() |
|
static ImmutableTrees.ValueDeclaration |
ImmutableTrees.ValueDeclaration.copyOf(Trees.ValueDeclaration instance) |
|
private ImmutableTrees.ValueDeclaration |
Inliner.InlinedStatementCreator.declarationFor(Trees.Parameter formalParameter) |
|
ImmutableTrees.ValueDeclaration |
Inliner.Finder.toValueDeclaration(ImmutableTrees.ValueDeclaration value) |
|
ImmutableTrees.ValueDeclaration |
TemplateWriter.toValueDeclaration(ImmutableTrees.ValueDeclaration value) |
|
ImmutableTrees.ValueDeclaration |
TreesTransformer.toValueDeclaration(ImmutableTrees.ValueDeclaration value) |
|
ImmutableTrees.ValueDeclaration |
ImmutableTrees.ValueDeclaration.withContainedType(com.google.common.base.Optional<? extends Trees.TypeReference> optional) |
Copy the current immutable object by setting an optional value for the containedType attribute.
|
ImmutableTrees.ValueDeclaration |
ImmutableTrees.ValueDeclaration.withContainedType(Trees.TypeReference value) |
Copy the current immutable object by setting a present value for the optional containedType attribute.
|
ImmutableTrees.ValueDeclaration |
ImmutableTrees.ValueDeclaration.withName(Trees.Identifier value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableTrees.ValueDeclaration |
ImmutableTrees.ValueDeclaration.withType(com.google.common.base.Optional<? extends Trees.TypeReference> optional) |
Copy the current immutable object by setting an optional value for the type attribute.
|
ImmutableTrees.ValueDeclaration |
ImmutableTrees.ValueDeclaration.withType(Trees.TypeReference value) |
Copy the current immutable object by setting a present value for the optional type attribute.
|