#include <ast.h>
Inheritance diagram for call_stmt_node:
Public Member Functions | |
call_stmt_node (int line, char *s1, char *s2, args_node *a) | |
~call_stmt_node () | |
void | accept (int depth, visitor &v) |
Public Attributes | |
char * | id1 |
char * | id2 |
args_node * | args |
|
|
|
|
|
Implements node. |
|
|
|
|
|
|