Bug 48292

Summary: [DCR] Need AST.parsePartialClassFile(....)
Product: [Eclipse Project] JDT Reporter: Dirk Baeumer <dirk_baeumer>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0 M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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