TransitionLexer::KeyWord Struct Reference

Structure type for keyword table. More...

#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


Detailed Description

Structure type for keyword table.

Public so that it can be accessed from the comparison function within TransitionLexer.cxx.

Definition at line 286 of file TransitionLexer.hxx.


Constructor & Destructor Documentation

TransitionLexer::KeyWord::KeyWord ( const char *  _nm,
LangFlags  _whichLang,
int  _tokValue 
)

Definition at line 159 of file TransitionLexer.cxx.

References nm, tokValue, and whichLang.


Field Documentation

const char* TransitionLexer::KeyWord::nm

Definition at line 287 of file TransitionLexer.hxx.

Referenced by KeyWord().

int TransitionLexer::KeyWord::tokValue

Definition at line 292 of file TransitionLexer.hxx.

Referenced by KeyWord().

LangFlags TransitionLexer::KeyWord::whichLang

Which language variants accept this keyword.

Definition at line 291 of file TransitionLexer.hxx.

Referenced by KeyWord().


The documentation for this struct was generated from the following files:
Generated on Fri Feb 10 07:59:21 2012 for BitC Compiler by  doxygen 1.4.7