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

AST::Jump Class Reference

break or continue More...

#include <ast.h>

Inheritance diagram for AST::Jump:

AST::Node List of all members.

Public Member Functions

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

Public Attributes

AttributeProxy type
 Break or Continue.

Private Types

typedef Node super

Detailed Description

break or continue

Definition at line 164 of file ast.h.


Member Typedef Documentation

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

Definition at line 165 of file ast.h.


Constructor & Destructor Documentation

AST::Jump::Jump  )  [inline]
 

Definition at line 167 of file ast.h.

00167           :
00168         super("Jump"),
00169         type(this->addAttribute("type"))
00170     {
00171     }
    virtual void to3ACFile(FILE* f){}


Member Function Documentation

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

convert me to 3ac - subclassed

Implements AST::Node.

Definition at line 172 of file ast.h.

00172 {}


Member Data Documentation

AttributeProxy AST::Jump::type
 

Break or Continue.

Definition at line 174 of file ast.h.


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