Martinho0330 / javaparser

Automatically exported from code.google.com/p/javaparser
0 stars 0 forks source link

How to use Block Comments & Block Statements to generate From AST to java #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi All,

What is the expected output? What do you see instead?
output :- /** This is Block Comments Print */

Sample Code which i have added in my code:- 

comments.add(new BlockComment("I Have added this program to print 
comment")); 
cu.setComments(comments);
System.out.println(cu.toString);         

This is printing empty.
What version of the product are you using? On what operating system?
windows

Please provide any additional information below.

Original issue reported on code.google.com by varakish...@gmail.com on 23 May 2010 at 4:54