public static class SearchCompiler.Xor extends SearchCompiler.BinaryMatch
lhs, rhs| Constructor and Description |
|---|
Xor(SearchCompiler.Match lhs,
SearchCompiler.Match rhs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(OsmPrimitive osm) |
java.lang.String |
toString() |
getLhs, getRhsevaluate, existsMatch, forallMatchpublic Xor(SearchCompiler.Match lhs, SearchCompiler.Match rhs)
public boolean match(OsmPrimitive osm)
match in class SearchCompiler.Matchpublic java.lang.String toString()
toString in class java.lang.Object