Class ExceptionPrunedCFG
java.lang.Object
com.ibm.wala.ipa.cfg.ExceptionPrunedCFG
A view of a CFG that ignores exceptional edges
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <I, T extends IBasicBlock<I>>
PrunedCFG<I, T> make(ControlFlowGraph<I, T> cfg)
-
Constructor Details
-
ExceptionPrunedCFG
public ExceptionPrunedCFG()
-
-
Method Details
-
make
-