private abstract static class SearchCompiler.RangeMatch extends SearchCompiler.Match
Constructor and Description |
---|
RangeMatch(long min,
long max) |
RangeMatch(PushbackTokenizer.Range range) |
Modifier and Type | Method and Description |
---|---|
protected abstract Long |
getNumber(OsmPrimitive osm) |
protected abstract String |
getString() |
boolean |
match(OsmPrimitive osm) |
String |
toString() |
evaluate, existsMatch, forallMatch
public RangeMatch(long min, long max)
public RangeMatch(PushbackTokenizer.Range range)
protected abstract Long getNumber(OsmPrimitive osm)
public boolean match(OsmPrimitive osm)
match
in class SearchCompiler.Match