类 InsnList.InsnListIterator
java.lang.Object
cn.taketoday.bytecode.tree.InsnList.InsnListIterator
- 所有已实现的接口:
Iterator,ListIterator
- 封闭类:
- InsnList
-
字段详细资料
-
nextInsn
AbstractInsnNode nextInsn -
previousInsn
AbstractInsnNode previousInsn -
remove
AbstractInsnNode remove
-
-
构造器详细资料
-
InsnListIterator
InsnListIterator(int index)
-
-
方法详细资料
-
hasNext
public boolean hasNext()- 指定者:
hasNext在接口中Iterator- 指定者:
hasNext在接口中ListIterator
-
next
- 指定者:
next在接口中Iterator- 指定者:
next在接口中ListIterator
-
remove
public void remove()- 指定者:
remove在接口中Iterator- 指定者:
remove在接口中ListIterator
-
hasPrevious
public boolean hasPrevious()- 指定者:
hasPrevious在接口中ListIterator
-
previous
- 指定者:
previous在接口中ListIterator
-
nextIndex
public int nextIndex()- 指定者:
nextIndex在接口中ListIterator
-
previousIndex
public int previousIndex()- 指定者:
previousIndex在接口中ListIterator
-
add
- 指定者:
add在接口中ListIterator
-
set
- 指定者:
set在接口中ListIterator
-