3 |
|
|
4 |
|
#include <antlr/config.hpp> |
5 |
|
#include "MDTreeParserTokenTypes.hpp" |
6 |
< |
/* $ANTLR 2.7.5 (20050406): "MDTreeParser.g" -> "MDTreeParser.hpp"$ */ |
6 |
> |
/* $ANTLR 2.7.4: "MDTreeParser.g" -> "MDTreeParser.hpp"$ */ |
7 |
|
#include <antlr/TreeParser.hpp> |
8 |
|
|
9 |
|
#line 2 "MDTreeParser.g" |
63 |
|
public: void bondblock(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
64 |
|
public: void bendblock(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
65 |
|
public: void torsionblock(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
66 |
+ |
public: void inversionblock(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
67 |
|
public: void rigidbodyblock(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
68 |
|
public: void cutoffgroupblock(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
69 |
|
public: void fragmentblock(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
73 |
|
public: vector<int> inttuple(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
74 |
|
public: void bendstatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
75 |
|
public: void torsionstatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
76 |
+ |
public: void inversionstatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
77 |
|
public: void rigidbodystatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
78 |
|
public: void cutoffgroupstatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
79 |
|
public: void fragmentstatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
90 |
|
private: |
91 |
|
static const char* tokenNames[]; |
92 |
|
#ifndef NO_STATIC_CONSTS |
93 |
< |
static const int NUM_TOKENS = 51; |
93 |
> |
static const int NUM_TOKENS = 53; |
94 |
|
#else |
95 |
|
enum { |
96 |
< |
NUM_TOKENS = 51 |
96 |
> |
NUM_TOKENS = 53 |
97 |
|
}; |
98 |
|
#endif |
99 |
|
|