Uses of Class
org.apache.calcite.linq4j.tree.ForStatement
-
Packages that use ForStatement Package Description org.apache.calcite.linq4j.tree Object model for Java expressions. -
-
Uses of ForStatement in org.apache.calcite.linq4j.tree
Methods in org.apache.calcite.linq4j.tree that return ForStatement Modifier and Type Method Description ForStatementForStatement. accept(Shuttle shuttle)static ForStatementExpressions. for_(Iterable<? extends DeclarationStatement> declarations, Expression condition, Expression post, Statement body)Creates a LoopExpression with the given body.static ForStatementExpressions. for_(DeclarationStatement declaration, Expression condition, Expression post, Statement body)Creates a LoopExpression with the given body.ForStatementShuttle. visit(ForStatement forStatement, List<DeclarationStatement> declarations, Expression condition, Expression post, Statement body)Methods in org.apache.calcite.linq4j.tree with parameters of type ForStatement Modifier and Type Method Description ShuttleShuttle. preVisit(ForStatement forStatement)ForStatementShuttle. visit(ForStatement forStatement, List<DeclarationStatement> declarations, Expression condition, Expression post, Statement body)RVisitor. visit(ForStatement forStatement)RVisitorImpl. visit(ForStatement forStatement)
-