All Downloads are FREE. Search and download functionalities are using the official Maven repository.

at.newmedialab.ldpath.parser.RdfPathParserConstants Maven / Gradle / Ivy

Go to download

Core Implementation of LD Path a simple path-based query language similar to XPath or SPARQL Property Paths that is particularly well-suited for querying and retrieving resources from the Linked Data Cloud by following RDF links between resources and servers.

There is a newer version: 0.9.7
Show newest version
/* 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