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

Public Member Functions | |
| Op_Binary () | |
| virtual void | to3ACFile (FILE *f) |
| convert me to 3ac - subclassed | |
Public Attributes | |
| AttributeProxy | lhs |
| AttributeProxy | op |
| AttributeProxy | rhs |
Private Types | |
| typedef Node | super |
Definition at line 233 of file ast.h.
|
|
|
|
|
Definition at line 236 of file ast.h. 00236 : 00237 super("Op_Binary"), 00238 lhs(this->addAttribute("lhs")), 00239 op (this->addAttribute("op")), 00240 rhs(this->addAttribute("rhs")) 00241 { 00242 } virtual void to3ACFile(FILE* f){}
|
|
|
convert me to 3ac - subclassed
Implements AST::Node. Definition at line 243 of file ast.h.
|
|
|
Definition at line 244 of file ast.h. Referenced by main(). |
|
|
Definition at line 245 of file ast.h. Referenced by main(). |
|
|
Definition at line 246 of file ast.h. Referenced by main(). |
1.4.2-20050421