1 // $ANTLR 2.7.4: "langparser.g" -> "AspectLanguageParser.cs"$
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;