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
FieldsModifier and TypeFieldDescriptionfinal Statementfinal List<CatchBlock>final @Nullable StatementFields inherited from class org.apache.calcite.linq4j.tree.AbstractNode
nodeType, type -
Constructor Summary
ConstructorsConstructorDescriptionTryStatement(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:
equalsin classAbstractNode
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractNode
-