ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/mdParser/MDLexer.hpp
(Generate patch)

Comparing:
trunk/src/mdParser/MDLexer.hpp (file contents), Revision 770 by tim, Fri Dec 2 15:38:03 2005 UTC vs.
branches/development/src/mdParser/MDLexer.hpp (file contents), Revision 1776 by gezelter, Thu Aug 9 15:52:59 2012 UTC

# Line 2 | Line 2
2   #define INC_MDLexer_hpp_
3  
4   #include <antlr/config.hpp>
5 < /* $ANTLR 2.7.5 (20050406): "MDParser.g" -> "MDLexer.hpp"$ */
5 > /* $ANTLR 2.7.7 (20120725): "MDParser.g" -> "MDLexer.hpp"$ */
6   #include <antlr/CommonToken.hpp>
7   #include <antlr/InputBuffer.hpp>
8   #include <antlr/BitSet.hpp>
# Line 18 | Line 18 | class CUSTOM_API MDLexer : public ANTLR_USE_NAMESPACE(
18   #line 19 "MDLexer.hpp"
19   class CUSTOM_API MDLexer : public ANTLR_USE_NAMESPACE(antlr)CharScanner, public MDTokenTypes
20   {
21 < #line 173 "MDParser.g"
21 > #line 206 "MDParser.g"
22  
23  
24  
# Line 64 | Line 64 | class CUSTOM_API MDLexer : public ANTLR_USE_NAMESPACE(
64          public: void mRBRACKET(bool _createToken);
65          public: void mLCURLY(bool _createToken);
66          public: void mRCURLY(bool _createToken);
67        public: void mPLUS(bool _createToken);
68        public: void mMINUS(bool _createToken);
67          public: void mWhitespace(bool _createToken);
68          public: void mComment(bool _createToken);
69          protected: void mEndOfLine(bool _createToken);
# Line 78 | Line 76 | class CUSTOM_API MDLexer : public ANTLR_USE_NAMESPACE(
76          public: void mCharLiteral(bool _createToken);
77          protected: void mEscape(bool _createToken);
78          protected: void mDigit(bool _createToken);
81        protected: void mLongSuffix(bool _createToken);
82        protected: void mUnsignedSuffix(bool _createToken);
83        protected: void mFloatSuffix(bool _createToken);
84        protected: void mExponent(bool _createToken);
79          protected: void mVocabulary(bool _createToken);
86        public: void mNumber(bool _createToken);
80          public: void mID(bool _createToken);
81 +        protected: void mHEX_DIGIT(bool _createToken);
82 +        public: void mNUM_INT(bool _createToken);
83 +        protected: void mEXPONENT(bool _createToken);
84 +        protected: void mFLOAT_SUFFIX(bool _createToken);
85   private:
86          
87          static const unsigned long _tokenSet_0_data_[];
# Line 103 | Line 100 | class CUSTOM_API MDLexer : public ANTLR_USE_NAMESPACE(
100          static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_6;
101          static const unsigned long _tokenSet_7_data_[];
102          static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_7;
103 +        static const unsigned long _tokenSet_8_data_[];
104 +        static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_8;
105 +        static const unsigned long _tokenSet_9_data_[];
106 +        static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_9;
107 +        static const unsigned long _tokenSet_10_data_[];
108 +        static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_10;
109   };
110  
111   #endif /*INC_MDLexer_hpp_*/

Comparing:
trunk/src/mdParser/MDLexer.hpp (property svn:keywords), Revision 770 by tim, Fri Dec 2 15:38:03 2005 UTC vs.
branches/development/src/mdParser/MDLexer.hpp (property svn:keywords), Revision 1776 by gezelter, Thu Aug 9 15:52:59 2012 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines