soot.jimple.toolkits.callgraph
Class Filter
java.lang.Object
soot.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Filter
public Filter(EdgePredicate pred)
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