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