public abstract static class SearchCompiler.TaggedMatch extends SearchCompiler.Match
| Constructor and Description |
|---|
TaggedMatch() |
| Modifier and Type | Method and Description |
|---|---|
protected static java.util.regex.Pattern |
compilePattern(java.lang.String regex,
int flags) |
boolean |
match(OsmPrimitive osm)
Tests whether the primitive matches this criterion.
|
abstract boolean |
match(Tagged tags)
Tests whether the tagged object matches this criterion.
|
testpublic TaggedMatch()
public abstract boolean match(Tagged tags)
SearchCompiler.Matchmatch in class SearchCompiler.Matchtags - the tagged object to testpublic final boolean match(OsmPrimitive osm)
SearchCompiler.Matchmatch in class SearchCompiler.Matchosm - the primitive to testprotected static java.util.regex.Pattern compilePattern(java.lang.String regex, int flags) throws SearchParseError
SearchParseError