Public Member Functions | |
CaseLabelNode (uint32 offset, Common::SharedPtr< Node > v, CaseExpect e) | |
virtual void | accept (NodeVisitor &visitor) const override |
Public Member Functions inherited from LingoDec::LabelNode | |
LabelNode (NodeType t, uint32 offset) | |
Public Member Functions inherited from LingoDec::Node | |
Node (NodeType t, uint32 offset) | |
virtual Common::SharedPtr< Datum > | getValue () |
Node * | ancestorStatement () |
LoopNode * | ancestorLoop () |
virtual bool | hasSpaces (bool dot) |
Public Attributes | |
Common::SharedPtr< Node > | value |
CaseExpect | expect |
Common::SharedPtr< CaseLabelNode > | nextOr |
Common::SharedPtr< CaseLabelNode > | nextLabel |
Common::SharedPtr< BlockNode > | block |
Public Attributes inherited from LingoDec::Node | |
NodeType | type |
bool | isExpression |
bool | isStatement |
bool | isLabel |
bool | isLoop |
Node * | parent |
uint32 | _startOffset |
uint32 | _endOffset |