- Modified ::findAttribute to use collect.
This commit is contained in:
Paul Beckingham 2014-08-17 12:28:40 -04:00
parent ed07e47135
commit 56ab8e7920
2 changed files with 72 additions and 60 deletions

View file

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