Package org.apache.calcite.linq4j.tree
Class CatchBlock
- java.lang.Object
-
- org.apache.calcite.linq4j.tree.CatchBlock
-
public class CatchBlock extends Object
Represents a catch statement in a try block.
-
-
Field Summary
Fields Modifier and Type Field Description StatementbodyParameterExpressionparameter
-
Constructor Summary
Constructors Constructor Description CatchBlock(ParameterExpression parameter, Statement body)
-
-
-
Field Detail
-
parameter
public final ParameterExpression parameter
-
body
public final Statement body
-
-
Constructor Detail
-
CatchBlock
public CatchBlock(ParameterExpression parameter, Statement body)
-
-