Bug 331066 - Enhance support for SignaturePattern nodes in the DOM AST
Summary: Enhance support for SignaturePattern nodes in the DOM AST
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-24 17:18 EST by Nieraj Singh CLA
Modified: 2010-11-24 17:18 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 Nieraj Singh CLA 2010-11-24 17:18:33 EST
At the moment, DOM AST SignaturePattern nodes only contain a String representation of the signature, which is accessed via getDetail(). As with other PatternNodes, like TypePatterns, the String detail should be replaced by an AST structure.

See:

org.aspectj.weaver.patterns.SignaturePattern

to see how the DOM equivalent should be expanded.

Conversion from the weaver to the DOM node should be implemented in AjASTConverter.