Bug 48292 - [DCR] Need AST.parsePartialClassFile(....)
Summary: [DCR] Need AST.parsePartialClassFile(....)
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 3.0 M7   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-08 12:42 EST by Dirk Baeumer CLA
Modified: 2004-02-11 07:30 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 Dirk Baeumer CLA 2003-12-08 12:42:00 EST
I20031203

As for compilation units I would like to build a partial AST for class files.
Comment 1 Philipe Mulet CLA 2003-12-08 12:49:11 EST
Do you mean of attached sources ?
Comment 2 Dirk Baeumer CLA 2003-12-08 16:59:25 EST
Some behaviour as AST.parseCompilationUnit(IClassFile ...)
Comment 3 Olivier Thomann CLA 2004-01-21 12:50:11 EST
Jim, please add this API. As soon as it is done, I will provide the implementation.
Comment 4 Jim des Rivieres CLA 2004-01-22 16:51:11 EST
Added API method:

AST.parsePartialCompilationUnit(IClassFile, int, boolean, WorkingCopyOwner, 
IProgressMonitor)
Comment 5 Olivier Thomann CLA 2004-01-26 09:37:30 EST
Done. Released in HEAD.
Regression test added.
Comment 6 Frederic Fusier CLA 2004-02-11 07:30:52 EST
Verified for 3.0-M7 using ASTView