org.cdlib.xtf.textEngine.facet
Interface SelectorParserConstants
- All Known Implementing Classes:
- SelectorParser, SelectorParserTokenManager
public interface SelectorParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
POUND
static final int POUND
- See Also:
- Constant Field Values
DOUBLE_COLON
static final int DOUBLE_COLON
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
BAR
static final int BAR
- See Also:
- Constant Field Values
STAR
static final int STAR
- See Also:
- Constant Field Values
OPEN_BRACKET
static final int OPEN_BRACKET
- See Also:
- Constant Field Values
CLOSE_BRACKET
static final int CLOSE_BRACKET
- See Also:
- Constant Field Values
OPEN_PAREN
static final int OPEN_PAREN
- See Also:
- Constant Field Values
CLOSE_PAREN
static final int CLOSE_PAREN
- See Also:
- Constant Field Values
DASH
static final int DASH
- See Also:
- Constant Field Values
EQUAL
static final int EQUAL
- See Also:
- Constant Field Values
NUMBER
static final int NUMBER
- See Also:
- Constant Field Values
TERM
static final int TERM
- See Also:
- Constant Field Values
STRING
static final int STRING
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final String[] tokenImage