Class StandardSolver
java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.AbstractPointsToSolver
com.ibm.wala.ipa.callgraph.propagation.StandardSolver
- All Implemented Interfaces:
IPointsToSolver
standard fixed-point iterative solver for pointer analysis
-
Field Summary
Fields inherited from class AbstractPointsToSolver
DEBUG -
Constructor Summary
ConstructorsConstructorDescriptionStandardSolver(PropagationSystem system, PropagationCallGraphBuilder builder) -
Method Summary
Methods inherited from class AbstractPointsToSolver
getBuilder, getReflectionHandler, getSystem
-
Constructor Details
-
StandardSolver
-
-
Method Details
-
solve
public void solve(MonitorUtil.IProgressMonitor monitor) throws IllegalArgumentException, CancelException - Specified by:
solvein interfaceIPointsToSolver- Specified by:
solvein classAbstractPointsToSolver- Throws:
IllegalArgumentExceptionCancelException
-