3 |
|
|
4 |
|
#include <antlr/config.hpp> |
5 |
|
#include "MDTreeParserTokenTypes.hpp" |
6 |
< |
/* $ANTLR 2.7.7 (20090623): "MDTreeParser.g" -> "MDTreeParser.hpp"$ */ |
6 |
> |
/* $ANTLR 2.7.7 (20110725): "MDTreeParser.g" -> "MDTreeParser.hpp"$ */ |
7 |
|
#include <antlr/TreeParser.hpp> |
8 |
|
|
9 |
|
#line 2 "MDTreeParser.g" |
54 |
|
public: void moleculeblock(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
55 |
|
public: void zconstraintblock(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
56 |
|
public: void restraintblock(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
57 |
+ |
public: void flucqblock(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
58 |
+ |
public: void rnemdblock(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
59 |
|
public: void constant(ANTLR_USE_NAMESPACE(antlr)RefAST _t, |
60 |
|
ANTLR_USE_NAMESPACE(antlr)RefAST id |
61 |
|
); |
93 |
|
private: |
94 |
|
static const char* tokenNames[]; |
95 |
|
#ifndef NO_STATIC_CONSTS |
96 |
< |
static const int NUM_TOKENS = 54; |
96 |
> |
static const int NUM_TOKENS = 56; |
97 |
|
#else |
98 |
|
enum { |
99 |
< |
NUM_TOKENS = 54 |
99 |
> |
NUM_TOKENS = 56 |
100 |
|
}; |
101 |
|
#endif |
102 |
|
|