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
EaterException
void next() throws EaterException
EaterException
CodePosition getCodePosition()
void jumpToCodePosition(CodePosition newPosition, StringLocated location) throws EaterException
EaterException