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

Public Member Functions | |
| Op_Ternary () | |
| virtual void | to3ACFile (FILE *f) |
| convert me to 3ac - subclassed | |
Public Attributes | |
| AttributeProxy | condition |
| AttributeProxy | trueValue |
| AttributeProxy | falseValue |
Private Types | |
| typedef Node | super |
Definition at line 250 of file ast.h.
|
|
|
|
|
Definition at line 253 of file ast.h. 00253 : 00254 super("Op_Ternary"), 00255 condition (this->addAttribute("conditon")), 00256 trueValue (this->addAttribute("trueValue")), 00257 falseValue(this->addAttribute("falseValue")) 00258 { 00259 } virtual void to3ACFile(FILE* f){}
|
|
|
convert me to 3ac - subclassed
Implements AST::Node. Definition at line 260 of file ast.h.
|
|
|
|
|
|
|
|
|
|
1.4.2-20050421