KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > hp > hpl > jena > n3 > N3AntlrParserTokenTypes


1 // $ANTLR 2.7.2: "src/com/hp/hpl/jena/n3/n3.g" -> "N3AntlrParser.java"$
2

3 package com.hp.hpl.jena.n3 ;
4
5 public interface N3AntlrParserTokenTypes {
6     int EOF = 1;
7     int NULL_TREE_LOOKAHEAD = 3;
8     int ANON = 4;
9     int FORMULA = 5;
10     int QNAME = 6;
11     int SEP = 7;
12     int KEYWORD = 8;
13     int NAME_OP = 9;
14     int KW_THIS = 10;
15     int KW_OF = 11;
16     int KW_HAS = 12;
17     int KW_A = 13;
18     int KW_IS = 14;
19     int TK_LIST = 15;
20     int TK_LIST_FIRST = 16;
21     int TK_LIST_REST = 17;
22     int TK_LIST_NIL = 18;
23     int AT_PREFIX = 19;
24     int AT_LANG = 20;
25     int STRING = 21;
26     int LITERAL = 22;
27     int SEMI = 23;
28     int COMMA = 24;
29     int PATH = 25;
30     int RPATH = 26;
31     int EQUAL = 27;
32     int ARROW_R = 28;
33     int ARROW_L = 29;
34     int ARROW_PATH_L = 30;
35     int ARROW_PATH_R = 31;
36     int LBRACK = 32;
37     int RBRACK = 33;
38     int LCURLY = 34;
39     int RCURLY = 35;
40     int LPAREN = 36;
41     int RPAREN = 37;
42     int NUMBER = 38;
43     int DATATYPE = 39;
44     int URIREF = 40;
45     int UVAR = 41;
46     int THING = 42;
47     int URI_OR_IMPLIES = 43;
48     int URICHAR = 44;
49     int AT_WORD = 45;
50     int XNAMECHAR = 46;
51     int XNAME = 47;
52     int NSNAME = 48;
53     int LNAME = 49;
54     int SEP_OR_PATH = 50;
55     int DOT = 51;
56     int AT = 52;
57     int LANGLE = 53;
58     int RANGLE = 54;
59     int NAME_IT = 55;
60     int QUESTION = 56;
61     int ARROW_MEANS = 57;
62     int COLON = 58;
63     int SL_COMMENT = 59;
64     int NL1 = 60;
65     int NL2 = 61;
66     int NL3 = 62;
67     int NL = 63;
68     int WS = 64;
69     int NWS = 65;
70     int ALPHA = 66;
71     int NUMERIC = 67;
72     int ALPHANUMERIC = 68;
73     int NON_ANC = 69;
74     int STRING1 = 70;
75     int STRING2 = 71;
76     int QUOTE3S = 72;
77     int QUOTE3D = 73;
78     int ESCAPE = 74;
79     int ESC_CHAR = 75;
80     int HEX_DIGIT = 76;
81     int HEX4 = 77;
82 }
83
Popular Tags