soot.shimple.internal
Class SPatchingChain.SPatchingIterator

java.lang.Object
  extended bysoot.PatchingChain.PatchingIterator
      extended bysoot.shimple.internal.SPatchingChain.SPatchingIterator
All Implemented Interfaces:
Iterator
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
Overrides:
remove in class PatchingChain.PatchingIterator