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

AST::Def_Var Class Reference

int x More...

#include <ast.h>

Inheritance diagram for AST::Def_Var:

AST::Node List of all members.

Public Member Functions

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

Public Attributes

AttributeProxy type
AttributeProxy handles

Private Types

typedef Node super

Detailed Description

int x

Definition at line 360 of file ast.h.


Member Typedef Documentation

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

Definition at line 361 of file ast.h.


Constructor & Destructor Documentation

AST::Def_Var::Def_Var  )  [inline]
 

Definition at line 363 of file ast.h.

00363              :
00364         super("Def_Var"),
00365         type   (this->addAttribute("handle")),
00366         handles(this->addAttribute("variable"))
00367     {
00368     }
    virtual void to3ACFile(FILE* f){}


Member Function Documentation

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

convert me to 3ac - subclassed

Implements AST::Node.

Definition at line 369 of file ast.h.

00369 {}


Member Data Documentation

AttributeProxy AST::Def_Var::handles
 

Definition at line 371 of file ast.h.

Referenced by main().

AttributeProxy AST::Def_Var::type
 

Definition at line 370 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:05 2005 for ASTree by  doxygen 1.4.2-20050421