public abstract class AbstractAbstractionPathBuilder extends Object implements IAbstractionPathBuilder
IAbstractionPathBuilder.OnPathBuilderResultAvailableIMemoryBoundedSolver.IMemoryBoundedSolverStatusNotification| 限定符和类型 | 字段和说明 |
|---|---|
protected org.slf4j.Logger |
logger |
protected InfoflowManager |
manager |
protected InfoflowConfiguration.PathConfiguration |
pathConfig |
protected Set<IAbstractionPathBuilder.OnPathBuilderResultAvailable> |
resultAvailableHandlers |
| 构造器和说明 |
|---|
AbstractAbstractionPathBuilder(InfoflowManager manager)
Creates a new instance of the
AbstractAbstractionPathBuilder class |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addResultAvailableHandler(IAbstractionPathBuilder.OnPathBuilderResultAvailable handler)
Adds a handler that gets called when the path reconstructor has
found a new source-to-sink connection
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomputeTaintPaths, getResults, runIncrementalPathCompuationaddStatusListener, forceTerminate, getTerminationReason, isKilled, isTerminated, resetprotected final org.slf4j.Logger logger
protected final InfoflowManager manager
protected final InfoflowConfiguration.PathConfiguration pathConfig
protected Set<IAbstractionPathBuilder.OnPathBuilderResultAvailable> resultAvailableHandlers
public AbstractAbstractionPathBuilder(InfoflowManager manager)
AbstractAbstractionPathBuilder classmanager - The data flow manager that gives access to the icfg and other
objectspublic void addResultAvailableHandler(IAbstractionPathBuilder.OnPathBuilderResultAvailable handler)
IAbstractionPathBuilderaddResultAvailableHandler 在接口中 IAbstractionPathBuilderhandler - The handler to addCopyright © 2022 Fraunhofer SIT. All rights reserved.