Uses of Interface
org.jboss.jdeparser.JComment
-
Uses of JComment in org.jboss.jdeparser
Subinterfaces of JComment in org.jboss.jdeparserModifier and TypeInterfaceDescriptioninterfaceA JavaDoc comment.interfaceA comment that supports HTML content.interfaceMethods in org.jboss.jdeparser that return JCommentModifier and TypeMethodDescriptionGet a@throwsdoc comment block.Get a@throwsdoc comment block.Get a@throwsdoc 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@paramJavaDoc 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@linkto a constructor.Add an inline@linkto a field of a type.JComment.linkMethod(boolean plain, JMethodDef methodDef) Add an inline@linkto a method.JComment.linkMethod(boolean plain, JType targetType, String targetMethod, JType... targetMethodArgumentTypes) Add an inline@linkto a method.Add an inline@linkto a type.JComment.nl()Add a newline.JHtmlComment.preformattedCode()Add an inline@codetag within a<pre></pre>block.JMethodDef.returnsDoc()Get the@returndoc 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.