| Package | Description |
|---|---|
| org.apache.calcite.linq4j.tree |
Object model for Java expressions.
|
| Modifier and Type | Method and Description |
|---|---|
ForStatement |
ForStatement.accept(Shuttle shuttle) |
static ForStatement |
Expressions.for_(DeclarationStatement declaration,
Expression condition,
Expression post,
Statement body)
Creates a LoopExpression with the given body.
|
static ForStatement |
Expressions.for_(Iterable<? extends DeclarationStatement> declarations,
Expression condition,
Expression post,
Statement body)
Creates a LoopExpression with the given body.
|
ForStatement |
Shuttle.visit(ForStatement forStatement,
List<DeclarationStatement> declarations,
Expression condition,
Expression post,
Statement body) |
| Modifier and Type | Method and Description |
|---|---|
Shuttle |
Shuttle.preVisit(ForStatement forStatement) |
R |
VisitorImpl.visit(ForStatement forStatement) |
R |
Visitor.visit(ForStatement forStatement) |
ForStatement |
Shuttle.visit(ForStatement forStatement,
List<DeclarationStatement> declarations,
Expression condition,
Expression post,
Statement body) |
Copyright © 2012–2023 The Apache Software Foundation. All rights reserved.