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

Comparing trunk/src/mdParser/MDParser.hpp (file contents):
Revision 814 by tim, Fri Dec 16 02:57:00 2005 UTC vs.
Revision 1277 by gezelter, Mon Jul 14 12:35:58 2008 UTC

# Line 2 | Line 2
2   #define INC_MDParser_hpp_
3  
4   #include <antlr/config.hpp>
5 < /* $ANTLR 2.7.5 (20050406): "MDParser.g" -> "MDParser.hpp"$ */
5 > /* $ANTLR 2.7.7 (20080702): "MDParser.g" -> "MDParser.hpp"$ */
6   #include <antlr/TokenStream.hpp>
7   #include <antlr/TokenBuffer.hpp>
8   #include "MDTokenTypes.hpp"
# Line 58 | Line 58 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE
58          public: void bondblock();
59          public: void bendblock();
60          public: void torsionblock();
61 +        public: void inversionblock();
62          public: void rigidbodyblock();
63          public: void cutoffgroupblock();
64          public: void fragmentblock();
# Line 67 | Line 68 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE
68          public: void inttuple();
69          public: void bendstatement();
70          public: void torsionstatement();
71 +        public: void inversionstatement();
72          public: void rigidbodystatement();
73          public: void cutoffgroupstatement();
74          public: void fragmentstatement();
# Line 82 | Line 84 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE
84   private:
85          static const char* tokenNames[];
86   #ifndef NO_STATIC_CONSTS
87 <        static const int NUM_TOKENS = 51;
87 >        static const int NUM_TOKENS = 53;
88   #else
89          enum {
90 <                NUM_TOKENS = 51
90 >                NUM_TOKENS = 53
91          };
92   #endif
93          
# Line 119 | Line 121 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE
121          static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_13;
122          static const unsigned long _tokenSet_14_data_[];
123          static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_14;
124 +        static const unsigned long _tokenSet_15_data_[];
125 +        static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_15;
126   };
127  
128   #endif /*INC_MDParser_hpp_*/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines