CMtuAdaptiveConfigLexer.hpp

Go to the documentation of this file.
00001 #ifndef INC_CMtuAdaptiveConfigLexer_hpp_
00002 #define INC_CMtuAdaptiveConfigLexer_hpp_
00003 
00004 #include <antlr/config.hpp>
00005 /* $ANTLR 2.7.6 (20070220): "CMtuAdaptiveConfig.g" -> "CMtuAdaptiveConfigLexer.hpp"$ */
00006 #include <antlr/CommonToken.hpp>
00007 #include <antlr/InputBuffer.hpp>
00008 #include <antlr/BitSet.hpp>
00009 #include "CMtuAdaptiveConfigParserTokenTypes.hpp"
00010 #include <antlr/CharScanner.hpp>
00011 #line 1 "CMtuAdaptiveConfig.g"
00012 
00013         #include <string>
00014         #include <vector>
00015         #include <iostream>
00016 
00017 #line 18 "CMtuAdaptiveConfigLexer.hpp"
00018 class CUSTOM_API CMtuAdaptiveConfigLexer : public antlr::CharScanner, public CMtuAdaptiveConfigParserTokenTypes
00019 {
00020 #line 1 "CMtuAdaptiveConfig.g"
00021 #line 22 "CMtuAdaptiveConfigLexer.hpp"
00022 private:
00023         void initLiterals();
00024 public:
00025         bool getCaseSensitiveLiterals() const
00026         {
00027                 return true;
00028         }
00029 public:
00030         CMtuAdaptiveConfigLexer(std::istream& in);
00031         CMtuAdaptiveConfigLexer(antlr::InputBuffer& ib);
00032         CMtuAdaptiveConfigLexer(const antlr::LexerSharedInputState& state);
00033         antlr::RefToken nextToken();
00034         public: void mEQUAL(bool _createToken);
00035         public: void mTRUE(bool _createToken);
00036         public: void mFALSE(bool _createToken);
00037         public: void mWS(bool _createToken);
00038         protected: void mNEWLINE(bool _createToken);
00039         public: void mSTRING(bool _createToken);
00040         protected: void mCHAR(bool _createToken);
00041         protected: void mDIGIT(bool _createToken);
00042         protected: void mOTHER(bool _createToken);
00043         public: void mNUMBER(bool _createToken);
00044         protected: void mREAL(bool _createToken);
00045         protected: void mINT(bool _createToken);
00046         public: void mCOMMENT(bool _createToken);
00047         public: void mMUT(bool _createToken);
00048         public: void mDELTAT(bool _createToken);
00049         public: void mLAMBDAT(bool _createToken);
00050         public: void mFILTERLENGTHT(bool _createToken);
00051         public: void mSHIFTT(bool _createToken);
00052         public: void mSECFACTORT(bool _createToken);
00053         public: void mALPHAT(bool _createToken);
00054         public: void mHIDDENLAYERST(bool _createToken);
00055 private:
00056         
00057         static const unsigned long _tokenSet_0_data_[];
00058         static const antlr::BitSet _tokenSet_0;
00059         static const unsigned long _tokenSet_1_data_[];
00060         static const antlr::BitSet _tokenSet_1;
00061 };
00062 
00063 #endif /*INC_CMtuAdaptiveConfigLexer_hpp_*/

Generated on Thu Nov 22 13:58:25 2007 for GPLIB++ by  doxygen 1.5.1