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, waitMethods 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:
hasNextin interfaceIterator- Specified by:
hasNextin interfaceListIterator
-
next
- Specified by:
nextin interfaceIterator- Specified by:
nextin interfaceListIterator
-
remove
public void remove()- Specified by:
removein interfaceIterator- Specified by:
removein interfaceListIterator
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator
-
previous
- Specified by:
previousin interfaceListIterator
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator
-
add
- Specified by:
addin interfaceListIterator
-
set
- Specified by:
setin interfaceListIterator
-