Uses of Interface
soot.toolkits.scalar.FlowUniverse

Packages that use FlowUniverse
soot.toolkits.scalar A number of scalar optimizations, and the flow analysis framework. 
 

Uses of FlowUniverse in soot.toolkits.scalar
 

Classes in soot.toolkits.scalar that implement FlowUniverse
 class ArrayFlowUniverse<E>
          Provides an implementation of a flow universe, wrapping arrays.
 class CollectionFlowUniverse<E>
          Provides an implementation of a flow universe, wrapping collections.
 

Constructors in soot.toolkits.scalar with parameters of type FlowUniverse
ArrayPackedSet(FlowUniverse universe)
           
ArrayPackedSet(FlowUniverse universe)
           
ObjectIntMapper(FlowUniverse<E> flowUniverse)
           
ObjectIntMapper(FlowUniverse<E> flowUniverse)