public static interface SearchCompiler.BinaryMatchFactory extends SearchCompiler.MatchFactory
Modifier and Type | Method and Description |
---|---|
SearchCompiler.BinaryMatch |
get(String keyword,
SearchCompiler.Match lhs,
SearchCompiler.Match rhs,
PushbackTokenizer tokenizer) |
getKeywords
SearchCompiler.BinaryMatch get(String keyword, SearchCompiler.Match lhs, SearchCompiler.Match rhs, PushbackTokenizer tokenizer) throws SearchCompiler.ParseError
SearchCompiler.ParseError