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

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

private static class SearchCompiler.Untagged
extends SearchCompiler.Match

Matches objects that don't have any interesting tags (i.e. only has source, FIXME, etc.). The complete list of uninteresting tags can be found here: org.openstreetmap.josm.data.osm.OsmPrimitive.getUninterestingKeys()


Constructor Summary
private SearchCompiler.Untagged()
           
 
Method Summary
 boolean match(OsmPrimitive osm)
           
 java.lang.String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

SearchCompiler.Untagged

private SearchCompiler.Untagged()
Method Detail

match

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


JOSM