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

net.thisptr.java.prometheus.metrics.agent.javacc.AttributeNamePatternParserConstants Maven / Gradle / Ivy

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


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

  /** End of File. */
  int EOF = 0;
  /** RegularExpression Id. */
  int MBEAN_PATTERN_COLON = 1;
  /** RegularExpression Id. */
  int MBEAN_PATTERN_EQUAL = 2;
  /** RegularExpression Id. */
  int MBEAN_PATTERN_COMMA = 3;
  /** RegularExpression Id. */
  int MBEAN_PATTERN_VISIBLE_CHAR = 4;
  /** RegularExpression Id. */
  int MBEAN_PATTERN_ESCAPE_CHAR = 6;

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

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy