org.openstreetmap.josm.actions.search
Class SearchCompiler.CoreSimpleMatchFactory

java.lang.Object
  extended by org.openstreetmap.josm.actions.search.SearchCompiler.CoreSimpleMatchFactory
All Implemented Interfaces:
SearchCompiler.MatchFactory, SearchCompiler.SimpleMatchFactory
Enclosing class:
SearchCompiler

public class SearchCompiler.CoreSimpleMatchFactory
extends java.lang.Object
implements SearchCompiler.SimpleMatchFactory


Field Summary
private  java.util.Collection<java.lang.String> keywords
           
 
Constructor Summary
SearchCompiler.CoreSimpleMatchFactory()
           
 
Method Summary
 SearchCompiler.Match get(java.lang.String keyword, PushbackTokenizer tokenizer)
           
 java.util.Collection<java.lang.String> getKeywords()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keywords

private java.util.Collection<java.lang.String> keywords
Constructor Detail

SearchCompiler.CoreSimpleMatchFactory

public SearchCompiler.CoreSimpleMatchFactory()
Method Detail

get

public SearchCompiler.Match get(java.lang.String keyword,
                                PushbackTokenizer tokenizer)
                         throws SearchCompiler.ParseError
Specified by:
get in interface SearchCompiler.SimpleMatchFactory
Throws:
SearchCompiler.ParseError

getKeywords

public java.util.Collection<java.lang.String> getKeywords()
Specified by:
getKeywords in interface SearchCompiler.MatchFactory


JOSM