Uses of Class
com.sun.codemodel.JCommentPart
-
Packages that use JCommentPart Package Description com.sun.codemodel Library for generating Java source code -
-
Uses of JCommentPart in com.sun.codemodel
Subclasses of JCommentPart in com.sun.codemodel Modifier and Type Class Description classJDocCommentJavaDoc comment.Methods in com.sun.codemodel that return JCommentPart Modifier and Type Method Description JCommentPartJDocComment. addDeprecated()add an @deprecated tag to the javadoc, with the associated message.JCommentPartJDocComment. addParam(JVar param)Append a text to an @param tag.JCommentPartJDocComment. addParam(String param)Append a text to a @param tag to the javadocJCommentPartJDocComment. addReturn()Appends a text to @return tag.JCommentPartJDocComment. addThrows(JClass exception)add an @throws tag to the javadocJCommentPartJDocComment. addThrows(Class<? extends Throwable> exception)add an @throws tag to the javadocJCommentPartJCommentPart. append(Object o)Appends a new value.
-