public abstract class SimpleSeedFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ObservableICFG<soot.Unit,soot.SootMethod> |
icfg |
| Constructor and Description |
|---|
SimpleSeedFactory(ObservableICFG<soot.Unit,soot.SootMethod> icfg) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Query> |
computeSeeds() |
protected abstract Collection<? extends Query> |
generate(soot.SootMethod method,
soot.jimple.Stmt u,
Collection<soot.SootMethod> calledMethods) |
protected ObservableICFG<soot.Unit,soot.SootMethod> icfg
public SimpleSeedFactory(ObservableICFG<soot.Unit,soot.SootMethod> icfg)
public Collection<Query> computeSeeds()
protected abstract Collection<? extends Query> generate(soot.SootMethod method, soot.jimple.Stmt u, Collection<soot.SootMethod> calledMethods)
Copyright © 2023. All rights reserved.