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