@Immutable public static final class ImmutableTrees.Parameter extends Object implements Trees.Parameter
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableTrees.Parameter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableTrees.Parameter.Builder |
builder() |
static ImmutableTrees.Parameter |
copyOf(Trees.Parameter instance) |
boolean |
equals(Object another) |
int |
hashCode() |
Trees.Identifier |
name() |
String |
toString() |
Trees.TypeReference |
type() |
ImmutableTrees.Parameter |
withName(Trees.Identifier value) |
ImmutableTrees.Parameter |
withType(Trees.TypeReference value) |
public Trees.Identifier name()
public Trees.TypeReference type()
public final ImmutableTrees.Parameter withName(Trees.Identifier value)
public final ImmutableTrees.Parameter withType(Trees.TypeReference value)
public int hashCode()
public String toString()
public static ImmutableTrees.Parameter copyOf(Trees.Parameter instance)
public static ImmutableTrees.Parameter.Builder builder()
Copyright © 2021 The Immutables.org authors. All rights reserved.