Uses of Interface
org.jboss.jdeparser.JHtmlComment
-
-
Uses of JHtmlComment in org.jboss.jdeparser
Subinterfaces of JHtmlComment in org.jboss.jdeparser Modifier and Type Interface Description interfaceJDocCommentA JavaDoc comment.interfaceJHtmlTagClasses in org.jboss.jdeparser that implement JHtmlComment Modifier and Type Class Description (package private) classAbstractJDocComment(package private) classAbstractJHtmlComment(package private) classDocTagJHtmlComment(package private) classImplJDocComment(package private) classImplJHtmlTag(package private) classNestedDocCommentContent(package private) classNestedHtmlCommentContentMethods in org.jboss.jdeparser that return JHtmlComment Modifier and Type Method Description JHtmlCommentAbstractJDocComment. _return()JHtmlCommentJDocComment. _return()Add a@returntag.JHtmlCommentAbstractJDocComment. _throws(JType exceptionType)JHtmlCommentJDocComment. _throws(JType exceptionType)Add a@throwstag.JHtmlCommentAbstractJHtmlComment. block()JHtmlCommentJHtmlComment. block()Add a comment sub-block at this location.JHtmlCommentAbstractJHtmlComment. br()JHtmlCommentJHtmlComment. br()Add a line separator.JHtmlCommentAbstractJHtmlComment. docRoot()JHtmlCommentJHtmlComment. docRoot()Add the{@docRoot}tag at this position.JHtmlCommentAbstractJDocComment. docTag(java.lang.String tag)JHtmlCommentAbstractJDocComment. docTag(java.lang.String tag, java.lang.String firstWord)JHtmlCommentJDocComment. docTag(java.lang.String tag)Add a block tag.JHtmlCommentJDocComment. docTag(java.lang.String tag, java.lang.String firstWord)Add a block tag.JHtmlCommentAbstractJHtmlComment. inlineDocTag(java.lang.String tag, java.lang.String body)JHtmlCommentJHtmlComment. inlineDocTag(java.lang.String tag, java.lang.String body)Add an inline doc tag with simple content.JHtmlCommentAbstractJHtmlComment. nl()JHtmlCommentJHtmlComment. nl()Add a newline.JHtmlCommentAbstractJHtmlComment. p()JHtmlCommentJHtmlComment. p()Add a paragraph separator.JHtmlCommentAbstractJDocComment. param(java.lang.String name)JHtmlCommentJDocComment. param(java.lang.String name)Add a@paramtag.JHtmlCommentAbstractJHtmlComment. sp()JHtmlCommentJHtmlComment. sp()Add a non-trailing space.JHtmlCommentAbstractJHtmlComment. text(java.lang.String text)JHtmlCommentJHtmlComment. text(java.lang.String text)Add some text to the end of this comment.JHtmlCommentAbstractJHtmlComment. typeName(JType type)JHtmlCommentJHtmlComment. typeName(JType type)Add a type name to the end of this comment.JHtmlCommentAbstractJHtmlComment. value(JType type, java.lang.String fieldName)JHtmlCommentJHtmlComment. value(JType type, java.lang.String fieldName)Add a@valueinline tag.
-