Bug 68891 - [1.5] TypeVariableBinding does not know his declaring type or method
Summary: [1.5] TypeVariableBinding does not know his declaring type or method
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M1   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-29 13:10 EDT by David Audel CLA
Modified: 2005-01-11 11:02 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 David Audel CLA 2004-06-29 13:10:40 EDT
If you want to know the declaring type of a TypeVariableBinding, you needs to 
explore parent scopes to find it.
That would be useful if TypeVariableBinding have a direct link to his parent.
Comment 1 Philipe Mulet CLA 2004-06-30 07:39:15 EDT
Added TypeVariableBinding#declaringElement pointing at generic type or method 
binding declaring it.