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

AST::Return Class Reference

return More...

#include <ast.h>

Inheritance diagram for AST::Return:

AST::Node List of all members.

Public Member Functions

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

Public Attributes

AttributeProxy value
 Break or Continue.

Private Types

typedef Node super

Detailed Description

return

Definition at line 204 of file ast.h.


Member Typedef Documentation

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

Definition at line 205 of file ast.h.


Constructor & Destructor Documentation

AST::Return::Return  )  [inline]
 

Definition at line 207 of file ast.h.

00207             :
00208         super("Return"),
00209         value(this->addAttribute("value"))
00210     {
00211     }
    virtual void to3ACFile(FILE* f){}


Member Function Documentation

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

convert me to 3ac - subclassed

Implements AST::Node.

Definition at line 212 of file ast.h.

00212 {}


Member Data Documentation

AttributeProxy AST::Return::value
 

Break or Continue.

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