com.vectorprint.configuration.parser.MultiValueParserConstants Maven / Gradle / Ivy
/* Generated By:JavaCC: Do not edit this line. MultiValueParserConstants.java */
package com.vectorprint.configuration.parser;
/**
* Token literal values and constants.
* Generated by org.javacc.parser.OtherFilesGen#start()
*/
public interface MultiValueParserConstants {
/** End of File. */
int EOF = 0;
/** RegularExpression Id. */
int SEMICOLON = 1;
/** RegularExpression Id. */
int ESCAPEDSEMICOLON = 2;
/** RegularExpression Id. */
int VALUE = 3;
/** Lexical state. */
int DEFAULT = 0;
/** Literal token values. */
String[] tokenImage = {
"",
"\";\"",
"\"\\\\;\"",
"",
};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy