ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/mdParser/MDTokenTypes.hpp
Revision: 2469
Committed: Fri Dec 2 15:38:03 2005 UTC (18 years, 7 months ago) by tim
File size: 1234 byte(s)
Log Message:
End of the Link --> List
Return of the Oject-Oriented
replace yacc/lex parser with antlr parser

File Contents

# User Rev Content
1 tim 2469 #ifndef INC_MDTokenTypes_hpp_
2     #define INC_MDTokenTypes_hpp_
3    
4     /* $ANTLR 2.7.5 (20050406): "MDParser.g" -> "MDTokenTypes.hpp"$ */
5    
6     #ifndef CUSTOM_API
7     # define CUSTOM_API
8     #endif
9    
10     #ifdef __cplusplus
11     struct CUSTOM_API MDTokenTypes {
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     OCTALINT = 29,
41     DECIMALINT = 30,
42     HEXADECIMALINT = 31,
43     PLUS = 32,
44     MINUS = 33,
45     FLOATONE = 34,
46     FLOATTWO = 35,
47     DOT = 36,
48     COLON = 37,
49     QUESTIONMARK = 38,
50     Whitespace = 39,
51     Comment = 40,
52     CPPComment = 41,
53     PREPROC_DIRECTIVE = 42,
54     LineDirective = 43,
55     Space = 44,
56     CharLiteral = 45,
57     EndOfLine = 46,
58     Escape = 47,
59     Digit = 48,
60     Decimal = 49,
61     LongSuffix = 50,
62     UnsignedSuffix = 51,
63     FloatSuffix = 52,
64     Exponent = 53,
65     Vocabulary = 54,
66     Number = 55,
67     NULL_TREE_LOOKAHEAD = 3
68     };
69     #ifdef __cplusplus
70     };
71     #endif
72     #endif /*INC_MDTokenTypes_hpp_*/