Uses of Interface
com.yahoo.search.query.parser.Parser
-
Packages that use Parser Package Description com.yahoo.search.query The search query modelcom.yahoo.search.query.parser Provides access to parsing query strings into queries -
-
Uses of Parser in com.yahoo.search.query
Classes in com.yahoo.search.query that implement Parser Modifier and Type Class Description class
SelectParser
The Select query language. -
Uses of Parser in com.yahoo.search.query.parser
Methods in com.yahoo.search.query.parser that return Parser Modifier and Type Method Description static Parser
ParserFactory. newInstance(Query.Type type, ParserEnvironment environment)
Creates aParser
appropriate for the givenQuery.Type
, providing the Parser with access to theParserEnvironment
given.
-