How to retrieve modifiers from resolved types [message #257094] |
Mon, 27 October 2008 09:50  |
Eclipse User |
|
|
|
Hello,
I'm working on a plugin that provides content assist as an extension of
the WTP XML Editor. The suggested content is a liste of classes found in
the current project's classpath.
I can successfully retrieve a list of <IType> which are instances of
ResolvedSourceType or ResolvedBinary Type. Now, I'd like to filter the
result and hide the abstract classes, since the user should not be able to
select on of those
From what I read on previous messages and tried by myself, I can not use
standard Java Reflection APIs because of ClassLoading issues (which I can
understand : the plugin and the project don't share the same
classloaders). So I need to use the JDT APIs, but I did not find anything
yet..
How can I do this ?
Thank you in advance
Regards,
Xavier
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04808 seconds