private static class SearchCompiler.Any extends SearchCompiler.Match
Modifier and Type | Field and Description |
---|---|
private boolean |
caseSensitive |
private String |
search |
private Pattern |
searchRegex |
Constructor and Description |
---|
SearchCompiler.Any(String s,
boolean regexSearch,
boolean caseSensitive) |
Modifier and Type | Method and Description |
---|---|
boolean |
match(OsmPrimitive osm) |
String |
toString() |
evaluate, existsMatch, forallMatch
private final Pattern searchRegex
private final boolean caseSensitive
public SearchCompiler.Any(String s, boolean regexSearch, boolean caseSensitive) throws SearchCompiler.ParseError
SearchCompiler.ParseError
public boolean match(OsmPrimitive osm)
match
in class SearchCompiler.Match