Package spoon.reflect.visitor
Class CommentHelper
java.lang.Object
spoon.reflect.visitor.CommentHelper
Computes source code representation of the Comment literal
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
printComment(CtComment comment)
returns a pretty-printed version of a comment, with prefix, suffix, and intermediate prefix for block and Javadoc
-
Method Details
-
printComment
returns a pretty-printed version of a comment, with prefix, suffix, and intermediate prefix for block and Javadoc
-