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

AST::Op_Unary Class Reference

Unary Operation ++ -- * - sizeof. More...

#include <ast.h>

Inheritance diagram for AST::Op_Unary:

AST::Node List of all members.

Public Member Functions

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

Public Attributes

AttributeProxy id
AttributeProxy op

Private Types

typedef Node super

Detailed Description

Unary Operation ++ -- * - sizeof.

Definition at line 218 of file ast.h.


Member Typedef Documentation

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

Definition at line 219 of file ast.h.


Constructor & Destructor Documentation

AST::Op_Unary::Op_Unary  )  [inline]
 

Definition at line 221 of file ast.h.

00221               :
00222         super("Op_Unary"),
00223         id(this->addAttribute("id")),
00224         op(this->addAttribute("op"))
00225     {
00226     }
    virtual void to3ACFile(FILE* f){}


Member Function Documentation

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

convert me to 3ac - subclassed

Implements AST::Node.

Definition at line 227 of file ast.h.

00227 {}


Member Data Documentation

AttributeProxy AST::Op_Unary::id
 

Definition at line 228 of file ast.h.

AttributeProxy AST::Op_Unary::op
 

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