--- trunk/src/mdParser/MDParser.hpp 2011/05/11 16:32:48 1558 +++ 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 (20101020): "MDParser.g" -> "MDParser.hpp"$ */ +/* $ANTLR 2.7.7 (20121118): "MDParser.g" -> "MDParser.hpp"$ */ #include #include #include "MDTokenTypes.hpp" @@ -51,9 +51,13 @@ 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(); + protected: void vectorConst(); public: void moleculestatement(); public: void atomblock(); public: void bondblock(); @@ -85,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 = 54; + static const int NUM_TOKENS = 58; #else enum { - NUM_TOKENS = 54 + NUM_TOKENS = 58 }; #endif @@ -124,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_*/