Bug 10674

Summary: AST API request : method binding for ClassInstanceCreation
Product: [Eclipse Project] JDT Reporter: Luc Bourlier <eclipse>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M4   
Hardware: PC   
OS: Windows NT   
Whiteboard:

Description Luc Bourlier CLA 2002-03-04 10:06:47 EST
In MethodInvocation, I can access the corresponding IMethodBinding by calling
getName().getBinding(). 

However, in ClassInstanceCreation, there's no way to get the corresponding
IMethodBinding. I'd like API to get this information.
Comment 1 Olivier Thomann CLA 2002-03-04 12:12:01 EST

*** This bug has been marked as a duplicate of 10499 ***