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

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

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

Subclasses of SearchCompiler.BinaryMatch in org.openstreetmap.josm.actions.search
static class SearchCompiler.And
          Matches if both left and right expressions match.
static class SearchCompiler.Or
          Matches if the left OR the right expression match.
static class SearchCompiler.Xor
          Matches if the left OR the right expression match, but not both.
 

Methods in org.openstreetmap.josm.actions.search that return SearchCompiler.BinaryMatch
 SearchCompiler.BinaryMatch SearchCompiler.BinaryMatchFactory.get(java.lang.String keyword, SearchCompiler.Match lhs, SearchCompiler.Match rhs, PushbackTokenizer tokenizer)
           
 



JOSM