Interface Solver<Node,Fact>
- Type Parameters:
Node
- type of control-flow graph nodesFact
- type of data facts
public interface Solver<Node,Fact>
Interface of data-flow analysis solver.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <Node,
Fact>
Solver<Node,Fact> Static factory method for obtaining a solver.solve
(DataflowAnalysis<Node, Fact> analysis) Solves the given analysis problem.
-
Field Details
-
SOLVER
The default solver.
-
-
Method Details
-
getSolver
Static factory method for obtaining a solver. -
solve
Solves the given analysis problem.- Returns:
- the data-flow analysis result
-