| [news.eclipse.tools.jdt] Re: Check for package private type |
Tobias Widmer:You can use the Flags.AccXXX constants to test whether neither of public, protected or private is present
Aha, and now I see AccDefault. Thanks.
Special isDefault() method would be better, but for unknown reason there are not such method...
The reason is probably that nobody filed a bug for this valid request so far ;-)
Markus