Bug 10674 - AST API request : method binding for ClassInstanceCreation
Summary: AST API request : method binding for ClassInstanceCreation
Status: RESOLVED DUPLICATE of bug 10499
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows NT
: P3 normal (vote)
Target Milestone: 2.0 M4   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-04 10:06 EST by Luc Bourlier CLA
Modified: 2002-03-04 12:22 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***