@Immutable public static final class ImmutableTrees.InvokeStatement extends Object implements Trees.InvokeStatement
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableTrees.InvokeStatement.Builder |
| Modifier and Type | Method and Description |
|---|---|
Trees.Expression |
access() |
static ImmutableTrees.InvokeStatement.Builder |
builder() |
static ImmutableTrees.InvokeStatement |
copyOf(Trees.InvokeStatement instance) |
boolean |
equals(Object another) |
int |
hashCode() |
com.google.common.collect.ImmutableList<Trees.Expression> |
params() |
com.google.common.collect.ImmutableList<Trees.TemplatePart> |
parts() |
String |
toString() |
ImmutableTrees.InvokeStatement |
withAccess(Trees.Expression value) |
ImmutableTrees.InvokeStatement |
withParams(Iterable<? extends Trees.Expression> elements) |
ImmutableTrees.InvokeStatement |
withParams(Trees.Expression... elements) |
ImmutableTrees.InvokeStatement |
withParts(Iterable<? extends Trees.TemplatePart> elements) |
ImmutableTrees.InvokeStatement |
withParts(Trees.TemplatePart... elements) |
public Trees.Expression access()
public com.google.common.collect.ImmutableList<Trees.Expression> params()
public com.google.common.collect.ImmutableList<Trees.TemplatePart> parts()
public final ImmutableTrees.InvokeStatement withAccess(Trees.Expression value)
public final ImmutableTrees.InvokeStatement withParams(Trees.Expression... elements)
public final ImmutableTrees.InvokeStatement withParams(Iterable<? extends Trees.Expression> elements)
public final ImmutableTrees.InvokeStatement withParts(Trees.TemplatePart... elements)
public final ImmutableTrees.InvokeStatement withParts(Iterable<? extends Trees.TemplatePart> elements)
public int hashCode()
public String toString()
public static ImmutableTrees.InvokeStatement copyOf(Trees.InvokeStatement instance)
public static ImmutableTrees.InvokeStatement.Builder builder()
Copyright © 2021 The Immutables.org authors. All rights reserved.