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, forallMatchpublic Nth(PushbackTokenizer tokenizer, boolean modulo) throws SearchCompiler.ParseError
SearchCompiler.ParseErrorprivate Nth(int nth, boolean modulo) throws SearchCompiler.ParseError
SearchCompiler.ParseErrorpublic boolean match(OsmPrimitive osm)
match in class SearchCompiler.Match