public class SiteRWSet extends RWSet
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
callsNative |
java.util.HashSet<RWSet> |
sets |
| Constructor and Description |
|---|
SiteRWSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addFieldRef(PointsToSet otherBase,
java.lang.Object field) |
boolean |
addGlobal(SootField global) |
PointsToSet |
getBaseForField(java.lang.Object f)
Returns a set of base objects whose field f is read/written.
|
boolean |
getCallsNative() |
java.util.Set |
getFields()
Returns an iterator over any fields read/written.
|
java.util.Set |
getGlobals()
Returns an iterator over any globals read/written.
|
boolean |
hasNonEmptyIntersection(RWSet oth) |
boolean |
isEquivTo(RWSet other) |
boolean |
setCallsNative() |
int |
size()
Returns an iterator over any globals read/written.
|
java.lang.String |
toString() |
boolean |
union(RWSet other)
Adds the RWSet other into this set.
|
public java.util.HashSet<RWSet> sets
protected boolean callsNative
public int size()
RWSetpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean getCallsNative()
getCallsNative in class RWSetpublic boolean setCallsNative()
setCallsNative in class RWSetpublic java.util.Set getGlobals()
getGlobals in class RWSetpublic java.util.Set getFields()
public PointsToSet getBaseForField(java.lang.Object f)
getBaseForField in class RWSetpublic boolean hasNonEmptyIntersection(RWSet oth)
hasNonEmptyIntersection in class RWSetpublic boolean union(RWSet other)
public boolean addFieldRef(PointsToSet otherBase, java.lang.Object field)
addFieldRef in class RWSet