Uses of Class
soot.toolkits.scalar.AbstractFlowSet

Packages that use AbstractFlowSet
soot.jimple.toolkits.scalar A toolkit for scalar optimization of Jimple. 
soot.toolkits.scalar A number of scalar optimizations, and the flow analysis framework. 
 

Uses of AbstractFlowSet in soot.jimple.toolkits.scalar
 

Subclasses of AbstractFlowSet in soot.jimple.toolkits.scalar
 class ToppedSet
          Represents information for flow analysis, adding a top element to a lattice.
 

Uses of AbstractFlowSet in soot.toolkits.scalar
 

Subclasses of AbstractFlowSet in soot.toolkits.scalar
 class AbstractBoundedFlowSet
          provides functional code for most of the methods.
 class ArrayPackedSet
          Reference implementation for a BoundedFlowSet.
 class ArraySparseSet
          Reference implementation for a FlowSet.