Class Hierarchy   Compound List   File List   Compound Members   File Members  

Scanner.cpp File Reference


Defines

#define END_OF_LINE
#define END_OF_FILE
#define IS_END_OF_LINE (c)
#define IS_END_OF_FILE (c)
#define IS_IGNORED (c)
#define IS_LETTER (c)
#define IS_NUMBER (c)
#define IS_IDENTIFIER (c)
#define IS_PLUS_SIGN (c)
#define IS_MINUS_SIGN (c)
#define IS_DECIMAL_POINT (c)
#define IS_EXPONENT (c)

Variables

const CharScannerTokenNames []


Define Documentation

#define END_OF_LINE

#define END_OF_FILE

#define IS_END_OF_LINE(c)

#define IS_END_OF_FILE(c)

#define IS_IGNORED(c)

#define IS_LETTER(c)

#define IS_NUMBER(c)

#define IS_IDENTIFIER(c)

#define IS_PLUS_SIGN(c)

#define IS_MINUS_SIGN(c)

#define IS_DECIMAL_POINT(c)

#define IS_EXPONENT(c)


Variable Documentation

const Char* ScannerTokenNames[]


Generated at Wed Nov 3 15:16:40 1999 for Architectural Walkthrough Project by doxygen  written by Dimitri van Heesch, © 1997-1999