| 51 |  | public: void moleculeblock(); | 
| 52 |  | public: void zconstraintblock(); | 
| 53 |  | public: void constant(); | 
| 54 | < | protected: void signedNumber(); | 
| 54 | > | protected: void intConst(); | 
| 55 | > | protected: void floatConst(); | 
| 56 |  | public: void moleculestatement(); | 
| 57 |  | public: void atomblock(); | 
| 58 |  | public: void bondblock(); | 
| 61 |  | public: void rigidbodyblock(); | 
| 62 |  | public: void cutoffgroupblock(); | 
| 63 |  | public: void fragmentblock(); | 
| 63 | – | protected: void intConst(); | 
| 64 |  | public: void atomstatement(); | 
| 65 | < | public: void signedNumberTuple(); | 
| 65 | > | public: void doubleNumberTuple(); | 
| 66 |  | public: void bondstatement(); | 
| 67 |  | public: void inttuple(); | 
| 68 |  | public: void bendstatement(); | 
| 70 |  | public: void rigidbodystatement(); | 
| 71 |  | public: void cutoffgroupstatement(); | 
| 72 |  | public: void fragmentstatement(); | 
| 73 | < | protected: void floatConst(); | 
| 73 | > | protected: void doubleNumber(); | 
| 74 |  | public: | 
| 75 |  | ANTLR_USE_NAMESPACE(antlr)RefAST getAST() | 
| 76 |  | { | 
| 82 |  | private: | 
| 83 |  | static const char* tokenNames[]; | 
| 84 |  | #ifndef NO_STATIC_CONSTS | 
| 85 | < | static const int NUM_TOKENS = 54; | 
| 85 | > | static const int NUM_TOKENS = 51; | 
| 86 |  | #else | 
| 87 |  | enum { | 
| 88 | < | NUM_TOKENS = 54 | 
| 88 | > | NUM_TOKENS = 51 | 
| 89 |  | }; | 
| 90 |  | #endif | 
| 91 |  |  | 
| 117 |  | static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_12; | 
| 118 |  | static const unsigned long _tokenSet_13_data_[]; | 
| 119 |  | static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_13; | 
| 120 | + | static const unsigned long _tokenSet_14_data_[]; | 
| 121 | + | static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_14; | 
| 122 |  | }; | 
| 123 |  |  | 
| 124 |  | #endif /*INC_MDParser_hpp_*/ |