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