#include <ast.h>
Inheritance diagram for stmt_list_node:
Public Member Functions | |
stmt_list_node (int line, stmt_list_node *h, stmt_node *t) | |
~stmt_list_node () | |
void | accept (int depth, visitor &v) |
Public Attributes | |
stmt_list_node * | head |
stmt_node * | tail |
|
|
|
|
|
Implements node. |
|
|
|
|