40 #ifndef C_INITIALIZATION_LEXER_HPP 41 #define C_INITIALIZATION_LEXER_HPP 43 #define LN_CONCAT(name) CInitialization##name 45 #define LCLASS_SPECIALIZED 85 std::cout << msg <<
" at line number |" << lineno() <<
"|\t";
86 std::cout <<
"text is |" << YYText() <<
"|" << std::endl;
#define YYSTYPE
Header include.
void yyerror(const char *msg)
const int debug_level
The debug level.
macro used to instantiate LEX based lexers.
void LexerError(const char *msg)
Template definition of refcount.
~CInitializationFlexLexer()
Destructor.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...
CONSTREF_FORWARD_DECL(Parameter)
superclass include
CInitializationFlexLexer(const ParameterConstRef parameters, std::istream *argin, std::ostream *argout)
Constructor.