public class SearchParser extends Object
SearchExpr ::= ExprOR
ExprOR ::= ExprAnd ('OR' ExprAnd)*
ExprAnd ::= Term ('AND'? Term)*
Term ::= ('NOT'? (Word | Phrase)) | ('(' SearchExpr ')')
| Constructor and Description |
|---|
SearchParser() |
| Modifier and Type | Method and Description |
|---|---|
SearchOption |
parse(UriTokenizer tokenizer) |
public SearchOption parse(UriTokenizer tokenizer) throws SearchParserException
SearchParserExceptionCopyright © 2023. All rights reserved.