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