private class ContextSwitchTemplate.ParentSet extends ContextSwitchTemplate.ContextProvider
Modifier and Type | Field and Description |
---|---|
private SearchCompiler.Match |
childCondition |
condition
Constructor and Description |
---|
ContextSwitchTemplate.ParentSet(SearchCompiler.Match child) |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.List<OsmPrimitive> |
getPrimitives(OsmPrimitive root) |
boolean |
match(OsmPrimitive osm) |
evaluate, existsMatch, forallMatch
private final SearchCompiler.Match childCondition
ContextSwitchTemplate.ParentSet(SearchCompiler.Match child)
public boolean match(OsmPrimitive osm)
match
in class SearchCompiler.Match
java.util.List<OsmPrimitive> getPrimitives(OsmPrimitive root)
getPrimitives
in class ContextSwitchTemplate.ContextProvider