public class Solver extends Propagator
| Modifier and Type | Method and Description |
|---|---|
void |
processStmts(Iterator<ContextMethod> newRMs) |
void |
propagate()
Actually does the propagation.
|
protected void |
propagatePTS(ValNode pointer,
AllocNode heap) |
protected void |
propagatePTS(ValNode pointer,
PointsToSetInternal other) |
public Solver(PTA pta)
public void propagate()
Propagatorpropagate in class Propagatorpublic void processStmts(Iterator<ContextMethod> newRMs)
protected void propagatePTS(ValNode pointer, PointsToSetInternal other)
Copyright © 2024 Soot OSS. All rights reserved.