public class PointsToSetEqualsWrapper extends Object implements PointsToSet
PointsToSet
supporting the EqualsSupportingPointsToSet
interface.Modifier and Type | Field and Description |
---|---|
protected EqualsSupportingPointsToSet |
pts |
Constructor and Description |
---|
PointsToSetEqualsWrapper(EqualsSupportingPointsToSet pts) |
Modifier and Type | Method and Description |
---|---|
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<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.
|
Set<Type> |
possibleTypes()
Set of all possible run-time types of objects in the set.
|
String |
toString() |
EqualsSupportingPointsToSet |
unwarp() |
protected Object |
unwrapIfNecessary(Object obj) |
protected EqualsSupportingPointsToSet pts
public PointsToSetEqualsWrapper(EqualsSupportingPointsToSet pts)
public EqualsSupportingPointsToSet unwarp()
public boolean hasNonEmptyIntersection(PointsToSet other)
PointsToSet
hasNonEmptyIntersection
in interface PointsToSet
other
- PointsToSet.hasNonEmptyIntersection(soot.PointsToSet)
public boolean isEmpty()
PointsToSet
isEmpty
in interface PointsToSet
PointsToSet.isEmpty()
public Set<ClassConstant> possibleClassConstants()
PointsToSet
possibleClassConstants
in interface PointsToSet
PointsToSet.possibleClassConstants()
public Set<String> possibleStringConstants()
PointsToSet
possibleStringConstants
in interface PointsToSet
PointsToSet.possibleStringConstants()
public Set<Type> possibleTypes()
PointsToSet
possibleTypes
in interface PointsToSet
PointsToSet.possibleTypes()
Copyright © 2020 Sable. All rights reserved.