it.unimi.dsi.mg4j.query.parser
Interface QueryParserConstants
- All Known Implementing Classes:
- QueryParser, QueryParserTokenManager
- public interface QueryParserConstants
EOF
public static final int EOF
- 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
NOT
public static final int NOT
- See Also:
- Constant Field Values
OPEN_PAREN
public static final int OPEN_PAREN
- See Also:
- Constant Field Values
CLOSE_PAREN
public static final int CLOSE_PAREN
- See Also:
- Constant Field Values
QUOTE
public static final int QUOTE
- See Also:
- Constant Field Values
COLON
public static final int COLON
- See Also:
- Constant Field Values
TILDA
public static final int TILDA
- See Also:
- Constant Field Values
WORD
public static final int WORD
- See Also:
- Constant Field Values
SHARP
public static final int SHARP
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
public static final String[] tokenImage