Package proguard.analysis.cpa.interfaces
Interface ProgramLocationDependent
-
- All Known Implementing Classes:
BamLocationDependentJvmMemoryLocation,JvmAbstractState,JvmMemoryLocationAbstractState,JvmValueAbstractState
public interface ProgramLocationDependentIf anAbstractStateis program location-specific (i.e., is associated to a specific node from theCfa), it should implementProgramLocationDependent.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JvmCfaNodegetProgramLocation()Returns the program location.voidsetProgramLocation(JvmCfaNode programLocation)Sets the program location.
-
-
-
Method Detail
-
getProgramLocation
JvmCfaNode getProgramLocation()
Returns the program location.
-
setProgramLocation
void setProgramLocation(JvmCfaNode programLocation)
Sets the program location.
-
-