at.newmedialab.ldpath.parser.RdfPathParserConstants Maven / Gradle / Ivy
/* Generated By:JavaCC: Do not edit this line. RdfPathParserConstants.java */
package at.newmedialab.ldpath.parser;
/**
* Token literal values and constants.
* Generated by org.javacc.parser.OtherFilesGen#start()
*/
public interface RdfPathParserConstants {
/** End of File. */
int EOF = 0;
/** RegularExpression Id. */
int STRLIT = 6;
/** RegularExpression Id. */
int AND = 8;
/** RegularExpression Id. */
int OR = 9;
/** RegularExpression Id. */
int IS = 10;
/** RegularExpression Id. */
int TYPE = 11;
/** RegularExpression Id. */
int URI = 12;
/** RegularExpression Id. */
int IDENTIFIER = 13;
/** RegularExpression Id. */
int URICHAR = 14;
/** Lexical state. */
int DEFAULT = 0;
/** Lexical state. */
int WithinString = 1;
/** Literal token values. */
String[] tokenImage = {
"",
"\" \"",
"\"\\r\"",
"\"\\t\"",
"\"\\n\"",
"\"\\\"\"",
"\"\\\"\"",
"",
"\"&\"",
"\"|\"",
"\"is\"",
"\"^^\"",
"",
"",
"",
"\"@prefix\"",
"\":\"",
"\"<\"",
"\">\"",
"\";\"",
"\"@filter\"",
"\"@boost\"",
"\"=\"",
"\"::\"",
"\"(\"",
"\")\"",
"\",\"",
"\".\"",
"\"+\"",
"\"*\"",
"\"/\"",
"\"[\"",
"\"]\"",
"\"^\"",
"\"fn:\"",
"\"@\"",
};
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy