public abstract class SolverCallFlowFunction extends Object implements heros.FlowFunction<Abstraction>
| 构造器和说明 |
|---|
SolverCallFlowFunction() |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<Abstraction> |
computeTargets(Abstraction source) |
abstract Set<Abstraction> |
computeTargets(Abstraction d1,
Abstraction d2)
Computes the call flow function for the given call-site abstraction
|
public Set<Abstraction> computeTargets(Abstraction source)
computeTargets 在接口中 heros.FlowFunction<Abstraction>public abstract Set<Abstraction> computeTargets(Abstraction d1, Abstraction d2)
d1 - The abstraction at the current method's start node.d2 - The abstraction at the call siteCopyright © 2022 Fraunhofer SIT. All rights reserved.