Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [jdt-dev] Manupulating java source code

Hi, Abhishek.  Please ask this question on the eclipse.tools.jdt newsgroup.  As it explains on http://www.eclipse.org/mail/ the mailing lists are for people involved in developers working on the actual development of Eclipse, not for user support.
 
That said, I think the answer you want might be to use ASTRewriter.  If not, please continue the discussion on the newsgroup.




Hi all
      I need to manipulate java source code. I have a compilationunit. But i am not able to figure out how to get an ICompilationUnit from cu. 
 
     Also is there any other way i can manipulate java source file.
 
    Please help. It's very urgent.
 
 
Thanks in advance
K.Abhishek

Back to the top