public class PointsToBitVector extends BitVector
Constructor and Description |
---|
PointsToBitVector(int size) |
PointsToBitVector(PointsToBitVector other) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Node n)
Adds n to this
|
boolean |
contains(Node n) |
void |
decRefCount() |
void |
incRefCount() |
boolean |
isSubsetOf(PointsToBitVector other)
Returns true iff other is a subset of this bitvector
|
boolean |
unused() |
public PointsToBitVector(int size)
public PointsToBitVector(PointsToBitVector other)
public boolean add(Node n)
public boolean contains(Node n)
public boolean isSubsetOf(PointsToBitVector other)
public void incRefCount()
public void decRefCount()
public boolean unused()