Package com.ibm.wala.ipa.cfg
Class ExceptionPrunedCFG
- java.lang.Object
-
- com.ibm.wala.ipa.cfg.ExceptionPrunedCFG
-
public class ExceptionPrunedCFG extends java.lang.Object
A view of a CFG that ignores exceptional edges
-
-
Constructor Summary
Constructors Constructor Description ExceptionPrunedCFG()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <I,T extends IBasicBlock<I>>
PrunedCFG<I,T>make(ControlFlowGraph<I,T> cfg)
-
-
-
Method Detail
-
make
public static <I,T extends IBasicBlock<I>> PrunedCFG<I,T> make(ControlFlowGraph<I,T> cfg)
-
-