public class PointsToSetVariable extends com.ibm.wala.fixpoint.IntSetVariable<PointsToSetVariable>
| Modifier and Type | Field and Description |
|---|---|
static boolean |
CRY_ABOUT_BIG_POINTSTO_SETS
if set, emits a warning whenever a points-to set grows bigger than
SIZE_THRESHOLD |
static com.ibm.wala.util.intset.MutableMapping<InstanceKey> |
instanceKeys
used only for paranoid checking.
|
static boolean |
PARANOID
if set, check that all instance keys in a points-to set are consistent with the type of the corresponding pointer key
|
static int |
SIZE_THRESHOLD |
| Constructor and Description |
|---|
PointsToSetVariable(PointerKey key) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int b) |
boolean |
addAll(com.ibm.wala.util.intset.IntSet B) |
boolean |
addAll(PointsToSetVariable other) |
boolean |
equals(Object obj) |
PointerKey |
getPointerKey() |
String |
toString() |
addAllInIntersection, addAllInIntersection, contains, containsAny, copyState, getValue, remove, removeAll, sameValue, sizegetOrderNumber, hashCode, nextHash, setOrderNumbergetGraphNodeId, setGraphNodeIdpublic static final boolean CRY_ABOUT_BIG_POINTSTO_SETS
SIZE_THRESHOLDpublic static final int SIZE_THRESHOLD
public static final boolean PARANOID
public static com.ibm.wala.util.intset.MutableMapping<InstanceKey> instanceKeys
public PointsToSetVariable(PointerKey key)
public PointerKey getPointerKey()
public boolean equals(Object obj)
equals in class com.ibm.wala.fixpoint.AbstractVariable<PointsToSetVariable>public void add(int b)
add in class com.ibm.wala.fixpoint.IntSetVariable<PointsToSetVariable>public boolean addAll(com.ibm.wala.util.intset.IntSet B)
addAll in class com.ibm.wala.fixpoint.IntSetVariable<PointsToSetVariable>public boolean addAll(PointsToSetVariable other)
addAll in class com.ibm.wala.fixpoint.IntSetVariable<PointsToSetVariable>public String toString()
toString in class com.ibm.wala.fixpoint.IntSetVariable<PointsToSetVariable>Copyright © 2015. All rights reserved.