it.unimi.dsi.mg4j.query.parser
Interface QueryParser

All Superinterfaces:
FlyweightPrototype<QueryParser>
All Known Implementing Classes:
SimpleParser

public interface QueryParser
extends FlyweightPrototype<QueryParser>

A parser transforming query strings in composite Query objects.

Author:
Sebastiano Vigna

Method Summary
 QueryParser copy()
           
 Query parse(String query)
           
 

Method Detail

parse

Query parse(String query)
            throws QueryParserException
Throws:
QueryParserException

copy

QueryParser copy()
Specified by:
copy in interface FlyweightPrototype<QueryParser>