| 3 |
|
|
| 4 |
|
#include <antlr/config.hpp> |
| 5 |
|
#include "MDTreeParserTokenTypes.hpp" |
| 6 |
< |
/* $ANTLR 2.7.7 (20120725): "MDTreeParser.g" -> "MDTreeParser.hpp"$ */ |
| 6 |
> |
/* $ANTLR 2.7.7 (20121118): "MDTreeParser.g" -> "MDTreeParser.hpp"$ */ |
| 7 |
|
#include <antlr/TreeParser.hpp> |
| 8 |
|
|
| 9 |
|
#line 2 "MDTreeParser.g" |
| 94 |
|
private: |
| 95 |
|
static const char* tokenNames[]; |
| 96 |
|
#ifndef NO_STATIC_CONSTS |
| 97 |
< |
static const int NUM_TOKENS = 57; |
| 97 |
> |
static const int NUM_TOKENS = 58; |
| 98 |
|
#else |
| 99 |
|
enum { |
| 100 |
< |
NUM_TOKENS = 57 |
| 100 |
> |
NUM_TOKENS = 58 |
| 101 |
|
}; |
| 102 |
|
#endif |
| 103 |
|
|