public interface EqualsSupportingPointsToSet extends PointsToSet
PointsToSetEqualsWrapper| Modifier and Type | Method and Description |
|---|---|
boolean |
pointsToSetEquals(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, possibleTypesint pointsToSetHashCode()
boolean pointsToSetEquals(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.Copyright © 2021 Soot OSS. All rights reserved.