ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/mdParser/MDTreeParserTokenTypes.hpp
Revision: 2513
Committed: Fri Dec 16 02:57:00 2005 UTC (18 years, 6 months ago) by tim
File size: 1200 byte(s)
Log Message:
replace grammar for numerical parsing

File Contents

# Content
1 #ifndef INC_MDTreeParserTokenTypes_hpp_
2 #define INC_MDTreeParserTokenTypes_hpp_
3
4 /* $ANTLR 2.7.5 (20050406): "MDTreeParser.g" -> "MDTreeParserTokenTypes.hpp"$ */
5
6 #ifndef CUSTOM_API
7 # define CUSTOM_API
8 #endif
9
10 #ifdef __cplusplus
11 struct CUSTOM_API MDTreeParserTokenTypes {
12 #endif
13 enum {
14 EOF_ = 1,
15 COMPONENT = 4,
16 MOLECULE = 5,
17 ZCONSTRAINT = 6,
18 ATOM = 7,
19 BOND = 8,
20 BEND = 9,
21 TORSION = 10,
22 RIGIDBODY = 11,
23 CUTOFFGROUP = 12,
24 FRAGMENT = 13,
25 MEMBERS = 14,
26 POSITION = 15,
27 ORIENTATION = 16,
28 ENDBLOCK = 17,
29 ID = 18,
30 ASSIGNEQUAL = 19,
31 SEMICOLON = 20,
32 StringLiteral = 21,
33 LCURLY = 22,
34 RCURLY = 23,
35 LBRACKET = 24,
36 RBRACKET = 25,
37 LPAREN = 26,
38 RPAREN = 27,
39 COMMA = 28,
40 NUM_INT = 29,
41 NUM_LONG = 30,
42 NUM_FLOAT = 31,
43 NUM_DOUBLE = 32,
44 DOT = 33,
45 COLON = 34,
46 QUESTIONMARK = 35,
47 Whitespace = 36,
48 Comment = 37,
49 CPPComment = 38,
50 PREPROC_DIRECTIVE = 39,
51 LineDirective = 40,
52 Space = 41,
53 CharLiteral = 42,
54 EndOfLine = 43,
55 Escape = 44,
56 Vocabulary = 45,
57 Digit = 46,
58 Decimal = 47,
59 HEX_DIGIT = 48,
60 EXPONENT = 49,
61 FLOAT_SUFFIX = 50,
62 NULL_TREE_LOOKAHEAD = 3
63 };
64 #ifdef __cplusplus
65 };
66 #endif
67 #endif /*INC_MDTreeParserTokenTypes_hpp_*/