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 minimizerblock(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
60 |
|
public: void constant(ANTLR_USE_NAMESPACE(antlr)RefAST _t, |
61 |
|
ANTLR_USE_NAMESPACE(antlr)RefAST id |
62 |
|
); |
94 |
|
private: |
95 |
|
static const char* tokenNames[]; |
96 |
|
#ifndef NO_STATIC_CONSTS |
97 |
< |
static const int NUM_TOKENS = 56; |
97 |
> |
static const int NUM_TOKENS = 57; |
98 |
|
#else |
99 |
|
enum { |
100 |
< |
NUM_TOKENS = 56 |
100 |
> |
NUM_TOKENS = 57 |
101 |
|
}; |
102 |
|
#endif |
103 |
|
|