|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.jimple.spark.solver.Propagator
soot.jimple.spark.solver.PropWorklist
Propagates points-to sets along pointer assignment graph using a worklist.
Field Summary | |
protected OnFlyCallGraph |
ofcg
|
protected PAG |
pag
|
protected Set |
varNodeWorkList
|
Constructor Summary | |
PropWorklist(PAG pag)
|
Method Summary | |
protected boolean |
handleAllocNode(AllocNode src)
Propagates new points-to information of node src to all its successors. |
protected void |
handleFieldRefNode(FieldRefNode src,
HashSet edgesToPropagate)
Propagates new points-to information of node src to all its successors. |
protected boolean |
handleVarNode(VarNode src)
Propagates new points-to information of node src to all its successors. |
void |
propagate()
Actually does the propagation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final Set varNodeWorkList
protected PAG pag
protected OnFlyCallGraph ofcg
Constructor Detail |
public PropWorklist(PAG pag)
Method Detail |
public final void propagate()
propagate
in class Propagator
protected final boolean handleAllocNode(AllocNode src)
protected final boolean handleVarNode(VarNode src)
protected final void handleFieldRefNode(FieldRefNode src, HashSet edgesToPropagate)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |