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 1902 by gezelter, Tue Jul 16 17:16:45 2013 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 (20121118): "MDParser.g" -> "MDParser.hpp"$ */
6   #include <antlr/TokenStream.hpp>
7   #include <antlr/TokenBuffer.hpp>
8   #include "MDTokenTypes.hpp"
# Line 50 | Line 50 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE
50          public: void componentblock();
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();
64          public: void bendblock();
65          public: void torsionblock();
66 +        public: void inversionblock();
67          public: void rigidbodyblock();
68          public: void cutoffgroupblock();
69          public: void fragmentblock();
# Line 67 | Line 73 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE
73          public: void inttuple();
74          public: void bendstatement();
75          public: void torsionstatement();
76 +        public: void inversionstatement();
77          public: void rigidbodystatement();
78          public: void cutoffgroupstatement();
79          public: void fragmentstatement();
# Line 82 | 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 = 51;
92 >        static const int NUM_TOKENS = 58;
93   #else
94          enum {
95 <                NUM_TOKENS = 51
95 >                NUM_TOKENS = 58
96          };
97   #endif
98          
# Line 119 | Line 126 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE
126          static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_13;
127          static const unsigned long _tokenSet_14_data_[];
128          static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_14;
129 +        static const unsigned long _tokenSet_15_data_[];
130 +        static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_15;
131 +        static const unsigned long _tokenSet_16_data_[];
132 +        static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_16;
133   };
134  
135   #endif /*INC_MDParser_hpp_*/

Comparing trunk/src/mdParser/MDParser.hpp (property svn:keywords):
Revision 814 by tim, Fri Dec 16 02:57:00 2005 UTC vs.
Revision 1902 by gezelter, Tue Jul 16 17:16:45 2013 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines