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

Packages that use P2SetVisitor
soot.jimple.spark.sets   
 

Uses of P2SetVisitor in soot.jimple.spark.sets
 

Subclasses of P2SetVisitor in soot.jimple.spark.sets
static class PointsToSetInternal.P2SetVisitorDefaultTrue
          A P2SetVisitor with a default return value of true.
static class PointsToSetInternal.P2SetVisitorInt
          A P2SetVisitor with an int value.
 

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 SharedHybridSet.forall(P2SetVisitor v)
           
 boolean SharedListSet.forall(P2SetVisitor v)
           
 boolean SortedArraySet.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.
 boolean SharedListSet.forall(P2SetVisitor v)
           
 boolean SharedHybridSet.forall(P2SetVisitor v)
           
abstract  boolean PointsToSetInternal.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.
 boolean HashPointsToSet.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 DoublePointsToSet.forall(P2SetVisitor v)
          Calls v's visit method on all nodes in this set.
 boolean BitPointsToSet.forall(P2SetVisitor v)
          Calls v's visit method on all nodes in this set.