# | Line 53 | Line 53 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE | |
---|---|---|
53 | public: void restraintblock(); | |
54 | public: void flucqblock(); | |
55 | public: void rnemdblock(); | |
56 | + | public: void minimizerblock(); |
57 | public: void constant(); | |
58 | protected: void intConst(); | |
59 | protected: void floatConst(); | |
# | Line 87 | Line 88 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE | |
88 | private: | |
89 | static const char* tokenNames[]; | |
90 | #ifndef NO_STATIC_CONSTS | |
91 | < | static const int NUM_TOKENS = 56; |
91 | > | static const int NUM_TOKENS = 57; |
92 | #else | |
93 | enum { | |
94 | < | NUM_TOKENS = 56 |
94 | > | NUM_TOKENS = 57 |
95 | }; | |
96 | #endif | |
97 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |