private static class SearchCompiler.ExactType extends SearchCompiler.Match
| Modifier and Type | Field and Description |
|---|---|
private OsmPrimitiveType |
type |
| Constructor and Description |
|---|
ExactType(java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(OsmPrimitive osm) |
java.lang.String |
toString() |
evaluate, existsMatch, forallMatchprivate final OsmPrimitiveType type
public ExactType(java.lang.String type) throws SearchCompiler.ParseError
SearchCompiler.ParseErrorpublic boolean match(OsmPrimitive osm)
match in class SearchCompiler.Matchpublic java.lang.String toString()
toString in class java.lang.Object