private final class InsnList.InsnListIterator
extends java.lang.Object
implements java.util.ListIterator
| Modifier and Type | Field and Description |
|---|---|
(package private) AbstractInsnNode |
nextInsn |
(package private) AbstractInsnNode |
previousInsn |
(package private) AbstractInsnNode |
remove |
| Constructor and Description |
|---|
InsnListIterator(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.Object o) |
boolean |
hasNext() |
boolean |
hasPrevious() |
java.lang.Object |
next() |
int |
nextIndex() |
java.lang.Object |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(java.lang.Object o) |
AbstractInsnNode nextInsn
AbstractInsnNode previousInsn
AbstractInsnNode remove
public boolean hasNext()
hasNext in interface java.util.IteratorhasNext in interface java.util.ListIteratorpublic java.lang.Object next()
next in interface java.util.Iteratornext in interface java.util.ListIteratorpublic void remove()
remove in interface java.util.Iteratorremove in interface java.util.ListIteratorpublic boolean hasPrevious()
hasPrevious in interface java.util.ListIteratorpublic java.lang.Object previous()
previous in interface java.util.ListIteratorpublic int nextIndex()
nextIndex in interface java.util.ListIteratorpublic int previousIndex()
previousIndex in interface java.util.ListIteratorpublic void add(java.lang.Object o)
add in interface java.util.ListIteratorpublic void set(java.lang.Object o)
set in interface java.util.ListIterator