public class CFGSanitizer
extends java.lang.Object
| Constructor and Description |
|---|
CFGSanitizer() |
| Modifier and Type | Method and Description |
|---|---|
static com.ibm.wala.util.graph.Graph<ISSABasicBlock> |
sanitize(IR ir,
IClassHierarchy cha)
Return a view of the
ControlFlowGraph for an IR, which elides all exceptional
exits from PEIs in the IR. |
public static com.ibm.wala.util.graph.Graph<ISSABasicBlock> sanitize(IR ir, IClassHierarchy cha) throws java.lang.IllegalArgumentException, com.ibm.wala.util.WalaException
ControlFlowGraph for an IR, which elides all exceptional
exits from PEIs in the IR.java.lang.IllegalArgumentExceptioncom.ibm.wala.util.WalaException