#include <ast.h>
Inheritance diagram for fun_decl_node:
Public Member Functions | |
fun_decl_node (int line, char *s, params_node *p, compound_stmt_node *b) | |
~fun_decl_node () | |
void | accept (int depth, visitor &v) |
Public Attributes | |
char * | id |
params_node * | params |
compound_stmt_node * | body |
|
|
|
|
|
Implements node. |
|
|
|
|
|
|