Uses of Class
soot.jimple.spark.sets.P2SetVisitor

Packages that use P2SetVisitor
soot.jimple.spark.sets   
 

Uses of P2SetVisitor in soot.jimple.spark.sets
 

Methods in soot.jimple.spark.sets with parameters of type P2SetVisitor
 boolean BitPointsToSet.forall(P2SetVisitor v)
          Calls v's visit method on all nodes in this set.
 boolean DoublePointsToSet.forall(P2SetVisitor v)
          Calls v's visit method on all nodes in this set.
 boolean EmptyPointsToSet.forall(P2SetVisitor v)
          Calls v's visit method on all nodes in this set.
 boolean HashPointsToSet.forall(P2SetVisitor v)
          Calls v's visit method on all nodes in this set.
 boolean HybridPointsToSet.forall(P2SetVisitor v)
          Calls v's visit method on all nodes in this set.
abstract  boolean PointsToSetInternal.forall(P2SetVisitor v)
          Calls v's visit method on all nodes in this set.
 boolean SharedPointsToSet.forall(P2SetVisitor v)
          Calls v's visit method on all nodes in this set.
 boolean SortedArraySet.forall(P2SetVisitor v)
          Calls v's visit method on all nodes in this set.