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

Packages that use PointsToBitVector
soot.jimple.spark.sets   
 

Uses of PointsToBitVector in soot.jimple.spark.sets
 

Methods in soot.jimple.spark.sets with parameters of type PointsToBitVector
 void AllSharedHybridNodes.BitVectorLookupMap.add(int size, PointsToBitVector toAdd)
           
 void AllSharedHybridNodes.BitVectorLookupMap.add(int size, PointsToBitVector toAdd)
           
 boolean PointsToBitVector.isSubsetOf(PointsToBitVector other)
          Returns true iff other is a subset of this bitvector
 boolean PointsToBitVector.isSubsetOf(PointsToBitVector other)
          Returns true iff other is a subset of this bitvector
 void AllSharedHybridNodes.BitVectorLookupMap.remove(int size, PointsToBitVector toRemove)
           
 void AllSharedHybridNodes.BitVectorLookupMap.remove(int size, PointsToBitVector toRemove)
           
 

Constructors in soot.jimple.spark.sets with parameters of type PointsToBitVector
PointsToBitVector(PointsToBitVector other)
           
PointsToBitVector(PointsToBitVector other)