Updated castle common build to accomodate framework extension libraries/overrides...
[castle.git] / AspectSharp / AspectSharp.Lang / aspectLanguageTokenTypes.cs
blob1240af6f54d8a64d8fa42f7d1b22efe5e77a4f7a
1 // $ANTLR 2.7.4: "langparser.g" -> "AspectLanguageParser.cs"$
3 using antlr;
4 using System.Text;
5 using AspectSharp.Lang.AST;
7 public class aspectLanguageTokenTypes
9 public const int EOF = 1;
10 public const int NULL_TREE_LOOKAHEAD = 3;
11 public const int ASPECT = 4;
12 public const int FOR = 5;
13 public const int IN = 6;
14 public const int END = 7;
15 public const int IMPORT = 8;
16 public const int MIXINS = 9;
17 public const int INCLUDE = 10;
18 public const int INTERCEPTORS = 11;
19 public const int ADVICEINTERCEPTOR = 12;
20 public const int POINTCUT = 13;
21 public const int METHOD = 14;
22 public const int PROPERTY = 15;
23 public const int PROPERTY_READ = 16;
24 public const int PROPERTY_WRITE = 17;
25 public const int ASSIGNFROM = 18;
26 public const int CUSTOMMATCHER = 19;
27 public const int EXCLUDES = 20;
28 public const int INCLUDES = 21;
29 public const int EOS = 22;
30 public const int LBRACK = 23;
31 public const int SEMI = 24;
32 public const int RBRACK = 25;
33 public const int STRING_LITERAL = 26;
34 public const int COLON = 27;
35 public const int ID = 28;
36 public const int LCURLY = 29;
37 public const int RCURLY = 30;
38 public const int OR = 31;
39 public const int ALL = 32;
40 public const int COMMA = 33;
41 public const int DOT = 34;
42 public const int WS = 35;