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

com.vectorprint.configuration.parser.MultiValueParamParserConstants Maven / Gradle / Ivy

Go to download

A library for configuration of applications and parameterization of objects. Settings can be provided in a configfile (file, url, stream), as arguments and programmatically, object parameters can be set using annotations or code. Both provide data type support, serialization, cloning, a help mechanism.

There is a newer version: 12.0
Show newest version
/* Generated By:JavaCC: Do not edit this line. MultiValueParamParserConstants.java */
package com.vectorprint.configuration.parser;


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

  /** End of File. */
  int EOF = 0;
  /** RegularExpression Id. */
  int PIPE = 1;
  /** RegularExpression Id. */
  int ESC_PIPE = 2;
  /** RegularExpression Id. */
  int VALUE = 3;

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy