Uses of Package
edu.cmu.cs.crystal.flow.worklist

Packages that use edu.cmu.cs.crystal.flow.worklist
edu.cmu.cs.crystal.flow.worklist An internal package for running a flow analysis. 
 

Classes in edu.cmu.cs.crystal.flow.worklist used by edu.cmu.cs.crystal.flow.worklist
AbstractWorklist
           
AnalysisResult
          Encapsulates the results of running an analysis.
WorklistNodeOrderComparator
          Comparator to be used in ordering nodes in a worklist.
WorklistTemplate
          This class encapsulates a worklist algorithm for computing fixed points over flow graphs as a Template Method WorklistTemplate.performAnalysis().