public interface PointsToSet
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
java.util.Set<Type> |
possibleTypes()
Set of all possible run-time types of objects in the set.
|
boolean isEmpty()
boolean hasNonEmptyIntersection(PointsToSet other)
java.util.Set<Type> possibleTypes()
java.util.Set<java.lang.String> possibleStringConstants()
java.util.Set<ClassConstant> possibleClassConstants()