JDocComment |
AbstractJDocComment.block() |
|
JDocComment |
JDocComment.block() |
Add a comment sub-block at this location.
|
JDocComment |
AbstractJDocComment.br() |
|
JDocComment |
JDocComment.br() |
Add a line separator.
|
JDocComment |
AbstractJDocCommentable.docComment() |
|
JDocComment |
ImplJAnonymousClassDef.docComment() |
|
JDocComment |
JDocCommentable.docComment() |
Get or create the doc comment for this element.
|
JDocComment |
SuccessorJVarDeclaration.docComment() |
|
JDocComment |
AbstractJDocComment.docRoot() |
|
JDocComment |
JDocComment.docRoot() |
Add the {@docRoot} tag at this position.
|
JDocComment |
AbstractJDocComment.inlineDocTag(java.lang.String tag,
java.lang.String body) |
|
JDocComment |
JDocComment.inlineDocTag(java.lang.String tag,
java.lang.String body) |
Add an inline doc tag with simple content.
|
JDocComment |
AbstractJDocComment.nl() |
|
JDocComment |
JDocComment.nl() |
Add a newline.
|
JDocComment |
AbstractJDocComment.p() |
|
JDocComment |
JDocComment.p() |
Add a paragraph separator.
|
JDocComment |
AbstractJDocComment.sp() |
|
JDocComment |
JDocComment.sp() |
Add a non-trailing space.
|
JDocComment |
AbstractJDocComment.text(java.lang.String text) |
|
JDocComment |
JDocComment.text(java.lang.String text) |
Add some text to the end of this comment.
|
JDocComment |
AbstractJDocComment.typeName(JType type) |
|
JDocComment |
JDocComment.typeName(JType type) |
Add a type name to the end of this comment.
|
JDocComment |
AbstractJDocComment.value(JType type,
java.lang.String fieldName) |
|
JDocComment |
JDocComment.value(JType type,
java.lang.String fieldName) |
Add a @value inline tag.
|