Uses of Class
qilin.util.sets.HybridPointsToSet
Packages that use HybridPointsToSet
Package
Description
Points-to set data structures reused from Spark in Soot, with plans for more memory-efficient
replacements in the future.
-
Uses of HybridPointsToSet in qilin.util.sets
Fields in qilin.util.sets declared as HybridPointsToSetModifier and TypeFieldDescriptionprotected HybridPointsToSetDoublePointsToSet.newSetprotected HybridPointsToSetDoublePointsToSet.oldSetMethods in qilin.util.sets that return HybridPointsToSetModifier and TypeMethodDescriptionDoublePointsToSet.getNewSet()Returns set of newly-added nodes since last call to flushNew.DoublePointsToSet.getNewSetCopy()DoublePointsToSet.getOldSet()Returns set of nodes already present before last call to flushNew.