- Stubbed ::patchInfix to insert missing and implied logical operators.
This commit is contained in:
Paul Beckingham
2014-04-26 14:47:53 -07:00
parent c1d02a7730
commit 2770f0388c
2 changed files with 47 additions and 9 deletions

View File

@@ -57,7 +57,7 @@ public:
void injectDefaults ();
Tree* captureFirst (const std::string&);
const std::string getFilterExpression () const;
const std::string getFilterExpression ();
const std::vector <std::string> getWords () const;
// TODO Extract modifications
@@ -71,6 +71,7 @@ private:
void findOperator ();
void findFilter ();
void findModifications ();
void patchInfix ();
void validate ();
private: