org.openrdf.sesame.query.rql.parser.RqlParserConstants Maven / Gradle / Ivy
Go to download
Sesame is an open source Java framework for storing, querying and reasoning with RDF.
The newest version!
/* Generated By:JavaCC: Do not edit this line. RqlParserConstants.java */
package org.openrdf.sesame.query.rql.parser;
public interface RqlParserConstants {
int EOF = 0;
int LT = 5;
int LE = 6;
int EQ = 7;
int GE = 8;
int GT = 9;
int NE = 10;
int AMP = 11;
int LPAREN = 12;
int RPAREN = 13;
int LBRACE = 14;
int RBRACE = 15;
int LBRACKET = 16;
int RBRACKET = 17;
int ASTERISK = 18;
int COMMA = 19;
int DOT = 20;
int COLON = 21;
int QUOTE = 22;
int DOUBLEQUOTE = 23;
int CIRCUMFLEX = 24;
int SELECT = 25;
int FROM = 26;
int WHERE = 27;
int USING = 28;
int NAMESPACE = 29;
int CLASS = 30;
int PROPERTY = 31;
int TYPEOF = 32;
int SUBCLASSOF = 33;
int SUPERCLASSOF = 34;
int SUBPROPERTYOF = 35;
int SUPERPROPERTYOF = 36;
int DOMAIN = 37;
int RANGE = 38;
int TRUE = 39;
int FALSE = 40;
int AND = 41;
int OR = 42;
int NOT = 43;
int LIKE = 44;
int EXISTS = 45;
int FORALL = 46;
int IN = 47;
int UNION = 48;
int INTERSECT = 49;
int MINUS = 50;
int NULL = 51;
int IDENTIFIER = 52;
int CLASSVAR = 53;
int PROPERTYVAR = 54;
int INTEGER_LITERAL = 55;
int REAL_LITERAL = 56;
int QUOTED_STRING = 57;
int QUOTED_CHAR = 58;
int ALPHA = 59;
int DIGIT = 60;
int URI = 61;
int SCHEME = 62;
int FRAGMENT = 63;
int UCHAR = 64;
int UNRESERVED = 65;
int ESCAPE = 66;
int RESERVED = 67;
int EXTRA = 68;
int SAFE = 69;
int HEX = 70;
int DEFAULT = 0;
String[] tokenImage = {
"",
"\" \"",
"\"\\t\"",
"\"\\n\"",
"\"\\r\"",
"\"<\"",
"\"<=\"",
"\"=\"",
"\">=\"",
"\">\"",
"\"!=\"",
"\"&\"",
"\"(\"",
"\")\"",
"\"{\"",
"\"}\"",
"\"[\"",
"\"]\"",
"\"*\"",
"\",\"",
"\".\"",
"\":\"",
"\"\\\'\"",
"\"\\\"\"",
"\"^\"",
"\"select\"",
"\"from\"",
"\"where\"",
"\"using\"",
"\"namespace\"",
"\"Class\"",
"\"Property\"",
"\"typeOf\"",
"\"subClassOf\"",
"\"superClassOf\"",
"\"subPropertyOf\"",
"\"superPropertyOf\"",
"\"domain\"",
"\"range\"",
"\"true\"",
"\"false\"",
"\"and\"",
"\"or\"",
"\"not\"",
"\"like\"",
"\"exists\"",
"\"forall\"",
"\"in\"",
"\"union\"",
"\"intersect\"",
"\"minus\"",
"\"null\"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy