Package org.apache.calcite.linq4j.tree
Class WhileStatement
java.lang.Object
org.apache.calcite.linq4j.tree.AbstractNode
org.apache.calcite.linq4j.tree.Statement
org.apache.calcite.linq4j.tree.WhileStatement
- All Implemented Interfaces:
- Node
Represents a "while" statement.
- 
Field SummaryFieldsFields inherited from class org.apache.calcite.linq4j.tree.AbstractNodenodeType, type
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.calcite.linq4j.tree.AbstractNodeaccept, evaluate, getNodeType, getType, toString
- 
Field Details- 
condition
- 
body
 
- 
- 
Constructor Details- 
WhileStatement
 
- 
- 
Method Details- 
accept
- 
accept
- 
equals- Overrides:
- equalsin class- AbstractNode
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- AbstractNode
 
 
-