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

net.thisptr.java.influxdb.metrics.agent.parser.ConfigurationParserConstants Maven / Gradle / Ivy

There is a newer version: 0.0.5
Show newest version
/* Generated By:JavaCC: Do not edit this line. ConfigurationParserConstants.java */
package net.thisptr.java.influxdb.metrics.agent.parser;


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

  /** End of File. */
  int EOF = 0;
  /** RegularExpression Id. */
  int SPACE_H = 1;
  /** RegularExpression Id. */
  int SPACE_V = 2;
  /** RegularExpression Id. */
  int EQUAL = 4;
  /** RegularExpression Id. */
  int COMMA = 5;
  /** RegularExpression Id. */
  int IMPORT = 6;
  /** RegularExpression Id. */
  int BRACE_L = 7;
  /** RegularExpression Id. */
  int BRACE_R = 8;
  /** RegularExpression Id. */
  int FREE_VISIBLE_CHAR = 9;
  /** RegularExpression Id. */
  int FREE_ESCAPE_CHAR = 11;
  /** RegularExpression Id. */
  int MBEAN_PATTERN_LPAR = 12;
  /** RegularExpression Id. */
  int MBEAN_PATTERN_COLON = 13;
  /** RegularExpression Id. */
  int MBEAN_PATTERN_EQUAL = 14;
  /** RegularExpression Id. */
  int MBEAN_PATTERN_COMMA = 15;
  /** RegularExpression Id. */
  int MBEAN_PATTERN_RPAR = 16;
  /** RegularExpression Id. */
  int MBEAN_PATTERN_VISIBLE_CHAR = 17;
  /** RegularExpression Id. */
  int MBEAN_PATTERN_ESCAPE_CHAR = 19;
  /** RegularExpression Id. */
  int DOUBLE_QUOTE = 20;
  /** RegularExpression Id. */
  int DOUBLE_QUOTE_END = 21;
  /** RegularExpression Id. */
  int DOUBLE_QUOTE_VISIBLE_CHAR = 22;
  /** RegularExpression Id. */
  int DOUBLE_QUOTE_ESCAPE_CHAR = 24;
  /** RegularExpression Id. */
  int SINGLE_QUOTE = 25;
  /** RegularExpression Id. */
  int SINGLE_QUOTE_END = 26;
  /** RegularExpression Id. */
  int SINGLE_QUOTE_VISIBLE_CHAR = 27;
  /** RegularExpression Id. */
  int SINGLE_QUOTE_ESCAPE_CHAR = 29;

  /** Lexical state. */
  int DEFAULT = 0;
  /** Lexical state. */
  int STATE_ESCAPE = 1;
  /** Lexical state. */
  int STATE_MBEAN_PATTERN = 2;
  /** Lexical state. */
  int STATE_MBEAN_PATTERN_ESCAPE = 3;
  /** Lexical state. */
  int STATE_DOUBLE_QUOTED_STRING = 4;
  /** Lexical state. */
  int STATE_DOUBLE_QUOTED_STRING_ESCAPE = 5;
  /** Lexical state. */
  int STATE_SINGLE_QUOTED_STRING = 6;
  /** Lexical state. */
  int STATE_SINGLE_QUOTED_STRING_ESCAPE = 7;

  /** Literal token values. */
  String[] tokenImage = {
    "",
    "",
    "",
    "",
    "\"=\"",
    "\",\"",
    "\"@\"",
    "\"{\"",
    "\"}\"",
    "",
    "\"\\\\\"",
    "",
    "\"[\"",
    "\":\"",
    "\"=\"",
    "\",\"",
    "\"]\"",
    "",
    "\"\\\\\"",
    "",
    "\"\\\"\"",
    "",
    "",
    "\"\\\\\"",
    "",
    "\"\\\'\"",
    "",
    "",
    "\"\\\\\"",
    "",
  };

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy