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

Public Member Functions | |
| Def_Var () | |
| virtual void | to3ACFile (FILE *f) |
| convert me to 3ac - subclassed | |
Public Attributes | |
| AttributeProxy | type |
| AttributeProxy | handles |
Private Types | |
| typedef Node | super |
Definition at line 360 of file ast.h.
|
|
|
|
|
Definition at line 363 of file ast.h. 00363 : 00364 super("Def_Var"), 00365 type (this->addAttribute("handle")), 00366 handles(this->addAttribute("variable")) 00367 { 00368 } virtual void to3ACFile(FILE* f){}
|
|
|
convert me to 3ac - subclassed
Implements AST::Node. Definition at line 369 of file ast.h.
|
|
|
Definition at line 371 of file ast.h. Referenced by main(). |
|
|
Definition at line 370 of file ast.h. Referenced by main(). |
1.4.2-20050421