Package org.apache.calcite.linq4j.tree
Class ForEachStatement
java.lang.Object
org.apache.calcite.linq4j.tree.AbstractNode
org.apache.calcite.linq4j.tree.Statement
org.apache.calcite.linq4j.tree.ForEachStatement
- All Implemented Interfaces:
Node
Represents a "for-each" loop, "for (T v : iterable) { f(v); }".
-
Field Summary
Fields inherited from class org.apache.calcite.linq4j.tree.AbstractNode
nodeType, type
-
Constructor Summary
ConstructorDescriptionForEachStatement
(ParameterExpression parameter, Expression iterable, Statement body) -
Method Summary
Methods inherited from class org.apache.calcite.linq4j.tree.AbstractNode
accept, evaluate, getNodeType, getType, toString
-
Field Details
-
parameter
-
iterable
-
body
-
-
Constructor Details
-
ForEachStatement
-
-
Method Details
-
accept
-
accept
-
equals
- Overrides:
equals
in classAbstractNode
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractNode
-