#include <PreprocScanner.h>
Inheritance diagram for PreprocScanner:
Public Member Functions | |
PreprocScanner (const char *rulefilename, const char *abbfilename, const char *infilename) | |
~PreprocScanner () | |
bool | scan () |
Token | getToken () |
Protected Member Functions | |
void | checkRulesDefinition (char *xinput, int g) |
void | checkAbbrevDefinition (char *xinput, int g) |
Protected Attributes | |
PPFunctionlist | fl |
PPRulelist * | rl |
PPAbbreviationlist * | al |
PPInput | input |
FILE * | outfile |
queue< Token > | tokenQueue |
|
|
|
|
|
|
|
|
|
|
|
|