Uses of Interface
org.openstreetmap.josm.data.osm.search.SearchCompiler.UnaryMatchFactory
-
Packages that use SearchCompiler.UnaryMatchFactory Package Description org.openstreetmap.josm.data.osm.search Provides classes allowing to search OSM primitives in a dataset using textual queries. -
-
Uses of SearchCompiler.UnaryMatchFactory in org.openstreetmap.josm.data.osm.search
Classes in org.openstreetmap.josm.data.osm.search that implement SearchCompiler.UnaryMatchFactory Modifier and Type Class Description static classSearchCompiler.CoreUnaryMatchFactoryThe coreSearchCompiler.UnaryMatchfactoryFields in org.openstreetmap.josm.data.osm.search with type parameters of type SearchCompiler.UnaryMatchFactory Modifier and Type Field Description private static java.util.Map<java.lang.String,SearchCompiler.UnaryMatchFactory>SearchCompiler. unaryMatchFactoryMapMethods in org.openstreetmap.josm.data.osm.search with parameters of type SearchCompiler.UnaryMatchFactory Modifier and Type Method Description private SearchCompiler.MatchSearchCompiler. getValidate(SearchCompiler.UnaryMatchFactory unaryFactory, java.lang.String key, PushbackTokenizer tokenizer)
-