[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.jdt] Re: Getting superclass/superinterfaces from an IType or CompilationUnit

exquisitus wrote:
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.
For a pointer take a look at the methods in org.eclipse.jdt.internal.corext.util.JavaModelUtil.

Dani

Thanks in advance, Sven