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 classSearchCompiler.ChildMatches objects if they are children of the expressionstatic classSearchCompiler.NotInverts the match.static classSearchCompiler.ParentMatches 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.UnaryMatchSearchCompiler.CoreUnaryMatchFactory. get(java.lang.String keyword, SearchCompiler.Match matchOperand, PushbackTokenizer tokenizer)SearchCompiler.UnaryMatchSearchCompiler.UnaryMatchFactory. get(java.lang.String keyword, SearchCompiler.Match matchOperand, PushbackTokenizer tokenizer)Get theSearchCompiler.UnaryMatchobject
-