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, waithasNonEmptyIntersection, isEmpty, possibleTypespublic abstract boolean addAll(PointsToSet s)
public static boolean hasNonEmptyIntersection(PointsToSet s1, PointsToSet s2)
public Set<String> possibleStringConstants()
PointsToSetpossibleStringConstants in interface PointsToSetpublic Set<ClassConstant> possibleClassConstants()
PointsToSetpossibleClassConstants in interface PointsToSetCopyright © 2020 Soot OSS. All rights reserved.