public interface DynamicMemoryLocationSetFactory
-
Method Summary
Modifier and TypeMethodDescriptionaddReference(DynamicMemoryLocationSet writeSet, dev.civl.sarl.IF.expr.SymbolicExpression memValue) Add references in a "memValue" into the given "writeSet", returns a new write setempty()
-
Method Details
-
empty
DynamicMemoryLocationSet empty()- Returns:
- an empty
DynamicMemoryLocationSet
-
addReference
DynamicMemoryLocationSet addReference(DynamicMemoryLocationSet writeSet, dev.civl.sarl.IF.expr.SymbolicExpression memValue) Add references in a "memValue" into the given "writeSet", returns a new write set- Parameters:
writeSet- a DynamicWriteSetmemValue- a symbolic expression ofCIVLType.getDynamicType(dev.civl.sarl.IF.SymbolicUniverse)type- Returns:
-