Package pascal.taie.analysis.pta.plugin
Class EntryPointHandler
java.lang.Object
pascal.taie.analysis.pta.plugin.EntryPointHandler
- All Implemented Interfaces:
Plugin
Initializes standard entry points for pointer analysis.
-
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
onFinish, onNewCallEdge, onNewCSMethod, onNewMethod, onNewPointsToSet, onNewStmt, onUnresolvedCall
-
Constructor Details
-
EntryPointHandler
public EntryPointHandler()
-
-
Method Details