Bug 425596 - EnumerationTypeDeclaration does not report it's interfaces
Summary: EnumerationTypeDeclaration does not report it's interfaces
Status: NEW
Alias: None
Product: Xtend
Classification: Tools
Component: Core (show other bugs)
Version: 2.5.0   Edit
Hardware: PC Windows 7
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-13 14:02 EST by Sebastien Diot CLA
Modified: 2014-01-14 02:49 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastien Diot CLA 2014-01-13 14:02:54 EST
I was looking for something like getSuperType() in TypeDeclaration, and discovered this was defined in the sub-types: ClassDeclaration, and InterfaceDeclaration. But *enumerations can also implement interfaces*, and there is no method in EnumerationTypeDeclaration to retrieve them.

This might be related to Bug#417949 (I can't tell myself).