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