root/sandbox/trunk/pdp/src/xerial/log/LogConfigurationLexerTokenTypes.hpp @ 939

Revision 939, 0.7 kB (checked in by leo, 7 years ago)
  • add utilities from xerial
  • add antlr
RevLine 
[939]1#ifndef INC_LogConfigurationLexerTokenTypes_hpp_
2#define INC_LogConfigurationLexerTokenTypes_hpp_
3
4ANTLR_BEGIN_NAMESPACE(xerial)
5/* $ANTLR 2.7.6 (2005-12-22): "LogConfiguration.g" -> "LogConfigurationLexerTokenTypes.hpp"$ */
6
7#ifndef CUSTOM_API
8# define CUSTOM_API
9#endif
10
11
12#ifdef __cplusplus
13struct CUSTOM_API LogConfigurationLexerTokenTypes {
14#endif
15
16        enum {
17                EOF_ = 1,
18                Letter = 4,
19                Digit = 5,
20                Digits = 6,
21                Char = 7,
22                Eq = 8,
23                Literal = 9,
24                WhiteSpaceChar = 10,
25                SL_COMMENT = 11,
26                Config = 12,
27                LogLevel = 13,
28                // "=" = 14
29                NULL_TREE_LOOKAHEAD = 3
30        };
31#ifdef __cplusplus
32};
33#endif
34
35ANTLR_END_NAMESPACE
36#endif /*INC_LogConfigurationLexerTokenTypes_hpp_*/
Note: See TracBrowser for help on using the browser.