| [news.eclipse.tools] Re: how can I retrieve the real modifiers of a java method ? |
Adriana,
jkca
Hello, Is IMemeber.getFlags() the method to use to retrieve the access modifiers for a method ?Because the result is not always complete : Note that only flags as indicated in the source are returned. Thus if an interface defines a method void myMethod(); the flags don't include the 'public' flag. Is there a way to get the real value of those modifiers ? ThanksAdriana