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

Public Member Functions | |
| Def_Struct () | |
| virtual void | to3ACFile (FILE *f) |
| convert me to 3ac - subclassed | |
Public Attributes | |
| AttributeProxy | list_variables |
Private Types | |
| typedef Node | super |
Definition at line 134 of file ast.h.
|
|
|
|
|
Definition at line 137 of file ast.h. 00137 : 00138 super("Def_Struct"), 00139 list_variables (this->addAttribute("handle")) 00140 { 00141 } virtual void to3ACFile(FILE* f){}
|
|
|
convert me to 3ac - subclassed
Implements AST::Node. Definition at line 142 of file ast.h.
|
|
|
|
1.4.2-20050421