Uses of Class
soot.jimple.spark.pag.AllocDotField

Packages that use AllocDotField
soot.jimple.spark.pag   
 

Uses of AllocDotField in soot.jimple.spark.pag
 

Methods in soot.jimple.spark.pag that return AllocDotField
 AllocDotField AllocNode.dot(SparkField field)
          Returns the field ref node having this node as its base, and field as its field; null if nonexistent.
 AllocDotField AllocNode.dot(SparkField field)
          Returns the field ref node having this node as its base, and field as its field; null if nonexistent.
 AllocDotField PAG.findAllocDotField(AllocNode an, SparkField field)
          Finds the AllocDotField for base AllocNode an and field field, or returns null.
 AllocDotField PAG.findAllocDotField(AllocNode an, SparkField field)
          Finds the AllocDotField for base AllocNode an and field field, or returns null.
 AllocDotField PAG.makeAllocDotField(AllocNode an, SparkField field)
          Finds or creates the AllocDotField for base variable baseValue and field field, of type t.
 AllocDotField PAG.makeAllocDotField(AllocNode an, SparkField field)
          Finds or creates the AllocDotField for base variable baseValue and field field, of type t.
 

Methods in soot.jimple.spark.pag that return types with arguments of type AllocDotField
 Set<AllocDotField> AllocNode.getFields()
           
 Set<AllocDotField> AllocNode.getFields()