public interface CodeIterator
| Modifier and Type | Method and Description |
|---|---|
CodePosition |
getCodePosition() |
void |
jumpToCodePosition(CodePosition newPosition,
StringLocated location) |
void |
next() |
StringLocated |
peek() |
StringLocated peek() throws EaterException
EaterExceptionvoid next() throws EaterException
EaterExceptionCodePosition getCodePosition()
void jumpToCodePosition(CodePosition newPosition, StringLocated location) throws EaterException
EaterException