| Modifier and Type | Field and Description |
|---|---|
@Nullable Expression |
expression |
GotoExpressionKind |
kind |
@Nullable LabelTarget |
labelTarget |
nodeType, type| Modifier and Type | Method and Description |
|---|---|
Statement |
accept(Shuttle shuttle) |
<R> R |
accept(Visitor<R> visitor) |
boolean |
equals(@Nullable Object o) |
@Nullable Object |
evaluate(org.apache.calcite.linq4j.tree.Evaluator evaluator) |
int |
hashCode() |
accept, getNodeType, getType, toStringpublic final GotoExpressionKind kind
public final @Nullable LabelTarget labelTarget
public final @Nullable Expression expression
public <R> R accept(Visitor<R> visitor)
public @Nullable Object evaluate(org.apache.calcite.linq4j.tree.Evaluator evaluator)
evaluate in class AbstractNodepublic boolean equals(@Nullable Object o)
equals in class AbstractNodepublic int hashCode()
hashCode in class AbstractNodeCopyright © 2012-2021 Apache Software Foundation. All Rights Reserved.