|
|||||||||||
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.MethodRWSet
soot.jimple.toolkits.pointer.CodeBlockRWSet
Field Summary |
Fields inherited from class soot.jimple.toolkits.pointer.MethodRWSet |
callsNative, fields, globals, isFull, MAX_SIZE |
Constructor Summary | |
CodeBlockRWSet()
|
Method Summary | |
CodeBlockRWSet |
intersection(MethodRWSet other)
|
int |
size()
Returns an iterator over any globals read/written. |
boolean |
union(RWSet other)
Adds the RWSet other into this set. |
Methods inherited from class soot.jimple.toolkits.pointer.MethodRWSet |
addFieldRef, addGlobal, getBaseForField, getCallsNative, getFields, getGlobals, hasNonEmptyIntersection, isEquivTo, setCallsNative, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CodeBlockRWSet()
Method Detail |
public int size()
RWSet
size
in class MethodRWSet
public boolean union(RWSet other)
union
in class MethodRWSet
public CodeBlockRWSet intersection(MethodRWSet other)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |