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) |
java.lang.String |
toString() |
getOperandevaluate, existsMatch, forallMatchpublic Not(SearchCompiler.Match match)
public boolean match(OsmPrimitive osm)
match in class SearchCompiler.Matchpublic java.lang.String toString()
toString in class java.lang.Objectpublic SearchCompiler.Match getMatch()