Package it.unive.lisa.analysis.representation
-
Class Summary Class Description DomainRepresentation A structured representation of the abstract information present in a single instance ofSemanticDomain
,NonRelationalDomain
,DataflowElement
or other types of domains.ListRepresentation ADomainRepresentation
in the form of a list of values.MapRepresentation ADomainRepresentation
in the form of a key-value mapping.ObjectRepresentation ADomainRepresentation
in the form of a complex object with fields.SetRepresentation ADomainRepresentation
in the form of a set of values.StringRepresentation ADomainRepresentation
in the form of a single string element.