2 |
|
#define INC_MDParser_hpp_ |
3 |
|
|
4 |
|
#include <antlr/config.hpp> |
5 |
< |
/* $ANTLR 2.7.7 (20121118): "MDParser.g" -> "MDParser.hpp"$ */ |
5 |
> |
/* $ANTLR 2.7.7 (20140107): "MDParser.g" -> "MDParser.hpp"$ */ |
6 |
|
#include <antlr/TokenStream.hpp> |
7 |
|
#include <antlr/TokenBuffer.hpp> |
8 |
|
#include "MDTokenTypes.hpp" |
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 = 58; |
94 |
> |
static const int NUM_TOKENS = 60; |
95 |
|
#else |
96 |
|
enum { |
97 |
< |
NUM_TOKENS = 58 |
97 |
> |
NUM_TOKENS = 60 |
98 |
|
}; |
99 |
|
#endif |
100 |
|
|