Uses of Class
soot.util.BitVector

Packages that use BitVector
soot.jimple.spark.internal   
soot.jimple.toolkits.typing Implements a typing algorithm for Jimple. 
soot.util Generally useful utility classes for Soot. 
 

Uses of BitVector in soot.jimple.spark.internal
 

Methods in soot.jimple.spark.internal that return BitVector
 BitVector TypeManager.get(Type type)
           
 

Uses of BitVector in soot.jimple.toolkits.typing
 

Methods in soot.jimple.toolkits.typing that return BitVector
 BitVector TypeResolverBV.invalidIds()
           
 

Uses of BitVector in soot.util
 

Fields in soot.util declared as BitVector
 BitVector[] SharedBitSetCache.cache
           
 BitVector[] SharedBitSetCache.orAndAndNotCache
           
 

Methods in soot.util that return BitVector
static BitVector BitVector.and(BitVector set1, BitVector set2)
           
static BitVector BitVector.or(BitVector set1, BitVector set2)
           
 BitVector SharedBitSetCache.canonicalize(BitVector set)
           
 

Methods in soot.util with parameters of type BitVector
 void BitVector.and(BitVector other)
           
 void BitVector.andNot(BitVector other)
           
 void BitVector.copyFrom(BitVector other)
           
 void BitVector.or(BitVector other)
           
 void BitVector.xor(BitVector other)
           
 boolean BitVector.orAndAndNot(BitVector orset, BitVector andset, BitVector andnotset)
          Computes this = this OR ((orset AND andset ) AND (NOT andnotset)) Returns true iff this is modified.
static BitVector BitVector.and(BitVector set1, BitVector set2)
           
static BitVector BitVector.or(BitVector set1, BitVector set2)
           
 boolean SharedBitSet.orAndAndNot(SharedBitSet orset, BitVector andset, SharedBitSet andnotset)
           
 BitVector SharedBitSetCache.canonicalize(BitVector set)