public class CodeBlockRWSet extends MethodRWSet
callsNative, fields, globals, isFull, MAX_SIZE
Constructor and Description |
---|
CodeBlockRWSet() |
Modifier and Type | Method and Description |
---|---|
boolean |
addFieldRef(PointsToSet otherBase,
java.lang.Object field) |
boolean |
containsField(java.lang.Object field) |
CodeBlockRWSet |
intersection(MethodRWSet other) |
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.
|
addGlobal, getBaseForField, getCallsNative, getFields, getGlobals, hasNonEmptyIntersection, isEquivTo, setCallsNative
public int size()
RWSet
size
in class MethodRWSet
public java.lang.String toString()
toString
in class MethodRWSet
public boolean union(RWSet other)
union
in class MethodRWSet
public boolean containsField(java.lang.Object field)
public CodeBlockRWSet intersection(MethodRWSet other)
public boolean addFieldRef(PointsToSet otherBase, java.lang.Object field)
addFieldRef
in class MethodRWSet