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 813 by tim, Wed Dec 14 18:02:28 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 170 "MDParser.g"
21 > #line 171 "MDParser.g"
22  
23  
24  
# Line 76 | 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);
79        protected: void mLongSuffix(bool _createToken);
80        protected: void mUnsignedSuffix(bool _createToken);
81        protected: void mFloatSuffix(bool _createToken);
82        protected: void mExponent(bool _createToken);
79          protected: void mVocabulary(bool _createToken);
84        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 101 | 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