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

AST::Op_Dot Class Reference

x.y More...

#include <ast.h>

Inheritance diagram for AST::Op_Dot:

AST::Node List of all members.

Public Member Functions

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

Public Attributes

AttributeProxy handle
AttributeProxy variable

Private Types

typedef Node super

Detailed Description

x.y

Definition at line 345 of file ast.h.


Member Typedef Documentation

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

Definition at line 346 of file ast.h.


Constructor & Destructor Documentation

AST::Op_Dot::Op_Dot  )  [inline]
 

Definition at line 348 of file ast.h.

00348             :
00349         super("Op_Dot"),
00350         handle  (this->addAttribute("handle")),
00351         variable(this->addAttribute("variable"))
00352     {
00353     }
    virtual void to3ACFile(FILE* f){}


Member Function Documentation

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

convert me to 3ac - subclassed

Implements AST::Node.

Definition at line 354 of file ast.h.

00354 {}


Member Data Documentation

AttributeProxy AST::Op_Dot::handle
 

Definition at line 355 of file ast.h.

AttributeProxy AST::Op_Dot::variable
 

Definition at line 356 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