| [news.eclipse.tools.jdt] Re: Searching for implementors of an interface |
Chris Senior wrote:
SearchPattern superPattern = SearchPattern.createPattern(aType, IJavaSearchConstants.IMPLEMENTORS);
Where aType is an IType for interface A.
After a bit more testing it seemed the search only works with interfaces?
- Chris