#ifndef __DefaultLex_YOOLEX_HH__ #define __DefaultLex_YOOLEX_HH__ #include class DefaultLex : public yoogroup::YooLex { private: int _lineNumber; ///////////////////////////////////////////////////////// // // YooLex generated functions. // ///////////////////////////////////////////////////////// protected: // // the main switch function. // YYSType yyLexCase (int yySwitch); public: // // constructor // DefaultLex () : _lineNumber (0) { yySetBlockMode (true); } // // string matching function. // YYSType yyLex (); }; #endif // __DefaultLex_YOOLEX_HH__