| 91 | 
  | 
private: | 
| 92 | 
  | 
        static const char* tokenNames[]; | 
| 93 | 
  | 
#ifndef NO_STATIC_CONSTS | 
| 94 | 
< | 
        static const int NUM_TOKENS = 56; | 
| 94 | 
> | 
        static const int NUM_TOKENS = 55; | 
| 95 | 
  | 
#else | 
| 96 | 
  | 
        enum { | 
| 97 | 
< | 
                NUM_TOKENS = 56 | 
| 97 | 
> | 
                NUM_TOKENS = 55 | 
| 98 | 
  | 
        }; | 
| 99 | 
  | 
#endif | 
| 100 | 
  | 
         | 
| 102 | 
  | 
        static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_0; | 
| 103 | 
  | 
        static const unsigned long _tokenSet_1_data_[]; | 
| 104 | 
  | 
        static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_1; | 
| 105 | 
– | 
        static const unsigned long _tokenSet_2_data_[]; | 
| 106 | 
– | 
        static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_2; | 
| 105 | 
  | 
}; | 
| 106 | 
  | 
 | 
| 107 | 
  | 
#endif /*INC_MDTreeParser_hpp_*/ |