D - N - public class OnDemandReferenceProvider<D,N> extends AbstractReferenceProvider<D,N>
| 限定符和类型 | 字段和说明 |
|---|---|
protected com.google.common.cache.LoadingCache<soot.SootMethod,Set<soot.SootMethod>> |
methodToReferences |
icfg| 构造器和说明 |
|---|
OnDemandReferenceProvider(soot.jimple.toolkits.ide.icfg.BiDiInterproceduralCFG<N,soot.SootMethod> icfg) |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<soot.SootMethod> |
getMethodReferences(soot.SootMethod method,
FastSolverLinkedNode<D,N> context)
Given a method and a context, gets the set of methods that in which the
solver can transitively spawn new analysis tasks
|
getTransitiveCalleesprotected final com.google.common.cache.LoadingCache<soot.SootMethod,Set<soot.SootMethod>> methodToReferences
public OnDemandReferenceProvider(soot.jimple.toolkits.ide.icfg.BiDiInterproceduralCFG<N,soot.SootMethod> icfg)
public Set<soot.SootMethod> getMethodReferences(soot.SootMethod method, FastSolverLinkedNode<D,N> context)
IGCReferenceProviderCopyright © 2022 Fraunhofer SIT. All rights reserved.