public abstract class AbstractCodeIterator extends java.lang.Object implements CodeIterator
| Modifier and Type | Field and Description |
|---|---|
protected CodeIterator |
source |
| Constructor and Description |
|---|
AbstractCodeIterator(CodeIterator source) |
| Modifier and Type | Method and Description |
|---|---|
CodePosition |
getCodePosition() |
void |
jumpToCodePosition(CodePosition newPosition) |
void |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpeekprotected final CodeIterator source
public AbstractCodeIterator(CodeIterator source)
public void next()
throws EaterException,
EaterExceptionLocated
next in interface CodeIteratorEaterExceptionEaterExceptionLocatedpublic final CodePosition getCodePosition()
getCodePosition in interface CodeIteratorpublic final void jumpToCodePosition(CodePosition newPosition) throws EaterException
jumpToCodePosition in interface CodeIteratorEaterException