public class MemoryEfficientRasUnion extends Union
| Constructor and Description |
|---|
MemoryEfficientRasUnion() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addAll(PointsToSet s)
Adds all objects in s into this union of sets, returning true if this union was changed.
|
Object |
clone() |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
hasNonEmptyIntersection(PointsToSet other)
Returns true if this set shares some objects with other.
|
boolean |
isEmpty()
Returns true if this set contains no run-time objects.
|
Set |
possibleTypes()
Set of all possible run-time types of objects in the set.
|
String |
toString() |
hasNonEmptyIntersection, possibleClassConstants, possibleStringConstantspublic boolean isEmpty()
PointsToSetpublic boolean hasNonEmptyIntersection(PointsToSet other)
PointsToSetpublic boolean addAll(PointsToSet s)
Unionpublic Set possibleTypes()
PointsToSetCopyright © 2020 Soot OSS. All rights reserved.