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