Package liquibase.util.grammar
Interface SimpleSqlGrammarConstants
-
- All Known Implementing Classes:
SimpleSqlGrammar,SimpleSqlGrammarTokenManager
public interface SimpleSqlGrammarConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intCOMPLEX_IDENTIFIERRegularExpression Id.static intD_QUOTED_STRING_HYBRIDRegularExpression Id.static intDEFAULTLexical state.static intDIGITRegularExpression Id.static intEMPTY_QUOTERegularExpression Id.static intEOFEnd of File.static intESC_ANY_CHARRegularExpression Id.static intESC_D_QUOTERegularExpression Id.static intESC_S_QUOTERegularExpression Id.static intFIRST_CHAR_SPECIAL_CHARSRegularExpression Id.static intLETTERRegularExpression Id.static intLINE_COMMENTRegularExpression Id.static intMULTI_LINE_COMMENTRegularExpression Id.static intS_CHAR_LITERALRegularExpression Id.static intS_DOUBLERegularExpression Id.static intS_IDENTIFIERRegularExpression Id.static intS_LONGRegularExpression Id.static intS_QUOTED_IDENTIFIERRegularExpression Id.static intS_QUOTED_STRING_HYBRIDRegularExpression Id.static intSPECIAL_CHARSRegularExpression Id.static intSYMBOLRegularExpression Id.static String[]tokenImageLiteral token values.static intUNICODE_LETTERSRegularExpression Id.static intWHITESPACERegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
WHITESPACE
static final int WHITESPACE
RegularExpression Id.- See Also:
- Constant Field Values
-
LINE_COMMENT
static final int LINE_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
MULTI_LINE_COMMENT
static final int MULTI_LINE_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
S_DOUBLE
static final int S_DOUBLE
RegularExpression Id.- See Also:
- Constant Field Values
-
S_LONG
static final int S_LONG
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
COMPLEX_IDENTIFIER
static final int COMPLEX_IDENTIFIER
RegularExpression Id.- See Also:
- Constant Field Values
-
S_IDENTIFIER
static final int S_IDENTIFIER
RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
RegularExpression Id.- See Also:
- Constant Field Values
-
FIRST_CHAR_SPECIAL_CHARS
static final int FIRST_CHAR_SPECIAL_CHARS
RegularExpression Id.- See Also:
- Constant Field Values
-
SPECIAL_CHARS
static final int SPECIAL_CHARS
RegularExpression Id.- See Also:
- Constant Field Values
-
ESC_S_QUOTE
static final int ESC_S_QUOTE
RegularExpression Id.- See Also:
- Constant Field Values
-
ESC_D_QUOTE
static final int ESC_D_QUOTE
RegularExpression Id.- See Also:
- Constant Field Values
-
ESC_ANY_CHAR
static final int ESC_ANY_CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
S_QUOTED_STRING_HYBRID
static final int S_QUOTED_STRING_HYBRID
RegularExpression Id.- See Also:
- Constant Field Values
-
D_QUOTED_STRING_HYBRID
static final int D_QUOTED_STRING_HYBRID
RegularExpression Id.- See Also:
- Constant Field Values
-
S_CHAR_LITERAL
static final int S_CHAR_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
S_QUOTED_IDENTIFIER
static final int S_QUOTED_IDENTIFIER
RegularExpression Id.- See Also:
- Constant Field Values
-
EMPTY_QUOTE
static final int EMPTY_QUOTE
RegularExpression Id.- See Also:
- Constant Field Values
-
UNICODE_LETTERS
static final int UNICODE_LETTERS
RegularExpression Id.- See Also:
- Constant Field Values
-
SYMBOL
static final int SYMBOL
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Literal token values.
-
-