static ImmutableTrees.ForIterationAccessExpression |
ImmutableTrees.ForIterationAccessExpression.copyOf(Trees.ForIterationAccessExpression instance) |
|
static ImmutableTrees.ForIterationAccessExpression |
ImmutableTrees.ForIterationAccessExpression.of(Trees.AccessExpression access) |
Construct a new immutable ForIterationAccessExpression instance.
|
ImmutableTrees.ForIterationAccessExpression |
TreesTransformer.toForIterationAccessExpression(ImmutableTrees.ForIterationAccessExpression value) |
|
ImmutableTrees.ForIterationAccessExpression |
ImmutableTrees.ForIterationAccessExpression.withAccess(Trees.AccessExpression value) |
Copy the current immutable object by setting a value for the access attribute.
|
ImmutableTrees.ForIterationAccessExpression |
ImmutableTrees.ForIterationAccessExpression.withPath(java.lang.Iterable<? extends Trees.Identifier> elements) |
Copy the current immutable object with elements that replace the content of path.
|
ImmutableTrees.ForIterationAccessExpression |
ImmutableTrees.ForIterationAccessExpression.withPath(Trees.Identifier... elements) |
Copy the current immutable object with elements that replace the content of path.
|