I need to get the source package of the any object declared in the class. This object may be declared as a class variable or methods local variable.
I can able to find that for class object variable using IFields API.
For example, if the variable is of type List -> I need the result as java.util.List.
Kindly give your ideas.
Thanks in advance, Easwar