TryStatement Module
Children of `TryStatement`.
Functions and values
| Function or value |
Description
|
Full Usage:
TryStatement.catchClause node
Parameters:
Node<TryStatement>
Returns: Node<CatchClause> voption
|
`catchClause`. The schema marks it optional.
|
Full Usage:
TryStatement.finallyBlock node
Parameters:
Node<TryStatement>
Returns: Node<Block> voption
|
`finallyBlock`. The schema marks it optional.
|
Full Usage:
TryStatement.tryBlock node
Parameters:
Node<TryStatement>
Returns: Node<Block> voption
|