@Immutable public static final class ImmutableTrees.TextFragment extends Trees.TextFragment
| Modifier and Type | Method and Description |
|---|---|
static ImmutableTrees.TextFragment |
copyOf(Trees.TextFragment instance) |
boolean |
equals(Object another) |
int |
hashCode() |
static ImmutableTrees.TextFragment |
of(String value) |
String |
value() |
ImmutableTrees.TextFragment |
withValue(String value) |
isWhitespace, toStringpublic String value()
public final ImmutableTrees.TextFragment withValue(String value)
public int hashCode()
public static ImmutableTrees.TextFragment of(String value)
public static ImmutableTrees.TextFragment copyOf(Trees.TextFragment instance)
Copyright © 2021 The Immutables.org authors. All rights reserved.