Bug 23152 - String output of an AST (rendering of compilation unit)
Summary: String output of an AST (rendering of compilation unit)
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 3.0 M9   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 27134
  Show dependency tree
 
Reported: 2002-09-04 08:14 EDT by Pascal Rapicault CLA
Modified: 2004-05-06 06:32 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal Rapicault CLA 2002-09-04 08:14:44 EDT
Currently the AST api does not provide any output to character string
(see thread Rendering of a CompilationUnit in eclipse.tools newsgroup). 

However a class called ASTFlattener exists and seems to do the work.
Could this class be part of the public API instead of being internal?

           PaScaL
Comment 1 Philipe Mulet CLA 2002-10-22 10:15:10 EDT
Deferred to 3.0
Comment 2 Philipe Mulet CLA 2003-10-30 04:46:36 EST
reopen
Comment 3 Philipe Mulet CLA 2004-05-06 06:32:41 EDT
AST rewriting is now supported officially.