#include <ast.h>
Inheritance diagram for exception_block_node:
Public Member Functions | |
exception_block_node (int line, compound_stmt_node *b) | |
~exception_block_node () | |
void | accept (int depth, visitor &v) |
Public Attributes | |
compound_stmt_node * | body |
|
|
|
|
|
Implements node. |
|
|