|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.jimple.toolkits.pointer.RWSet
soot.jimple.toolkits.pointer.SiteRWSet
Represents the read or write set of a statement.
Field Summary | |
protected boolean |
callsNative
|
protected HashSet |
sets
|
Constructor Summary | |
SiteRWSet()
|
Method Summary | |
boolean |
addFieldRef(PointsToSet otherBase,
Object field)
|
boolean |
addGlobal(SootField global)
|
PointsToSet |
getBaseForField(Object f)
Returns a set of base objects whose field f is read/written. |
boolean |
getCallsNative()
|
Set |
getFields()
Returns an iterator over any fields read/written. |
Set |
getGlobals()
Returns an iterator over any globals read/written. |
boolean |
hasNonEmptyIntersection(RWSet oth)
|
boolean |
isEquivTo(RWSet other)
|
boolean |
setCallsNative()
|
String |
toString()
|
boolean |
union(RWSet other)
Adds the RWSet other into this set. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected HashSet sets
protected boolean callsNative
Constructor Detail |
public SiteRWSet()
Method Detail |
public String toString()
public boolean getCallsNative()
getCallsNative
in class RWSet
public boolean setCallsNative()
setCallsNative
in class RWSet
public Set getGlobals()
getGlobals
in class RWSet
public Set getFields()
getFields
in class RWSet
public PointsToSet getBaseForField(Object f)
getBaseForField
in class RWSet
public boolean hasNonEmptyIntersection(RWSet oth)
hasNonEmptyIntersection
in class RWSet
public boolean union(RWSet other)
union
in class RWSet
public boolean addGlobal(SootField global)
addGlobal
in class RWSet
public boolean addFieldRef(PointsToSet otherBase, Object field)
addFieldRef
in class RWSet
public boolean isEquivTo(RWSet other)
isEquivTo
in class RWSet
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |