Search in sources :

Example 1 with ContextSensitiveInfo

use of soot.jimple.spark.ondemand.pautil.ContextSensitiveInfo in project soot by Sable.

the class DemandCSPointsTo method makeWithBudget.

public static DemandCSPointsTo makeWithBudget(int maxTraversal, int maxPasses, boolean lazy) {
    PAG pag = (PAG) Scene.v().getPointsToAnalysis();
    ContextSensitiveInfo csInfo = new ContextSensitiveInfo(pag);
    return new DemandCSPointsTo(csInfo, pag, maxTraversal, maxPasses, lazy);
}
Also used : ContextSensitiveInfo(soot.jimple.spark.ondemand.pautil.ContextSensitiveInfo) PAG(soot.jimple.spark.pag.PAG)

Aggregations

ContextSensitiveInfo (soot.jimple.spark.ondemand.pautil.ContextSensitiveInfo)1 PAG (soot.jimple.spark.pag.PAG)1