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

javacc-7.0.1.test.tmp.GUIParsing.ParserVersion.CalcInputParserConstants Maven / Gradle / Ivy

There is a newer version: 7.0.13
Show newest version
/* Generated By:JavaCC: Do not edit this line. CalcInputParserConstants.java */

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

  /** End of File. */
  int EOF = 0;
  /** RegularExpression Id. */
  int EQ = 1;
  /** RegularExpression Id. */
  int ADD = 2;
  /** RegularExpression Id. */
  int SUB = 3;
  /** RegularExpression Id. */
  int MUL = 4;
  /** RegularExpression Id. */
  int DIV = 5;
  /** RegularExpression Id. */
  int DIGIT = 6;
  /** RegularExpression Id. */
  int DOT = 7;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy