org.openstreetmap.josm.actions.search
Class SearchCompiler.Never

java.lang.Object
  extended by org.openstreetmap.josm.actions.search.SearchCompiler.Match
      extended by org.openstreetmap.josm.actions.search.SearchCompiler.Never
Enclosing class:
SearchCompiler

public static class SearchCompiler.Never
extends SearchCompiler.Match

Never matches any OsmPrimitive.


Constructor Summary
SearchCompiler.Never()
           
 
Method Summary
 boolean match(OsmPrimitive osm)
           
 
Methods inherited from class org.openstreetmap.josm.actions.search.SearchCompiler.Match
existsMatch, forallMatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchCompiler.Never

public SearchCompiler.Never()
Method Detail

match

public boolean match(OsmPrimitive osm)
Specified by:
match in class SearchCompiler.Match


JOSM