Class BackwardsInterproceduralCFG

java.lang.Object
sootup.analysis.interprocedural.icfg.BackwardsInterproceduralCFG
All Implemented Interfaces:
heros.InterproceduralCFG<Stmt,SootMethod>, BiDiInterproceduralCFG<Stmt,SootMethod>

public class BackwardsInterproceduralCFG extends Object implements BiDiInterproceduralCFG<Stmt,SootMethod>
Same as JimpleBasedInterproceduralCFG but based on inverted Stmt graphs. This should be used for backward analyses.