Parser
- Added ::collect method for recursive node gathering that needs some local persistence.
This commit is contained in:
@@ -47,6 +47,8 @@ public:
|
||||
bool exactMatch (const std::string&, const std::string&) const;
|
||||
bool canonicalize (std::string&, const std::string&, const std::string&) const;
|
||||
|
||||
void collect (std::vector <Tree*>&, bool, Tree* tree = NULL);
|
||||
|
||||
void findBinary ();
|
||||
void resolveAliases ();
|
||||
void findOverrides ();
|
||||
|
||||
Reference in New Issue
Block a user