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