01: /* Generated By:JJTree: Do not edit this line. .\SyntaxTreeBuilderTreeConstants.java */
02:
03: package org.openrdf.query.parser.sparql.ast;
04:
05: public interface SyntaxTreeBuilderTreeConstants {
06: public int JJTQUERYCONTAINER = 0;
07: public int JJTVOID = 1;
08: public int JJTBASEDECL = 2;
09: public int JJTPREFIXDECL = 3;
10: public int JJTSELECTQUERY = 4;
11: public int JJTSELECT = 5;
12: public int JJTCONSTRUCTQUERY = 6;
13: public int JJTCONSTRUCT = 7;
14: public int JJTDESCRIBEQUERY = 8;
15: public int JJTDESCRIBE = 9;
16: public int JJTASKQUERY = 10;
17: public int JJTDATASETCLAUSE = 11;
18: public int JJTWHERECLAUSE = 12;
19: public int JJTORDERCLAUSE = 13;
20: public int JJTORDERCONDITION = 14;
21: public int JJTLIMIT = 15;
22: public int JJTOFFSET = 16;
23: public int JJTGRAPHPATTERNGROUP = 17;
24: public int JJTBASICGRAPHPATTERN = 18;
25: public int JJTOPTIONALGRAPHPATTERN = 19;
26: public int JJTGRAPHGRAPHPATTERN = 20;
27: public int JJTUNIONGRAPHPATTERN = 21;
28: public int JJTCONSTRAINT = 22;
29: public int JJTFUNCTIONCALL = 23;
30: public int JJTTRIPLESSAMESUBJECT = 24;
31: public int JJTPROPERTYLIST = 25;
32: public int JJTOBJECTLIST = 26;
33: public int JJTIRI = 27;
34: public int JJTBLANKNODEPROPERTYLIST = 28;
35: public int JJTCOLLECTION = 29;
36: public int JJTVAR = 30;
37: public int JJTOR = 31;
38: public int JJTAND = 32;
39: public int JJTCOMPARE = 33;
40: public int JJTMATH = 34;
41: public int JJTNOT = 35;
42: public int JJTNUMERICLITERAL = 36;
43: public int JJTSTR = 37;
44: public int JJTLANG = 38;
45: public int JJTLANGMATCHES = 39;
46: public int JJTDATATYPE = 40;
47: public int JJTBOUND = 41;
48: public int JJTSAMETERM = 42;
49: public int JJTISIRI = 43;
50: public int JJTISBLANK = 44;
51: public int JJTISLITERAL = 45;
52: public int JJTREGEXEXPRESSION = 46;
53: public int JJTRDFLITERAL = 47;
54: public int JJTTRUE = 48;
55: public int JJTFALSE = 49;
56: public int JJTSTRING = 50;
57: public int JJTQNAME = 51;
58: public int JJTBLANKNODE = 52;
59:
60: public String[] jjtNodeName = { "QueryContainer", "void",
61: "BaseDecl", "PrefixDecl", "SelectQuery", "Select",
62: "ConstructQuery", "Construct", "DescribeQuery", "Describe",
63: "AskQuery", "DatasetClause", "WhereClause", "OrderClause",
64: "OrderCondition", "Limit", "Offset", "GraphPatternGroup",
65: "BasicGraphPattern", "OptionalGraphPattern",
66: "GraphGraphPattern", "UnionGraphPattern", "Constraint",
67: "FunctionCall", "TriplesSameSubject", "PropertyList",
68: "ObjectList", "IRI", "BlankNodePropertyList", "Collection",
69: "Var", "Or", "And", "Compare", "Math", "Not",
70: "NumericLiteral", "Str", "Lang", "LangMatches", "Datatype",
71: "Bound", "SameTerm", "IsIRI", "IsBlank", "IsLiteral",
72: "RegexExpression", "RDFLiteral", "True", "False", "String",
73: "QName", "BlankNode", };
74: }
|