public abstract class SolverCallToReturnFlowFunction extends Object implements heros.FlowFunction<Abstraction>
| 构造器和说明 |
|---|
SolverCallToReturnFlowFunction() |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<Abstraction> |
computeTargets(Abstraction source) |
abstract Set<Abstraction> |
computeTargets(Abstraction d1,
Abstraction d2)
Computes the abstractions at the return site
|
public Set<Abstraction> computeTargets(Abstraction source)
computeTargets 在接口中 heros.FlowFunction<Abstraction>public abstract Set<Abstraction> computeTargets(Abstraction d1, Abstraction d2)
d1 - The abstraction at the beginning of the caller, i.e. the
context in which the method call is maded2 - The abstraction at the call siteCopyright © 2022 Fraunhofer SIT. All rights reserved.