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,
Object field) |
boolean |
containsField(Object field) |
CodeBlockRWSet |
intersection(MethodRWSet other) |
String |
toString() |
boolean |
union(RWSet other)
Adds the RWSet other into this set.
|
addGlobal, getBaseForField, getCallsNative, getFields, getGlobals, hasNonEmptyIntersection, isEquivTo, setCallsNative, sizepublic String toString()
toString in class MethodRWSetpublic boolean union(RWSet other)
union in class MethodRWSetpublic boolean containsField(Object field)
public CodeBlockRWSet intersection(MethodRWSet other)
public boolean addFieldRef(PointsToSet otherBase, Object field)
addFieldRef in class MethodRWSetCopyright © 2024 Soot OSS. All rights reserved.