Uses of Interface
org.jboss.jdeparser.JHtmlComment
-
Uses of JHtmlComment in org.jboss.jdeparser
Subinterfaces of JHtmlComment in org.jboss.jdeparserMethods in org.jboss.jdeparser that return JHtmlCommentModifier and TypeMethodDescriptionJDocComment._return()
Add a@return
tag.Add a@throws
tag.JHtmlComment.block()
Add a comment sub-block at this location.JHtmlComment.br()
Add a line separator.JHtmlComment.docRoot()
Add the{@docRoot}
tag at this position.Add a block tag.Add a block tag.JHtmlComment.inlineDocTag
(String tag, String body) Add an inline doc tag with simple content.JHtmlComment.nl()
Add a newline.JHtmlComment.p()
Add a paragraph separator.Add a@param
tag.JHtmlComment.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.Add a@value
inline tag.