JHtmlComment |
JDocComment._return() |
Add a @return tag.
|
JHtmlComment |
JDocComment._throws(JType exceptionType) |
Add a @throws tag.
|
JHtmlComment |
JHtmlComment.block() |
Add a comment sub-block at this location.
|
JHtmlComment |
JHtmlComment.br() |
Add a line separator.
|
JHtmlComment |
JHtmlComment.docRoot() |
Add the {@docRoot} tag at this position.
|
JHtmlComment |
JDocComment.docTag(java.lang.String tag) |
Add a block tag.
|
JHtmlComment |
JDocComment.docTag(java.lang.String tag,
java.lang.String firstWord) |
Add a block tag.
|
JHtmlComment |
JHtmlComment.inlineDocTag(java.lang.String tag,
java.lang.String body) |
Add an inline doc tag with simple content.
|
JHtmlComment |
JHtmlComment.nl() |
Add a newline.
|
JHtmlComment |
JHtmlComment.p() |
Add a paragraph separator.
|
JHtmlComment |
JDocComment.param(java.lang.String name) |
Add a @param tag.
|
JHtmlComment |
JHtmlComment.sp() |
Add a non-trailing space.
|
JHtmlComment |
JHtmlComment.text(java.lang.String text) |
Add some text to the end of this comment.
|
JHtmlComment |
JHtmlComment.typeName(JType type) |
Add a type name to the end of this comment.
|
JHtmlComment |
JHtmlComment.value(JType type,
java.lang.String fieldName) |
Add a @value inline tag.
|