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

Public Member Functions

 LiteralNode (uint32 offset, Common::SharedPtr< Datum > d)
 
virtual Common::SharedPtr< DatumgetValue () override
 
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)
 
NodeancestorStatement ()
 
LoopNodeancestorLoop ()
 

Public Attributes

Common::SharedPtr< Datumvalue
 
- 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: