src: converted NodeType to a class
NodeType internally still uses the Type enum
This commit is contained in:
@@ -27,7 +27,7 @@ public:
|
||||
void forEachEdge(std::function<void(Edge*)> func) const;
|
||||
void forEachToken(std::function<void(Token*)> func) const;
|
||||
|
||||
Node* createNode(Id id, Node::NodeType type, NameHierarchy nameHierarchy, bool defined);
|
||||
Node* createNode(Id id, NodeType type, NameHierarchy nameHierarchy, bool defined);
|
||||
Edge* createEdge(Id id, Edge::EdgeType type, Node* from, Node* to);
|
||||
|
||||
size_t getNodeCount() const;
|
||||
|
||||
Reference in New Issue
Block a user