| 2 |
|
#define INC_MDParser_hpp_ |
| 3 |
|
|
| 4 |
|
#include <antlr/config.hpp> |
| 5 |
< |
/* $ANTLR 2.7.7 (20080702): "MDParser.g" -> "MDParser.hpp"$ */ |
| 5 |
> |
/* $ANTLR 2.7.7 (20141024): "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 intConst(); |
| 59 |
|
protected: void floatConst(); |
| 60 |
+ |
protected: void vectorConst(); |
| 61 |
|
public: void moleculestatement(); |
| 62 |
|
public: void atomblock(); |
| 63 |
|
public: void bondblock(); |
| 67 |
|
public: void rigidbodyblock(); |
| 68 |
|
public: void cutoffgroupblock(); |
| 69 |
|
public: void fragmentblock(); |
| 70 |
+ |
public: void constraintblock(); |
| 71 |
|
public: void atomstatement(); |
| 72 |
|
public: void doubleNumberTuple(); |
| 73 |
|
public: void bondstatement(); |
| 78 |
|
public: void rigidbodystatement(); |
| 79 |
|
public: void cutoffgroupstatement(); |
| 80 |
|
public: void fragmentstatement(); |
| 81 |
+ |
public: void constraintstatement(); |
| 82 |
|
protected: void doubleNumber(); |
| 83 |
|
public: |
| 84 |
|
ANTLR_USE_NAMESPACE(antlr)RefAST getAST() |
| 91 |
|
private: |
| 92 |
|
static const char* tokenNames[]; |
| 93 |
|
#ifndef NO_STATIC_CONSTS |
| 94 |
< |
static const int NUM_TOKENS = 53; |
| 94 |
> |
static const int NUM_TOKENS = 78; |
| 95 |
|
#else |
| 96 |
|
enum { |
| 97 |
< |
NUM_TOKENS = 53 |
| 97 |
> |
NUM_TOKENS = 78 |
| 98 |
|
}; |
| 99 |
|
#endif |
| 100 |
|
|
| 130 |
|
static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_14; |
| 131 |
|
static const unsigned long _tokenSet_15_data_[]; |
| 132 |
|
static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_15; |
| 133 |
+ |
static const unsigned long _tokenSet_16_data_[]; |
| 134 |
+ |
static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_16; |
| 135 |
+ |
static const unsigned long _tokenSet_17_data_[]; |
| 136 |
+ |
static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_17; |
| 137 |
+ |
static const unsigned long _tokenSet_18_data_[]; |
| 138 |
+ |
static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_18; |
| 139 |
+ |
static const unsigned long _tokenSet_19_data_[]; |
| 140 |
+ |
static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_19; |
| 141 |
+ |
static const unsigned long _tokenSet_20_data_[]; |
| 142 |
+ |
static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_20; |
| 143 |
+ |
static const unsigned long _tokenSet_21_data_[]; |
| 144 |
+ |
static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_21; |
| 145 |
+ |
static const unsigned long _tokenSet_22_data_[]; |
| 146 |
+ |
static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_22; |
| 147 |
|
}; |
| 148 |
|
|
| 149 |
|
#endif /*INC_MDParser_hpp_*/ |