private abstract static class SearchCompiler.RangeMatch extends SearchCompiler.Match
Constructor and Description |
---|
SearchCompiler.RangeMatch(long min,
long max) |
SearchCompiler.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 SearchCompiler.RangeMatch(long min, long max)
public SearchCompiler.RangeMatch(PushbackTokenizer.Range range)
protected abstract Long getNumber(OsmPrimitive osm)
public boolean match(OsmPrimitive osm)
match
in class SearchCompiler.Match