Uses of Interface
dev.civl.mc.dynamic.IF.DynamicMemoryLocationSet
Packages that use DynamicMemoryLocationSet
Package
Description
Module dynamic provides general computations of symbolic expressions,
including the pretty printing method.
Module state is responsible for the creation and manipulation of
states of a CIVL model.
-
Uses of DynamicMemoryLocationSet in dev.civl.mc.dynamic.IF
Methods in dev.civl.mc.dynamic.IF that return DynamicMemoryLocationSetModifier and TypeMethodDescriptionDynamicMemoryLocationSetFactory.addReference(DynamicMemoryLocationSet writeSet, dev.civl.sarl.IF.expr.SymbolicExpression memValue) Add references in a "memValue" into the given "writeSet", returns a new write setDynamicMemoryLocationSet.apply(dev.civl.sarl.IF.UnaryOperator<dev.civl.sarl.IF.expr.SymbolicExpression> operator) Apply anUnaryOperatoron the set of memory location references.DynamicMemoryLocationSetFactory.empty()Methods in dev.civl.mc.dynamic.IF with parameters of type DynamicMemoryLocationSetModifier and TypeMethodDescriptionDynamicMemoryLocationSetFactory.addReference(DynamicMemoryLocationSet writeSet, dev.civl.sarl.IF.expr.SymbolicExpression memValue) Add references in a "memValue" into the given "writeSet", returns a new write set -
Uses of DynamicMemoryLocationSet in dev.civl.mc.state.IF
Methods in dev.civl.mc.state.IF that return DynamicMemoryLocationSetModifier and TypeMethodDescriptionStateFactory.peekReadWriteSet(State state, int pid, boolean isRead)