Class ForwardingStmtGraph<V extends BasicBlock<V>>

java.lang.Object
sootup.core.graph.StmtGraph<V>
sootup.core.graph.ForwardingStmtGraph<V>
All Implemented Interfaces:
Iterable<Stmt>
Direct Known Subclasses:
BackwardsStmtGraph

public class ForwardingStmtGraph<V extends BasicBlock<V>> extends StmtGraph<V>
forwarding implementation for encapsulating a StmtGraph.
Author:
Markus Schmidt