|
Codemodel 2.6-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JCommentPart | |
---|---|
com.sun.codemodel | Library for generating Java source code |
Uses of JCommentPart in com.sun.codemodel |
---|
Subclasses of JCommentPart in com.sun.codemodel | |
---|---|
class |
JDocComment
JavaDoc comment. |
Methods in com.sun.codemodel that return JCommentPart | |
---|---|
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(String param)
Append a text to a @param tag to the javadoc |
JCommentPart |
JDocComment.addReturn()
Appends a text to @return tag. |
JCommentPart |
JDocComment.addThrows(Class<? extends Throwable> exception)
add an @throws tag to the javadoc |
JCommentPart |
JDocComment.addThrows(JClass exception)
add an @throws tag to the javadoc |
JCommentPart |
JCommentPart.append(Object o)
Appends a new value. |
|
Codemodel 2.6-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |