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, setCallsNativepublic int size()
RWSetsize in class MethodRWSetpublic java.lang.String toString()
toString in class MethodRWSetpublic boolean union(RWSet other)
union in class MethodRWSetpublic boolean containsField(java.lang.Object field)
public CodeBlockRWSet intersection(MethodRWSet other)
public boolean addFieldRef(PointsToSet otherBase, java.lang.Object field)
addFieldRef in class MethodRWSet