| [news.eclipse.tools.jdt] Re: Getting superclass/superinterfaces from an IType or CompilationUnit |
For a pointer take a look at the methods in org.eclipse.jdt.internal.corext.util.JavaModelUtil.Hi,
Sorry if the question has been already answered, but I didn't found the (entry) point... :-(
How may I determine the superclass(es) from a given source IType. I'm finally interested in deciding, if a IMethod overrides a derived one and/or implements an interface method.
Thanks in advance, Sven