com.vectorprint.configuration.parser.ObjectParserConstants Maven / Gradle / Ivy
/* Generated By:JavaCC: Do not edit this line. ObjectParserConstants.java */
package com.vectorprint.configuration.parser;
/**
* Token literal values and constants.
* Generated by org.javacc.parser.OtherFilesGen#start()
*/
public interface ObjectParserConstants {
/** End of File. */
int EOF = 0;
/** RegularExpression Id. */
int LEFTPAREN = 1;
/** RegularExpression Id. */
int IDENTIFIER = 2;
/** RegularExpression Id. */
int LETTER = 3;
/** RegularExpression Id. */
int PART_LETTER = 4;
/** RegularExpression Id. */
int KEY = 5;
/** RegularExpression Id. */
int EQ = 6;
/** RegularExpression Id. */
int RIGHTPAREN = 7;
/** RegularExpression Id. */
int ESC_RIGHTPAREN = 8;
/** RegularExpression Id. */
int KOMMA = 9;
/** RegularExpression Id. */
int ESC_KOMMA = 10;
/** RegularExpression Id. */
int VALUE = 11;
/** Lexical state. */
int DEFAULT = 0;
/** Lexical state. */
int PARAMMODE = 1;
/** Lexical state. */
int VALUEMODE = 2;
/** Literal token values. */
String[] tokenImage = {
"",
"\"(\"",
"",
"",
"",
"",
"\"=\"",
"\")\"",
"",
"\",\"",
"",
"",
"\" \"",
};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy