| Constructor and Description |
|---|
SeedFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
analyseClassInitializers() |
Collection<Query> |
computeSeeds() |
protected abstract Collection<? extends Query> |
generate(soot.SootMethod method,
soot.jimple.Stmt u) |
Collection<soot.SootMethod> |
getAnyMethodScope() |
Collection<soot.SootMethod> |
getMethodScope(Query query) |
abstract ObservableICFG<soot.Unit,soot.SootMethod> |
icfg() |
public Collection<Query> computeSeeds()
protected boolean analyseClassInitializers()
protected abstract Collection<? extends Query> generate(soot.SootMethod method, soot.jimple.Stmt u)
public abstract ObservableICFG<soot.Unit,soot.SootMethod> icfg()
public Collection<soot.SootMethod> getMethodScope(Query query)
public Collection<soot.SootMethod> getAnyMethodScope()
Copyright © 2023. All rights reserved.