Public Member Functions | |
ExprNode (NodeType t, uint32 offset) | |
Public Member Functions inherited from LingoDec::Node | |
Node (NodeType t, uint32 offset) | |
virtual void | accept (NodeVisitor &visitor) const =0 |
virtual Common::SharedPtr< Datum > | getValue () |
Node * | ancestorStatement () |
LoopNode * | ancestorLoop () |
virtual bool | hasSpaces (bool dot) |
Additional Inherited Members | |
Public Attributes inherited from LingoDec::Node | |
NodeType | type |
bool | isExpression |
bool | isStatement |
bool | isLabel |
bool | isLoop |
Node * | parent |
uint32 | _startOffset |
uint32 | _endOffset |