TryStmt
constructor(tryBlock: BlockStmt, catchClauses: NodeList<CatchClause>, finallyBlock: BlockStmt)(source)
constructor(resources: NodeList<Expression>, tryBlock: BlockStmt, catchClauses: NodeList<CatchClause>, finallyBlock: BlockStmt)(source)
constructor(tokenRange: TokenRange, resources: NodeList<Expression>, tryBlock: BlockStmt, catchClauses: NodeList<CatchClause>, finallyBlock: BlockStmt)(source)
This constructor is used by the parser and is considered private.