Class InferredValue.InferredPairRepresentation
- java.lang.Object
-
- it.unive.lisa.analysis.representation.DomainRepresentation
-
- it.unive.lisa.analysis.representation.PairRepresentation
-
- it.unive.lisa.analysis.nonrelational.inference.InferredValue.InferredPairRepresentation
-
- All Implemented Interfaces:
java.lang.Comparable<DomainRepresentation>
- Enclosing interface:
- InferredValue<T extends InferredValue<T>>
public static class InferredValue.InferredPairRepresentation extends PairRepresentation
APairRepresentationfor anInferredValue.InferredPair.
-
-
Field Summary
-
Fields inherited from class it.unive.lisa.analysis.representation.PairRepresentation
left, right
-
-
Constructor Summary
Constructors Constructor Description InferredPairRepresentation(InferredValue.InferredPair<?> pair)Builds a new representation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class it.unive.lisa.analysis.representation.PairRepresentation
equals, hashCode
-
Methods inherited from class it.unive.lisa.analysis.representation.DomainRepresentation
compareTo
-
-
-
-
Constructor Detail
-
InferredPairRepresentation
public InferredPairRepresentation(InferredValue.InferredPair<?> pair)
Builds a new representation.- Parameters:
pair- the inferred pair to represent
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classPairRepresentation
-
-