public class ContextInsensitiveReachingDefs
extends java.lang.Object
| Constructor and Description |
|---|
ContextInsensitiveReachingDefs(ExplodedInterproceduralCFG icfg,
IClassHierarchy cha) |
| Modifier and Type | Method and Description |
|---|---|
com.ibm.wala.dataflow.graph.BitVectorSolver<BasicBlockInContext<IExplodedBasicBlock>> |
analyze()
run the analysis
|
com.ibm.wala.util.collections.Pair<CGNode,java.lang.Integer> |
getNodeAndInstrForNumber(int num)
gets putstatic instruction corresponding to some fact number from a bitvector in the analysis
result
|
public ContextInsensitiveReachingDefs(ExplodedInterproceduralCFG icfg, IClassHierarchy cha)
public com.ibm.wala.dataflow.graph.BitVectorSolver<BasicBlockInContext<IExplodedBasicBlock>> analyze()
public com.ibm.wala.util.collections.Pair<CGNode,java.lang.Integer> getNodeAndInstrForNumber(int num)