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

com.vectorprint.configuration.generated.parser.PropertiesParserConstants Maven / Gradle / Ivy

/* Generated By:JavaCC: Do not edit this line. PropertiesParserConstants.java */
package com.vectorprint.configuration.generated.parser;


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

  /** End of File. */
  int EOF = 0;
  /** RegularExpression Id. */
  int COMMENT = 7;
  /** RegularExpression Id. */
  int KEY = 9;
  /** RegularExpression Id. */
  int LETTER = 10;
  /** RegularExpression Id. */
  int PART_LETTER = 11;
  /** RegularExpression Id. */
  int EQ = 12;
  /** RegularExpression Id. */
  int CONTINUATION = 13;
  /** RegularExpression Id. */
  int SEMICOLON = 14;
  /** RegularExpression Id. */
  int ESCAPEDSEMICOLON = 15;
  /** RegularExpression Id. */
  int EOL = 16;
  /** RegularExpression Id. */
  int VALUE = 17;

  /** Lexical state. */
  int DEFAULT = 0;
  /** Lexical state. */
  int IN_SINGLE_LINE_COMMENT = 1;
  /** Lexical state. */
  int VALUESTATE = 2;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy