Uses of Class
qilin.core.sets.P2SetVisitor
Packages that use P2SetVisitor
Package
Description
Points-to set data structures reused from Spark in Soot, with plans for more memory-efficient
replacements in the future.
-
Uses of P2SetVisitor in qilin.core.sets
Methods in qilin.core.sets with parameters of type P2SetVisitorModifier and TypeMethodDescriptionbooleanDoublePointsToSet.forall(P2SetVisitor v) Calls v's visit method on all nodes in this set.booleanHybridPointsToSet.forall(P2SetVisitor v) Calls v's visit method on all nodes in this set.abstract booleanPointsToSetInternal.forall(P2SetVisitor v) Calls v's visit method on all nodes in this set.