public class SimplifiedEvaluator extends Object implements IEvaluator
| Modifier and Type | Field and Description |
|---|---|
protected Exporter |
exporter |
protected PTA |
pta |
protected Stopwatch |
stopwatch |
GB| Constructor and Description |
|---|
SimplifiedEvaluator(PTA pta) |
| Modifier and Type | Method and Description |
|---|---|
void |
begin() |
void |
end() |
protected Set<Object> |
getPointsToNewExpr(PointsToSet pts) |
String |
toString() |
protected final PTA pta
protected final Exporter exporter
protected Stopwatch stopwatch
public SimplifiedEvaluator(PTA pta)
public void begin()
begin in interface IEvaluatorpublic void end()
end in interface IEvaluatorprotected Set<Object> getPointsToNewExpr(PointsToSet pts)
Copyright © 2024 Soot OSS. All rights reserved.