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