Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] how to create line comment with ICompilationUnit?

eclipse.tools.jdt

Dani

From: "dan.zheng" <cmaj135@xxxxxxxxx>
To: "Eclipse JDT general developers list." <jdt-dev@xxxxxxxxxxx>,
Date: 19.05.2012 03:14
Subject: Re: [jdt-dev] how to create line comment with ICompilationUnit?





thanks,but which newsgroup?

On Sat, May 5, 2012 at 3:45 PM, Daniel Megert <daniel_megert@xxxxxxxxxx> wrote:
Dan,

please ask questions in the newsgroup. This list is reserved for developing JDT itself.


Dani

From: "dan.zheng" <cmaj135@xxxxxxxxx>
To: jdt-dev@xxxxxxxxxxx,
Date: 05.05.2012 03:08
Subject: [jdt-dev] how to create line comment with ICompilationUnit?







I find the sample docs of eclipse rcp developments is insufficient,now i want to create a line comment in a method,as we know that from ICompliationUnit,we can get MethodDelaration,Block etc. ASTNode

public void foo() {

  //this is what i expected line comment with ASTNode generation

}_______________________________________________
jdt-dev mailing list

jdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-dev


_______________________________________________
jdt-dev mailing list

jdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-dev

_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-dev



Back to the top