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 class
JDocComment
JavaDoc comment.Methods in com.sun.codemodel that return JCommentPart Modifier and Type Method Description JCommentPart
JDocComment. addDeprecated()
add an @deprecated tag to the javadoc, with the associated message.JCommentPart
JDocComment. addParam(JVar param)
Append a text to an @param tag.JCommentPart
JDocComment. addParam(java.lang.String param)
Append a text to a @param tag to the javadocJCommentPart
JDocComment. addReturn()
Appends a text to @return tag.JCommentPart
JDocComment. addThrows(JClass exception)
add an @throws tag to the javadocJCommentPart
JDocComment. addThrows(java.lang.Class<? extends java.lang.Throwable> exception)
add an @throws tag to the javadocJCommentPart
JCommentPart. append(java.lang.Object o)
Appends a new value.
-