Package com.yahoo.search.query.parser
Interface Parser
-
- All Known Implementing Classes:
SelectParser
public interface Parser
Defines the interface of a query parser. To construct an instance of this class, use theParserFactory
.- Author:
- Simon Thoresen Hult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryTree
parse(Parsable query)
-