CLI2: Implemented ::findOverrides relying on Lexer::Type

This commit is contained in:
Paul Beckingham 2015-06-13 16:51:14 -04:00
parent a433ca308a
commit 1d4a532ea2
2 changed files with 12 additions and 3 deletions

View file

@ -107,11 +107,13 @@ public:
*/
const std::string dump (const std::string& title = "CLI2 Parser") const;
/*
private:
/*
void addArg (const std::string&);
void aliasExpansion ();
*/
void findOverrides ();
/*
void categorize ();
bool exactMatch (const std::string&, const std::string&) const;
void desugarFilterTags ();