top | up | prev | next

NodeCreator Abstract Class

Definition at line 126 of Node.hpp

Constructors

NodeCreator()
NodeCreator(const NodeCreator&) delete

Member Functions

Node* CreateNode(const Span& span) pure virtual
NodeCreator& operator=(const NodeCreator&) delete

Constructor Details

NodeCreator Constructor

sngcm::ast::NodeCreator::NodeCreator()

Definition at line 163 of Node.cpp :
164 {
165 }


Declaration at line 129 of Node.hpp


NodeCreator Constructor

sngcm::ast::NodeCreator::NodeCreator(const NodeCreator &) delete

Definition at line 130 of Node.hpp


Member Function Details

CreateNode Member Function

Node * sngcm::ast::NodeCreator::CreateNode(const Span & span) pure virtual

Definition at line 133 of Node.hpp


operator= Member Function

NodeCreator & sngcm::ast::NodeCreator::operator=(const NodeCreator &) delete

Definition at line 131 of Node.hpp


top | up | prev | next