Bug 232369 - Add interfaces for common groups of ASTNode classes
Summary: Add interfaces for common groups of ASTNode classes
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-15 14:07 EDT by Markus Keller CLA
Modified: 2008-05-15 14:07 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2008-05-15 14:07:13 EDT
HEAD

We really need some interfaces that make it easier to deal with structurally similar ASTNode classes. The 'Invocations' group has been identified as being missing by almost everybody who used the AST so far.

But there are also other groups that should get a common superinterface, e.g. BODY_PROPERTY (defined in 10 classes, see e.g. the dances required in org.eclipse.jdt.internal.corext.refactoring.code.SourceProvider.isDangligIf())

See also bug 103434, bug 32102, bug 53586, bug 114996.