public static class SearchCompiler.Child extends SearchCompiler.UnaryMatch
match
Constructor and Description |
---|
Child(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, hashCode
match, test
public Child(SearchCompiler.Match m)
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