|
miSim | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The TokenIterator interface provides a way to request tokens in sequence from a file or line.
Method Summary | |
Token |
getLastToken()
Return the last token before this one, or null if at the start of the line. |
Token |
getNextToken()
Return the next token, and advance the pointer to the next token. |
void |
previousToken()
move to the previous token. |
void |
resetTokenIndex()
Reset the token iterator index |
Method Detail |
public void resetTokenIndex()
public Token getNextToken()
public Token getLastToken()
public void previousToken() throws EditorException
|
miSim | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |