#include <TransitionLexer.hxx>
Public Member Functions | |
| KeyWord (const char *_nm, LangFlags _whichLang, int _tokValue) | |
Data Fields | |
| const char * | nm |
| LangFlags | whichLang |
| Which language variants accept this keyword. | |
| int | tokValue |
Public so that it can be accessed from the comparison function within TransitionLexer.cxx.
Definition at line 286 of file TransitionLexer.hxx.
| TransitionLexer::KeyWord::KeyWord | ( | const char * | _nm, | |
| LangFlags | _whichLang, | |||
| int | _tokValue | |||
| ) |
| const char* TransitionLexer::KeyWord::nm |
Which language variants accept this keyword.
Definition at line 291 of file TransitionLexer.hxx.
Referenced by KeyWord().
1.4.7