- Implemented A3t::getWords, to replace A3::extract_words.
This commit is contained in:
Paul Beckingham
2014-04-24 12:17:28 -04:00
parent b01906cd62
commit 1d298c9068
2 changed files with 19 additions and 2 deletions

View File

@@ -57,8 +57,7 @@ public:
Tree* captureFirst (const std::string&);
const std::string getFilterExpression () const;
// TODO Extract words
const std::vector <std::string> getWords () const;
// TODO Extract modifications
private: