- Converted ::findAttributeModifier to use the recursive scanner.
This commit is contained in:
Paul Beckingham 2014-08-17 00:49:20 -04:00
parent 24c2c0cbee
commit 3a8d42dae7
2 changed files with 150 additions and 159 deletions

View file

@ -74,7 +74,7 @@ private:
void findSubstitution ();
void findTag ();
void findAttribute ();
void findAttributeModifier ();
void findAttributeModifier (Tree*);
void findOperator ();
void findFilter ();
void findModifications ();