public abstract class AbstractReferenceProvider<D,N> extends Object implements IGCReferenceProvider<D,N>
| 限定符和类型 | 字段和说明 |
|---|---|
protected soot.jimple.toolkits.ide.icfg.BiDiInterproceduralCFG<N,soot.SootMethod> |
icfg |
| 构造器和说明 |
|---|
AbstractReferenceProvider(soot.jimple.toolkits.ide.icfg.BiDiInterproceduralCFG<N,soot.SootMethod> icfg) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Set<soot.SootMethod> |
getTransitiveCallees(soot.SootMethod method)
Computes the set of transitive callees of the given method
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMethodReferencesprotected final soot.jimple.toolkits.ide.icfg.BiDiInterproceduralCFG<N,soot.SootMethod> icfg
public AbstractReferenceProvider(soot.jimple.toolkits.ide.icfg.BiDiInterproceduralCFG<N,soot.SootMethod> icfg)
protected Set<soot.SootMethod> getTransitiveCallees(soot.SootMethod method)
method - The method for which to compute calleesCopyright © 2022 Fraunhofer SIT. All rights reserved.