Uses of Interface
org.jboss.jdeparser.JComment
-
Uses of JComment in org.jboss.jdeparser
Subinterfaces of JComment in org.jboss.jdeparserModifier and TypeInterfaceDescriptioninterface
A JavaDoc comment.interface
A comment that supports HTML content.interface
Methods in org.jboss.jdeparser that return JCommentModifier and TypeMethodDescriptionGet a@throws
doc comment block.Get a@throws
doc comment block.Get a@throws
doc comment block.JComment.block()
Add a comment sub-block at this location.JCommentable.blockComment()
Add a block comment.JComment.code()
Add an inline code tag.JDocCommentable.deprecated()
Mark this program element as deprecated.JParamDeclaration.doc()
Get the@param
JavaDoc block for this parameter.JComment.docRoot()
Add the{@docRoot}
tag at this position.JComment.inlineDocTag
(String tag) Add an inline doc tag.JComment.inlineDocTag
(String tag, String body) Add an inline doc tag with simple content.JDocComment.inlineDocTag
(String tag) Add an inline doc tag.JCommentable.lineComment()
Add a line comment.JComment.linkConstructor
(boolean plain, JType targetType, JType... targetConstructorArgumentTypes) Add an inline@link
to a constructor.Add an inline@link
to a field of a type.JComment.linkMethod
(boolean plain, JMethodDef methodDef) Add an inline@link
to a method.JComment.linkMethod
(boolean plain, JType targetType, String targetMethod, JType... targetMethodArgumentTypes) Add an inline@link
to a method.Add an inline@link
to a type.JComment.nl()
Add a newline.JHtmlComment.preformattedCode()
Add an inline@code
tag within a<pre></pre>
block.JMethodDef.returnsDoc()
Get the@return
doc comment block.JComment.sp()
Add a non-trailing space.Add some text to the end of this comment.Add a type name to the end of this comment.