soot.jimple.toolkits.callgraph
Class Filter

java.lang.Object
  extended bysoot.jimple.toolkits.callgraph.Filter
All Implemented Interfaces:
Iterator

public class Filter
extends Object
implements Iterator

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

Author:
Ondrej Lhotak

Constructor Summary
Filter(EdgePredicate pred)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 Iterator wrap(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 Iterator wrap(Iterator source)

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
Specified by:
remove in interface Iterator