Uses of Interface
org.openstreetmap.josm.actions.search.SearchCompiler.MatchFactory

Packages that use SearchCompiler.MatchFactory
org.openstreetmap.josm.actions.search   
 

Uses of SearchCompiler.MatchFactory in org.openstreetmap.josm.actions.search
 

Subinterfaces of SearchCompiler.MatchFactory in org.openstreetmap.josm.actions.search
static interface SearchCompiler.BinaryMatchFactory
           
static interface SearchCompiler.SimpleMatchFactory
           
static interface SearchCompiler.UnaryMatchFactory
           
 

Classes in org.openstreetmap.josm.actions.search that implement SearchCompiler.MatchFactory
 class SearchCompiler.CoreSimpleMatchFactory
           
static class SearchCompiler.CoreUnaryMatchFactory
           
 

Methods in org.openstreetmap.josm.actions.search with parameters of type SearchCompiler.MatchFactory
static void SearchCompiler.addMatchFactory(SearchCompiler.MatchFactory factory)
          Add (register) MatchFactory with SearchCompiler
 



JOSM