org.openstreetmap.josm.actions.search
Interface SearchCompiler.BinaryMatchFactory

All Superinterfaces:
SearchCompiler.MatchFactory
Enclosing class:
SearchCompiler

public static interface SearchCompiler.BinaryMatchFactory
extends SearchCompiler.MatchFactory


Method Summary
 SearchCompiler.BinaryMatch get(java.lang.String keyword, SearchCompiler.Match lhs, SearchCompiler.Match rhs, PushbackTokenizer tokenizer)
           
 
Methods inherited from interface org.openstreetmap.josm.actions.search.SearchCompiler.MatchFactory
getKeywords
 

Method Detail

get

SearchCompiler.BinaryMatch get(java.lang.String keyword,
                               SearchCompiler.Match lhs,
                               SearchCompiler.Match rhs,
                               PushbackTokenizer tokenizer)
                               throws SearchCompiler.ParseError
Throws:
SearchCompiler.ParseError


JOSM