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?

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


Back to the top