Class AssertionChecker
java.lang.Object
pascal.taie.analysis.pta.plugin.assertion.AssertionChecker
- All Implemented Interfaces:
Plugin
Implements a mechanism for checking pointer analysis assertions.
This mechanism is used for testing pointer analysis.
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface pascal.taie.analysis.pta.plugin.Plugin
onNewCallEdge, onNewCSMethod, onNewMethod, onNewPointsToSet, onNewStmt, onPhaseFinish, onUnresolvedCall
-
Constructor Details
-
AssertionChecker
public AssertionChecker()
-
-
Method Details
-
setSolver
Description copied from interface:Plugin
Sets pointer analysis solver which will be used later by the plugin. -
onStart
public void onStart()Description copied from interface:Plugin
Invoked when pointer analysis starts. -
onFinish
public void onFinish()Description copied from interface:Plugin
Invoked when pointer analysis finishes. Pointer analysis is supposed to have been finished at this stage, thus this call back should NOT modify pointer analysis results.
-