ScummVM API documentation
LingoDec::MemberExprNode Struct Reference
Inheritance diagram for LingoDec::MemberExprNode:
LingoDec::ExprNode LingoDec::Node

Public Member Functions

 MemberExprNode (uint32 offset, Common::String type_, Common::SharedPtr< Node > memberID_, Common::SharedPtr< Node > castID_)
 
virtual bool hasSpaces (bool dot) override
 
virtual void accept (NodeVisitor &visitor) const override
 
- Public Member Functions inherited from LingoDec::ExprNode
 ExprNode (NodeType t, uint32 offset)
 
- Public Member Functions inherited from LingoDec::Node
 Node (NodeType t, uint32 offset)
 
virtual Common::SharedPtr< DatumgetValue ()
 
NodeancestorStatement ()
 
LoopNodeancestorLoop ()
 

Public Attributes

Common::String type
 
Common::SharedPtr< NodememberID
 
Common::SharedPtr< NodecastID
 
- 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: