Package spoon.reflect.visitor
Class CommentHelper
- java.lang.Object
-
- spoon.reflect.visitor.CommentHelper
-
public class CommentHelper extends Object
Computes source code representation of the Comment literal
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
printComment(CtComment comment)
returns a pretty-printed version of a comment, with prefix, suffix, and intermediate prefix for block and Javadoc
-