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

All Superinterfaces:
SearchCompiler.MatchFactory
All Known Implementing Classes:
SearchCompiler.CoreUnaryMatchFactory
Enclosing class:
SearchCompiler

public static interface SearchCompiler.UnaryMatchFactory
extends SearchCompiler.MatchFactory


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

Method Detail

get

SearchCompiler.UnaryMatch get(java.lang.String keyword,
                              SearchCompiler.Match matchOperand,
                              PushbackTokenizer tokenizer)
                              throws SearchCompiler.ParseError
Throws:
SearchCompiler.ParseError


JOSM