Uses of Class
org.apache.calcite.linq4j.tree.ThrowStatement
-
Packages that use ThrowStatement Package Description org.apache.calcite.linq4j.tree Object model for Java expressions. -
-
Uses of ThrowStatement in org.apache.calcite.linq4j.tree
Methods in org.apache.calcite.linq4j.tree that return ThrowStatement Modifier and Type Method Description static ThrowStatementExpressions. throw_(Expression expression)Creates a statement that represents the throwing of an exception.Methods in org.apache.calcite.linq4j.tree with parameters of type ThrowStatement Modifier and Type Method Description ShuttleShuttle. preVisit(ThrowStatement throwStatement)StatementShuttle. visit(ThrowStatement throwStatement, Expression expression)RVisitor. visit(ThrowStatement throwStatement)RVisitorImpl. visit(ThrowStatement throwStatement)
-