JComment |
AbstractJMethodDef._throws(java.lang.Class<? extends java.lang.Throwable> type) |
|
JComment |
AbstractJMethodDef._throws(java.lang.String type) |
|
JComment |
AbstractJMethodDef._throws(JType type) |
|
JComment |
AnnotationJMethodDef._throws(JType type) |
|
JComment |
JMethodDef._throws(java.lang.Class<? extends java.lang.Throwable> type) |
Get a @throws doc comment block.
|
JComment |
JMethodDef._throws(java.lang.String type) |
Get a @throws doc comment block.
|
JComment |
JMethodDef._throws(JType type) |
Get a @throws doc comment block.
|
JComment |
AbstractJComment.block() |
|
JComment |
JComment.block() |
Add a comment sub-block at this location.
|
JComment |
AbstractJAssignableExpr.blockComment() |
|
JComment |
AbstractJCall.blockComment() |
|
JComment |
AbstractJClassDef.blockComment() |
|
JComment |
BasicJCommentable.blockComment() |
|
JComment |
ImplJAnonymousClassDef.blockComment() |
|
JComment |
JClassDefSectionImpl.blockComment() |
|
JComment |
JCommentable.blockComment() |
Add a block comment.
|
JComment |
SuccessorJVarDeclaration.blockComment() |
|
JComment |
AbstractJComment.code() |
|
JComment |
JComment.code() |
Add an inline code tag.
|
JComment |
AbstractJDocCommentable.deprecated() |
|
JComment |
ImplJAnonymousClassDef.deprecated() |
|
JComment |
JDocCommentable.deprecated() |
Mark this program element as deprecated.
|
JComment |
SuccessorJVarDeclaration.deprecated() |
|
JComment |
ImplJParamDeclaration.doc() |
|
JComment |
JParamDeclaration.doc() |
Get the @param JavaDoc block for this parameter.
|
JComment |
AbstractJComment.docRoot() |
|
JComment |
JComment.docRoot() |
Add the {@docRoot} tag at this position.
|
JComment |
AbstractJComment.inlineDocTag(java.lang.String tag) |
|
JComment |
AbstractJComment.inlineDocTag(java.lang.String tag,
java.lang.String body) |
|
JComment |
JComment.inlineDocTag(java.lang.String tag) |
Add an inline doc tag.
|
JComment |
JComment.inlineDocTag(java.lang.String tag,
java.lang.String body) |
Add an inline doc tag with simple content.
|
JComment |
JDocComment.inlineDocTag(java.lang.String tag) |
Add an inline doc tag.
|
JComment |
AbstractJAssignableExpr.lineComment() |
|
JComment |
AbstractJCall.lineComment() |
|
JComment |
AbstractJClassDef.lineComment() |
|
JComment |
BasicJCommentable.lineComment() |
|
JComment |
ImplJAnonymousClassDef.lineComment() |
|
JComment |
JClassDefSectionImpl.lineComment() |
|
JComment |
JCommentable.lineComment() |
Add a line comment.
|
JComment |
SuccessorJVarDeclaration.lineComment() |
|
JComment |
AbstractJComment.linkConstructor(boolean plain,
JType targetType,
JType... params) |
|
JComment |
JComment.linkConstructor(boolean plain,
JType targetType,
JType... targetConstructorArgumentTypes) |
Add an inline @link to a constructor.
|
JComment |
AbstractJComment.linkField(boolean plain,
JType targetType,
java.lang.String targetField) |
|
JComment |
JComment.linkField(boolean plain,
JType targetType,
java.lang.String targetField) |
Add an inline @link to a field of a type.
|
JComment |
AbstractJComment.linkMethod(boolean plain,
JMethodDef methodDef) |
|
JComment |
AbstractJComment.linkMethod(boolean plain,
JType targetType,
java.lang.String targetMethod,
JType... params) |
|
JComment |
JComment.linkMethod(boolean plain,
JMethodDef methodDef) |
Add an inline @link to a method.
|
JComment |
JComment.linkMethod(boolean plain,
JType targetType,
java.lang.String targetMethod,
JType... targetMethodArgumentTypes) |
Add an inline @link to a method.
|
JComment |
AbstractJComment.linkType(boolean plain,
JType targetType) |
|
JComment |
JComment.linkType(boolean plain,
JType targetType) |
Add an inline @link to a type.
|
JComment |
AbstractJComment.nl() |
|
JComment |
JComment.nl() |
Add a newline.
|
JComment |
AbstractJHtmlComment.preformattedCode() |
|
JComment |
JHtmlComment.preformattedCode() |
Add an inline @code tag within a <pre></pre> block.
|
JComment |
AbstractJMethodDef.returnsDoc() |
|
JComment |
JMethodDef.returnsDoc() |
Get the @return doc comment block.
|
JComment |
AbstractJComment.sp() |
|
JComment |
JComment.sp() |
Add a non-trailing space.
|
JComment |
AbstractJComment.text(java.lang.String text) |
|
JComment |
JComment.text(java.lang.String text) |
Add some text to the end of this comment.
|
JComment |
AbstractJComment.typeName(JType type) |
|
JComment |
JComment.typeName(JType type) |
Add a type name to the end of this comment.
|