Package org.apache.calcite.linq4j.tree
Class TryStatement
java.lang.Object
org.apache.calcite.linq4j.tree.AbstractNode
org.apache.calcite.linq4j.tree.Statement
org.apache.calcite.linq4j.tree.TryStatement
- All Implemented Interfaces:
Node
Represents a
try ... catch ... finally
block.-
Field Summary
Modifier and TypeFieldDescriptionfinal Statement
final List<CatchBlock>
final @Nullable Statement
Fields inherited from class org.apache.calcite.linq4j.tree.AbstractNode
nodeType, type
-
Constructor Summary
ConstructorDescriptionTryStatement
(Statement body, List<CatchBlock> catchBlocks, @Nullable Statement fynally) -
Method Summary
Methods inherited from class org.apache.calcite.linq4j.tree.AbstractNode
accept, evaluate, getNodeType, getType, toString
-
Field Details
-
body
-
catchBlocks
-
fynally
-
-
Constructor Details
-
TryStatement
-
-
Method Details
-
accept
-
accept
-
equals
- Overrides:
equals
in classAbstractNode
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractNode
-