protected static class WebcrawlerConnector.EvaluatorTokenStream
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
pos |
protected java.lang.String |
text |
protected WebcrawlerConnector.EvaluatorToken |
token |
| Constructor and Description |
|---|
EvaluatorTokenStream(java.lang.String text)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
advance()
Go on to next token.
|
protected WebcrawlerConnector.EvaluatorToken |
nextToken() |
WebcrawlerConnector.EvaluatorToken |
peek()
Get current token.
|
protected java.lang.String text
protected int pos
protected WebcrawlerConnector.EvaluatorToken token
public EvaluatorTokenStream(java.lang.String text)
public WebcrawlerConnector.EvaluatorToken peek() throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFExceptionpublic void advance()
protected WebcrawlerConnector.EvaluatorToken nextToken() throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFException