Class DoublePointsToSet

java.lang.Object
qilin.core.sets.PointsToSetInternal
qilin.core.sets.DoublePointsToSet

public class DoublePointsToSet extends PointsToSetInternal
Implementation of points-to set that holds two sets: one for new elements that have not yet been propagated, and the other for elements that have already been propagated.
Author:
Ondrej Lhotak