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

call_stmt_node Struct Reference

#include <ast.h>

Inheritance diagram for call_stmt_node:

stmt_node node List of all members.

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_nodeargs

Constructor & Destructor Documentation

call_stmt_node::call_stmt_node int  line,
char *  s1,
char *  s2,
args_node a
 

call_stmt_node::~call_stmt_node  ) 
 


Member Function Documentation

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

Implements node.


Member Data Documentation

args_node* call_stmt_node::args
 

char* call_stmt_node::id1
 

char* call_stmt_node::id2
 


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