- java.lang.Object
-
- soot.jimple.toolkits.callgraph.Targets
-
- All Implemented Interfaces:
- java.util.Iterator<MethodOrMethodContext>
public final class Targets
extends java.lang.Object
implements java.util.Iterator<MethodOrMethodContext>
Adapts an iterator over a collection of Edge's to be an iterator
over the target methods of the edges.
- Author:
- Ondrej Lhotak
-
-
Constructor Summary
Constructors
| Constructor and Description |
Targets(java.util.Iterator<Edge> edges) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface java.util.Iterator<MethodOrMethodContext>
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.