| [news.eclipse.tools.jdt] Re: MethodDeclaration heritage-information? |
Hope that's clear.
Hi,
parsing a MethodDeclaration ASTNode, is there any way to know if the method overrides another method (from interface or parent-class) (if there is no @Override-annotation)?
I used the AST-Viewer to find something, but failed.
thank you