![JAR search and dependency download from the Maven repository](/logo.png)
liquibase.util.grammar.SimpleSqlGrammarConstants Maven / Gradle / Ivy
/* Generated By:JavaCC: Do not edit this line. SimpleSqlGrammarConstants.java */
package liquibase.util.grammar;
/**
* Token literal values and constants.
* Generated by org.javacc.parser.OtherFilesGen#start()
*/
public interface SimpleSqlGrammarConstants {
/** End of File. */
int EOF = 0;
/** RegularExpression Id. */
int WHITESPACE = 1;
/** RegularExpression Id. */
int LINE_COMMENT = 2;
/** RegularExpression Id. */
int MULTI_LINE_COMMENT = 3;
/** RegularExpression Id. */
int S_DOUBLE = 4;
/** RegularExpression Id. */
int S_LONG = 5;
/** RegularExpression Id. */
int DIGIT = 6;
/** RegularExpression Id. */
int COMPLEX_IDENTIFIER = 7;
/** RegularExpression Id. */
int S_IDENTIFIER = 8;
/** RegularExpression Id. */
int LETTER = 9;
/** RegularExpression Id. */
int SPECIAL_CHARS = 10;
/** RegularExpression Id. */
int ESC_S_QUOTE_A = 11;
/** RegularExpression Id. */
int ESC_S_QUOTE_B = 12;
/** RegularExpression Id. */
int ESC_D_QUOTE_A = 13;
/** RegularExpression Id. */
int ESC_D_QUOTE_B = 14;
/** RegularExpression Id. */
int ESC_NON_QUOTE = 15;
/** RegularExpression Id. */
int S_QUOTED_STRING_HYBRID = 16;
/** RegularExpression Id. */
int D_QUOTED_STRING_HYBRID = 17;
/** RegularExpression Id. */
int S_CHAR_LITERAL = 18;
/** RegularExpression Id. */
int S_QUOTED_IDENTIFIER = 19;
/** RegularExpression Id. */
int EMPTY_QUOTE = 20;
/** RegularExpression Id. */
int UNICODE_LETTERS = 21;
/** RegularExpression Id. */
int SYMBOL = 22;
/** Lexical state. */
int DEFAULT = 0;
/** Literal token values. */
String[] tokenImage = {
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"\"\\\'\\\'\"",
"\"\\\\\\\'\"",
"\"\\\"\\\"\"",
"\"\\\\\\\"\"",
"",
"",
"",
"",
"",
"",
"",
"",
};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy