|
MXVM 1.8.1
Virtual Machine, Compiler, and Pascal Frontend
|
AST node for an object import declaration. More...
#include <ast.hpp>

Public Member Functions | |
| ObjectNode (const std::string &o) | |
| void | accept (ASTVisitor &visitor) override |
| std::string | toString () const override |
| Public Member Functions inherited from mxvm::ASTNode | |
| virtual | ~ASTNode ()=default |
Public Attributes | |
| std::string | name |
|
inline |
|
overridevirtual |
Implements mxvm::ASTNode.
Definition at line 77 of file ast.cpp.
References mxvm::ASTVisitor::visit().
|
overridevirtual |
| std::string mxvm::ObjectNode::name |
Definition at line 106 of file ast.hpp.
Referenced by ObjectNode(), and toString().