public interface CodeIterator
| Modifier and Type | Method and Description |
|---|---|
CodePosition |
getCodePosition() |
void |
jumpToCodePosition(CodePosition newPosition) |
void |
next() |
StringLocated |
peek() |
StringLocated peek() throws EaterException, EaterExceptionLocated
EaterExceptionEaterExceptionLocatedvoid next() throws EaterException, EaterExceptionLocated
EaterExceptionEaterExceptionLocatedCodePosition getCodePosition()
void jumpToCodePosition(CodePosition newPosition) throws EaterException
EaterException