Uses of Class
joeq.Compiler.Dataflow.Problem

Packages that use Problem
joeq.Compiler.Dataflow   
 

Uses of Problem in joeq.Compiler.Dataflow
 

Subclasses of Problem in joeq.Compiler.Dataflow
 class LivenessAnalysis
          LivenessAnalysis
 class ReachingDefs
          ReachingDefs
 

Fields in joeq.Compiler.Dataflow declared as Problem
protected  Problem Solver.problem
          The dataflow problem to solve.
 

Methods in joeq.Compiler.Dataflow with parameters of type Problem
 void SortedSetSolver.initialize(Problem p, jwutil.graphs.Graph graph)
           
 void WorklistSolver.initialize(Problem p, jwutil.graphs.Graph graph)
           
 void PriorityQueueSolver.initialize(Problem p, jwutil.graphs.Graph graph)
           
 void IterativeSolver.initialize(Problem p, jwutil.graphs.Graph graph)
           
 void Solver.initialize(Problem p, jwutil.graphs.Graph graph)
          Initializes the solver to prepare to solve the dataflow problem on the given graph.
 void PriorityQueueSolver.initialize(Problem p, jwutil.graphs.Graph graph, List traversalOrder)
          Initializes this solver with the given dataflow problem, graph, and traversal order.
 void IterativeSolver.initialize(Problem p, jwutil.graphs.Graph graph, List order)
          Initializes this solver with the given dataflow problem, graph, and traversal order.
 



Copyright © 2001-2008 John Whaley. All Rights Reserved.