public class QueryParser extends Object
| Constructor and Description |
|---|
QueryParser(DataContext dataContext,
String queryString) |
| Modifier and Type | Method and Description |
|---|---|
protected int[] |
indexesOf(String string,
int[] previousIndices)
Finds the start and end indexes of a string in the query.
|
Query |
parse() |
public QueryParser(DataContext dataContext, String queryString)
public Query parse() throws QueryParserException
QueryParserExceptionprotected int[] indexesOf(String string, int[] previousIndices)
string - previousIndices - Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.