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.
Revision 814 by tim, Fri Dec 16 02:57:00 2005 UTC

# 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 171 "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   };
106  
107   #endif /*INC_MDLexer_hpp_*/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines