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 class
SearchCompiler.CoreUnaryMatchFactory
The coreSearchCompiler.UnaryMatch
factoryFields 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. unaryMatchFactoryMap
Methods in org.openstreetmap.josm.data.osm.search with parameters of type SearchCompiler.UnaryMatchFactory Modifier and Type Method Description private SearchCompiler.Match
SearchCompiler. getValidate(SearchCompiler.UnaryMatchFactory unaryFactory, java.lang.String key, PushbackTokenizer tokenizer)
-