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