#include <ast.h>
Inheritance diagram for compound_term_node:
Public Member Functions | |
compound_term_node (int line, term_node *e1, mulop_node *o, factor_node *e2) | |
~compound_term_node () | |
void | accept (int depth, visitor &v) |
Public Attributes | |
term_node * | expr1 |
mulop_node * | op |
factor_node * | expr2 |
|
|
|
|
|
Implements node. |
|
|
|
|
|
|