ScummVM API documentation
Director::IfElseStmtNode Struct Reference
Inheritance diagram for Director::IfElseStmtNode:
Director::StmtNode Director::Node

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

Nodecond
 
NodeListstmts1
 
NodeListstmts2
 
- Public Attributes inherited from Director::Node
NodeType type
 
bool isExpression
 
bool isStatement
 
bool isLoop
 

The documentation for this struct was generated from the following file: