Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » AST Newbee Question
AST Newbee Question [message #1077976] Fri, 02 August 2013 11:34 Go to next message
Nikolay Metchev is currently offline Nikolay MetchevFriend
Messages: 15
Registered: July 2009
Junior Member
Can somebody tell me how I can given an org.eclipse.jdt.core.IType and org.eclipse.jdt.core.dom.ITypeBinding determine if one is assignable to the other?

I am trying to fix:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=217753

Any help would be appreciated.
Re: AST Newbee Question [message #1078029 is a reply to message #1077976] Fri, 02 August 2013 12:55 Go to previous message
Nikolay Metchev is currently offline Nikolay MetchevFriend
Messages: 15
Registered: July 2009
Junior Member
In the end I figured out that I should be calling ASTNodeSearchUtil.getMethodDeclarationNode()
Previous Topic:InternalCompletionContext.getExpectedTypesKeys returns add type keys
Next Topic:How to build a Template like javadoc in jdt and cdt
Goto Forum:
  


Current Time: Fri Apr 26 06:51:40 GMT 2024

Powered by FUDForum. Page generated in 0.03349 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top