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