Public Member Functions | |
IfElseStmtNode (Node *condIn, NodeList *stmts1In, NodeList *stmts2In) | |
virtual bool | accept (NodeVisitor *visitor) |
Public Member Functions inherited from Director::StmtNode | |
StmtNode (NodeType t) | |
Public Member Functions inherited from Director::Node | |
Node (NodeType t) | |
Public Attributes | |
Node * | cond |
NodeList * | stmts1 |
NodeList * | stmts2 |
Public Attributes inherited from Director::Node | |
NodeType | type |
bool | isExpression |
bool | isStatement |
bool | isLoop |
uint32 | startOffset |
uint32 | endOffset |