| Puma Reference Manual | Puma: Puma::MatchCollector Class Reference |
#include <MatchCollector.h>

Public Member Functions | |
| MatchCollector (Unit &) | |
| MatchCollector (const char *) | |
| MatchCollector (Parser &, Unit &) | |
| MatchCollector (Parser &, const char *) | |
| virtual | ~MatchCollector () |
| void | defMacro (const char *, const char *) |
| void | collect (CProject &, CTranslationUnit &, CTree *=(CTree *) 0) |
| unsigned int | Matches () const |
| CMatch * | Match (unsigned int i) const |
| Puma::MatchCollector::MatchCollector | ( | Unit & | ) |
| Puma::MatchCollector::MatchCollector | ( | const char * | ) |
| Puma::MatchCollector::MatchCollector | ( | Parser & | , | |
| const char * | ||||
| ) |
| virtual Puma::MatchCollector::~MatchCollector | ( | ) | [virtual] |
| void Puma::MatchCollector::defMacro | ( | const char * | , | |
| const char * | ||||
| ) |
| void Puma::MatchCollector::collect | ( | CProject & | , | |
| CTranslationUnit & | , | |||
| CTree * | = (CTree *) 0 | |||
| ) |
| unsigned int Puma::MatchCollector::Matches | ( | ) | const [inline] |
| CMatch* Puma::MatchCollector::Match | ( | unsigned int | i | ) | const [inline] |