2 |
|
#define INC_MDParser_hpp_ |
3 |
|
|
4 |
|
#include <antlr/config.hpp> |
5 |
< |
/* $ANTLR 2.7.7 (20120725): "MDParser.g" -> "MDParser.hpp"$ */ |
5 |
> |
/* $ANTLR 2.7.7 (20121118): "MDParser.g" -> "MDParser.hpp"$ */ |
6 |
|
#include <antlr/TokenStream.hpp> |
7 |
|
#include <antlr/TokenBuffer.hpp> |
8 |
|
#include "MDTokenTypes.hpp" |
89 |
|
private: |
90 |
|
static const char* tokenNames[]; |
91 |
|
#ifndef NO_STATIC_CONSTS |
92 |
< |
static const int NUM_TOKENS = 57; |
92 |
> |
static const int NUM_TOKENS = 58; |
93 |
|
#else |
94 |
|
enum { |
95 |
< |
NUM_TOKENS = 57 |
95 |
> |
NUM_TOKENS = 58 |
96 |
|
}; |
97 |
|
#endif |
98 |
|
|
128 |
|
static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_14; |
129 |
|
static const unsigned long _tokenSet_15_data_[]; |
130 |
|
static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_15; |
131 |
+ |
static const unsigned long _tokenSet_16_data_[]; |
132 |
+ |
static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_16; |
133 |
|
}; |
134 |
|
|
135 |
|
#endif /*INC_MDParser_hpp_*/ |