Package it.unive.lisa.analysis.nonrelational.value
-
Interface Summary Interface Description NonRelationalValueDomain<T extends NonRelationalValueDomain<T>> A non-relational value domain, that is able to compute the value of aValueExpressionby knowing the values of all program variables. -
Class Summary Class Description BaseNonRelationalValueDomain<T extends BaseNonRelationalValueDomain<T>> Base implementation forNonRelationalValueDomains.ValueEnvironment<T extends NonRelationalValueDomain<T>> An environment for aNonRelationalValueDomain, that mapsIdentifiers to instances of such domain.