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
}