--- trunk/src/mdParser/MDParser.hpp 2008/07/14 12:35:58 1277 +++ trunk/src/mdParser/MDParser.hpp 2013/07/16 17:16:45 1902 @@ -2,7 +2,7 @@ #define INC_MDParser_hpp_ #include -/* $ANTLR 2.7.7 (20080702): "MDParser.g" -> "MDParser.hpp"$ */ +/* $ANTLR 2.7.7 (20121118): "MDParser.g" -> "MDParser.hpp"$ */ #include #include #include "MDTokenTypes.hpp" @@ -50,9 +50,14 @@ class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE public: void componentblock(); public: void moleculeblock(); public: void zconstraintblock(); + public: void restraintblock(); + public: void flucqblock(); + public: void rnemdblock(); + public: void minimizerblock(); public: void constant(); protected: void intConst(); protected: void floatConst(); + protected: void vectorConst(); public: void moleculestatement(); public: void atomblock(); public: void bondblock(); @@ -84,10 +89,10 @@ class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE private: static const char* tokenNames[]; #ifndef NO_STATIC_CONSTS - static const int NUM_TOKENS = 53; + static const int NUM_TOKENS = 58; #else enum { - NUM_TOKENS = 53 + NUM_TOKENS = 58 }; #endif @@ -123,6 +128,8 @@ class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_14; static const unsigned long _tokenSet_15_data_[]; static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_15; + static const unsigned long _tokenSet_16_data_[]; + static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_16; }; #endif /*INC_MDParser_hpp_*/