Parser
- Stubbed ::resolveAliases.
This commit is contained in:
@@ -163,10 +163,12 @@ Tree* Parser::parse ()
|
||||
{
|
||||
findBinary ();
|
||||
findTerminator ();
|
||||
resolveAliases ();
|
||||
|
||||
findOverrides ();
|
||||
applyOverrides ();
|
||||
|
||||
|
||||
findSubstitution ();
|
||||
findPattern ();
|
||||
findTag ();
|
||||
@@ -315,6 +317,11 @@ void Parser::findTerminator ()
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void Parser::resolveAliases ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Walk the top-level tree branches, looking for the first raw value that
|
||||
// autoCompletes to a valid command/report.
|
||||
|
||||
@@ -68,6 +68,7 @@ public:
|
||||
|
||||
private:
|
||||
void findTerminator ();
|
||||
void resolveAliases ();
|
||||
void findPattern ();
|
||||
void findSubstitution ();
|
||||
void findTag ();
|
||||
|
||||
Reference in New Issue
Block a user