private static class SearchCompiler.BooleanMatch extends SearchCompiler.Match
| Modifier and Type | Field and Description |
|---|---|
private boolean |
defaultValue |
private java.lang.String |
key |
| Constructor and Description |
|---|
BooleanMatch(java.lang.String key,
boolean defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(OsmPrimitive osm) |
evaluate, existsMatch, forallMatchprivate final java.lang.String key
private final boolean defaultValue
public BooleanMatch(java.lang.String key, boolean defaultValue)
public boolean match(OsmPrimitive osm)
match in class SearchCompiler.Match