How to retrieve the inheritance classes associated with an abstract class? #894
-
I have an abstract method declared inside an abstract class. I am not able to retrieve information about the classes that inherits from the abstract class so that I can use that information to locate the method implementation. If you can help me with any API's that supports in this task, it will be a big help.. thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, the comments explain the API.
|
Beta Was this translation helpful? Give feedback.
-
You can find more information at the Documentation: https://soot-oss.github.io/SootUp/latest/typehierarchy/ |
Beta Was this translation helpful? Give feedback.
Hi, the comments explain the API.