public interface EqualsSupportingPointsToSet extends PointsToSet
PointsToSetEqualsWrapper
Modifier and Type | Method and Description |
---|---|
boolean |
pointsToSetEquals(java.lang.Object other)
Returns
true if and only if other holds the same alloc nodes as this. |
int |
pointsToSetHashCode()
Computes a hash code based on the contents of the points-to set.
|
hasNonEmptyIntersection, isEmpty, possibleClassConstants, possibleStringConstants, possibleTypes
int pointsToSetHashCode()
boolean pointsToSetEquals(java.lang.Object other)
true
if and only if other holds the same alloc nodes as this.
Note that equals() is not overwritten on purpose.
This is because Spark relies on comparison by object identity.