Class JvmMemoryLocationCpa<ContentT extends AbstractState<ContentT>>

java.lang.Object
proguard.analysis.cpa.defaults.SimpleCpa<JvmMemoryLocationAbstractState<ContentT>>
proguard.analysis.cpa.jvm.domain.memory.JvmMemoryLocationCpa<ContentT>
Type Parameters:
ContentT - The content of the jvm states for the traced analysis. For example, this can be a SetAbstractState of taints for taint analysis or a ValueAbstractState for value analysis.
All Implemented Interfaces:
ConfigurableProgramAnalysis<JvmMemoryLocationAbstractState<ContentT>>

public class JvmMemoryLocationCpa<ContentT extends AbstractState<ContentT>> extends SimpleCpa<JvmMemoryLocationAbstractState<ContentT>>
The JvmMemoryLocationCpa backtraces memory locations. See for details.