org.springmodules.validation.valang.parser
Interface ValangParserConstants
- All Known Implementing Classes:
- ValangParser, ValangParserTokenManager
public interface ValangParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
AND
static final int AND
- See Also:
- Constant Field Values
OR
static final int OR
- See Also:
- Constant Field Values
NOT
static final int NOT
- See Also:
- Constant Field Values
BETWEEN
static final int BETWEEN
- See Also:
- Constant Field Values
NOT_BETWEEN
static final int NOT_BETWEEN
- See Also:
- Constant Field Values
IN
static final int IN
- See Also:
- Constant Field Values
NOT_IN
static final int NOT_IN
- See Also:
- Constant Field Values
IS_NULL
static final int IS_NULL
- See Also:
- Constant Field Values
IS_NOT_NULL
static final int IS_NOT_NULL
- See Also:
- Constant Field Values
HAS_TEXT
static final int HAS_TEXT
- See Also:
- Constant Field Values
HAS_NO_TEXT
static final int HAS_NO_TEXT
- See Also:
- Constant Field Values
HAS_LENGTH
static final int HAS_LENGTH
- See Also:
- Constant Field Values
HAS_NO_LENGTH
static final int HAS_NO_LENGTH
- See Also:
- Constant Field Values
IS_BLANK
static final int IS_BLANK
- See Also:
- Constant Field Values
IS_NOT_BLANK
static final int IS_NOT_BLANK
- See Also:
- Constant Field Values
IS_UPPER_CASE
static final int IS_UPPER_CASE
- See Also:
- Constant Field Values
IS_NOT_UPPER_CASE
static final int IS_NOT_UPPER_CASE
- See Also:
- Constant Field Values
IS_LOWER_CASE
static final int IS_LOWER_CASE
- See Also:
- Constant Field Values
IS_NOT_LOWER_CASE
static final int IS_NOT_LOWER_CASE
- See Also:
- Constant Field Values
IS_WORD
static final int IS_WORD
- See Also:
- Constant Field Values
IS_NOT_WORD
static final int IS_NOT_WORD
- See Also:
- Constant Field Values
TRUE
static final int TRUE
- See Also:
- Constant Field Values
FALSE
static final int FALSE
- See Also:
- Constant Field Values
MORE_THAN_OR_EQUAL
static final int MORE_THAN_OR_EQUAL
- See Also:
- Constant Field Values
MORE_THAN
static final int MORE_THAN
- See Also:
- Constant Field Values
LESS_THAN_OR_EQUAL
static final int LESS_THAN_OR_EQUAL
- See Also:
- Constant Field Values
LESS_THAN
static final int LESS_THAN
- See Also:
- Constant Field Values
NOT_EQUAL
static final int NOT_EQUAL
- See Also:
- Constant Field Values
EQUALS
static final int EQUALS
- See Also:
- Constant Field Values
ADD
static final int ADD
- See Also:
- Constant Field Values
SUBTRACT
static final int SUBTRACT
- See Also:
- Constant Field Values
MULTIPLY
static final int MULTIPLY
- See Also:
- Constant Field Values
DIVIDE
static final int DIVIDE
- See Also:
- Constant Field Values
MOD
static final int MOD
- See Also:
- Constant Field Values
NUM
static final int NUM
- See Also:
- Constant Field Values
STRING
static final int STRING
- See Also:
- Constant Field Values
DATE
static final int DATE
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
UNDERSCORE
static final int UNDERSCORE
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
POSITIVE_INTEGER
static final int POSITIVE_INTEGER
- See Also:
- Constant Field Values
LOWERLETTER
static final int LOWERLETTER
- See Also:
- Constant Field Values
UPPERLETTER
static final int UPPERLETTER
- See Also:
- Constant Field Values
PLAIN_PATH_ELEMENT
static final int PLAIN_PATH_ELEMENT
- See Also:
- Constant Field Values
INDEXED_PATH_ELEMENT
static final int INDEXED_PATH_ELEMENT
- See Also:
- Constant Field Values
FUNCTION_NAME
static final int FUNCTION_NAME
- See Also:
- Constant Field Values
PATH
static final int PATH
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage
Copyright © 2005. All Rights Reserved.