| 2 | 
  | 
#define INC_MDParser_hpp_ | 
| 3 | 
  | 
 | 
| 4 | 
  | 
#include <antlr/config.hpp> | 
| 5 | 
< | 
/* $ANTLR 2.7.5 (20050406): "MDParser.g" -> "MDParser.hpp"$ */ | 
| 5 | 
> | 
/* $ANTLR 2.7.7 (20121118): "MDParser.g" -> "MDParser.hpp"$ */ | 
| 6 | 
  | 
#include <antlr/TokenStream.hpp> | 
| 7 | 
  | 
#include <antlr/TokenBuffer.hpp> | 
| 8 | 
  | 
#include "MDTokenTypes.hpp" | 
| 50 | 
  | 
        public: void componentblock(); | 
| 51 | 
  | 
        public: void moleculeblock(); | 
| 52 | 
  | 
        public: void zconstraintblock(); | 
| 53 | 
+ | 
        public: void restraintblock(); | 
| 54 | 
+ | 
        public: void flucqblock(); | 
| 55 | 
+ | 
        public: void rnemdblock(); | 
| 56 | 
+ | 
        public: void minimizerblock(); | 
| 57 | 
  | 
        public: void constant(); | 
| 58 | 
< | 
        protected: void signedNumber(); | 
| 58 | 
> | 
        protected: void intConst(); | 
| 59 | 
> | 
        protected: void floatConst(); | 
| 60 | 
> | 
        protected: void vectorConst(); | 
| 61 | 
  | 
        public: void moleculestatement(); | 
| 62 | 
  | 
        public: void atomblock(); | 
| 63 | 
  | 
        public: void bondblock(); | 
| 64 | 
  | 
        public: void bendblock(); | 
| 65 | 
  | 
        public: void torsionblock(); | 
| 66 | 
+ | 
        public: void inversionblock(); | 
| 67 | 
  | 
        public: void rigidbodyblock(); | 
| 68 | 
  | 
        public: void cutoffgroupblock(); | 
| 69 | 
  | 
        public: void fragmentblock(); | 
| 63 | 
– | 
        protected: void intConst(); | 
| 70 | 
  | 
        public: void atomstatement(); | 
| 71 | 
< | 
        public: void signedNumberTuple(); | 
| 71 | 
> | 
        public: void doubleNumberTuple(); | 
| 72 | 
  | 
        public: void bondstatement(); | 
| 73 | 
  | 
        public: void inttuple(); | 
| 74 | 
  | 
        public: void bendstatement(); | 
| 75 | 
  | 
        public: void torsionstatement(); | 
| 76 | 
+ | 
        public: void inversionstatement(); | 
| 77 | 
  | 
        public: void rigidbodystatement(); | 
| 78 | 
  | 
        public: void cutoffgroupstatement(); | 
| 79 | 
  | 
        public: void fragmentstatement(); | 
| 80 | 
< | 
        protected: void floatConst(); | 
| 80 | 
> | 
        protected: void doubleNumber(); | 
| 81 | 
  | 
public: | 
| 82 | 
  | 
        ANTLR_USE_NAMESPACE(antlr)RefAST getAST() | 
| 83 | 
  | 
        { | 
| 89 | 
  | 
private: | 
| 90 | 
  | 
        static const char* tokenNames[]; | 
| 91 | 
  | 
#ifndef NO_STATIC_CONSTS | 
| 92 | 
< | 
        static const int NUM_TOKENS = 54; | 
| 92 | 
> | 
        static const int NUM_TOKENS = 58; | 
| 93 | 
  | 
#else | 
| 94 | 
  | 
        enum { | 
| 95 | 
< | 
                NUM_TOKENS = 54 | 
| 95 | 
> | 
                NUM_TOKENS = 58 | 
| 96 | 
  | 
        }; | 
| 97 | 
  | 
#endif | 
| 98 | 
  | 
         | 
| 124 | 
  | 
        static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_12; | 
| 125 | 
  | 
        static const unsigned long _tokenSet_13_data_[]; | 
| 126 | 
  | 
        static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_13; | 
| 127 | 
+ | 
        static const unsigned long _tokenSet_14_data_[]; | 
| 128 | 
+ | 
        static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_14; | 
| 129 | 
+ | 
        static const unsigned long _tokenSet_15_data_[]; | 
| 130 | 
+ | 
        static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_15; | 
| 131 | 
+ | 
        static const unsigned long _tokenSet_16_data_[]; | 
| 132 | 
+ | 
        static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_16; | 
| 133 | 
  | 
}; | 
| 134 | 
  | 
 | 
| 135 | 
  | 
#endif /*INC_MDParser_hpp_*/ |