| 3 |  |  | 
| 4 |  | #include <antlr/config.hpp> | 
| 5 |  | #include "MDTreeParserTokenTypes.hpp" | 
| 6 | < | /* $ANTLR 2.7.7 (20121118): "MDTreeParser.g" -> "MDTreeParser.hpp"$ */ | 
| 6 | > | /* $ANTLR 2.7.7 (20140107): "MDTreeParser.g" -> "MDTreeParser.hpp"$ */ | 
| 7 |  | #include <antlr/TreeParser.hpp> | 
| 8 |  |  | 
| 9 |  | #line 2 "MDTreeParser.g" | 
| 72 |  | public: void rigidbodyblock(ANTLR_USE_NAMESPACE(antlr)RefAST _t); | 
| 73 |  | public: void cutoffgroupblock(ANTLR_USE_NAMESPACE(antlr)RefAST _t); | 
| 74 |  | public: void fragmentblock(ANTLR_USE_NAMESPACE(antlr)RefAST _t); | 
| 75 | + | public: void constraintblock(ANTLR_USE_NAMESPACE(antlr)RefAST _t); | 
| 76 |  | public: void atomstatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); | 
| 77 |  | public: vector<RealType>  doubleNumberTuple(ANTLR_USE_NAMESPACE(antlr)RefAST _t); | 
| 78 |  | public: void bondstatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); | 
| 83 |  | public: void rigidbodystatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); | 
| 84 |  | public: void cutoffgroupstatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); | 
| 85 |  | public: void fragmentstatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); | 
| 86 | + | public: void constraintstatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); | 
| 87 |  | public: | 
| 88 |  | ANTLR_USE_NAMESPACE(antlr)RefAST getAST() | 
| 89 |  | { | 
| 96 |  | private: | 
| 97 |  | static const char* tokenNames[]; | 
| 98 |  | #ifndef NO_STATIC_CONSTS | 
| 99 | < | static const int NUM_TOKENS = 58; | 
| 99 | > | static const int NUM_TOKENS = 60; | 
| 100 |  | #else | 
| 101 |  | enum { | 
| 102 | < | NUM_TOKENS = 58 | 
| 102 | > | NUM_TOKENS = 60 | 
| 103 |  | }; | 
| 104 |  | #endif | 
| 105 |  |  |