Uses of Class
org.openstreetmap.josm.data.osm.search.SearchCompiler.UnaryMatch
-
Packages that use SearchCompiler.UnaryMatch Package Description org.openstreetmap.josm.data.osm.search Provides classes allowing to search OSM primitives in a dataset using textual queries. -
-
Uses of SearchCompiler.UnaryMatch in org.openstreetmap.josm.data.osm.search
Subclasses of SearchCompiler.UnaryMatch in org.openstreetmap.josm.data.osm.search Modifier and Type Class Description static class
SearchCompiler.Child
Matches objects if they are children of the expressionstatic class
SearchCompiler.Not
Inverts the match.static class
SearchCompiler.Parent
Matches objects if they are parents of the expressionMethods in org.openstreetmap.josm.data.osm.search that return SearchCompiler.UnaryMatch Modifier and Type Method Description SearchCompiler.UnaryMatch
SearchCompiler.CoreUnaryMatchFactory. get(String keyword, SearchCompiler.Match matchOperand, PushbackTokenizer tokenizer)
SearchCompiler.UnaryMatch
SearchCompiler.UnaryMatchFactory. get(String keyword, SearchCompiler.Match matchOperand, PushbackTokenizer tokenizer)
-