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

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

public static class SearchCompiler.CoreUnaryMatchFactory
extends java.lang.Object
implements SearchCompiler.UnaryMatchFactory


Field Summary
private static java.util.Collection<java.lang.String> keywords
           
 
Constructor Summary
SearchCompiler.CoreUnaryMatchFactory()
           
 
Method Summary
 SearchCompiler.UnaryMatch get(java.lang.String keyword, SearchCompiler.Match matchOperand, 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 static java.util.Collection<java.lang.String> keywords
Constructor Detail

SearchCompiler.CoreUnaryMatchFactory

public SearchCompiler.CoreUnaryMatchFactory()
Method Detail

get

public SearchCompiler.UnaryMatch get(java.lang.String keyword,
                                     SearchCompiler.Match matchOperand,
                                     PushbackTokenizer tokenizer)
Specified by:
get in interface SearchCompiler.UnaryMatchFactory

getKeywords

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


JOSM