Package org.apache.calcite.linq4j.tree
Class BlockStatement
java.lang.Object
org.apache.calcite.linq4j.tree.AbstractNode
org.apache.calcite.linq4j.tree.Statement
org.apache.calcite.linq4j.tree.BlockStatement
- All Implemented Interfaces:
Node
Represents a block that contains a sequence of expressions where variables
can be defined.
-
Field Summary
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
-
statements
-
-
Method Details
-
accept
-
accept
-
evaluate
- Overrides:
evaluate
in classAbstractNode
-
equals
- Overrides:
equals
in classAbstractNode
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractNode
-