Package ru.curs.celesta.dbutils.filter
Interface FilterParserConstants
-
- All Known Implementing Classes:
FilterParser
,FilterParserTokenManager
public interface FilterParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT
Lexical state.static int
DIGIT
RegularExpression Id.static int
EOF
End of File.static int
S_CHAR_LITERAL
RegularExpression Id.static int
S_DOUBLE
RegularExpression Id.static int
S_INTEGER
RegularExpression Id.static int
S_NULL
RegularExpression Id.static String[]
tokenImage
Literal 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.
-
-