public class CFGSanitizer extends 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 IllegalArgumentException, com.ibm.wala.util.WalaException
ControlFlowGraph for an IR, which elides all exceptional exits from PEIs in the IR.IllegalArgumentExceptioncom.ibm.wala.util.WalaExceptionCopyright © 2015. All rights reserved.