soot.shimple.internal
Class SPatchingChain.SPatchingIterator

java.lang.Object
  extended by soot.PatchingChain.PatchingIterator
      extended by soot.shimple.internal.SPatchingChain.SPatchingIterator
All Implemented Interfaces:
Iterator<Unit>
Enclosing class:
SPatchingChain

protected class SPatchingChain.SPatchingIterator
extends PatchingChain.PatchingIterator


Field Summary
 
Fields inherited from class soot.PatchingChain.PatchingIterator
innerIterator, lastObject, state
 
Method Summary
 void remove()
           
 
Methods inherited from class soot.PatchingChain.PatchingIterator
hasNext, next
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

remove

public void remove()
Specified by:
remove in interface Iterator<Unit>
Overrides:
remove in class PatchingChain.PatchingIterator