Package ru.curs.celesta.dbutils.filter
Interface FilterParserConstants
-
- All Known Implementing Classes:
FilterParser,FilterParserTokenManager
public interface FilterParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULTLexical state.static intDIGITRegularExpression Id.static intEOFEnd of File.static intS_CHAR_LITERALRegularExpression Id.static intS_DOUBLERegularExpression Id.static intS_INTEGERRegularExpression Id.static intS_NULLRegularExpression Id.static String[]tokenImageLiteral token values.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
S_DOUBLE
static final int S_DOUBLE
RegularExpression Id.- See Also:
- Constant Field Values
-
S_INTEGER
static final int S_INTEGER
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
S_CHAR_LITERAL
static final int S_CHAR_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
S_NULL
static final int S_NULL
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.
-
-