接口 ProgramLocationDependentForwardTransferRelation<ContentT extends AbstractState<ContentT>>
-
- 类型参数:
ContentT- > The content of the jvm states produced by the transfer relation. For example, this can be aSetAbstractStateof taints for taint analysis or aValueAbstractStatefor value analysis.
- 所有超级接口:
ProgramLocationDependentTransferRelation<ContentT>,TransferRelation<JvmAbstractState<ContentT>>
public interface ProgramLocationDependentForwardTransferRelation<ContentT extends AbstractState<ContentT>> extends ProgramLocationDependentTransferRelation<ContentT>
An interface forTransferRelations that depend on theCfalocation for which the successor can be defined for the leaving edges of the current location.
-
-
方法概要
所有方法 实例方法 默认方法 修饰符和类型 方法 说明 default java.util.List<JvmCfaEdge>getEdges(JvmAbstractState<ContentT> state)-
从接口继承的方法 proguard.analysis.cpa.interfaces.ProgramLocationDependentTransferRelation
generateAbstractSuccessors, generateEdgeAbstractSuccessors, wrapAbstractSuccessorInCollection
-
-
-
-
方法详细资料
-
getEdges
default java.util.List<JvmCfaEdge> getEdges(JvmAbstractState<ContentT> state)
- 指定者:
getEdges在接口中ProgramLocationDependentTransferRelation<ContentT extends AbstractState<ContentT>>
-
-