public static class SearchCompiler.CoreUnaryMatchFactory extends Object implements SearchCompiler.UnaryMatchFactory
Modifier and Type | Field and Description |
---|---|
private static Collection<String> |
keywords |
Constructor and Description |
---|
SearchCompiler.CoreUnaryMatchFactory() |
Modifier and Type | Method and Description |
---|---|
SearchCompiler.UnaryMatch |
get(String keyword,
SearchCompiler.Match matchOperand,
PushbackTokenizer tokenizer) |
Collection<String> |
getKeywords() |
private static Collection<String> keywords
public SearchCompiler.CoreUnaryMatchFactory()
public SearchCompiler.UnaryMatch get(String keyword, SearchCompiler.Match matchOperand, PushbackTokenizer tokenizer)
get
in interface SearchCompiler.UnaryMatchFactory
public Collection<String> getKeywords()
getKeywords
in interface SearchCompiler.MatchFactory