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

AST::Program Class Reference

Root Program node. More...

#include <ast.h>

Inheritance diagram for AST::Program:

AST::Node List of all members.

Public Member Functions

 Program ()
virtual void to3ACFile (FILE *f)
 convert me to 3ac - subclassed

Public Attributes

AttributeProxy statements

Private Types

typedef Node super

Detailed Description

Root Program node.

Definition at line 104 of file ast.h.


Member Typedef Documentation

typedef Node AST::Program::super [private]
 

Definition at line 105 of file ast.h.


Constructor & Destructor Documentation

AST::Program::Program  )  [inline]
 

Definition at line 107 of file ast.h.

00107              :
00108         super("Program"),
00109         statements(this->addAttribute("statements"))
00110     {
00111     }
    virtual void to3ACFile(FILE* f){}


Member Function Documentation

virtual void AST::Program::to3ACFile FILE *  f  )  [inline, virtual]
 

convert me to 3ac - subclassed

Implements AST::Node.

Definition at line 112 of file ast.h.

00112 {}


Member Data Documentation

AttributeProxy AST::Program::statements
 

Definition at line 113 of file ast.h.

Referenced by main().


The documentation for this class was generated from the following file:
Generated on Thu Oct 20 12:00:04 2005 for ASTree by  doxygen 1.4.2-20050421