Interface IDemandPointerAnalysis
- All Known Implementing Classes:
AbstractDemandPointsTo
,DemandRefinementPointsTo
,SimpleDemandPointsTo
public interface IDemandPointerAnalysis
Basic interface for a demand-driven points-to analysis.
- Author:
- Manu Sridharan
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getHeapModel
HeapModel getHeapModel() -
getBaseCallGraph
CallGraph getBaseCallGraph() -
getClassHierarchy
IClassHierarchy getClassHierarchy() -
getPointsTo
-