protected static class RSSConnector.EvaluatorTokenStream
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
pos |
protected java.lang.String |
text |
protected RSSConnector.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 RSSConnector.EvaluatorToken |
nextToken() |
RSSConnector.EvaluatorToken |
peek()
Get current token.
|
protected java.lang.String text
protected int pos
protected RSSConnector.EvaluatorToken token
public EvaluatorTokenStream(java.lang.String text)
public RSSConnector.EvaluatorToken peek() throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFExceptionpublic void advance()
protected RSSConnector.EvaluatorToken nextToken() throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFException