SyntaxTreeBuilderTreeConstants.java

/*******************************************************************************
 * Copyright (c) 2019 Eclipse RDF4J contributors.
 *
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Distribution License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/org/documents/edl-v10.php.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 *******************************************************************************/
/* Generated By:JavaCC: Do not edit this line. SyntaxTreeBuilderTreeConstants.java Version 7.0.12 */
package org.eclipse.rdf4j.query.parser.sparql.ast;

public interface SyntaxTreeBuilderTreeConstants {
	public int JJTUPDATESEQUENCE = 0;
	public int JJTUPDATECONTAINER = 1;
	public int JJTQUERYCONTAINER = 2;
	public int JJTVOID = 3;
	public int JJTBASEDECL = 4;
	public int JJTPREFIXDECL = 5;
	public int JJTSELECTQUERY = 6;
	public int JJTSELECT = 7;
	public int JJTPROJECTIONELEM = 8;
	public int JJTCONSTRUCTQUERY = 9;
	public int JJTCONSTRUCT = 10;
	public int JJTDESCRIBEQUERY = 11;
	public int JJTDESCRIBE = 12;
	public int JJTASKQUERY = 13;
	public int JJTDATASETCLAUSE = 14;
	public int JJTWHERECLAUSE = 15;
	public int JJTBINDINGSCLAUSE = 16;
	public int JJTINLINEDATA = 17;
	public int JJTBINDINGSET = 18;
	public int JJTBINDINGVALUE = 19;
	public int JJTGROUPCLAUSE = 20;
	public int JJTORDERCLAUSE = 21;
	public int JJTGROUPCONDITION = 22;
	public int JJTHAVINGCLAUSE = 23;
	public int JJTORDERCONDITION = 24;
	public int JJTLIMIT = 25;
	public int JJTOFFSET = 26;
	public int JJTGRAPHPATTERNGROUP = 27;
	public int JJTBASICGRAPHPATTERN = 28;
	public int JJTOPTIONALGRAPHPATTERN = 29;
	public int JJTGRAPHGRAPHPATTERN = 30;
	public int JJTUNIONGRAPHPATTERN = 31;
	public int JJTMINUSGRAPHPATTERN = 32;
	public int JJTSERVICEGRAPHPATTERN = 33;
	public int JJTCONSTRAINT = 34;
	public int JJTFUNCTIONCALL = 35;
	public int JJTTRIPLESSAMESUBJECT = 36;
	public int JJTPROPERTYLIST = 37;
	public int JJTOBJECTLIST = 38;
	public int JJTTRIPLESSAMESUBJECTPATH = 39;
	public int JJTPROPERTYLISTPATH = 40;
	public int JJTPATHALTERNATIVE = 41;
	public int JJTPATHSEQUENCE = 42;
	public int JJTPATHELT = 43;
	public int JJTIRI = 44;
	public int JJTPATHONEINPROPERTYSET = 45;
	public int JJTPATHMOD = 46;
	public int JJTBLANKNODEPROPERTYLIST = 47;
	public int JJTCOLLECTION = 48;
	public int JJTVAR = 49;
	public int JJTTRIPLEREF = 50;
	public int JJTCONSTTRIPLEREF = 51;
	public int JJTOR = 52;
	public int JJTAND = 53;
	public int JJTCOMPARE = 54;
	public int JJTINFIX = 55;
	public int JJTMATH = 56;
	public int JJTNOT = 57;
	public int JJTNUMERICLITERAL = 58;
	public int JJTCOUNT = 59;
	public int JJTSUM = 60;
	public int JJTMIN = 61;
	public int JJTMAX = 62;
	public int JJTAVG = 63;
	public int JJTSAMPLE = 64;
	public int JJTGROUPCONCAT = 65;
	public int JJTMD5 = 66;
	public int JJTSHA1 = 67;
	public int JJTSHA224 = 68;
	public int JJTSHA256 = 69;
	public int JJTSHA384 = 70;
	public int JJTSHA512 = 71;
	public int JJTNOW = 72;
	public int JJTYEAR = 73;
	public int JJTMONTH = 74;
	public int JJTDAY = 75;
	public int JJTHOURS = 76;
	public int JJTMINUTES = 77;
	public int JJTSECONDS = 78;
	public int JJTTIMEZONE = 79;
	public int JJTTZ = 80;
	public int JJTRAND = 81;
	public int JJTABS = 82;
	public int JJTCEIL = 83;
	public int JJTFLOOR = 84;
	public int JJTROUND = 85;
	public int JJTSUBSTR = 86;
	public int JJTSTRLEN = 87;
	public int JJTUPPERCASE = 88;
	public int JJTLOWERCASE = 89;
	public int JJTSTRSTARTS = 90;
	public int JJTSTRENDS = 91;
	public int JJTSTRBEFORE = 92;
	public int JJTSTRAFTER = 93;
	public int JJTREPLACE = 94;
	public int JJTCONCAT = 95;
	public int JJTCONTAINS = 96;
	public int JJTENCODEFORURI = 97;
	public int JJTIF = 98;
	public int JJTIN = 99;
	public int JJTNOTIN = 100;
	public int JJTCOALESCE = 101;
	public int JJTSTR = 102;
	public int JJTLANG = 103;
	public int JJTLANGMATCHES = 104;
	public int JJTDATATYPE = 105;
	public int JJTBOUND = 106;
	public int JJTSAMETERM = 107;
	public int JJTISIRI = 108;
	public int JJTISBLANK = 109;
	public int JJTISLITERAL = 110;
	public int JJTISNUMERIC = 111;
	public int JJTBNODEFUNC = 112;
	public int JJTIRIFUNC = 113;
	public int JJTSTRDT = 114;
	public int JJTSTRLANG = 115;
	public int JJTUUID = 116;
	public int JJTSTRUUID = 117;
	public int JJTBIND = 118;
	public int JJTREGEXEXPRESSION = 119;
	public int JJTEXISTSFUNC = 120;
	public int JJTNOTEXISTSFUNC = 121;
	public int JJTRDFLITERAL = 122;
	public int JJTTRUE = 123;
	public int JJTFALSE = 124;
	public int JJTSTRING = 125;
	public int JJTQNAME = 126;
	public int JJTBLANKNODE = 127;
	public int JJTGRAPHREFALL = 128;
	public int JJTGRAPHORDEFAULT = 129;
	public int JJTUNPARSEDQUADDATABLOCK = 130;
	public int JJTQUADSNOTTRIPLES = 131;
	public int JJTLOAD = 132;
	public int JJTCLEAR = 133;
	public int JJTDROP = 134;
	public int JJTADD = 135;
	public int JJTMOVE = 136;
	public int JJTCOPY = 137;
	public int JJTCREATE = 138;
	public int JJTINSERTDATA = 139;
	public int JJTDELETEDATA = 140;
	public int JJTDELETEWHERE = 141;
	public int JJTDELETECLAUSE = 142;
	public int JJTINSERTCLAUSE = 143;
	public int JJTMODIFY = 144;

	public String[] jjtNodeName = {
			"UpdateSequence",
			"UpdateContainer",
			"QueryContainer",
			"void",
			"BaseDecl",
			"PrefixDecl",
			"SelectQuery",
			"Select",
			"ProjectionElem",
			"ConstructQuery",
			"Construct",
			"DescribeQuery",
			"Describe",
			"AskQuery",
			"DatasetClause",
			"WhereClause",
			"BindingsClause",
			"InlineData",
			"BindingSet",
			"BindingValue",
			"GroupClause",
			"OrderClause",
			"GroupCondition",
			"HavingClause",
			"OrderCondition",
			"Limit",
			"Offset",
			"GraphPatternGroup",
			"BasicGraphPattern",
			"OptionalGraphPattern",
			"GraphGraphPattern",
			"UnionGraphPattern",
			"MinusGraphPattern",
			"ServiceGraphPattern",
			"Constraint",
			"FunctionCall",
			"TriplesSameSubject",
			"PropertyList",
			"ObjectList",
			"TriplesSameSubjectPath",
			"PropertyListPath",
			"PathAlternative",
			"PathSequence",
			"PathElt",
			"IRI",
			"PathOneInPropertySet",
			"PathMod",
			"BlankNodePropertyList",
			"Collection",
			"Var",
			"TripleRef",
			"ConstTripleRef",
			"Or",
			"And",
			"Compare",
			"Infix",
			"Math",
			"Not",
			"NumericLiteral",
			"Count",
			"Sum",
			"Min",
			"Max",
			"Avg",
			"Sample",
			"GroupConcat",
			"MD5",
			"SHA1",
			"SHA224",
			"SHA256",
			"SHA384",
			"SHA512",
			"Now",
			"Year",
			"Month",
			"Day",
			"Hours",
			"Minutes",
			"Seconds",
			"Timezone",
			"Tz",
			"Rand",
			"Abs",
			"Ceil",
			"Floor",
			"Round",
			"Substr",
			"StrLen",
			"UpperCase",
			"LowerCase",
			"StrStarts",
			"StrEnds",
			"StrBefore",
			"StrAfter",
			"Replace",
			"Concat",
			"Contains",
			"EncodeForURI",
			"If",
			"In",
			"NotIn",
			"Coalesce",
			"Str",
			"Lang",
			"LangMatches",
			"Datatype",
			"Bound",
			"SameTerm",
			"IsIRI",
			"IsBlank",
			"IsLiteral",
			"IsNumeric",
			"BNodeFunc",
			"IRIFunc",
			"StrDt",
			"StrLang",
			"UUID",
			"STRUUID",
			"Bind",
			"RegexExpression",
			"ExistsFunc",
			"NotExistsFunc",
			"RDFLiteral",
			"True",
			"False",
			"String",
			"QName",
			"BlankNode",
			"GraphRefAll",
			"GraphOrDefault",
			"UnparsedQuadDataBlock",
			"QuadsNotTriples",
			"Load",
			"Clear",
			"Drop",
			"Add",
			"Move",
			"Copy",
			"Create",
			"InsertData",
			"DeleteData",
			"DeleteWhere",
			"DeleteClause",
			"InsertClause",
			"Modify",
	};
}
/* JavaCC - OriginalChecksum=c1140ec61eef88fc83def974a6deba48 (do not edit this line) */