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