More working tests.
[castle.git] / AspectSharp / AspectSharp.Lang / AspectLanguageLexerTokenTypes.cs
blob6f87620a8828703649c695902978907bbcf19620
1 // $ANTLR 2.7.4: "langlexer.g" -> "AspectLanguageLexer.cs"$
3 public class AspectLanguageLexerTokenTypes
5 public const int EOF = 1;
6 public const int NULL_TREE_LOOKAHEAD = 3;
7 public const int ASPECT = 4;
8 public const int FOR = 5;
9 public const int IN = 6;
10 public const int END = 7;
11 public const int IMPORT = 8;
12 public const int MIXINS = 9;
13 public const int INCLUDE = 10;
14 public const int INTERCEPTORS = 11;
15 public const int ADVICEINTERCEPTOR = 12;
16 public const int POINTCUT = 13;
17 public const int METHOD = 14;
18 public const int PROPERTY = 15;
19 public const int PROPERTY_READ = 16;
20 public const int PROPERTY_WRITE = 17;
21 public const int ASSIGNFROM = 18;
22 public const int CUSTOMMATCHER = 19;
23 public const int EXCLUDES = 20;
24 public const int INCLUDES = 21;
25 public const int EOS = 22;
26 public const int LBRACK = 23;
27 public const int SEMI = 24;
28 public const int RBRACK = 25;
29 public const int STRING_LITERAL = 26;
30 public const int COLON = 27;
31 public const int ID = 28;
32 public const int LCURLY = 29;
33 public const int RCURLY = 30;
34 public const int OR = 31;
35 public const int ALL = 32;
36 public const int COMMA = 33;
37 public const int DOT = 34;
38 public const int WS = 35;
39 public const int INHERITS = 36;
40 public const int COMMENT = 37;
41 public const int DIGIT = 38;
42 public const int INTLIT = 39;
43 public const int CHARLIT = 40;