Package proguard.analysis.cpa.interfaces
Interface ProgramLocationDependent
- All Known Implementing Classes:
BamLocationDependentJvmMemoryLocation,JvmAbstractState,JvmMemoryLocationAbstractState,JvmValueAbstractState
public interface ProgramLocationDependent
If an
AbstractState is program location-specific (i.e., is associated to a specific node
from the Cfa), it should implement ProgramLocationDependent.-
Method Summary
Modifier and TypeMethodDescriptionReturns the program location.voidsetProgramLocation(JvmCfaNode programLocation) Sets the program location.
-
Method Details
-
getProgramLocation
JvmCfaNode getProgramLocation()Returns the program location. -
setProgramLocation
Sets the program location.
-