Uses of Class
org.openstreetmap.josm.data.osm.search.SearchCompiler.AbstractBinaryMatch
-
Packages that use SearchCompiler.AbstractBinaryMatch Package Description org.openstreetmap.josm.data.osm.search Provides classes allowing to search OSM primitives in a dataset using textual queries. -
-
Uses of SearchCompiler.AbstractBinaryMatch in org.openstreetmap.josm.data.osm.search
Subclasses of SearchCompiler.AbstractBinaryMatch in org.openstreetmap.josm.data.osm.search Modifier and Type Class Description static class
SearchCompiler.And
Matches if both left and right expressions match.static class
SearchCompiler.Or
Matches if the left OR the right expression match.static class
SearchCompiler.Xor
Matches if the left OR the right expression match, but not both.Methods in org.openstreetmap.josm.data.osm.search that return SearchCompiler.AbstractBinaryMatch Modifier and Type Method Description SearchCompiler.AbstractBinaryMatch
SearchCompiler.BinaryMatchFactory. get(String keyword, SearchCompiler.Match lhs, SearchCompiler.Match rhs, PushbackTokenizer tokenizer)
-