Public Member Functions | |
LoopNode (NodeType t) | |
![]() | |
StmtNode (NodeType t) | |
![]() | |
Node (NodeType t) | |
virtual bool | accept (NodeVisitor *visitor)=0 |
Public Attributes | |
Common::Array< uint > | nextRepeats |
Common::Array< uint > | exitRepeats |
![]() | |
NodeType | type |
bool | isExpression |
bool | isStatement |
bool | isLoop |
uint32 | startOffset |
uint32 | endOffset |