Interface ProgramLocationDependentTransferRelation<ContentT extends AbstractState<ContentT>>

Type Parameters:
ContentT - > The content of the jvm states produced by the transfer relation. For example, this can be a SetAbstractState of taints for taint analysis or a ValueAbstractState for value analysis.
All Superinterfaces:
TransferRelation<JvmAbstractState<ContentT>>
All Known Subinterfaces:
ProgramLocationDependentBackwardTransferRelation<ContentT>, ProgramLocationDependentForwardTransferRelation<ContentT>
All Known Implementing Classes:
JvmTaintTransferRelation, JvmTransferRelation, JvmValueTransferRelation

public interface ProgramLocationDependentTransferRelation<ContentT extends AbstractState<ContentT>> extends TransferRelation<JvmAbstractState<ContentT>>
An interface for TransferRelations that depend on the Cfa location for which the successor can be defined for the edges of the current location.