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