Package org.objectweb.asm.tree
Class InsnList.InsnListIterator
java.lang.Object
org.objectweb.asm.tree.InsnList.InsnListIterator
- All Implemented Interfaces:
Iterator
,ListIterator
- Enclosing class:
InsnList
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) AbstractInsnNode
(package private) AbstractInsnNode
(package private) AbstractInsnNode
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
nextInsn
AbstractInsnNode nextInsn -
previousInsn
AbstractInsnNode previousInsn -
remove
AbstractInsnNode remove
-
-
Constructor Details
-
InsnListIterator
InsnListIterator(int index)
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator
- Specified by:
hasNext
in interfaceListIterator
-
next
- Specified by:
next
in interfaceIterator
- Specified by:
next
in interfaceListIterator
-
remove
public void remove()- Specified by:
remove
in interfaceIterator
- Specified by:
remove
in interfaceListIterator
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPrevious
in interfaceListIterator
-
previous
- Specified by:
previous
in interfaceListIterator
-
nextIndex
public int nextIndex()- Specified by:
nextIndex
in interfaceListIterator
-
previousIndex
public int previousIndex()- Specified by:
previousIndex
in interfaceListIterator
-
add
- Specified by:
add
in interfaceListIterator
-
set
- Specified by:
set
in interfaceListIterator
-