[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.jdt] MethodDeclaration heritage-information?

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