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 1782 by gezelter, Wed Aug 22 02:28:28 2012 UTC vs.
Revision 1979 by gezelter, Sat Apr 5 20:56:01 2014 UTC

# Line 2 | Line 2
2   #define INC_MDParser_hpp_
3  
4   #include <antlr/config.hpp>
5 < /* $ANTLR 2.7.7 (20120725): "MDParser.g" -> "MDParser.hpp"$ */
5 > /* $ANTLR 2.7.7 (20140107): "MDParser.g" -> "MDParser.hpp"$ */
6   #include <antlr/TokenStream.hpp>
7   #include <antlr/TokenBuffer.hpp>
8   #include "MDTokenTypes.hpp"
# Line 67 | Line 67 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE
67          public: void rigidbodyblock();
68          public: void cutoffgroupblock();
69          public: void fragmentblock();
70 +        public: void constraintblock();
71          public: void atomstatement();
72          public: void doubleNumberTuple();
73          public: void bondstatement();
# Line 77 | Line 78 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE
78          public: void rigidbodystatement();
79          public: void cutoffgroupstatement();
80          public: void fragmentstatement();
81 +        public: void constraintstatement();
82          protected: void doubleNumber();
83   public:
84          ANTLR_USE_NAMESPACE(antlr)RefAST getAST()
# Line 89 | Line 91 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE
91   private:
92          static const char* tokenNames[];
93   #ifndef NO_STATIC_CONSTS
94 <        static const int NUM_TOKENS = 57;
94 >        static const int NUM_TOKENS = 60;
95   #else
96          enum {
97 <                NUM_TOKENS = 57
97 >                NUM_TOKENS = 60
98          };
99   #endif
100          
# Line 128 | Line 130 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE
130          static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_14;
131          static const unsigned long _tokenSet_15_data_[];
132          static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_15;
133 +        static const unsigned long _tokenSet_16_data_[];
134 +        static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_16;
135   };
136  
137   #endif /*INC_MDParser_hpp_*/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines