private static class SearchCompiler.RoleMatch extends SearchCompiler.Match
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
role |
| Constructor and Description |
|---|
RoleMatch(java.lang.String role) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(OsmPrimitive osm) |
java.lang.String |
toString() |
evaluate, existsMatch, forallMatchprivate java.lang.String role
public RoleMatch(java.lang.String role)
public boolean match(OsmPrimitive osm)
match in class SearchCompiler.Matchpublic java.lang.String toString()
toString in class java.lang.Object