ScummVM API documentation
LingoDec::RepeatWhileStmtNode Struct Reference
Inheritance diagram for LingoDec::RepeatWhileStmtNode:
LingoDec::LoopNode LingoDec::StmtNode LingoDec::Node

Public Member Functions

 RepeatWhileStmtNode (uint32 startIndex_, Common::SharedPtr< Node > c, uint32 offset)
 
virtual void accept (NodeVisitor &visitor) const override
 
- Public Member Functions inherited from LingoDec::LoopNode
 LoopNode (NodeType t, uint32 startIndex_, uint32 offset)
 
- Public Member Functions inherited from LingoDec::StmtNode
 StmtNode (NodeType t, uint32 offset)
 
- Public Member Functions inherited from LingoDec::Node
 Node (NodeType t, uint32 offset)
 
virtual Common::SharedPtr< DatumgetValue ()
 
NodeancestorStatement ()
 
LoopNodeancestorLoop ()
 
virtual bool hasSpaces (bool dot)
 

Public Attributes

Common::SharedPtr< Nodecondition
 
Common::SharedPtr< BlockNodeblock
 
- Public Attributes inherited from LingoDec::LoopNode
uint32 startIndex
 
- Public Attributes inherited from LingoDec::Node
NodeType type
 
bool isExpression
 
bool isStatement
 
bool isLabel
 
bool isLoop
 
Nodeparent
 
uint32 _startOffset
 
uint32 _endOffset
 

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