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 Details

    • getProgramLocation

      JvmCfaNode getProgramLocation()
      Returns the program location.
    • setProgramLocation

      void setProgramLocation(JvmCfaNode programLocation)
      Sets the program location.