org.activemq.selector
Interface SelectorParserConstants
- All Known Implementing Classes:
- SelectorParser, SelectorParserTokenManager
public interface SelectorParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
LINE_COMMENT
static final int LINE_COMMENT
- See Also:
- Constant Field Values
BLOCK_COMMENT
static final int BLOCK_COMMENT
- See Also:
- Constant Field Values
NOT
static final int NOT
- 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
BETWEEN
static final int BETWEEN
- See Also:
- Constant Field Values
LIKE
static final int LIKE
- See Also:
- Constant Field Values
ESCAPE
static final int ESCAPE
- See Also:
- Constant Field Values
IN
static final int IN
- See Also:
- Constant Field Values
IS
static final int IS
- 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
NULL
static final int NULL
- See Also:
- Constant Field Values
XPATH
static final int XPATH
- See Also:
- Constant Field Values
XQUERY
static final int XQUERY
- See Also:
- Constant Field Values
DECIMAL_LITERAL
static final int DECIMAL_LITERAL
- See Also:
- Constant Field Values
HEX_LITERAL
static final int HEX_LITERAL
- See Also:
- Constant Field Values
OCTAL_LITERAL
static final int OCTAL_LITERAL
- See Also:
- Constant Field Values
FLOATING_POINT_LITERAL
static final int FLOATING_POINT_LITERAL
- See Also:
- Constant Field Values
EXPONENT
static final int EXPONENT
- See Also:
- Constant Field Values
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
ID
static final int ID
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final String[] tokenImage
Copyright © 2004-2009 Protique, Ltd.. All Rights Reserved.