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

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

Go to download

A library for settings and parameterization of objects. Key features are support for data types, help for settings and parameters, annotations for ease of use. Settings and parameters both are Clonable and Serializable. More features for settings such as parsing a settingsfile, being observable, readonliness, caching etc. are available. The library contains javacc generated parsers for syntax support for properties, multi valued properties, parameterized objects and multi valued parameters.

The newest version!
/* Generated by: ParserGeneratorCC: Do not edit this line. HelpParserConstants.java */
package com.vectorprint.configuration.generated.parser;


/**
 * Token literal values and constants.
 * Generated by com.helger.pgcc.output.java.OtherFilesGenJava#start()
 */
public interface HelpParserConstants {

  /** End of File. */
  int EOF = 0;
  /** RegularExpression Id. */
  int EQ = 3;
  /** RegularExpression Id. */
  int SEMICOLON = 4;
  /** RegularExpression Id. */
  int KEY = 5;
  /** RegularExpression Id. */
  int LETTER = 6;
  /** RegularExpression Id. */
  int PART_LETTER = 7;
  /** RegularExpression Id. */
  int TYPE = 10;
  /** RegularExpression Id. */
  int VALUE = 11;
  /** RegularExpression Id. */
  int CONTINUATION = 12;
  /** RegularExpression Id. */
  int EOL = 13;

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

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy