public class TextQueryLexer extends java.lang.Object implements java.util.Iterator<TextQueryTerm>
Modifier and Type | Field and Description |
---|---|
static char |
DQUOTES |
static char |
SQUOTES |
Constructor and Description |
---|
TextQueryLexer(java.lang.String input) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
TextQueryTerm |
next() |
void |
remove() |
public static final char DQUOTES
public static final char SQUOTES
public boolean hasNext()
hasNext
in interface java.util.Iterator<TextQueryTerm>
public TextQueryTerm next()
next
in interface java.util.Iterator<TextQueryTerm>
public void remove()
remove
in interface java.util.Iterator<TextQueryTerm>
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.