Interface SearchCompiler.UnaryMatchFactory
-
- All Superinterfaces:
SearchCompiler.MatchFactory
- All Known Implementing Classes:
SearchCompiler.CoreUnaryMatchFactory
- Enclosing class:
- SearchCompiler
public static interface SearchCompiler.UnaryMatchFactory extends SearchCompiler.MatchFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchCompiler.UnaryMatch
get(String keyword, SearchCompiler.Match matchOperand, PushbackTokenizer tokenizer)
-
Methods inherited from interface org.openstreetmap.josm.data.osm.search.SearchCompiler.MatchFactory
getKeywords
-
-
-
-
Method Detail
-
get
SearchCompiler.UnaryMatch get(String keyword, SearchCompiler.Match matchOperand, PushbackTokenizer tokenizer) throws SearchParseError
- Throws:
SearchParseError
-
-