private static class SearchCompiler.Nth extends SearchCompiler.Match
Modifier | Constructor and Description |
---|---|
private |
Nth(int nth,
boolean modulo) |
|
Nth(PushbackTokenizer tokenizer,
boolean modulo) |
Modifier and Type | Method and Description |
---|---|
boolean |
match(OsmPrimitive osm) |
evaluate, existsMatch, forallMatch
public Nth(PushbackTokenizer tokenizer, boolean modulo) throws SearchCompiler.ParseError
SearchCompiler.ParseError
private Nth(int nth, boolean modulo)
public boolean match(OsmPrimitive osm)
match
in class SearchCompiler.Match