Uses of Class
soot.util.SharedBitSet

Packages that use SharedBitSet
soot.util Generally useful utility classes for Soot. 
 

Uses of SharedBitSet in soot.util
 

Methods in soot.util with parameters of type SharedBitSet
 void SharedBitSet.and(SharedBitSet other)
           
 void SharedBitSet.and(SharedBitSet other)
           
 void SharedBitSet.or(SharedBitSet other)
           
 void SharedBitSet.or(SharedBitSet other)
           
 boolean SharedBitSet.orAndAndNot(SharedBitSet orset, BitVector andset, SharedBitSet andnotset)
           
 boolean SharedBitSet.orAndAndNot(SharedBitSet orset, BitVector andset, SharedBitSet andnotset)
           
 boolean SharedBitSet.orAndAndNot(SharedBitSet orset, SharedBitSet andset, SharedBitSet andnotset)
           
 boolean SharedBitSet.orAndAndNot(SharedBitSet orset, SharedBitSet andset, SharedBitSet andnotset)