private static class SearchCompiler.Closed extends SearchCompiler.Match
Modifier | Constructor and Description |
---|---|
private |
Closed() |
Modifier and Type | Method and Description |
---|---|
boolean |
match(OsmPrimitive osm)
Tests whether the primitive matches this criterion.
|
java.lang.String |
toString() |
match, test
private Closed()
public boolean match(OsmPrimitive osm)
SearchCompiler.Match
match
in class SearchCompiler.Match
osm
- the primitive to testpublic java.lang.String toString()
toString
in class java.lang.Object