private class InstructionsListenerDecorator.InstructionsListIterator extends java.lang.Object implements java.util.ListIterator<Instr>
| Modifier and Type | Field and Description |
|---|---|
private int |
currentIndex |
private Instr |
currentInstr |
private java.util.ListIterator<Instr> |
listIterator |
| Constructor and Description |
|---|
InstructionsListIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Instr e) |
boolean |
hasNext() |
boolean |
hasPrevious() |
Instr |
next() |
int |
nextIndex() |
Instr |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(Instr e) |
private Instr currentInstr
private int currentIndex
private final java.util.ListIterator<Instr> listIterator
public boolean hasNext()
public Instr next()
public boolean hasPrevious()
hasPrevious in interface java.util.ListIterator<Instr>public int nextIndex()
nextIndex in interface java.util.ListIterator<Instr>public int previousIndex()
previousIndex in interface java.util.ListIterator<Instr>public void remove()