--- trunk/src/mdParser/MDParser.hpp 2009/09/07 16:31:51 1360 +++ branches/development/src/mdParser/MDParser.hpp 2012/06/06 02:18:54 1746 @@ -2,7 +2,7 @@ #define INC_MDParser_hpp_ #include -/* $ANTLR 2.7.7 (20090623): "MDParser.g" -> "MDParser.hpp"$ */ +/* $ANTLR 2.7.7 (20110725): "MDParser.g" -> "MDParser.hpp"$ */ #include #include #include "MDTokenTypes.hpp" @@ -51,6 +51,9 @@ class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE 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(); @@ -85,10 +88,10 @@ class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE private: static const char* tokenNames[]; #ifndef NO_STATIC_CONSTS - static const int NUM_TOKENS = 54; + static const int NUM_TOKENS = 57; #else enum { - NUM_TOKENS = 54 + NUM_TOKENS = 57 }; #endif