Package sootup.core.graph
Class StmtGraphBlockIterator
java.lang.Object
sootup.core.graph.StmtGraphBlockIterator
Iterates over a given StmtGraph (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