![JAR search and dependency download from the Maven repository](/logo.png)
net.officefloor.web.template.parse.WebTemplateParserConstants Maven / Gradle / Ivy
/* Generated By:JavaCC: Do not edit this line. WebTemplateParserConstants.java */
package net.officefloor.web.template.parse;
/**
* Token literal values and constants.
* Generated by org.javacc.parser.OtherFilesGen#start()
*/
public interface WebTemplateParserConstants {
/** End of File. */
int EOF = 0;
/** RegularExpression Id. */
int LINK = 1;
/** RegularExpression Id. */
int PROPERTY = 2;
/** RegularExpression Id. */
int SECTION = 3;
/** RegularExpression Id. */
int BEAN_COMMENT_OPEN = 4;
/** RegularExpression Id. */
int BEAN_COMMENT_CLOSE = 5;
/** RegularExpression Id. */
int BEAN_OPEN = 6;
/** RegularExpression Id. */
int BEAN_CLOSE = 7;
/** RegularExpression Id. */
int STATIC = 8;
/** RegularExpression Id. */
int WHITE_SPACE = 9;
/** RegularExpression Id. */
int REFERENCE = 10;
/** RegularExpression Id. */
int SECTION_NAME = 11;
/** RegularExpression Id. */
int NAME = 12;
/** Lexical state. */
int DEFAULT = 0;
/** Literal token values. */
String[] tokenImage = {
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy