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

AST::Def_Array Class Reference

int x More...

#include <ast.h>

Inheritance diagram for AST::Def_Array:

AST::Node List of all members.

Public Member Functions

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

Public Attributes

AttributeProxy type
AttributeProxy handle
AttributeProxy list_dimension

Private Types

typedef Node super

Detailed Description

int x

Definition at line 375 of file ast.h.


Member Typedef Documentation

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

Definition at line 376 of file ast.h.


Constructor & Destructor Documentation

AST::Def_Array::Def_Array  )  [inline]
 

Definition at line 378 of file ast.h.

00378                :
00379         super("Def_Array"),
00380         type          (this->addAttribute("handle")),
00381         handle        (this->addAttribute("variable")),
00382         list_dimension(this->addAttribute("list_dimension"))
00383     {
00384     }
    virtual void to3ACFile(FILE* f){}


Member Function Documentation

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

convert me to 3ac - subclassed

Implements AST::Node.

Definition at line 385 of file ast.h.

00385 {}


Member Data Documentation

AttributeProxy AST::Def_Array::handle
 

Definition at line 387 of file ast.h.

AttributeProxy AST::Def_Array::list_dimension
 

Definition at line 388 of file ast.h.

AttributeProxy AST::Def_Array::type
 

Definition at line 386 of file ast.h.


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