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

org.apache.maven.surefire.group.parse.GroupMatcherParserConstants Maven / Gradle / Ivy

/* Generated By:JavaCC: Do not edit this line. GroupMatcherParserConstants.java */
package org.apache.maven.surefire.group.parse;


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

  /** End of File. */
  int EOF = 0;
  /** RegularExpression Id. */
  int AND = 5;
  /** RegularExpression Id. */
  int OR = 6;
  /** RegularExpression Id. */
  int AMP2 = 7;
  /** RegularExpression Id. */
  int PIPE2 = 8;
  /** RegularExpression Id. */
  int COMMA = 9;
  /** RegularExpression Id. */
  int NOT = 10;
  /** RegularExpression Id. */
  int BANG = 11;
  /** RegularExpression Id. */
  int LPAREN = 12;
  /** RegularExpression Id. */
  int RPAREN = 13;
  /** RegularExpression Id. */
  int STRING = 14;
  /** RegularExpression Id. */
  int CLS = 15;

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

  /** Literal token values. */
  String[] tokenImage = {
    "",
    "\" \"",
    "\"\\t\"",
    "\"\\r\"",
    "\"\\n\"",
    "",
    "",
    "\"&&\"",
    "\"||\"",
    "\",\"",
    "\"NOT\"",
    "\"!\"",
    "\"(\"",
    "\")\"",
    "",
    "\".class\"",
  };

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy