Class JvmMemoryLocationAbstractState<ContentT extends AbstractState<ContentT>>

java.lang.Object
proguard.analysis.cpa.jvm.domain.memory.JvmMemoryLocationAbstractState<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:
BamLocationDependent<ContentT>, AbstractState<JvmMemoryLocationAbstractState<ContentT>>, ProgramLocationDependent

public class JvmMemoryLocationAbstractState<ContentT extends AbstractState<ContentT>> extends Object implements AbstractState<JvmMemoryLocationAbstractState<ContentT>>, ProgramLocationDependent, BamLocationDependent<ContentT>
This AbstractState consists of a BamLocationDependentJvmMemoryLocation with a set of sources contributed into its value and the call stack that generated it.