Public Member Functions | |
SetNode (Node *varIn, Node *valIn) | |
virtual bool | accept (NodeVisitor *visitor) |
![]() | |
StmtNode (NodeType t) | |
![]() | |
Node (NodeType t) | |
Public Attributes | |
Node * | var |
Node * | val |
![]() | |
NodeType | type |
bool | isExpression |
bool | isStatement |
bool | isLoop |
uint32 | startOffset |
uint32 | endOffset |