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

Packages that use SearchCompiler.UnaryMatch
org.openstreetmap.josm.actions.search   
 

Uses of SearchCompiler.UnaryMatch in org.openstreetmap.josm.actions.search
 

Subclasses of SearchCompiler.UnaryMatch in org.openstreetmap.josm.actions.search
static class SearchCompiler.Child
          Matches objects if they are children of the expression
static class SearchCompiler.Not
          Inverts the match.
static class SearchCompiler.Parent
          Matches objects if they are parents of the expression
 

Methods in org.openstreetmap.josm.actions.search that return SearchCompiler.UnaryMatch
 SearchCompiler.UnaryMatch SearchCompiler.CoreUnaryMatchFactory.get(java.lang.String keyword, SearchCompiler.Match matchOperand, PushbackTokenizer tokenizer)
           
 SearchCompiler.UnaryMatch SearchCompiler.UnaryMatchFactory.get(java.lang.String keyword, SearchCompiler.Match matchOperand, PushbackTokenizer tokenizer)
           
 



JOSM