#include <ast.h>
Inheritance diagram for AST::Op_Unary:

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 |
Definition at line 218 of file ast.h.
|
|
|
|
|
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){}
|
|
|
convert me to 3ac - subclassed
Implements AST::Node. Definition at line 227 of file ast.h.
|
|
|
|
|
|
|
1.4.2-20050421