public abstract class AbstractAliasStrategy extends Object implements IAliasingStrategy
| 限定符和类型 | 字段和说明 |
|---|---|
protected InfoflowManager |
manager |
| 构造器和说明 |
|---|
AbstractAliasStrategy(InfoflowManager manager) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
hasProcessedMethod(soot.SootMethod method)
Checks whether this aliasing strategy has already computed aliases in the
given method or not.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcleanup, computeAliasTaints, getSolver, injectCallingContext, isFlowSensitive, isInteractive, isLazyAnalysis, mayAlias, requiresAnalysisOnReturnprotected final InfoflowManager manager
public AbstractAliasStrategy(InfoflowManager manager)
public boolean hasProcessedMethod(soot.SootMethod method)
IAliasingStrategyhasProcessedMethod 在接口中 IAliasingStrategymethod - The method to checkCopyright © 2022 Fraunhofer SIT. All rights reserved.