|
|||||||||
| Home >> All >> org >> activemq >> [ selector overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.activemq.selector
Interface SelectorParserConstants

- All Known Implementing Classes:
- SelectorParser, SelectorParserTokenManager
- public interface SelectorParserConstants
| Field Summary | |
static int |
AND
|
static int |
BETWEEN
|
static int |
BLOCK_COMMENT
|
static int |
DECIMAL_LITERAL
|
static int |
DEFAULT
|
static int |
EOF
|
static int |
ESCAPE
|
static int |
EXPONENT
|
static int |
FALSE
|
static int |
FLOATING_POINT_LITERAL
|
static int |
HEX_LITERAL
|
static int |
ID
|
static int |
IN
|
static int |
IS
|
static int |
LIKE
|
static int |
LINE_COMMENT
|
static int |
NOT
|
static int |
NULL
|
static int |
OCTAL_LITERAL
|
static int |
OR
|
static int |
STRING_LITERAL
|
static java.lang.String[] |
tokenImage
|
static int |
TRUE
|
static int |
XPATH
|
static int |
XQUERY
|
| Field Detail |
EOF
public static final int EOF
- See Also:
- Constant Field Values
LINE_COMMENT
public static final int LINE_COMMENT
- See Also:
- Constant Field Values
BLOCK_COMMENT
public static final int BLOCK_COMMENT
- See Also:
- Constant Field Values
NOT
public static final int NOT
- See Also:
- Constant Field Values
AND
public static final int AND
- See Also:
- Constant Field Values
OR
public static final int OR
- See Also:
- Constant Field Values
BETWEEN
public static final int BETWEEN
- See Also:
- Constant Field Values
LIKE
public static final int LIKE
- See Also:
- Constant Field Values
ESCAPE
public static final int ESCAPE
- See Also:
- Constant Field Values
IN
public static final int IN
- See Also:
- Constant Field Values
IS
public static final int IS
- See Also:
- Constant Field Values
TRUE
public static final int TRUE
- See Also:
- Constant Field Values
FALSE
public static final int FALSE
- See Also:
- Constant Field Values
NULL
public static final int NULL
- See Also:
- Constant Field Values
XPATH
public static final int XPATH
- See Also:
- Constant Field Values
XQUERY
public static final int XQUERY
- See Also:
- Constant Field Values
DECIMAL_LITERAL
public static final int DECIMAL_LITERAL
- See Also:
- Constant Field Values
HEX_LITERAL
public static final int HEX_LITERAL
- See Also:
- Constant Field Values
OCTAL_LITERAL
public static final int OCTAL_LITERAL
- See Also:
- Constant Field Values
FLOATING_POINT_LITERAL
public static final int FLOATING_POINT_LITERAL
- See Also:
- Constant Field Values
EXPONENT
public static final int EXPONENT
- See Also:
- Constant Field Values
STRING_LITERAL
public static final int STRING_LITERAL
- See Also:
- Constant Field Values
ID
public static final int ID
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
public static final java.lang.String[] tokenImage
|
|||||||||
| Home >> All >> org >> activemq >> [ selector overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC