public class Checker
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
check()
Actually does the propagation.
|
protected void |
checkAll(Node container,
PointsToSetInternal nodes,
Node upstream) |
protected void |
checkNode(Node container,
Node n,
Node upstream) |
protected void |
handleAllocNode(AllocNode src) |
protected void |
handleLoads(FieldRefNode src) |
protected void |
handleSimples(VarNode src) |
protected void |
handleStores(VarNode src) |
protected PAG pag
public Checker(PAG pag)
public void check()
protected void checkAll(Node container, PointsToSetInternal nodes, Node upstream)
protected void handleAllocNode(AllocNode src)
protected void handleSimples(VarNode src)
protected void handleStores(VarNode src)
protected void handleLoads(FieldRefNode src)