private static class SearchCompiler.UserMatch extends SearchCompiler.Match
Constructor and Description |
---|
SearchCompiler.UserMatch(String user) |
Modifier and Type | Method and Description |
---|---|
boolean |
match(OsmPrimitive osm) |
String |
toString() |
evaluate, existsMatch, forallMatch
public SearchCompiler.UserMatch(String user)
public boolean match(OsmPrimitive osm)
match
in class SearchCompiler.Match