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

compound_add_expr_node Struct Reference

#include <ast.h>

Inheritance diagram for compound_add_expr_node:

add_expr_node simple_expr_node expr_node node List of all members.

Public Member Functions

 compound_add_expr_node (int line, add_expr_node *e1, addop_node *o, term_node *e2)
 ~compound_add_expr_node ()
void accept (int depth, visitor &v)

Public Attributes

add_expr_nodeexpr1
addop_nodeop
term_nodeexpr2

Constructor & Destructor Documentation

compound_add_expr_node::compound_add_expr_node int  line,
add_expr_node e1,
addop_node o,
term_node e2
 

compound_add_expr_node::~compound_add_expr_node  ) 
 


Member Function Documentation

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

Implements node.


Member Data Documentation

add_expr_node* compound_add_expr_node::expr1
 

term_node* compound_add_expr_node::expr2
 

addop_node* compound_add_expr_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