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