org.exolab.jms.selector.parser
Interface SelectorTreeParserTokenTypes
- All Known Implementing Classes:
- SelectorTreeParser
public interface SelectorTreeParserTokenTypes
Selector tree parser
- Version:
- $Revision: 1.1 $ $Date: 2004/11/26 01:50:45 $
- Author:
- Tim Anderson
- See Also:
SelectorParser
,
SelectorTreeParser
EOF
static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
UNARY_MINUS
static final int UNARY_MINUS
- See Also:
- Constant Field Values
LITERAL_or
static final int LITERAL_or
- See Also:
- Constant Field Values
LITERAL_and
static final int LITERAL_and
- See Also:
- Constant Field Values
LITERAL_not
static final int LITERAL_not
- See Also:
- Constant Field Values
EQUAL
static final int EQUAL
- See Also:
- Constant Field Values
NOT_EQUAL
static final int NOT_EQUAL
- See Also:
- Constant Field Values
LT
static final int LT
- See Also:
- Constant Field Values
GT
static final int GT
- See Also:
- Constant Field Values
LE
static final int LE
- See Also:
- Constant Field Values
GE
static final int GE
- See Also:
- Constant Field Values
PLUS
static final int PLUS
- See Also:
- Constant Field Values
MINUS
static final int MINUS
- 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
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
IDENT
static final int IDENT
- See Also:
- Constant Field Values
LITERAL_is
static final int LITERAL_is
- See Also:
- Constant Field Values
LITERAL_null
static final int LITERAL_null
- See Also:
- Constant Field Values
LITERAL_between
static final int LITERAL_between
- See Also:
- Constant Field Values
LITERAL_in
static final int LITERAL_in
- See Also:
- Constant Field Values
LITERAL_like
static final int LITERAL_like
- See Also:
- Constant Field Values
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
LITERAL_escape
static final int LITERAL_escape
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
NUM_INT
static final int NUM_INT
- See Also:
- Constant Field Values
NUM_FLOAT
static final int NUM_FLOAT
- See Also:
- Constant Field Values
LITERAL_false
static final int LITERAL_false
- See Also:
- Constant Field Values
LITERAL_true
static final int LITERAL_true
- See Also:
- Constant Field Values
WS
static final int WS
- See Also:
- Constant Field Values
HEX_DIGIT
static final int HEX_DIGIT
- See Also:
- Constant Field Values
EXPONENT
static final int EXPONENT
- See Also:
- Constant Field Values
FLOAT_SUFFIX
static final int FLOAT_SUFFIX
- See Also:
- Constant Field Values
IDENT_START
static final int IDENT_START
- See Also:
- Constant Field Values
IDENT_NON_START
static final int IDENT_NON_START
- See Also:
- Constant Field Values
IDENT_PART
static final int IDENT_PART
- See Also:
- Constant Field Values
Copyright © 1999-2012 The OpenJMS Group. All Rights Reserved.