Update changes.
[castle.git] / Experiments / Rook / Castle.Rook / RookTokenTypes.cs
blob2be89d7c75af585b99fc73245a0f1987bd10bf30
1 // $ANTLR 2.7.5 (20050128): "lang.g" -> "RookLangParser.cs"$
3 // using CommonAST = antlr.CommonAST;
4 using System.Text;
5 using System.Collections;
6 using Castle.Rook.AST;
8 namespace Castle.Rook.Parse
10 public class RookTokenTypes
12 public const int EOF = 1;
13 public const int NULL_TREE_LOOKAHEAD = 3;
14 public const int CLASS_DEF = 4;
15 public const int MIXIN_DEF = 5;
16 public const int NAMESPACE = 6;
17 public const int INTERFACE = 7;
18 public const int INIT = 8;
19 public const int INIT2 = 9;
20 public const int END = 10;
21 public const int DEF = 11;
22 public const int ATTR = 12;
23 public const int GET = 13;
24 public const int SET = 14;
25 public const int INC = 15;
26 public const int DEC = 16;
27 public const int SELF = 17;
28 public const int BASE = 18;
29 public const int COLON = 19;
30 public const int DO = 20;
31 public const int EOS = 21;
32 public const int LESSTHAN = 22;
33 public const int COMMA = 23;
34 public const int LITERAL_public = 24;
35 public const int LITERAL_private = 25;
36 public const int LITERAL_protected = 26;
37 public const int LITERAL_internal = 27;
38 public const int IDENTIFIER = 28;
39 public const int DOT = 29;
40 public const int SEMI = 30;
41 public const int LPAREN = 31;
42 public const int RPAREN = 32;
43 public const int REF = 33;
44 public const int OUT = 34;
45 public const int STATIC_IDENTIFIER = 35;
46 public const int INSTANCE_IDENTIFIER = 36;
47 public const int ASSIGN = 37;
48 public const int INTEGER_LITERAL = 38;