- Converted ::findTerminator to use collect.
This commit is contained in:
Paul Beckingham
2014-08-17 11:56:34 -04:00
parent b84736a05f
commit d1e38a7843
2 changed files with 34 additions and 19 deletions

View File

@@ -71,7 +71,7 @@ public:
private:
void scan (void (Parser::*callback)(Tree*), Tree* tree = NULL);
void findTerminator (Tree*);
void findTerminator ();
void findPattern (Tree*);
void findSubstitution (Tree*);
void findTag (Tree*);