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