Catch clause AST node. More...
List of all members.
Catch clause AST node.
EBNF grammar:
specific-catch-clause: "catch" "(" class-type (identifier)? ")" block
[virtual]
Collect token indexes associated with this AST node.
Implements CsNode.
Recursively collect token indexes in source code order.
ICsAstCallback support.
Clone AST node.
Replace CsNode fields.
Reimplemented from CsNode.
ICsAstVisitor support.
Catch block.
Catch variable entity.
Catch variable name.
Catch type.