source: trunk/yao/share/antlr-2.7.7/antlr/actions/csharp/ActionLexerTokenTypes.java @ 1

Last change on this file since 1 was 1, checked in by lnalod, 15 years ago

Initial import of YAO sources

File size: 665 bytes
Line 
1// $ANTLR : "action.g" -> "ActionLexer.java"$
2
3        package antlr.actions.csharp;
4
5public interface ActionLexerTokenTypes {
6        int EOF = 1;
7        int NULL_TREE_LOOKAHEAD = 3;
8        int ACTION = 4;
9        int STUFF = 5;
10        int AST_ITEM = 6;
11        int TEXT_ITEM = 7;
12        int TREE = 8;
13        int TREE_ELEMENT = 9;
14        int AST_CONSTRUCTOR = 10;
15        int AST_CTOR_ELEMENT = 11;
16        int ID_ELEMENT = 12;
17        int TEXT_ARG = 13;
18        int TEXT_ARG_ELEMENT = 14;
19        int TEXT_ARG_ID_ELEMENT = 15;
20        int ARG = 16;
21        int ID = 17;
22        int VAR_ASSIGN = 18;
23        int COMMENT = 19;
24        int SL_COMMENT = 20;
25        int ML_COMMENT = 21;
26        int CHAR = 22;
27        int STRING = 23;
28        int ESC = 24;
29        int DIGIT = 25;
30        int INT = 26;
31        int INT_OR_FLOAT = 27;
32        int WS = 28;
33}
Note: See TracBrowser for help on using the repository browser.