| Package | Description |
|---|---|
| org.apache.calcite.linq4j.tree |
Object model for Java expressions.
|
| Modifier and Type | Method and Description |
|---|---|
static ThrowStatement |
Expressions.throw_(Expression expression)
Creates a statement that represents the throwing of an exception.
|
| Modifier and Type | Method and Description |
|---|---|
Shuttle |
Shuttle.preVisit(ThrowStatement throwStatement) |
R |
VisitorImpl.visit(ThrowStatement throwStatement) |
R |
Visitor.visit(ThrowStatement throwStatement) |
Statement |
Shuttle.visit(ThrowStatement throwStatement,
Expression expression) |
Copyright © 2012–2021 The Apache Software Foundation. All rights reserved.