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

All Known Subinterfaces:
SearchCompiler.BinaryMatchFactory, SearchCompiler.SimpleMatchFactory, SearchCompiler.UnaryMatchFactory
All Known Implementing Classes:
SearchCompiler.CoreSimpleMatchFactory, SearchCompiler.CoreUnaryMatchFactory
Enclosing class:
SearchCompiler

private static interface SearchCompiler.MatchFactory

Classes implementing this interface can provide Match operators.


Method Summary
 java.util.Collection<java.lang.String> getKeywords()
           
 

Method Detail

getKeywords

java.util.Collection<java.lang.String> getKeywords()


JOSM