public abstract class SolverNormalFlowFunction extends Object implements heros.FlowFunction<Abstraction>
| 构造器和说明 |
|---|
SolverNormalFlowFunction() |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<Abstraction> |
computeTargets(Abstraction source) |
abstract Set<Abstraction> |
computeTargets(Abstraction d1,
Abstraction d2)
Computes the abstractions at the next node in the CFG.
|
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 current method, i.e.
the contextd2 - The abstraction at the current nodeCopyright © 2022 Fraunhofer SIT. All rights reserved.