Package it.unive.lisa.analysis.nonrelational
-
Interface Summary Interface Description NonRelationalDomain<T extends NonRelationalDomain<T,E,F>,E extends SymbolicExpression,F extends FunctionalLattice<F,Identifier,T>> ANonRelationalElementthat models the standard concept of non-relational abstract domain, and that is able to compute the value of aSymbolicExpressions of typeEby knowing the values of all program variables.NonRelationalElement<T extends NonRelationalElement<T,E,F>,E extends SymbolicExpression,F extends FunctionalLattice<F,Identifier,T>> A non-relational domain, that is able to compute the value of aSymbolicExpressions of typeEby knowing the values of all program variables. -
Class Summary Class Description Environment<M extends Environment<M,E,T,V>,E extends SymbolicExpression,T extends NonRelationalElement<T,E,M>,V extends Lattice<V>> An environment for aNonRelationalDomain, that mapsIdentifiers to instances of such domain.