Package sootup.core.graph
package sootup.core.graph
-
ClassDescriptionBasicBlock<V extends BasicBlock<V>>ForwardingBasicBlock<V extends BasicBlock<V>>ForwardingStmtGraph<V extends BasicBlock<V>>forwarding implementation for encapsulating a StmtGraph.StmtGraph<V extends BasicBlock<V>>Interface for control flow graphs on Jimple Stmts.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.