Interface IPointsToSolver
-
- All Known Implementing Classes:
AbstractPointsToSolver,StandardSolver
public interface IPointsToSolverBasic interface for a pointer analysis solver.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsolve(MonitorUtil.IProgressMonitor monitor)
-
-
-
Method Detail
-
solve
void solve(MonitorUtil.IProgressMonitor monitor) throws IllegalArgumentException, CancelException
-
-