public abstract class Union extends java.lang.Object implements PointsToSet
| Constructor and Description |
|---|
Union() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
addAll(PointsToSet s)
Adds all objects in s into this union of sets, returning true if this
union was changed.
|
static boolean |
hasNonEmptyIntersection(PointsToSet s1,
PointsToSet s2) |
java.util.Set<ClassConstant> |
possibleClassConstants()
If this points-to set consists entirely of objects of
type java.lang.Class of a known class,
returns a set of ClassConstant's that are these classes.
|
java.util.Set<java.lang.String> |
possibleStringConstants()
If this points-to set consists entirely of string constants,
returns a set of these constant strings.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasNonEmptyIntersection, isEmpty, possibleTypespublic abstract boolean addAll(PointsToSet s)
public static boolean hasNonEmptyIntersection(PointsToSet s1, PointsToSet s2)
public java.util.Set<java.lang.String> possibleStringConstants()
PointsToSetpossibleStringConstants in interface PointsToSetpublic java.util.Set<ClassConstant> possibleClassConstants()
PointsToSetpossibleClassConstants in interface PointsToSet