2 |
|
#define INC_MDParser_hpp_ |
3 |
|
|
4 |
|
#include <antlr/config.hpp> |
5 |
< |
/* $ANTLR 2.7.7 (20090623): "MDParser.g" -> "MDParser.hpp"$ */ |
5 |
> |
/* $ANTLR 2.7.7 (20110725): "MDParser.g" -> "MDParser.hpp"$ */ |
6 |
|
#include <antlr/TokenStream.hpp> |
7 |
|
#include <antlr/TokenBuffer.hpp> |
8 |
|
#include "MDTokenTypes.hpp" |
51 |
|
public: void moleculeblock(); |
52 |
|
public: void zconstraintblock(); |
53 |
|
public: void restraintblock(); |
54 |
+ |
public: void flucqblock(); |
55 |
+ |
public: void rnemdblock(); |
56 |
|
public: void constant(); |
57 |
|
protected: void intConst(); |
58 |
|
protected: void floatConst(); |
87 |
|
private: |
88 |
|
static const char* tokenNames[]; |
89 |
|
#ifndef NO_STATIC_CONSTS |
90 |
< |
static const int NUM_TOKENS = 54; |
90 |
> |
static const int NUM_TOKENS = 56; |
91 |
|
#else |
92 |
|
enum { |
93 |
< |
NUM_TOKENS = 54 |
93 |
> |
NUM_TOKENS = 56 |
94 |
|
}; |
95 |
|
#endif |
96 |
|
|