public static class SearchCompiler.Parent extends SearchCompiler.UnaryMatch
match| Constructor and Description |
|---|
Parent(SearchCompiler.Match m) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(OsmPrimitive osm)
Tests whether the primitive matches this criterion.
|
java.lang.String |
toString() |
equals, getOperand, hashCodematch, testpublic Parent(SearchCompiler.Match m)
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