| Package | Description |
|---|---|
| org.apache.calcite.linq4j.tree |
Object model for Java expressions.
|
| Modifier and Type | Method and Description |
|---|---|
static WhileStatement |
Expressions.while_(Expression condition,
Statement body)
Creates a WhileExpression representing a while loop.
|
| Modifier and Type | Method and Description |
|---|---|
Shuttle |
Shuttle.preVisit(WhileStatement whileStatement) |
R |
VisitorImpl.visit(WhileStatement whileStatement) |
R |
Visitor.visit(WhileStatement whileStatement) |
Statement |
Shuttle.visit(WhileStatement whileStatement,
Expression condition,
Statement body) |
Copyright © 2012–2023 The Apache Software Foundation. All rights reserved.