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

AST::Identifier Class Reference

x More...

#include <ast.h>

Inheritance diagram for AST::Identifier:

AST::Node List of all members.

Public Member Functions

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

Public Attributes

AttributeProxy handle

Private Types

typedef Node super

Detailed Description

x

Definition at line 315 of file ast.h.


Member Typedef Documentation

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

Definition at line 316 of file ast.h.


Constructor & Destructor Documentation

AST::Identifier::Identifier  )  [inline]
 

Definition at line 318 of file ast.h.

References AST::Node::NODE_ID, and AST::Node::nodeType.

00318                 :
00319         super("Identifier"),
00320         handle(this->addAttribute("handle"))
00321     {
00322         this->nodeType = NODE_ID;
00323     }
    virtual void to3ACFile(FILE* f){}


Member Function Documentation

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

convert me to 3ac - subclassed

Implements AST::Node.

Definition at line 324 of file ast.h.

00324 {}


Member Data Documentation

AttributeProxy AST::Identifier::handle
 

Definition at line 325 of file ast.h.

Referenced by do_value_id(), and 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