2 |
|
#define INC_MDParser_hpp_ |
3 |
|
|
4 |
|
#include <antlr/config.hpp> |
5 |
< |
/* $ANTLR 2.7.7 (20110725): "MDParser.g" -> "MDParser.hpp"$ */ |
5 |
> |
/* $ANTLR 2.7.7 (20120725): "MDParser.g" -> "MDParser.hpp"$ */ |
6 |
|
#include <antlr/TokenStream.hpp> |
7 |
|
#include <antlr/TokenBuffer.hpp> |
8 |
|
#include "MDTokenTypes.hpp" |
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(); |
89 |
|
private: |
90 |
|
static const char* tokenNames[]; |
91 |
|
#ifndef NO_STATIC_CONSTS |
92 |
< |
static const int NUM_TOKENS = 56; |
92 |
> |
static const int NUM_TOKENS = 57; |
93 |
|
#else |
94 |
|
enum { |
95 |
< |
NUM_TOKENS = 56 |
95 |
> |
NUM_TOKENS = 57 |
96 |
|
}; |
97 |
|
#endif |
98 |
|
|