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) |
String |
toString() |
getOperand
evaluate, existsMatch, forallMatch
public Not(SearchCompiler.Match match)
public boolean match(OsmPrimitive osm)
match
in class SearchCompiler.Match
public SearchCompiler.Match getMatch()