01: /* Generated By:JJTree: Do not edit this line. .\SyntaxTreeBuilderTreeConstants.java */
02:
03: package org.openrdf.query.parser.serql.ast;
04:
05: public interface SyntaxTreeBuilderTreeConstants {
06: public int JJTQUERYCONTAINER = 0;
07: public int JJTVOID = 1;
08: public int JJTNAMESPACEDECL = 2;
09: public int JJTTUPLEUNION = 3;
10: public int JJTTUPLEMINUS = 4;
11: public int JJTTUPLEINTERSECT = 5;
12: public int JJTGRAPHUNION = 6;
13: public int JJTGRAPHMINUS = 7;
14: public int JJTGRAPHINTERSECT = 8;
15: public int JJTSELECTQUERY = 9;
16: public int JJTSELECT = 10;
17: public int JJTPROJECTIONELEM = 11;
18: public int JJTCONSTRUCTQUERY = 12;
19: public int JJTCONSTRUCT = 13;
20: public int JJTQUERYBODY = 14;
21: public int JJTFROM = 15;
22: public int JJTWHERE = 16;
23: public int JJTLIMIT = 17;
24: public int JJTOFFSET = 18;
25: public int JJTBASICPATHEXPR = 19;
26: public int JJTOPTPATHEXPR = 20;
27: public int JJTBASICPATHEXPRTAIL = 21;
28: public int JJTOPTPATHEXPRTAIL = 22;
29: public int JJTEDGE = 23;
30: public int JJTNODE = 24;
31: public int JJTNODEELEM = 25;
32: public int JJTREIFIEDSTAT = 26;
33: public int JJTOR = 27;
34: public int JJTAND = 28;
35: public int JJTBOOLEANCONSTANT = 29;
36: public int JJTNOT = 30;
37: public int JJTISRESOURCE = 31;
38: public int JJTISLITERAL = 32;
39: public int JJTISURI = 33;
40: public int JJTISBNODE = 34;
41: public int JJTEXISTS = 35;
42: public int JJTCOMPARE = 36;
43: public int JJTCOMPAREANY = 37;
44: public int JJTCOMPAREALL = 38;
45: public int JJTLIKE = 39;
46: public int JJTIN = 40;
47: public int JJTCOMPOPERATOR = 41;
48: public int JJTVAR = 42;
49: public int JJTDATATYPE = 43;
50: public int JJTLANG = 44;
51: public int JJTLABEL = 45;
52: public int JJTNAMESPACE = 46;
53: public int JJTLOCALNAME = 47;
54: public int JJTBOUND = 48;
55: public int JJTFUNCTIONCALL = 49;
56: public int JJTURI = 50;
57: public int JJTQNAME = 51;
58: public int JJTBNODE = 52;
59: public int JJTLITERAL = 53;
60: public int JJTSTRING = 54;
61: public int JJTNULL = 55;
62:
63: public String[] jjtNodeName = { "QueryContainer", "void",
64: "NamespaceDecl", "TupleUnion", "TupleMinus",
65: "TupleIntersect", "GraphUnion", "GraphMinus",
66: "GraphIntersect", "SelectQuery", "Select",
67: "ProjectionElem", "ConstructQuery", "Construct",
68: "QueryBody", "From", "Where", "Limit", "Offset",
69: "BasicPathExpr", "OptPathExpr", "BasicPathExprTail",
70: "OptPathExprTail", "Edge", "Node", "NodeElem",
71: "ReifiedStat", "Or", "And", "BooleanConstant", "Not",
72: "IsResource", "IsLiteral", "IsURI", "IsBNode", "Exists",
73: "Compare", "CompareAny", "CompareAll", "Like", "In",
74: "CompOperator", "Var", "Datatype", "Lang", "Label",
75: "Namespace", "LocalName", "Bound", "FunctionCall", "URI",
76: "QName", "BNode", "Literal", "String", "Null", };
77: }
|