spideruci/blinky

Blinky Statik: Call Graph Management with Dedicated API

VijayKrishna opened this issue · 0 comments

Proposed API for CallGraphManager:

  • Add entry points
  • Method Exists?
  • Get method's callers
  • Get method's calls
  • Get bottom-up topology
  • Get DFS iteration
  • Get BFS iteration
  • Print Graph