Modifier and Type | Field and Description |
---|---|
protected int |
pos |
protected String |
text |
protected MatchMap.EvaluatorToken |
token |
Constructor and Description |
---|
MatchMap.EvaluatorTokenStream(String text)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
advance()
Go on to next token.
|
protected MatchMap.EvaluatorToken |
nextToken() |
MatchMap.EvaluatorToken |
peek()
Get current token.
|
protected String text
protected int pos
protected MatchMap.EvaluatorToken token
public MatchMap.EvaluatorTokenStream(String text)
public MatchMap.EvaluatorToken peek()
public void advance()
protected MatchMap.EvaluatorToken nextToken()