public static class SearchCompiler.Not extends SearchCompiler.UnaryMatch
match
Constructor and Description |
---|
SearchCompiler.Not(SearchCompiler.Match match) |
Modifier and Type | Method and Description |
---|---|
SearchCompiler.Match |
getMatch() |
boolean |
match(OsmPrimitive osm) |
java.lang.String |
toString() |
getOperand
evaluate, existsMatch, forallMatch
public SearchCompiler.Not(SearchCompiler.Match match)
public boolean match(OsmPrimitive osm)
match
in class SearchCompiler.Match
public java.lang.String toString()
toString
in class java.lang.Object
public SearchCompiler.Match getMatch()