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