soot.jimple.toolkits.callgraph
Class Filter

java.lang.Object
  |
  +--soot.jimple.toolkits.callgraph.Filter

public class Filter
extends java.lang.Object
implements java.util.Iterator

Represents a subset of the edges in a call graph satisfying an EdgePredicate predicate.


Constructor Summary
Filter(EdgePredicate pred)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 java.util.Iterator wrap(java.util.Iterator source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter

public Filter(EdgePredicate pred)
Method Detail

wrap

public java.util.Iterator wrap(java.util.Iterator source)

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator