@Immutable public static final class ImmutableTrees.TextLine extends Trees.TextLine
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableTrees.TextLine.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableTrees.TextLine.Builder |
builder() |
static ImmutableTrees.TextLine |
copyOf(Trees.TextLine instance) |
boolean |
equals(Object another) |
Trees.TextFragment |
fragment() |
int |
hashCode() |
boolean |
newline() |
ImmutableTrees.TextLine |
withFragment(Trees.TextFragment value) |
ImmutableTrees.TextLine |
withNewline(boolean value) |
isBlank, isEmpty, toStringpublic Trees.TextFragment fragment()
public boolean newline()
public final ImmutableTrees.TextLine withFragment(Trees.TextFragment value)
public final ImmutableTrees.TextLine withNewline(boolean value)
public int hashCode()
public static ImmutableTrees.TextLine copyOf(Trees.TextLine instance)
public static ImmutableTrees.TextLine.Builder builder()
Copyright © 2021 The Immutables.org authors. All rights reserved.