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