Uses of Class
soot.jimple.spark.ondemand.pautil.SootUtil.FieldToEdgesMap

Packages that use SootUtil.FieldToEdgesMap
soot.jimple.spark.ondemand   
soot.jimple.spark.ondemand.pautil   
 

Uses of SootUtil.FieldToEdgesMap in soot.jimple.spark.ondemand
 

Fields in soot.jimple.spark.ondemand declared as SootUtil.FieldToEdgesMap
protected  SootUtil.FieldToEdgesMap DemandCSPointsTo.fieldToLoads
           
protected  SootUtil.FieldToEdgesMap DemandCSPointsTo.fieldToLoads
           
protected  SootUtil.FieldToEdgesMap DemandCSPointsTo.fieldToStores
           
protected  SootUtil.FieldToEdgesMap DemandCSPointsTo.fieldToStores
           
 

Uses of SootUtil.FieldToEdgesMap in soot.jimple.spark.ondemand.pautil
 

Methods in soot.jimple.spark.ondemand.pautil that return SootUtil.FieldToEdgesMap
static SootUtil.FieldToEdgesMap SootUtil.loadsOnField(PAG pag)
           
static SootUtil.FieldToEdgesMap SootUtil.loadsOnField(PAG pag)
           
static SootUtil.FieldToEdgesMap SootUtil.storesOnField(PAG pag)
           
static SootUtil.FieldToEdgesMap SootUtil.storesOnField(PAG pag)
           
 

Constructors in soot.jimple.spark.ondemand.pautil with parameters of type SootUtil.FieldToEdgesMap
ValidMatches(PAG pag, SootUtil.FieldToEdgesMap fieldToStores)
           
ValidMatches(PAG pag, SootUtil.FieldToEdgesMap fieldToStores)