public abstract class Union extends 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) |
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.
|
Set<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, wait
hasNonEmptyIntersection, isEmpty, possibleTypes
public abstract boolean addAll(PointsToSet s)
public static boolean hasNonEmptyIntersection(PointsToSet s1, PointsToSet s2)
public Set<String> possibleStringConstants()
PointsToSet
possibleStringConstants
in interface PointsToSet
public Set<ClassConstant> possibleClassConstants()
PointsToSet
possibleClassConstants
in interface PointsToSet
Copyright © 2019 Sable. All rights reserved.