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