public class IFDSLiveVariables extends DefaultJimpleIFDSTabulationProblem<Value,InterproceduralCFG<Unit,SootMethod>>
| Constructor and Description |
|---|
IFDSLiveVariables(InterproceduralCFG<Unit,SootMethod> icfg) |
| Modifier and Type | Method and Description |
|---|---|
FlowFunctions<Unit,Value,SootMethod> |
createFlowFunctionsFactory() |
Value |
createZeroValue() |
java.util.Map<Unit,java.util.Set<Value>> |
initialSeeds()
Returns initial seeds to be used for the analysis.
|
autoAddZero, computeValues, flowFunctions, followReturnsPastSeeds, interproceduralCFG, numThreads, recordEdges, zeroValuepublic IFDSLiveVariables(InterproceduralCFG<Unit,SootMethod> icfg)
public FlowFunctions<Unit,Value,SootMethod> createFlowFunctionsFactory()
createFlowFunctionsFactory in class DefaultIFDSTabulationProblem<Unit,Value,SootMethod,InterproceduralCFG<Unit,SootMethod>>public java.util.Map<Unit,java.util.Set<Value>> initialSeeds()
IFDSTabulationProblempublic Value createZeroValue()
createZeroValue in class DefaultIFDSTabulationProblem<Unit,Value,SootMethod,InterproceduralCFG<Unit,SootMethod>>