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

Comparing branches/development/src/mdParser/MDParser.hpp (file contents):
Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC vs.
Revision 1776 by gezelter, Thu Aug 9 15:52:59 2012 UTC

# Line 2 | Line 2
2   #define INC_MDParser_hpp_
3  
4   #include <antlr/config.hpp>
5 < /* $ANTLR 2.7.7 (20090623): "MDParser.g" -> "MDParser.hpp"$ */
5 > /* $ANTLR 2.7.7 (20120725): "MDParser.g" -> "MDParser.hpp"$ */
6   #include <antlr/TokenStream.hpp>
7   #include <antlr/TokenBuffer.hpp>
8   #include "MDTokenTypes.hpp"
# Line 51 | Line 51 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE
51          public: void moleculeblock();
52          public: void zconstraintblock();
53          public: void restraintblock();
54 +        public: void flucqblock();
55 +        public: void rnemdblock();
56 +        public: void minimizerblock();
57          public: void constant();
58          protected: void intConst();
59          protected: void floatConst();
60 +        protected: void vectorConst();
61          public: void moleculestatement();
62          public: void atomblock();
63          public: void bondblock();
# Line 85 | Line 89 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE
89   private:
90          static const char* tokenNames[];
91   #ifndef NO_STATIC_CONSTS
92 <        static const int NUM_TOKENS = 54;
92 >        static const int NUM_TOKENS = 57;
93   #else
94          enum {
95 <                NUM_TOKENS = 54
95 >                NUM_TOKENS = 57
96          };
97   #endif
98          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines