Bug 10244 - DOM/AST: MethodInvocation should have resolveBinding() method
Summary: DOM/AST: MethodInvocation should have resolveBinding() method
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M4   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-26 06:28 EST by Dirk Baeumer CLA
Modified: 2002-03-01 04:36 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 Dirk Baeumer CLA 2002-02-26 06:28:16 EST
Old MessageSend node had field binding. Therefore the new one should have a 
method resolveBinding which returns an IMethodBinding
Comment 1 Jim des Rivieres CLA 2002-02-26 14:03:22 EST
For a MethodInvocation node, the compile-time binding for the method 
invoked is obtainable with
   (IMethodBinding) mi.getName().resolveBinding()
Comment 2 Olivier Thomann CLA 2002-02-27 11:34:54 EST
Ok to close?
Comment 3 Dirk Baeumer CLA 2002-02-27 12:21:31 EST
Yes
Comment 4 Olivier Thomann CLA 2002-02-27 12:26:16 EST
Not a bug. We agreed to use the name inside the method invocation instead of 
adding a resolveBinding() method on MethodInvocation.
Closed.