org.openstreetmap.josm.actions.search
Class SearchCompiler.UnaryMatch

java.lang.Object
  extended by org.openstreetmap.josm.actions.search.SearchCompiler.Match
      extended by org.openstreetmap.josm.actions.search.SearchCompiler.UnaryMatch
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
protected  SearchCompiler.Match match
           
 
Constructor Summary
SearchCompiler.UnaryMatch(SearchCompiler.Match match)
           
 
Method Summary
 SearchCompiler.Match getOperand()
           
 
Methods inherited from class org.openstreetmap.josm.actions.search.SearchCompiler.Match
existsMatch, forallMatch, match
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

match

protected final SearchCompiler.Match match
Constructor Detail

SearchCompiler.UnaryMatch

public SearchCompiler.UnaryMatch(SearchCompiler.Match match)
Method Detail

getOperand

public SearchCompiler.Match getOperand()


JOSM