| Package | Description |
|---|---|
| soot.jimple.toolkits.annotation.purity |
| Constructor and Description |
|---|
AbstractInterproceduralAnalysis(CallGraph cg,
SootMethodFilter filter,
Iterator<SootMethod> heads,
boolean verbose)
The constructor performs some preprocessing, but you have to call doAnalysis to preform the real stuff.
|
DirectedCallGraph(CallGraph cg,
SootMethodFilter filter,
Iterator<SootMethod> heads,
boolean verbose)
The constructor does all the work here.
|
Copyright © 2020 Soot OSS. All rights reserved.