protected static class RSSConnector.EvaluatorTokenStream extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
pos |
protected String |
text |
protected RSSConnector.EvaluatorToken |
token |
Constructor and Description |
---|
RSSConnector.EvaluatorTokenStream(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 String text
protected int pos
protected RSSConnector.EvaluatorToken token
public RSSConnector.EvaluatorTokenStream(String text)
public RSSConnector.EvaluatorToken peek() throws ManifoldCFException
ManifoldCFException
public void advance()
protected RSSConnector.EvaluatorToken nextToken() throws ManifoldCFException
ManifoldCFException