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

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

public static class SearchCompiler.Always
extends SearchCompiler.Match

Matches every OsmPrimitive.


Field Summary
static SearchCompiler.Always INSTANCE
           
 
Constructor Summary
SearchCompiler.Always()
           
 
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
 

Field Detail

INSTANCE

public static SearchCompiler.Always INSTANCE
Constructor Detail

SearchCompiler.Always

public SearchCompiler.Always()
Method Detail

match

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


JOSM