Class EntryPointHandler

java.lang.Object
pascal.taie.analysis.pta.plugin.EntryPointHandler
All Implemented Interfaces:
Plugin

public class EntryPointHandler extends Object implements Plugin
Initializes standard entry points for pointer analysis.
  • Constructor Details

    • EntryPointHandler

      public EntryPointHandler()
  • Method Details

    • setSolver

      public void setSolver(Solver solver)
      Description copied from interface: Plugin
      Sets pointer analysis solver which will be used later by the plugin.
      Specified by:
      setSolver in interface Plugin
    • onStart

      public void onStart()
      Description copied from interface: Plugin
      Invoked when pointer analysis starts.
      Specified by:
      onStart in interface Plugin