Package sootup.core.graph
Class ControlFlowGraphBlockIterator
java.lang.Object
sootup.core.graph.ControlFlowGraphBlockIterator
Iterates over a given ControlFlowGraph (which is connected, so all Stmt nodes are reached -
except traphandler) so the returned Jimple Stmts are returned as valid, linearized code blocks
that are intuitive to navigate.
- Author:
- Markus Schmidt
-
Constructor Summary
ConstructorsConstructorDescriptionControlFlowGraphBlockIterator(@NonNull ControlFlowGraph graph, @NonNull List<Trap> traps) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove