@Immutable public static final class ImmutableTrees.InvokableDeclaration extends Object implements Trees.InvokableDeclaration
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableTrees.InvokableDeclaration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableTrees.InvokableDeclaration.Builder |
builder() |
static ImmutableTrees.InvokableDeclaration |
copyOf(Trees.InvokableDeclaration instance) |
boolean |
equals(Object another) |
int |
hashCode() |
Trees.Identifier |
name() |
com.google.common.collect.ImmutableList<Trees.Parameter> |
parameters() |
String |
toString() |
ImmutableTrees.InvokableDeclaration |
withName(Trees.Identifier value) |
ImmutableTrees.InvokableDeclaration |
withParameters(Iterable<? extends Trees.Parameter> elements) |
ImmutableTrees.InvokableDeclaration |
withParameters(Trees.Parameter... elements) |
public com.google.common.collect.ImmutableList<Trees.Parameter> parameters()
public Trees.Identifier name()
public final ImmutableTrees.InvokableDeclaration withParameters(Trees.Parameter... elements)
public final ImmutableTrees.InvokableDeclaration withParameters(Iterable<? extends Trees.Parameter> elements)
public final ImmutableTrees.InvokableDeclaration withName(Trees.Identifier value)
public int hashCode()
public String toString()
public static ImmutableTrees.InvokableDeclaration copyOf(Trees.InvokableDeclaration instance)
public static ImmutableTrees.InvokableDeclaration.Builder builder()
Copyright © 2021 The Immutables.org authors. All rights reserved.