com.indexdata.torus2.query
Class QueryMatcher.Tokenizer

java.lang.Object
  extended by com.indexdata.torus2.query.QueryMatcher.Tokenizer
All Implemented Interfaces:
Enumeration<String>
Enclosing class:
QueryMatcher

public static class QueryMatcher.Tokenizer
extends Object
implements Enumeration<String>


Nested Class Summary
static class QueryMatcher.Tokenizer.TokenizerType
           
 
Field Summary
static String FIELD_TOKEN_DELIMS
           
static String QUERY_TOKEN_DELIMS
           
 
Constructor Summary
QueryMatcher.Tokenizer(String str, QueryMatcher.Tokenizer.TokenizerType type)
           
 
Method Summary
 boolean hasMoreElements()
           
 String nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_TOKEN_DELIMS

public static final String FIELD_TOKEN_DELIMS
See Also:
Constant Field Values

QUERY_TOKEN_DELIMS

public static final String QUERY_TOKEN_DELIMS
See Also:
Constant Field Values
Constructor Detail

QueryMatcher.Tokenizer

public QueryMatcher.Tokenizer(String str,
                              QueryMatcher.Tokenizer.TokenizerType type)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration<String>

nextElement

public String nextElement()
Specified by:
nextElement in interface Enumeration<String>


Copyright © 2008-2012 Index Data. All Rights Reserved.