Interface SearchCompiler.UnaryMatchFactory
-
- All Superinterfaces:
SearchCompiler.MatchFactory
- All Known Implementing Classes:
SearchCompiler.CoreUnaryMatchFactory
- Enclosing class:
- SearchCompiler
public static interface SearchCompiler.UnaryMatchFactory extends SearchCompiler.MatchFactory
A factory for gettingSearchCompiler.UnaryMatchobjects
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchCompiler.UnaryMatchget(java.lang.String keyword, SearchCompiler.Match matchOperand, PushbackTokenizer tokenizer)Get theSearchCompiler.UnaryMatchobject-
Methods inherited from interface org.openstreetmap.josm.data.osm.search.SearchCompiler.MatchFactory
getKeywords
-
-
-
-
Method Detail
-
get
SearchCompiler.UnaryMatch get(java.lang.String keyword, SearchCompiler.Match matchOperand, PushbackTokenizer tokenizer) throws SearchParseError
Get theSearchCompiler.UnaryMatchobject- Parameters:
keyword- The keyword to get/create the correctSearchCompiler.UnaryMatchobjectmatchOperand- May be used to construct theSearchCompiler.UnaryMatchobjecttokenizer- May be used to construct theSearchCompiler.UnaryMatchobject- Returns:
- The
SearchCompiler.UnaryMatchobject for the keyword and its arguments - Throws:
SearchParseError- If theSearchCompiler.UnaryMatchobject could not be constructed.
-
-