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() |
getOperand
evaluate, existsMatch, forallMatch
public Not(SearchCompiler.Match match)
public boolean match(OsmPrimitive osm)
SearchCompiler.Match
match
in class SearchCompiler.Match
osm
- the primitive to testpublic boolean match(Tagged osm)
SearchCompiler.Match
match
in class SearchCompiler.Match
osm
- the tagged object to testpublic java.lang.String toString()
toString
in class java.lang.Object
public SearchCompiler.Match getMatch()