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.Fields in com.sun.codemodel declared as JCommentPart Modifier and Type Field Description private JCommentPart
JDocComment. atDeprecated
The @deprecated tagprivate JCommentPart
JDocComment. atReturn
The @return tag part.Fields in com.sun.codemodel with type parameters of type JCommentPart Modifier and Type Field Description private java.util.Map<java.lang.String,JCommentPart>
JDocComment. atParams
list of @param tagsprivate java.util.Map<JClass,JCommentPart>
JDocComment. atThrows
list of @throws tagsMethods 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.
-