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

org.efaps.beans.valueparser.ValueParserConstants Maven / Gradle / Ivy

Go to download

eFaps is a framework used to map objects with or without attached files to a relational database and optional file systems (only for attaches files). Configurable access control can be provided down to object and attribute level depending on implementation and use case. Depending on requirements, events (like triggers) allow to implement business logic and to separate business logic from user interface. The framework includes integrations (e.g. webdav, full text search) and a web application as 'simple' configurable user interface. Some best practises, example web application modules (e.g. team work module) support administrators and implementers using this framework.

There is a newer version: 3.2.0
Show newest version
/* Generated By:JavaCC: Do not edit this line. ValueParserConstants.java */
package org.efaps.beans.valueparser;


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

  /** End of File. */
  int EOF = 0;
  /** RegularExpression Id. */
  int NON_EXPRESSION_TEXT = 1;
  /** RegularExpression Id. */
  int START_EXPRESSION = 2;
  /** RegularExpression Id. */
  int EXPRESSION = 7;
  /** RegularExpression Id. */
  int END_EXPRESSION = 8;
  /** RegularExpression Id. */
  int LETTER = 9;
  /** RegularExpression Id. */
  int DIGIT = 10;

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy