CLI, Filter

- Moved parse tree dump into Context::debug output.
This commit is contained in:
Paul Beckingham 2014-10-20 01:01:27 -04:00
parent 24219e23a1
commit b484abea4a
3 changed files with 32 additions and 26 deletions

View file

@ -72,6 +72,7 @@ public:
const std::string getFilter ();
const std::vector <std::string> getWords ();
const std::vector <std::string> getModifications ();
const std::string dump () const;
private:
void aliasExpansion ();
@ -85,7 +86,6 @@ private:
void desugarPatterns ();
void desugarIDs ();
void desugarUUIDs ();
void dump (const std::string&) const;
public:
std::multimap <std::string, std::string> _entities;