Class SearchCompiler.UnaryMatch
- java.lang.Object
-
- org.openstreetmap.josm.data.osm.search.SearchCompiler.Match
-
- org.openstreetmap.josm.data.osm.search.SearchCompiler.UnaryMatch
-
- All Implemented Interfaces:
Predicate<OsmPrimitive>
- Direct Known Subclasses:
SearchCompiler.Child
,SearchCompiler.Not
,SearchCompiler.Parent
- Enclosing class:
- SearchCompiler
public abstract static class SearchCompiler.UnaryMatch extends SearchCompiler.Match
A unary search operator which may take data parameters.
-
-
Field Summary
Fields Modifier and Type Field Description protected SearchCompiler.Match
match
-
Constructor Summary
Constructors Modifier Constructor Description protected
UnaryMatch(SearchCompiler.Match match)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
SearchCompiler.Match
getOperand()
int
hashCode()
-
Methods inherited from class org.openstreetmap.josm.data.osm.search.SearchCompiler.Match
match, match, test, validate
-
-
-
-
Field Detail
-
match
protected final SearchCompiler.Match match
-
-
Constructor Detail
-
UnaryMatch
protected UnaryMatch(SearchCompiler.Match match)
-
-
Method Detail
-
getOperand
public SearchCompiler.Match getOperand()
-
-