--- trunk/src/mdParser/MDLexer.hpp 2005/12/02 15:38:03 770 +++ trunk/src/mdParser/MDLexer.hpp 2014/04/05 20:56:01 1979 @@ -2,7 +2,7 @@ #define INC_MDLexer_hpp_ #include -/* $ANTLR 2.7.5 (20050406): "MDParser.g" -> "MDLexer.hpp"$ */ +/* $ANTLR 2.7.7 (20140107): "MDParser.g" -> "MDLexer.hpp"$ */ #include #include #include @@ -18,7 +18,7 @@ class CUSTOM_API MDLexer : public ANTLR_USE_NAMESPACE( #line 19 "MDLexer.hpp" class CUSTOM_API MDLexer : public ANTLR_USE_NAMESPACE(antlr)CharScanner, public MDTokenTypes { -#line 173 "MDParser.g" +#line 217 "MDParser.g" @@ -64,8 +64,6 @@ class CUSTOM_API MDLexer : public ANTLR_USE_NAMESPACE( public: void mRBRACKET(bool _createToken); public: void mLCURLY(bool _createToken); public: void mRCURLY(bool _createToken); - public: void mPLUS(bool _createToken); - public: void mMINUS(bool _createToken); public: void mWhitespace(bool _createToken); public: void mComment(bool _createToken); protected: void mEndOfLine(bool _createToken); @@ -78,13 +76,12 @@ class CUSTOM_API MDLexer : public ANTLR_USE_NAMESPACE( public: void mCharLiteral(bool _createToken); protected: void mEscape(bool _createToken); protected: void mDigit(bool _createToken); - protected: void mLongSuffix(bool _createToken); - protected: void mUnsignedSuffix(bool _createToken); - protected: void mFloatSuffix(bool _createToken); - protected: void mExponent(bool _createToken); protected: void mVocabulary(bool _createToken); - public: void mNumber(bool _createToken); public: void mID(bool _createToken); + protected: void mHEX_DIGIT(bool _createToken); + public: void mNUM_INT(bool _createToken); + protected: void mEXPONENT(bool _createToken); + protected: void mFLOAT_SUFFIX(bool _createToken); private: static const unsigned long _tokenSet_0_data_[]; @@ -103,6 +100,12 @@ class CUSTOM_API MDLexer : public ANTLR_USE_NAMESPACE( static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_6; static const unsigned long _tokenSet_7_data_[]; static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_7; + static const unsigned long _tokenSet_8_data_[]; + static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_8; + static const unsigned long _tokenSet_9_data_[]; + static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_9; + static const unsigned long _tokenSet_10_data_[]; + static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_10; }; #endif /*INC_MDLexer_hpp_*/