Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

compound_term_node Struct Reference

#include <ast.h>

Inheritance diagram for compound_term_node:

term_node add_expr_node simple_expr_node expr_node node List of all members.

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_nodeexpr1
mulop_nodeop
factor_nodeexpr2

Constructor & Destructor Documentation

compound_term_node::compound_term_node int  line,
term_node e1,
mulop_node o,
factor_node e2
 

compound_term_node::~compound_term_node  ) 
 


Member Function Documentation

void compound_term_node::accept int  depth,
visitor v
[inline, virtual]
 

Implements node.


Member Data Documentation

term_node* compound_term_node::expr1
 

factor_node* compound_term_node::expr2
 

mulop_node* compound_term_node::op
 


The documentation for this struct was generated from the following files:
Generated on Wed May 24 23:03:25 2006 for RTSync by  doxygen 1.4.4