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 SummaryFieldsModifier and TypeFieldDescriptionfinal @Nullable Expressionfinal GotoExpressionKindfinal @Nullable LabelTargetFields inherited from class org.apache.calcite.linq4j.tree.AbstractNodenodeType, type
- 
Method SummaryMethods inherited from class org.apache.calcite.linq4j.tree.AbstractNodeaccept, getNodeType, getType, toString
- 
Field Details- 
kind
- 
labelTarget
- 
expression
 
- 
- 
Method Details- 
accept
- 
accept
- 
evaluate- Overrides:
- evaluatein class- AbstractNode
 
- 
equals- Overrides:
- equalsin class- AbstractNode
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- AbstractNode
 
 
-