Package proguard.analysis.cpa.interfaces
Interface TransferRelation<StateT extends AbstractState<StateT>>
- Type Parameters:
StateT- The type of states of the analysis, produced by the transfer relation.
- All Known Subinterfaces:
ProgramLocationDependentBackwardTransferRelation<ContentT>,ProgramLocationDependentForwardTransferRelation<ContentT>,ProgramLocationDependentTransferRelation<ContentT>
- All Known Implementing Classes:
BamTransferRelation,JvmMemoryLocationTransferRelation,JvmTaintTransferRelation,JvmTransferRelation,JvmValueTransferRelation
public interface TransferRelation<StateT extends AbstractState<StateT>>
-
Method Summary
Modifier and TypeMethodDescriptiongenerateAbstractSuccessors(StateT abstractState, Precision precision) Returns abstract successor states of theabstractStateunder the selectedprecision.
-
Method Details
-
generateAbstractSuccessors
Returns abstract successor states of theabstractStateunder the selectedprecision.
-