Package org.apache.calcite.linq4j.tree
Class GotoStatement
java.lang.Object
org.apache.calcite.linq4j.tree.AbstractNode
org.apache.calcite.linq4j.tree.Statement
org.apache.calcite.linq4j.tree.GotoStatement
- All Implemented Interfaces:
Node
Represents an unconditional jump. This includes return statements, break and
continue statements, and other jumps.
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable Expression
final GotoExpressionKind
final @Nullable LabelTarget
Fields inherited from class org.apache.calcite.linq4j.tree.AbstractNode
nodeType, type
-
Method Summary
Methods inherited from class org.apache.calcite.linq4j.tree.AbstractNode
accept, getNodeType, getType, toString
-
Field Details
-
kind
-
labelTarget
-
expression
-
-
Method Details
-
accept
-
accept
-
evaluate
- Overrides:
evaluate
in classAbstractNode
-
equals
- Overrides:
equals
in classAbstractNode
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractNode
-