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

org.opennms.newts.api.search.query.QueryParserConstants Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
/* Generated By:JavaCC: Do not edit this line. QueryParserConstants.java */
package org.opennms.newts.api.search.query;


/**
 * Token literal values and constants.
 * Generated by org.javacc.parser.OtherFilesGen#start()
 */
public interface QueryParserConstants {

  /** End of File. */
  int EOF = 0;
  /** RegularExpression Id. */
  int _ESCAPED_CHAR = 6;
  /** RegularExpression Id. */
  int _TERM_START_CHAR = 7;
  /** RegularExpression Id. */
  int _TERM_CHAR = 8;
  /** RegularExpression Id. */
  int AND = 9;
  /** RegularExpression Id. */
  int OR = 10;
  /** RegularExpression Id. */
  int LPAREN = 11;
  /** RegularExpression Id. */
  int RPAREN = 12;
  /** RegularExpression Id. */
  int COLON = 13;
  /** RegularExpression Id. */
  int TERM = 14;

  /** Lexical state. */
  int DEFAULT = 0;

  /** Literal token values. */
  String[] tokenImage = {
    "",
    "\" \"",
    "\"\\t\"",
    "\"\\r\"",
    "\"\\n\"",
    "\"\\r\\n\"",
    "<_ESCAPED_CHAR>",
    "<_TERM_START_CHAR>",
    "<_TERM_CHAR>",
    "",
    "",
    "\"(\"",
    "\")\"",
    "\":\"",
    "",
  };

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy