@Immutable public static final class ImmutableTrees.ForStatement extends Trees.ForStatement
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableTrees.ForStatement.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableTrees.ForStatement.Builder |
builder() |
static ImmutableTrees.ForStatement |
copyOf(Trees.ForStatement instance) |
com.google.common.collect.ImmutableList<Trees.GeneratorDeclaration> |
declaration() |
boolean |
equals(Object another) |
int |
hashCode() |
com.google.common.collect.ImmutableList<Trees.TemplatePart> |
parts() |
String |
toString() |
boolean |
useDelimit() |
boolean |
useForAccess() |
ImmutableTrees.ForStatement |
withDeclaration(Iterable<? extends Trees.GeneratorDeclaration> elements) |
ImmutableTrees.ForStatement |
withDeclaration(Trees.GeneratorDeclaration... elements) |
ImmutableTrees.ForStatement |
withParts(Iterable<? extends Trees.TemplatePart> elements) |
ImmutableTrees.ForStatement |
withParts(Trees.TemplatePart... elements) |
ImmutableTrees.ForStatement |
withUseDelimit(boolean value) |
ImmutableTrees.ForStatement |
withUseForAccess(boolean value) |
public boolean useForAccess()
public boolean useDelimit()
public com.google.common.collect.ImmutableList<Trees.GeneratorDeclaration> declaration()
public com.google.common.collect.ImmutableList<Trees.TemplatePart> parts()
public final ImmutableTrees.ForStatement withUseForAccess(boolean value)
public final ImmutableTrees.ForStatement withUseDelimit(boolean value)
public final ImmutableTrees.ForStatement withDeclaration(Trees.GeneratorDeclaration... elements)
public final ImmutableTrees.ForStatement withDeclaration(Iterable<? extends Trees.GeneratorDeclaration> elements)
public final ImmutableTrees.ForStatement withParts(Trees.TemplatePart... elements)
public final ImmutableTrees.ForStatement withParts(Iterable<? extends Trees.TemplatePart> elements)
public int hashCode()
public String toString()
public static ImmutableTrees.ForStatement copyOf(Trees.ForStatement instance)
public static ImmutableTrees.ForStatement.Builder builder()
Copyright © 2021 The Immutables.org authors. All rights reserved.