Is there any support in Eclipse with which I can programmatically generate a static call schedule for a single method in a class at build time?
I would like to be able to define all the methods that could potentially be called from a given class method.
I'm not interested in the visual chart. I am looking for an API. It doesn't even have to be Eclipse.
source share