#include <ast.h>
Inheritance diagram for simple_param_node:
Public Member Functions | |
simple_param_node (int line, type_spec_node *t, char *s) | |
~simple_param_node () | |
void | accept (int depth, visitor &v) |
Public Attributes | |
type_spec_node * | type |
char * | id |
|
|
|
|
|
Implements node. |
|
|
|
|