#include <ast.h>
Inheritance diagram for sync_decl_list_node:
Public Member Functions | |
sync_decl_list_node (int line, var_decls_node *v, sync_init_node *i, constraint_block_node *c, trigger_block_node *t, exception_block_node *e) | |
~sync_decl_list_node () | |
void | accept (int depth, visitor &v) |
Public Attributes | |
var_decls_node * | vars |
sync_init_node * | init |
constraint_block_node * | constraints |
trigger_block_node * | triggers |
exception_block_node * | exception |
|
|
|
|
|
Implements node. |
|
|
|
|
|
|
|
|
|
|