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

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

public static interface SearchCompiler.SimpleMatchFactory
extends SearchCompiler.MatchFactory


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

Method Detail

get

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


JOSM