public abstract class SolverReturnFlowFunction extends Object implements heros.FlowFunction<Abstraction>
| 构造器和说明 |
|---|
SolverReturnFlowFunction() |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<Abstraction> |
computeTargets(Abstraction source) |
abstract Set<Abstraction> |
computeTargets(Abstraction source,
Abstraction calleeD1,
Collection<Abstraction> callerD1s)
Computes the abstractions at the return site.
|
public Set<Abstraction> computeTargets(Abstraction source)
computeTargets 在接口中 heros.FlowFunction<Abstraction>public abstract Set<Abstraction> computeTargets(Abstraction source, Abstraction calleeD1, Collection<Abstraction> callerD1s)
source - The abstraction at the exit nodecalleeD1 - The abstraction at the start point of the calleecallerD1s - The abstractions at the start nodes of all methods to
which we return (i.e. the contexts to which this flow function will be
applied).Copyright © 2022 Fraunhofer SIT. All rights reserved.