--- branches/development/src/mdParser/MDParser.hpp 2010/07/09 23:08:25 1465 +++ branches/development/src/mdParser/MDParser.hpp 2012/05/31 12:25:30 1731 @@ -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,8 @@ 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 constant(); protected: void intConst(); protected: void floatConst(); @@ -85,10 +87,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 = 56; #else enum { - NUM_TOKENS = 54 + NUM_TOKENS = 56 }; #endif