Class SearchCompiler.CoreUnaryMatchFactory
- java.lang.Object
-
- org.openstreetmap.josm.data.osm.search.SearchCompiler.CoreUnaryMatchFactory
-
- All Implemented Interfaces:
SearchCompiler.MatchFactory
,SearchCompiler.UnaryMatchFactory
- Enclosing class:
- SearchCompiler
public static class SearchCompiler.CoreUnaryMatchFactory extends Object implements SearchCompiler.UnaryMatchFactory
-
-
Field Summary
Fields Modifier and Type Field Description private static Collection<String>
keywords
-
Constructor Summary
Constructors Constructor Description CoreUnaryMatchFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchCompiler.UnaryMatch
get(String keyword, SearchCompiler.Match matchOperand, PushbackTokenizer tokenizer)
Collection<String>
getKeywords()
-
-
-
Field Detail
-
keywords
private static final Collection<String> keywords
-
-
Constructor Detail
-
CoreUnaryMatchFactory
public CoreUnaryMatchFactory()
-
-
Method Detail
-
get
public SearchCompiler.UnaryMatch get(String keyword, SearchCompiler.Match matchOperand, PushbackTokenizer tokenizer)
- Specified by:
get
in interfaceSearchCompiler.UnaryMatchFactory
-
getKeywords
public Collection<String> getKeywords()
- Specified by:
getKeywords
in interfaceSearchCompiler.MatchFactory
-
-