Class BamLocationDependentJvmMemoryLocation<ContentT extends AbstractState<ContentT>>

java.lang.Object
proguard.analysis.cpa.jvm.domain.memory.BamLocationDependentJvmMemoryLocation<ContentT>
Type Parameters:
ContentT - The content of the jvm states for the traced analysis, contained in the BAM cache. For example, this can be a SetAbstractState of taints for taint analysis or a ValueAbstractState for value analysis.
All Implemented Interfaces:
BamLocationDependent<ContentT>, ProgramLocationDependent

public class BamLocationDependentJvmMemoryLocation<ContentT extends AbstractState<ContentT>> extends Object implements ProgramLocationDependent, BamLocationDependent<ContentT>
This class wraps a JvmMemoryLocation adding information on its program location and source reached set.