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

Public Member Functions

 RepeatWithToNode (Common::String *varIn, Node *startIn, bool downIn, Node *endIn, NodeList *stmtsIn)
 
virtual bool accept (NodeVisitor *visitor)
 
- Public Member Functions inherited from Director::LoopNode
 LoopNode (NodeType t)
 
- Public Member Functions inherited from Director::StmtNode
 StmtNode (NodeType t)
 
- Public Member Functions inherited from Director::Node
 Node (NodeType t)
 

Public Attributes

Common::Stringvar
 
Nodestart
 
bool down
 
Nodeend
 
NodeListstmts
 
- Public Attributes inherited from Director::LoopNode
Common::Array< uint > nextRepeats
 
Common::Array< uint > exitRepeats
 
- 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: