public class InterproceduralCFG extends AbstractInterproceduralCFG<ISSABasicBlock>
| Constructor and Description |
|---|
InterproceduralCFG(CallGraph CG) |
InterproceduralCFG(CallGraph cg,
com.ibm.wala.util.collections.Filtersection<CGNode> filtersection) |
| Modifier and Type | Method and Description |
|---|---|
ControlFlowGraph<SSAInstruction,ISSABasicBlock> |
getCFG(CGNode n) |
addEdge, addEdgesToNonEntryBlock, addNode, callGraphUpdated, containsNode, getCallGraph, getCallSiteForCallBlock, getCallSites, getCallTargets, getCFG, getCGNode, getEntry, getExit, getLastInstructionForBlock, getMaxNumber, getNode, getNumber, getNumberOfNodes, getPredNodeCount, getPredNodeNumbers, getPredNodes, getReturnSites, getSuccNodeCount, getSuccNodeNumbers, getSuccNodes, hasCall, hasCall, hasEdge, isReturn, iterateNodes, iterator, removeAllIncidentEdges, removeEdge, removeIncomingEdges, removeNode, removeNodeAndEdges, removeOutgoingEdges, toStringpublic InterproceduralCFG(CallGraph CG)
public ControlFlowGraph<SSAInstruction,ISSABasicBlock> getCFG(CGNode n) throws IllegalArgumentException
getCFG in class AbstractInterproceduralCFG<ISSABasicBlock>IllegalArgumentException - if n == nullCopyright © 2015. All rights reserved.