public static class SearchCompiler.Not extends SearchCompiler.UnaryMatch
match| Constructor and Description |
|---|
Not(SearchCompiler.Match match) |
| Modifier and Type | Method and Description |
|---|---|
SearchCompiler.Match |
getMatch() |
boolean |
match(OsmPrimitive osm)
Tests whether the primitive matches this criterion.
|
boolean |
match(Tagged osm)
Tests whether the tagged object matches this criterion.
|
java.lang.String |
toString() |
equals, getOperand, hashCodetestpublic Not(SearchCompiler.Match match)
public boolean match(OsmPrimitive osm)
SearchCompiler.Matchmatch in class SearchCompiler.Matchosm - the primitive to testpublic boolean match(Tagged osm)
SearchCompiler.Matchmatch in class SearchCompiler.Matchosm - the tagged object to testpublic java.lang.String toString()
toString in class java.lang.Objectpublic SearchCompiler.Match getMatch()